/* 
    Document   : template
    Created on : 20-Nov-2012, 16:50:17
    Author     : amsulley
    Description:
        Purpose of the stylesheet follows.
*/
/* GLOBALS START */
@font-face {
  font-family: 'Open Sans Light';
  src: url('./fonts/OpenSans-Light-webfont.eot?v=1.10');
  src: url('./fonts/OpenSans-Light-webfont.eot?#iefix&v=1.10') format('embedded-opentype'), url('./fonts/OpenSans-Light-webfont.woff?v=1.10') format('woff'), url('./fonts/OpenSans-Light-webfont.ttf?v=1.10') format('truetype'), url('./fonts/OpenSans-Light-webfont.svg?v=1.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

root { 
    display: block;
}
body{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font: normal 11px Arial;
    color: #000000;
    position: relative;
    background: #ffffff;
}
p { margin: 5px 0px 5px 0px; }
a{ color: dodgerblue; text-decoration: none;}
a:visited{}
a:hover{color: blue; text-decoration: underline;}
a img{text-decoration: none; border: none;}
em{
    color: #ff0000;
    font-weight: bold; 
    padding-left: 1em; 
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #303030;
    margin-bottom: 20px;
    /*font-family: 'Open Sans Light' !important;//Impact, Charcoal, sans-serif !important;
    */
    font-family: "Arial", Helvetica, sans-serif !important; 
    font-size:14px ;
    font-weight: bold;
}
h1{
    color: #000000;
    margin: 10px 30px 0px 0px;
    float: left;
}
h2{
    /*float: left;*/
    clear: both;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    color: #000000;
}
h3{
    clear: both;
    margin: 0px 0px 0px 0px;
    color: #000000;
}
select{
    border: solid 1px gray;
    padding: 3px 3px 3px 3px;
    font-weight: normal;
    font-size: 14px;
    font-family: Arial;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
input{
    border: solid 1px gray;
    margin: 5px 5px 5px 5px;
    padding: 3px 3px 3px 3px;
    font-weight: normal;
    font-size: 13px;
    font-family: Arial;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

br{
    margin-bottom: 5px;
}
/*.myradio{
    width: 50px;
    
}*/
/*.myradio{
    float: left;
    display: block !important;
    width: 50px !important;
    padding-right: 20px; 
    clear: left !important;
    
}*/
.myradio{
    /*float: left;*/
    display: inline-block !important;
    width: 40px !important;
    padding-right: 20px; 
    /*clear: left !important;*/
}
.radio-label{
    display: block !important;
    float: left !important;
    font-weight: bold !important;
    font-size: 0.9em  !important;
    margin: 3px 0px 2px 2px !important;
    color: #000000;
    
}
select{
    border: solid 1px gray;
    margin: 2px 2px 2px 2px;
    padding: 3px 3px 3px 3px;
    font-weight: normal;
    font-size: 13px;
    font-family: Arial;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#form_sep{
    width: 100%;
    height: auto;
    background: goldenrod;
    background: #0098DA;
    color: #000000;
    color: #ffffff;
    font-size: 12px;
    float: left;
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
}
/*input {
border: none;
background: #FFF;
width: 145px;
}
input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 1em;
    width: 145px;
}*/
.rounded {
    background:  url(../img/rounded.gif) no-repeat top;
    padding: 4px;
    margin-bottom: 5px;
}
.input1{
    border: 2px solid #E10000;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
}
.required{
    border: solid 2px dodgerblue;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size: 18px;
    font-family: Arial;
}
.input2{
    border: solid 2px dodgerblue;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
}
.search{
    padding: 5px 5px 5px 5px;
}
label{
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0px 5px 5px;
    color: #000000;
}

#r2c2{
    /*	width: 101px;
	height: 101px;
	background: url(../img/r2c2_down.jpg) no-repeat;
            float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
            text-align: center;*/
}

button{
    border: solid 1px gray;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size: 14px;
    font-family: Arial;
}
.button_blue{
    min-width: 80px;
/*    height: 30px;*/
    margin: 10px;
    text-decoration: none;
    padding: 4px 10px 5px 10px;
    background-color: #4787ED;
    background: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.button_blue:hover{
    background: #3079ED;
    color: #ffffff;
}
.button_grey{
    min-width: 100px;
    height: 30px;
    margin: 10px;
    text-decoration: none;
    padding: 4px 15px 5px 15px;
    border: solid 1px #999999;
    background: #999999;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.button_green{
    min-width: 100px;
    height: 30px;
    margin: 0px;
    padding: 4px 15px 5px 15px;
    border: solid 1px #005000;
    background: #009900;
    background: -moz-linear-gradient(center top , #009900, #005900);
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.button_green:hover{
    background: #007000;
    color: #ffffff;
    box-shadow: 0px 2px 3px 0px Gray;
}
.button_yellow{
    min-width: 100px;
    height: 30px;
    margin: 0px;
    padding: 4px 15px 5px 15px;
    border: solid 1px #ff9900;
    background: #ff9900;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.button_red{
    min-width: 100px;
    height: 30px;
    margin: 10px;
    padding: 5px 15px 5px 15px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.button_red:hover{
    background: #cc0000;
    color: #ffffff;
}
.button_del{
    min-width: 20px;
    height: 20px;
    background-image: url(../img/del.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /*padding: 5px 5px 5px 5px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.tax_del{
    min-width: 20px;
    height: 20px;
    background-image: url(../img/del.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /*padding: 5px 5px 5px 5px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.client_del{
    min-width: 20px;
    height: 20px;
    background-image: url(../img/del.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /*padding: 5px 5px 5px 5px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.expense_del{
    min-width: 20px;
    height: 20px;
    background-image: url(../img/del.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /*padding: 5px 5px 5px 5px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.cash_del{
    min-width: 20px;
    height: 20px;
    background-image: url(../img/del.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /*padding: 5px 5px 5px 5px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.item_del{
    min-width: 20px;
    height: 20px;
    background-image: url(../img/del.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /*padding: 5px 5px 5px 5px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.supplier_del{
    min-width: 20px;
    height: 20px;
    background-image: url(../img/del.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /*padding: 5px 5px 5px 5px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.user_del{
    min-width: 20px;
    height: 20px;
    background-image: url(../img/del.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /*padding: 5px 5px 5px 5px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.com_del{
    min-width: 20px;
    height: 20px;
    background-image: url(../img/del.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /*padding: 5px 5px 5px 5px;
    border: solid 1px #ff0000;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
.top_message {
    background: none repeat scroll 0 0 #EAEAEA;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #999999;
    margin: 0 auto;
    padding: 10px 0;
    font: bold large "Lucida Grande", Arial, Verdana, Geneva, Helvetica, sans-serif;
    top: 0;
    width: 100%;
    height: 30px;
}
#notification_msg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 30px;
    left: 0px;
    background: #000000;
    opacity:0.8; filter:alpha(opacity=80); /* For IE8 and earlier */
    z-index: 10;
}
#error_msg {
    width: 100%;
    width: 300px;
    height: 100px;
    position: fixed;
    top: 250px;
    left: 250px;
    background: none repeat scroll 0 0 #FFCCCC;
    background: -moz-linear-gradient(center top , #CC0000, #8B0000);
    border: 1px solid #CC0000;
    color: #FFFFFF;
    margin: auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index: 11;
    
}
#progress_msg{
    width: 100%;
    width: 300px;
    height: 100px;
    position: fixed;
    top: 250px;
    left: 570px;
    background: none repeat scroll 0 0 #99ff99;
    background: -moz-linear-gradient(center top , #81CF0C, #3A9805);
    border: 1px solid #3A9805;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 20px 0;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index: 11;
}
#gray_line{
    float: left; 
    clear: both;
    margin: 20px 0px 20px 0px; 
    border-bottom: solid 2px gray; 
    width: 100%; 
    height: 10px; 
}
#blue_line{
    float: left; 
    clear: both;
    margin: 20px 0px 20px 0px; 
    border-bottom: solid 1px #99ccff; 
    width: 100%; 
    height: 10px; 
}
#clearer{
    clear: both;
/*    float: left;*/
    position: relative;
    display: block;
    margin: 10px 0px 0px 0px; 
    width: 100%; 
    height: 10px; 
}


/* GLOBALS END */

/*********** LAYOUT ***********/
#container{
/*    width: 1000px; 
    width: 100%;*/
/*    height: 700px;*/
    background: none;
    margin: 40px 0px 0px 220px;
    padding: 0px 0px 0px 0px;
}
/*#container_login{
    width: 800px; 
    background: #eaeaea;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#container_log{
    width: 1150px; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}*/
#content_top{
    width: 100%;
    height: 70px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: transparent;
}
#cust_photo{
    float: left;
    width: 100px;
    height: 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #eaeaea;
}
#signature{
    float: left;
    width: 200px;
    height: 75px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #eaeaea;
}
#panel_menu{
    /*float: left;*/
    width: 900px;
    height: 100px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
#panel_menu ul{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#panel_menu ul li{
    display: inline;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#panel_menu ul li a{
    display: inline-block;
    margin: 5px 3px 0px 0px;
    padding: 35px 45px 35px 45px;
    background: #000000;
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#panel_menu ul li a.logout{
    display: inline-block;
    margin: 5px 3px 0px 0px;
    padding: 8px 15px 8px 15px;
    background: #cc0000;
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#panel_menu ul li a.other{
    display: inline-block;
    margin: 5px 3px 0px 0px;
    padding: 8px 15px 8px 15px;
    background: Gray;
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#panel_menu ul li a:hover{
    display: inline-block;
    background: #F7DF19;
    background: goldenrod;
    Color: #000000;
    text-decoration: none;
}


#top_menu{
    float: left;
    width: 100%;
    min-width: 1000px;
    height: 40px;
    position: fixed;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    background: #003C56;
    background: #3D013D;
    background: #9A9A9A;
    background: #343547;
    background: #003C56;
    z-index: 10 !important;
}
#top_menu_left{
    float: left;
    height: 40px;
}
#top_menu_left ul{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#top_menu_left ul li{
    display: inline;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#top_menu_left ul li a{
    display: inline-block;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 13px 15px 13px 15px;
    background: #02b0ef;
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    border-right: solid 1px #66C9FF;
}

#top_menu_left ul li a.light{
    background: #81CF0C;
    
}
#top_menu_left ul li a.logout{
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 13px 15px 13px 15px;
    background: #cc0000;
    background: #505050;
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    border-right: solid 1px #003300;
    border-right: none;
}
#top_menu_left ul li a.other{
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 13px 15px 13px 15px;
    background: Gray;
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    border-right: solid 1px #003300;
}
#top_menu_left ul li a.user{
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 13px 0px 13px 0px;
    background: none;
    color: #000000;
    list-style: none;
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    border-right: none;
}
#top_menu_left ul li a.user:hover{
    display: inline;
    background: none;
    color: #505050;
    text-decoration: none;
}
#top_menu_left ul li a:hover{
    display: inline-block;
    background: #A4E0F9;
    background: #FF0066;
    background: #C7EAFD;
    color: #000000;
    color: #202020;
    text-decoration: none;
}
#top_menu_left ul li a:active{
    display: inline-block;
    background: #C7EAFD;
    Color: #000000;
    text-decoration: none;
}
#top_menu_left ul li a.home{
    display: inline-block;
    background: #ffffff;
    color: #cc0000;
    text-decoration: none;
}
#top_menu_right{
    float: left;
    height: 40px;
}

 /***** Header Bar - Right Icons *****/
 
 /*hover button */
.hov {
  position: relative;
  display: inline-block;
}
.hovbtn {
    position: relative;
    display:block;
    background-color: transparent;
    border: solid 1px white;
    margin: 5px 5px 5px 15px;
    border-radius:50%;
    width: 30px;
    height: 30px;
    opacity: 0.7;
}
.hovbtn a, .hovbtn i{
    position: relative;
    display: block;
    line-height: 25px;
    font-size: 25px;
    vertical-align: middle;
    text-align: center;
    opacity: 0.7;
    color: white;
}
.hov-content {
  display: none;
  position: absolute;
  color: #050505 !important;
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px 5px 5px 5px; 
}

.hov-content a {
  color: #000000 !important;
  text-decoration: underline !important;
  font-weight: bold !important;
  background-color: none !important;
  display: inline !important;
}

.hov-content a:hover {
    text-decoration: none !important;
    background-color: none !important;
}

.hov:hover .hov-content {
    display: block;
    }

.hov:hover, .hovbtn:hover {
    opacity: 1;
    color: white;
    }

 ul.right-icons {
   display: inline-block;
   float: right;
   text-align: right;
   vertical-align: top;
 }

 ul.right-icons>li {
   padding-bottom: 20px;
   padding-right: 0px;
   display:inline-block;
   vertical-align: middle;
   line-height: 40px;
   margin-left: 5px;
   position: relative;
 }

 ul.right-icons li a {
   position: relative;
 }

 ul.right-icons>li>a>i {
   vertical-align: top;
   line-height: 30px;
   color: #ffffff;
 }

 ul.right-icons>li>a {
   vertical-align: middle;
   /*background-color: #f9f9f9;*/
   border:1px solid transparent;
   border-radius:50%;
   width: 30px;
   height: 30px;
   text-align: center;
   margin: 5px 5px 2px 5px;

 }

 ul.right-icons .notify {
   /*position: absolute;
   top:-10px;
   right: -10px;
   border-radius: 50%;
   overflow: hidden;
   background-color: #f86868;
   background-color: red;
   width: 14px;
   height: 14px;
   color: #ffffff;
   line-height: 14px;
   text-align: center;
   font-size: 8px;*/
 }

 ul.right-icons li .notify {
    position: absolute;
   top:-3px;
   right: -3px;
   border-radius: 50%;
   overflow: hidden;
   /*background-color: #f86868;
   background-color: red;*/
   width: 14px;
   height: 14px;
   color: #ffffff;
   line-height: 14px;
   text-align: center;
   font-size: 8px;
 }

 ul.right-icons .user {
   background-color: #1abc9c;
 }

 ul.right-icons .email {
   background-color: #42b3e5;
 }

 ul.right-icons .info {
   background-color: #7E6DCC;
 }

 ul.right-icons .settings {
   background-color: #343f51;
 }

 ul.right-icons .lock {
   background-color: #49617b;
   background-color: red;
 }

  ul.right-icons .dark {
   background-color: #343f51;
 }
 ul.right-icons .dodgerblue {
   background-color: #27A5F9;
 }
 ul.right-icons .navy {
   background-color: #3156A3;
 }
 ul.right-icons .green {
   background-color: #109618;
 }
 
 ul.right-icons li:last-child {
   border-right:0px solid #2c3e50;
 }

 .right-icons span {
   color: #6f8399;
 }

 .right-icons .user-name {
   color: #F86868;
 }

 .right-icons .user-avatar {
   width: 20px;
   height: 20px;
   border-radius: 50%;
   overflow: hidden;
   display: inline-block;
   vertical-align: middle;
   margin-left: 10px;
 }

 .right-icons .user-avatar img {
   vertical-align: top;
 }

 ul.right-icons>li>a {
   padding: 0px 0px;
   display: block;
 }

 ul.right-icons>li>a i {
   font-size: 16px;
   color: rgba(255, 255, 255, 0.7);
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 ul.right-icons li a:hover i {
   color: rgba(255, 255, 255, 1);
 }

 ul.right-icons>li>a.user-avatar {
   padding: 0px 0px;
   margin-right: 20px;
   display: inline-block;
 }

 ul.right-icons li > ul.dropdown {
   background: none repeat scroll 0 0 #FFFFFF;
   border: 1px solid #DADADA;
   border-radius: 3px;
   display: none;
   left: -50%;
   top:42px;
   margin-left: -13px;
   position: absolute;
   min-width: 120px;
   line-height: normal;
 }

 ul.right-icons li > ul.dropdown.big {
   margin-left: -73px;
 }

 ul.right-icons li > ul.dropdown:after, ul.right-icons li > ul.dropdown:before {
   bottom: 100%;
   left: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
 }

 ul.right-icons li > ul.dropdown:after {
   border-color: rgba(255, 255, 255, 0);
   border-bottom-color: #fff;
   border-width: 10px;
   margin-left: -10px;
 }

 ul.right-icons li > ul.dropdown:before {
   border-color: rgba(218, 218, 218, 0);
   border-bottom-color: #DADADA;
   border-width: 11px; margin-left: -11px;
 }

 ul.right-icons li:hover>ul.dropdown {
   display: inline-block;
   z-index: 99999;
   padding: 7px 0px;
 }

 ul.right-icons li > ul.dropdown li {
   padding: 7px 0px;
   text-align: left;
   padding-left: 14px;
   padding-right: 14px;
 }

 ul.right-icons li > ul.dropdown li a {
   white-space: nowrap;
   color: #49617b;
 }

 ul.right-icons li > ul.dropdown li a i {
   padding-right: 8px;
   font-size: 15px;
   color: #7b8b9d;
 }

 ul.right-icons li > ul.dropdown li a:hover i,
 ul.right-icons li > ul.dropdown li a:hover {
   color: #45aab3 !important;
 }

 ul.right-icons li > ul.dropdown li span.description {
   display: block;
   font-size: 11px;
   font-style: italic;
   font-weight: normal;
   padding-left: 22px;
   color: #95a6b9;
 }

 ul.right-icons li > ul.dropdown li:hover a i {
   color: #7B8B9D;
 }

#logo{
    float: left;
    width: 200px !important;
    width: 197px;
    height: 70px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(../img/logo.png) no-repeat;
}
#logo img{}

#logo a{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    text-decoration: none;
}
#logo a:hover{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    text-decoration: underline;
}
#logo a img{
    text-decoration: none;
    border: none;
    margin: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
}
#logo p{
    margin: 15px 5px 5px 2px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
#logo_reports{
    float: left;
    width: 99px;
    height: 72px;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(../img/logo.png) no-repeat;
}
#content_body{
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    clear: both;
    background: transparent;
}
#dashboard{
    float: left;
    width: 160px;
    height: 120px;
    margin: 15px 18px 5px 0px !important;
    /*margin: 15px 13px 15px 13px;*/
    background: #f6f6f6;
    /*background: goldenrod;*/
    color: #000000;
    border: solid 1px #cccccc;
    /*border: solid 1px darkgoldenrod;*/
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
a #dashboard{}
a #dashboard:hover{
    background: #669900;
	 background: #0098DA;
	 background: #A4E0F9;
    border: solid 1px #0098DA;
   
}
#dashboard img{
    float: none;
    width: 70px;
    height: 70px;
    margin: 15px 40px 5px 40px;
    padding: 0px 0px 0px 0px;
    background: none;
}
#dashboard p{
    float: none;
    width: 150px;
    /*color: #000000;*/
    text-align: center;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.metrics{
    float: left;
/*    width: 240px !important;
    width: 45% !important;*/
    height: 170px;
    /*margin: 15px 18px 5px 0px !important;*/
    /*margin: 1px 0px 0px 1px;*/
    background: transparent;
    color: #202020;
    border: solid 1px cadetblue;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.75;
}
a .metrics{}
a .metrics:hover{
    opacity: 1.00;
    
}
.metrics h2, .metrics h4{
    float: none;
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #101010 !important;
}
.metrics h4{
    font-weight: bold;
    font-family: 'Lato';
    margin-top: 20px;
}
.metrics p{
    float: none;
    text-align: center;
    font-weight: bold;
    margin: 5px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
}
.metrics img{
    float: none;
    width: 30px;
    height: 30px;
    margin: 25px 45px 5px 45px;
    padding: 0px 0px 0px 0px;
    background: none;
}



.mbox{
    opacity: 0.85;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /*float: left;*/
    /*height: 170px;*/
    background: transparent;
    border: solid 1px cadetblue;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #101010;
}

.mbox-shadow {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}

a .mbox{}
a .mbox:hover{
    opacity: 1;
}

.mbox-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}
.mbox-content .mbox-content-left {
    
}

.mbox-content .mbox-content-right {
    margin-left: auto;
}

.mbox-content .mbox-content-centre {
    text-align: center;
}

.mbox-content.mbox-content-bottom.mbox-number{
    clear: both; 
    float: none;
    width: 100% !important;
    text-align: center;
}
.mbox-heading, .mbox-subheading, .mbox-number{
    float: none;
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*color: #101010;*/
}
.mbox-heading{
    font-weight: bold;
    font-size: 1.3em;
}
.mbox-subheading{
    font-weight: normal;
    margin-top: 5px;
    opacity: 0.88;
}

.mbox-number{
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
}

.mbox-content .mbox-content-left .mbox-number, .mbox-content .mbox-content-left .mbox-heading,
.mbox-content .mbox-content-left .mbox-subheading {
    text-align: left !important;
}
.mbox-text{
    float: none;
    text-align: center;
    font-weight: bold;
    margin: 5px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
}
.mbox-img{
    float: left;
    width: 1.8rem;
    height: 1.8rem;
    margin: 8px 10px 8px 10px;
    padding: 0px 0px 0px 0px;
    background: none;
}


.text-info{
    color: #17a2b8 !important;
}
.text-success {
    color: #3ac47d !important;
}

.text-white{
    color: #ffffff !important;
    border: transparent !important;
}

.text-warning {
    color: #f7b924 !important;
}

.text-danger {
    color: #d92550 !important;
}

.text-grey {
    color: grey !important;
}

.bg-seasalt{
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
}

.bg-parfour{
    background: linear-gradient(90deg, #9ebd13 0%, #008552 100%);
}

.bg-bloodymimosa{
    background: linear-gradient(90deg, #d53369 0%, #daae51 100%);
}

.bg-vitalocean{
    background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);
}

.bg-discoclub{
    background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
}

.bg-dustycactus{
    background: linear-gradient(90deg, #fcff9e 0%, #c67700 100%);
}


.bg-info{
    background-color: #17a2b8 !important;
    border: none !important;
}
.bg-success {
    background-color: #3ac47d !important;
    border: none !important;
}

.bg-white{
    background-color: #ffffff !important;
    border: none !important;
}

.bg-warning {
    background-color: #f7b924 !important;
    border: none !important;
}

.bg-danger {
    background-color: #d92550 !important;
    border: none !important;
}

.bg-grey {
    background-color: grey !important;
    border: none !important;
}

.mb-3{
    margin-bottom: 3px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}

.box1{
    background: #0099ff;
    background: #009900;
}
.box2{
    background: #0066cc;
    background: orange;
}
.box3{
         background: #00427b;
         background: orangered;
}
.box4{
    background: #00144d;
    background: purple;
}
.red{
    background: red;
}
.gray{
    color: #666666;
}
.hide{
    display: none;
}

.mlist{
    border: solid 1px #02B0EF;
    padding: 0 0 0 0;
    margin-bottom: 15px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.85;
    font-size: 1.2em;

}

.mlist-shadow{
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}
.mlist:hover{
    opacity: 1.0;
}

.mlist-header {
    display: flex;
    align-items: center;
/*    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.625rem;*/
    height: 3.5rem;
    padding: 0.75rem 1.25rem;
    /*padding-left: 1rem;*/
    margin-bottom: 0;
    color: inherit;
    background-color: inherit;
    border-bottom: 1px solid rgba(26,54,126,0.125);
}

.mlist-header, .mlist-title {
    text-transform: uppercase;
    color: rgba(13,27,62,0.7);
    font-weight: bold;
    font-size: .88rem;
}

.dashlist{
    border: solid 1px #02B0EF;
    padding: 0 0 0 0;
    margin-bottom: 15px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.9;
    font-size: 1.2em;

}
.dashlist:hover{
    opacity: 1.0;
}
.dashlist h4{
    color: #ffffff; 
    background: #02B0EF; 
    border: solid 1px #02B0EF;
    padding: 10px;
    margin: 0 0 0 0;
    border-radius: 5px 5px 0px 0px;
}

#panel{
    float: left;
    width: 293px;
    height: 110px;
    margin: 15px 15px 15px 15px !important;
    margin: 15px 13px 15px 13px;
    background: #ffffff;
/*    border: solid 1px #ffcc66;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
#panel h2{
    float: left;
    width: 167px;
    font-family: "Tahoma", sans-seriff;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#panel img{
    float: left;
    width: 108px;
    height: 100px;
    margin: 5px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    background: url(../images/panel.png) no-repeat;
}

#panel a{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#panel a img{
    text-decoration: none;
    border: none;
    margin: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
}
#panel_txt{
    float: left;
    width: 167px;
    /*height: 95px;*/
    margin: 5px 5px 5px 2px;
    /*padding: 5px 5px 5px 5px;*/
    color: #202020;
}
#panel p{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
#content_dash_inside{
    float: left;
    width: 980px;
    margin: 10px 0px 40px 0px;
    padding: 10px 9px 10px 9px;
    text-align: left;
    font-size: 12px;
/*    background: #ffffcc;
    border: solid 1px  #ffcc66;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;   */
}
#content_dash_inside h1{
    width: 100%;
    float: left;
    text-align: center;
}
#report_content{
    font-size : 87%;
}
#content{
    position: absolute;
    /*float: left;*/
    margin: 0px 0px 135px 0px;
    top: 0px;
    left: 200px;
    /*left: 180px;*/
    bottom: 30px;
    width: 85%;
    min-width: 1000px;
    /*max-width: 90%;*/
    /*overflow-y: scroll;*/
 /*   //width: 730px;
    width: 1050px;
 padding: 10px 9px 10px 9px;
    text-align: left;
    font-size: 12px;
   background: #ffffcc;
    border: solid 1px  #ffcc66;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;   */
}

#receipt_content{
    background-color: #ffffff;
    float: left;
    margin: 50px 0px 80px 0px;
    padding: 10px 9px 10px 9px;
    border: solid 1px  #ffcc66;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

    height: auto;
    width:auto;
}
#content2{
    float: left;
    width: 700px;
    margin: 30px 0px 200px 0px;
    padding: 10px 9px 10px 9px;
    text-align: left;
    font-size: 12px;
    background: #ffffcc;
    border: solid 1px  #ffcc66;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}
#content3{
    float: left;
    width: 700px;
    margin: 30px 0px 80px 0px;
    padding: 10px 9px 10px 9px;
    text-align: left;
    font-size: 12px;
    background: #ffffff;
    border: solid 1px  #ffcc66;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}
#content_log{
    float: left;
    width: 850px;
    margin: 30px 0px 80px 0px;
    padding: 10px 9px 10px 9px;
    text-align: left;
    font-size: 12px;
    background: #ffffff;
    border: solid 1px  #ffcc66;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}
#welcome_msg{
    float: left;
    width: 300px;
    height: auto;
    font-family: "Trebuchet MS";
    font-size: 16px;
    text-align: center;
    color: #303030;
    margin: 40px 0px 0px 20px;
}
#login_ad{
    float: left;
    width: 475px;
    height: 490px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #eaeaea;
    clear: both;
}
#login{
    float: right;
    width: 280px !important;
    width: 300px;
    height: 170px;
    margin: 50px 0px 170px 10px !important;
    padding: 10px 9px 10px 9px;
    text-align: center;
    font-size: 12px;
    background: #ffffcc;
    background: #eaeaea;
    border: solid 1px  #ffcc66;
    border: solid 1px  silver;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-radius: 0px 0px 0px 0px;
}
#content_menu{
    float: left;
    height: 30px;
    width: 100%;
    margin: 10px 0px 1px 0px;
    clear: both;
}
#content_menu ul{
    list-style: none;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#content_menu ul li{
    list-style: square;
    display: inline;
    margin: 0px 0px 0px 0px;
}
#content_menu ul li a{   
    float: left;   
/*    border-right: solid 1px silver;*/
    text-decoration: none;
    font-weight: bold;
    padding: 3px 10px 3px 5px;
    margin: 0px 2px 0px 0px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #003300;
    color: #ffffff;
}
#content_menu ul li a:hover{
    background: goldenrod;
    background: #669900;
}
#content_menu img{
    width: 20px; 
    height: 20px;
    padding: 0px 2px 0px 0px;
    vertical-align: middle;
}
#info{
    padding: 0px 0px 30px 0px;
    color: #a6a8a8;
    color: graytext;
    font-family: "Open Sans",Calibri,sans-serif;
    font-size: 16px;
    line-height: 1.6842;
}
#info ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}
#info ul li{
    list-style-type: none;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}
#info ul li ul{
    list-style-type: none;
}
#info ul li ul li{
    list-style-type: circle;
    font-style: italic;
}
#sidebar{
    float: left;
    position: fixed;
    left: 0px;
    top: 40px;
    bottom: 30px;
    width: 180px !important;
    width: 177px;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    background: #ffffff;
    overflow: auto !important;
    /*overflow: scroll !important;*/
    /*border-right: solid 1px #eaeaea;*/
/*    border: solid 1px #009900;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}
#sidebar h2{
    clear: both;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px 15px 0px;

}
#sidebar ul{
    /*display: block;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}
#sidebar ul li{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#sidebar ul li a{   
    float: left;
    display: block;
    line-height: 20px;
    border-bottom: dotted 1px #cccccc;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 0px 3px 10px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    background: #ffffff;
    color: #003300;
}
#sidebar ul li a:hover{
    list-style: none;
    color: #0098DA;
}
#sidebar img{
    width: 20px; 
    height: 20px;
    padding: 0px 2px 0px 0px;
    vertical-align: middle;
}
#sidebar_reports{
    float: left;
    position: fixed;
    left: 0px;
    top: 30px;
    bottom: 30px;
    width: 180px !important;
    width: 177px;
    height: 90%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    background: #ffffff;
    border-right: solid 1px #eaeaea;
    overflow: scroll;
}
#sidebar_reports ul{
    /*display: block;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}
#sidebar_reports ul li{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#sidebar_reports ul li a{   
    float: left;
    display: block;
/*    text-decoration: none;
    line-height: 20px;
    border-bottom: dotted 1px #cccccc;
    font-weight: bold;*/
    padding: 0px 0px 0px 3px;
    margin: 0px 0px 0px 0px;
    width: 170px;
    background: #ffffff;
    
}
#sidebar_reports ul li a:hover{
    list-style: none;
    color: #0098DA;
}
#sidebar2{
    float: left;
    width: 180px !important;
    width: 177px;
    height: auto;
    margin: 30px 20px 10px 20px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    background: #ffffcc;
    border: solid 1px #ffffcc66;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#sidebar2 h2{
    clear: both;
    float: left;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;

}
#sidebar2 ul{
    /*display: block;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}
#sidebar2 ul li{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#sidebar2 ul li a{
    list-style-type: none;
    float: left;
    width: 170px;
    height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    color: gray;
    border-bottom: 1px solid #ffcc66;
    border-top: solid 1px #ffffff;
}
#sidebar2 ul li a img{
    text-decoration: none;
    border: none;
    width: 16px;
    height: 16px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;

}
#sidebar2 ul li a:hover{
    list-style: none;
    color: #000000;
}
#content_bottom{
    clear: both;
    width: 100%;
    height: 200px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px; 
    background: #EDEDD8; 
    background: transparent;
    position: relative;
    bottom: 0px;
    border-top: 1px solid Silver;
}
#content_bottom p{
    color: Silver;
    font: normal 10px Verdana;
    line-height: 12px;
    text-align: center;
    height: 25px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px; 
}
#footer{
    width: 100%;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    position: fixed;
    bottom: 0px;
    background: #000000;
    color: gray;
    text-align: center;
}
#footer a{
    color: #ffffff;
    text-decoration: underline;
}
#footer a:hover{
    color: goldenrod;
    text-decoration: none;
}
.credits{float: left; height: 20px; margin: 0px 0px 0px 30px;}
.links_left{float: left; width: auto; height: 20px;}
.links_right{float: right; width: auto; height: 20px; margin: 0px 30px 0px 0px;}
.rLogo{
    float: left;
    width: 150px;
}
.rHeader h1{
    font-size: 26px;
    text-align: left;
}
/*Start by setting display:none to make this hidden.
 Then we position it in relation to the viewport window with
 position:fixed. Width, height, top and left speak for themselves.
 Background we set to 80% white with our animation centered, and no-repeating */

.modal_custom{
    
    display:none;
    position:fixed;
    z-index: 1000;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(../img/loading.gif)
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal_custom {
    display: block;
}

.inner_print{
    /*font-size: 80%;*/
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: none !important;
    margin-left: -5px !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* 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: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  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(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

ul#ui-id-1, ul#ui-id-2, ul#ui-id-3, ul#ui-id-4, ul#ui-id-5 {
    height: 200px !important;
    overflow-y: scroll !important;
   
}


.dtbtn {
    position: relative;
    display:inline-block;
    background-color: transparent;
    margin: 2px 2px 2px 2px;
}
.dtbtn a, .dtbtn i{
    position: relative;
    display: inline-block;
    /*line-height: 15px;*/
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-radius: 8px 8px 8px 8px;
    background: #ffffff;
    opacity: 1;
}
.dtbtn a:hover, .dtbtn i:hover{
    opacity: 0.7;
    border-radius: 8px 8px 8px 8px;
    background: #ffffff;
}


/* SCROLLBAR STYLING */
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  /*opacity: 0.2 !important;*/
}

/*Track*/ 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  /*border-radius: 5px;*/
}
 
/*Handle*/ 
::-webkit-scrollbar-thumb {
  /*background: darkslategray;*/ 
  background: rgba(40, 70, 70, 0.7);
  border-radius: 5px;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /*background: #505050;*/ 
  background: rgba(26, 45, 45, 0.8);
}


.dtbtn {
    position: relative;
    display:inline-block;
    background-color: transparent;
    margin: 2px 2px 2px 2px;
}
.dtbtn a, .dtbtn i{
    position: relative;
    display: inline-block;
    /*line-height: 15px;*/
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-radius: 8px 8px 8px 8px;
    background: #ffffff;
    opacity: 1;
}
.dtbtn a:hover, .dtbtn i:hover{
    opacity: 0.7;
    border-radius: 8px 8px 8px 8px;
    background: #ffffff;
    }
