a{
color: #696969;
text-decoration: none;
}

.accord_button{
	color: #000;
	padding: 4px; 
	border-radius: 3px;
	margin: 0px 2px;
	width: 30px;
	text-align: center;
}

[class*="accord-level-"]{
	border: 1px solid #ECECEC; 
	padding: 5px 10px;	
}

.accord-level-0{
	background-color: #00aef0; 
	color: #FFF;
}

.accord-level-1{
	background-color: #ffeaa4; 
}

.accord-level-2{
	background-color: #ffdf71; 
}

.accord-level-3{
	background-color: #ffd33e; 
}

.accord-level-4{
	background-color: #ffc80b; 
}
.accord-level-5{
	background-color: #f0ba00; 
}

.align_center{
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.align_left{
	display: flex; 
	justify-content: start; 
	align-items: start;
}

.align_right{
	display: flex; 
	justify-content: end; 
	align-items: end;
}

.asl_data_header{
font-size: 12px;
color: #696969; 
background-color: #DCFFDC;
border-bottom: 1px dashed #696969;
padding-left: 5px;
height: 20px;
}

.awesomelink{
	font-size: 13px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 0.5px;
	text-decoration: unset;
	color: #696969;
}

.awesomelink-text{
	display: inline;
}

#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	z-index: -100;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;	
}

.bg_gradient_gray
{
	background: #ECECEC;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 22%, rgba(225,225,225,1) 75%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(22%,rgba(241,241,241,1)), color-stop(75%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 22%,rgba(225,225,225,1) 75%,rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 22%,rgba(225,225,225,1) 75%,rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 22%,rgba(225,225,225,1) 75%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 22%,rgba(225,225,225,1) 75%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );	
}

body{
font-family: verdana;
margin: 0px;
background-color: #FFF;

}

.btn-primary{
background-color: #000;
border-color: #000;
color: #fff;
}

.calendar_day{
width: 130px; height: 130px; background-color: #FFFFFF; border: 1px solid #000000;
}

.calendar_header{
padding-left: 5px; margin-bottom: 2px; border-bottom: 1px solid #000000; text-align: center;  background-color: #94A035; color: #ffffff;
}

.calendar_event{

}

.center_element{
	max-width: fit-content;
	margin-inline: auto;
}

.cms-block{
	min-height: 45px;	
}

.cms-block-content.edit{
	border: 1px dashed #ACACAC;
}

.cms-block-menu{
	width: 30px; 
	position: absolute;  
	top: 3px; 
	right: 3px; 
	z-index: 1;
	background-color: #ECECEC; 
	border-radius: 3px; 
	opacity: 100%;
}

.cms-hidden{
	opacity: 20%;
}

.cms-menu li{
	
}

#cms-menu-sticky{
	z-index: 1000;
}

.cms-page-heading{
	background-color: #f8f8f8;
	padding: 30px;
}

.cms-page-heading h2{
	font-weight: bolder;
	font-size: 2rem;
}

.cms-paragraph{
	padding: 20px 40px;
}

.cms-row{
	min-height: 45px;
}

.cms-row-menu{
	width: 30px; 
	position: relative;  
	top: 5px; 
	left: -30px; 
	z-index: 1;
	background-color: #ECECEC; 
	border-radius: 3px; 
	opacity: 100%;
}

.collapsing_menu_h {
  position: absolute;
  z-index: 500;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
  background: #444;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}


.collapsing_menu_h > * {
  float: left;
}

.collapsing_menu_h-toggle {
  display: block;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
  margin: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

/*
.collapsing_menu_h-toggle:checked ~ ul {
  width: 250px;
  background-position: 0px -30px;
}
*/

.collapsing_menu_h > ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 30px;
  height: 30px;
  width: 0px;
  transition: 0.5s width ease;
  background-image: url("../images/ui/3d0vJzn_30px.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.collapsing_menu_h li {
  display: inline-block;
  line-height: 30px;
  width: 30px;
  text-align: center;
  margin: 0;
}

.collapsing_menu_h li a {
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.collapsing_menu_h li span {
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.collapsing_menu_v {
  position: absolute;
  top: 2px;
  left: -2px;
  z-index: 1;
  height: 30px;
  width: 30px;

  transition: all 0.5s ease;  
}
/*
.collapsing_menu_v > * {
  
}
*/

.collapsing_menu_v-toggle {
  display: block;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  margin: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

/*
.collapsing_menu_v-toggle:checked ~ ul {
	height: 200px;
	background-position: -30px 0px;
}
*/

.collapsing_menu_v ul {
	list-style-type: none;
  margin: 0;
  padding: 30px 0 0 0 ;	
	display: block;
	overflow: hidden;
	height: 0px;
	transition: height 0.5s ease;
  border-radius: 15px;
  background-image: url("../images/ui/menu_toggle_h30.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;  
  background-color: #444;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.collapsing_menu_v li {
  line-height: 30px;
  width: 30px;
  text-align: center;
  margin: 0;
}

.collapsing_menu_v li a {
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.collapsing_menu_v li span {
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.console_container{
position: absolute; 
width: 400px; 
height: 12px; 
top: 0px; 
left: 20px;
background-color: #6B7A84; 
font-size: 8px; 
color: #FFFFFF; 
border-width: 0px 4px 0px 4px; 
border-style: solid; 
border-color: #6B7A84; 
padding-left: 4px;
}

.console_screen{
position: absolute; 
width: 400px; 
height: 200px; 
top: 12px; 
left: 20px; 
border-width: 0px 4px 4px 4px;
border-style: solid; 
border-color: #6B7A84; 
background-color: #000000; 
color: #ffffff; 
display: none; 
padding-left: 4px;
}

.content_container {
	padding: 20px 32px;
	width: 1700px;
}

.content_main {
 /*padding: 1px 16px 1px 216px;*/
  height: 1000px;
  margin: 0px 0px 0px 200px;
  padding: 0px;
  width: -webkit-fill-available;
  width: -moz-available;
}

.content_item {
	padding: 20px 24px;
}

.content_pad {
	padding: 0px 24px;
}

.control_link{
color: #247FDF;
font-size:10px; 
text-decoration: underline; 
cursor: pointer;
}

.controlbar_container{
	padding: 0px 24px;
}

.data_cell{
background-color:  #ECECEC;
}

.data_edit{
border: 0px solid #BAB155; 
background-color: #ECECEC;
padding-left: 4px;
width: 95%;
color: #000;
}

.data_read_only{
border: 0px solid #A9A9A9; 
background-color: #ECECEC;
background-image: url('images/tbox-200-white.png');
}

.data_edit_large{
border: 1px solid #A9A9A9; 
background-color: #AFCADD;
background-image: url('images/tbox-400-blue.png');
padding-left: 2px;
}

.data_header{
font-size: 12px;
color: #00AF50; 
background-color: #DCFFDC;
border-bottom: 1px dashed #696969;
padding-left: 5px;
height: 20px;
}

.data_label{
 padding-left: 6px; 
 background-color: #F3F7C8; 
 border-bottom: 1px solid #BAB155;
 text-transform: uppercase; 
 font-size: 13px; 
 color: #008D4C;
}


.data_input{
height: 40px; 
border-bottom: #ECECEC 1px solid;
}

.data_separator{
height: 2px;
background-color: #FFFFFF;
}

.dropdown-menu[data-bs-popper]{
	left: -130px;
}

.dynamic-list
{
	padding: 0;
	margin: 10px;
}

.dynamic-list li
{
	list-style-type: none;
}

.dynamic-list-button
{
	min-width: initial; 
	padding: 0 28px;
}

.dynamic-list-button i
{
	line-height: 33px; 
	color: #FFF;
}

.dynamic-list-input
{
	clear: both;
}

.dynamic-list-li:before
{
	font-family: "FontAwesome";
	font-style: normal;
	font-size: 18px;
	color: #c9c9c9;
	content: '\f111';
	position: absolute;
	left: -2px;
	margin-top: 9px;
}

.edit_form{
border: 1px solid #A9A9A9;
background-color: #FFFFFF;
}

#edit_form {height: 200px; padding: 4px; background-color: #FFF;}
#edit_form .edit_data{float: left; display: block; position:  relative; width: 630px; height: 50px; background-color: #FFF; overflow:  hidden; box-sizing: border-box; -moz-box-sizing: border-box;}
#edit_form .edit_data .edit_list{width: 100%; margin-top: 0; border-top: 1px solid #DDD; color: #676767;}
#edit_form .edit_data .edit_list_item{display: inline-block; padding-left: 2px; height: 40px; border-left: 1px dotted #BBB; text-transform: uppercase; font-size: 12px; background-color: #FFF;}
#edit_form .edit_data .edit_list_item:first-child{ border-width: 0px;}
#edit_form .edit_data .name{font-size: 50px; height: 65px;}
#edit_form .edit_data strong { color: #434343; display: block; font-size: 18px; line-height: 1.1em; font-weight: bold; cursor:pointer; overflow: hidden;}
#edit_form .edit_div{font-size: 18px; position: relative; top: 118px; left: -630px; height: 25px;}
#edit_form .edit_div .editTable{background-color: #FFF; width: 630px; z-index: 100; height: 25px;}
#edit_form .edit_div .edit_lbl{color: #ECECEC; text-transform: uppercase; height: 25px; width: 55px; padding-left: 4px; font-size: 12px}
#edit_form .pic{float: left; display: block; margin-right: 10px;}
#edit_form .pic img { padding: 7px; background: #fff; border: 1px solid #ccc; }

.fatd-badge-outer {
	width: 200px;
	margin-left:auto;
	margin-right: auto;
}

.fatd-badge-outer img {
	width: 200px;
}

.fatd-doctor-name {
	text-align:center;
	font-size:18px;
	font-family:Cambria, Times, serif;
}

.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
}
.floating-container:hover {
  height: 300px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #2cb3f0;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  background: #42A5F5;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}
.floating-container .float-element:nth-child(2) {
  background: #4CAF50;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}
.floating-container .float-element:nth-child(3) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}

.form-check-input{
	background-color: #f9f9f9;
}

.form-control{
	background-color: #f9f9f9;
}

.form-select{
	background-color: #f9f9f9;
}

.form_label{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

h1.header{
	margin-left: 15px;	
}

h2.header{
	margin-left: 15px;	
}

.important{
	background-color: #FF8300;
}

.list_section{
border: 1px solid #879246; 
background-color: #282806; 
height:600px;
width:640px;
border-radius: 8px;
box-shadow: 5px 5px 10px #333;
}

.list_section_header{
border-color: #879246;
border-style: solid;
border-width: 0px 0px 1px 0px; 
border-radius: 0px;
color: #FFFFFF;
width:640px;
height: 22px;
padding-left: 4px;
}

.list_section_footer{
border-color: #879246;
border-style: solid;
border-width: 1px 0px 0px 0px; 
border-radius: 0px;
width:640px;
height: 22px;
}

.list_section_small{
border: 1px solid #879246; 
height:400px;
width:240px;
border-radius: 4px;
}

.loginText{
font-size: 12px;
color: #696969;
}

.logo{
  display: block;
  color: white;
  text-decoration: none;
}

.logo img{
  display: block;
}

.main {
  padding: 20px;
}

.main .page-header {
  margin-top: 0;
}

.mainMenu{
background-color: #FFFFFF;
}

.mainMenuAlt{
background-color: #ECECEC;
}

.menu-modal-row{
	padding: 2px;
}

.menu-modal-row button{
	width: 100%;
	text-align: left;
}

.messageBox{
position: absolute; 
width: 800px;
height: 400px; 
top: 50%; 
left: 50%; 
margin-left: -400px;
margin-top: -200px; 
background-color: #FFFFFF; 
font-size: 10px; 
border-width: 4px 4px 4px 4px; 
border-style: solid; 
border-color: #A9A9A9; 
color: #696969; 
text-align: left; 
padding-left: 4px;
z-index: 10;
}

.navbar-fixed-top {
  border: 0;
}

.nav-header{
	padding: 5px;
	color: #a9a9a9;
	font-size: 24px;
}

.nav-item{
}

.nav-label{
	padding: .5rem 1rem;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.page_control{
cursor: pointer;
}

.page_title{
	margin-top: 20px;
}

#profile {height: 200px; padding: 4px;}
#profile .data{float: left; display: block; position:  relative; width: 500px; height: 115px; padding: 4px; padding-left: 10px; background: #e6e6e6; overflow:  hidden; box-sizing: border-box; -moz-box-sizing: border-box;}
#profile .data .list{width: 480px; padding-top: 4px; margin-top: 0; border-top: 1px solid #fff; color: #676767;}
#profile .data .list_item{width: 100px;  display: inline-block; padding-left: 0px; height: 40px; border-right: 1px dotted #bbb; text-transform: uppercase; font-size: 12px;}
#profile .data .name{font-size: 50px; height: 65px;}
#profile .data strong { color: #434343; display: block; font-size: 18px; line-height: 1.1em; font-weight: bold; cursor:pointer; overflow: hidden;}
#profile .edit_div{font-size: 18px; position: relative; top: 118px; left: -500px; height: 25px;}
#profile .edit_div .editTable{background-color: #a9a9a9; width: 500px; z-index: 100; height: 25px;}
#profile .edit_div .edit_lbl{color: #ECECEC; text-transform: uppercase; height: 25px; width: 55px; padding-left: 4px; font-size: 12px}
#profile .pic{float: left; display: block; margin-right: 10px;}
#profile .pic img { padding: 7px; background: #fff; border: 1px solid #ccc; }

.row-cell{
cursor: pointer; 
height: 30px; 
border-width: 1px 0px 0px 1px; 
border-style: solid; 
border-color: #DDD;
padding: 0px 0px 0px 4px;
font-size: 12px;
vertical-align: top;
}

.row-cell:last-child{
border-width: 1px 1px 0px 1px; 
}

.row-cell-alt{
cursor: pointer; 
height: 20px; 
border-width: 1px 0px 0px 1px; 
border-style: solid; 
border-color: #DDD;
background-color: #696969;
color: #ECECEC;
padding: 0px 0px 0px 4px;
font-size: 12px;
}

.row-cell-alt:last-child{
border-width: 1px 1px 0px 1px; 
}

.row-cell-hover{
cursor: pointer; 
font-size: 14px;
border-bottom: 1px dashed #696969; 
height: 25px;
padding-left: 8px;
background-color: #F7F0AA;
}

.row-cell-hover-alt{
cursor: pointer; 
font-size: 14px;
border-bottom: 1px dashed #696969; 
height: 25px;
padding-left: 8px;
background-color: #EDE5A3;
}

.row-table{
margin-left: 8px;
width: 100%;
border-bottom: 1px solid #DDD; 
}

.row-table tr:nth-child(odd)
{
	background: #ECECEC;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 22%, rgba(225,225,225,1) 75%, rgba(246,246,246,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(22%,rgba(241,241,241,1)), color-stop(75%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 22%,rgba(225,225,225,1) 75%,rgba(246,246,246,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 22%,rgba(225,225,225,1) 75%,rgba(246,246,246,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 22%,rgba(225,225,225,1) 75%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 22%,rgba(225,225,225,1) 75%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );	
}

.section-button{
border-width: 0px 1px 0px 1px;
border-style:solid;
border-color: #dddddd;
background-color: #94A035; 
color: #FFFFFF; 
font-size: 20px;
cursor: pointer; 
text-align: center;
height: 100%;
 text-transform: uppercase;
}

.selected{
background-color: #d3f2bd; 
}

.sidebar {

}

.sidebar_collapse_horizontal{
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;	
}

.sidebar_collapse_horizontal a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar_collapse_horizontal a.active {
  background-color: #04AA6D;
  color: white;
}

.sidebar_collapse_horizontal a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.sidebar_collapse_horizontal .divider {border-width: 0 0 2px 0; border-style: solid; height: 2px; border-color: #C6C6C6;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 4px;
  top: 10px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

.stat_bar{
border: 1px solid #696969; 
height: 20px;
border-radius: 4px;
margin-top: 10px;
}

.stat_bar .label{
padding: 0px 0px 0px 4px; 
background-color: #ECECEC;
color: #000;
}

.stat_bar .value{
width: 100px;
padding: 0px 4px 0px 4px; 
background-color: #ffffff; 
border-width: 0px 1px 0px 1px; 
border-style: solid; 
border-color: #696969;
}

.stat_bar .end{
background-color: #ECECEC;
width: 30px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .cms-content {
  padding-top: 102px;
}

.table-grid{
	
}

.table-grid-headers{
	background-color: #000;	
}

.table-grid-header{
	padding: 4px;
	color: #FFF;	
}

.table-grid-row{
	border-bottom: 1px solid #999;
}

.table-grid-row:first-child{
	border-top: 1px solid #999;
}

.table-grid-row-clickable
{	
	border-bottom: 1px solid #999;
	width: 100%;	
}

.table-grid-row-clickable:hover
{	
	background-color:#25cec8; 
	border-bottom: 1px solid #999;
	color:#fff;
}

.table-grid-cell{
	padding: 4px;
	text-align: left;
}


.totals{
position: relative; margin-left: 100%; left: -400px;
}

.transparent, .transparent-2
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

.transparent-1
{
   filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 
}

.transparent-3
{
   filter:alpha(opacity=20); 
   -moz-opacity: 0.2; 
   opacity: 0.2; 
}

.transparent_message
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 5;
   background-color: #000;
}

.transparent2
{
   filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 5;
   background-color: #000;
}

.ui-clearfix::after, .ui-clearfix::before
{
	content: '';
	display: table;
}

.ui-widget-content{
	box-shadow: 0 6px 8px 0 rgba(0,0,0, 0.2), 0 8px 20px 0 rgba(0,0,0, 0.19);
}

@media screen and (max-width: 700px) {
  .sidebar_collapse_horizontal {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar_collapse_horizontal a {float: left;}
  .sidebar_collapse_horizontal span {display: none;}
  .sidebar_collapse_horizontal .divider {border-width: 0 2px 0 0; border-style: solid; float: left; height: 50px;}
  .content_main {margin-left: 0; padding-left: 16px;}

}

@media screen and (max-width: 400px) {
  .sidebar_collapse_horizontal a {
    text-align: center;
    float: none;
  }
  .sidebar_collapse_horizontal span {
    text-align: center;
    float: none;
  }  
}

@media (min-width: 1024px) {
  
  .col-divider-right {
  	border-right: 1px solid #ECECEC;
  }
}

@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}

@keyframes alerting-anim {
  0% {
    background-color: #000;
    border: #000;
  }
  100% {    
    background-color: #DC3545;
    border: #DC3545;
  }
}

.flash-alert {
  animation: alerting-anim 2s infinite alternate;
}