﻿@charset "utf-8";
/* CSS Document */

body{ margin:0; padding:0; background:url(../img/bg.jpg) repeat;}
.clear{ clear:both}

.main_div{ margin:0px auto; padding:0px; width:960px;}
.logo{ width:263px; margin:0px 0px 0px 20px; padding:0px; position:absolute; top:0; bottom:o;}


.middle_box{ width:960px; background:url(../img/mdl_box.gif) no-repeat; border-bottom:4px solid #8a1619; border-top:4px solid #8a1619; border-right:1px solid #d8d8d8; border-left:1px solid #d8d8d8; margin:80px 0px 0px 0px; padding:0px 0px 0px 0px;height:400px;}
.tvlogincss{ width:960px; background:url(../tv/img/tvlogin.gif) no-repeat; border-bottom:4px solid #8a1619; border-top:4px solid #8a1619; border-right:1px solid #d8d8d8; border-left:1px solid #d8d8d8; margin:80px 0px 0px 0px; padding:0px 0px 0px 0px;height:400px;}
.mdl_right_img{ width:326px; float:right; margin:0px 0px 0px 0px; padding:0px;}

/* Form Style */
.form_wrapper{background:#fff;width:300px;margin:80px 0px 0px 40px; padding:0px; float:left;font-size:13px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;-moz-box-shadow: 3px 5px 2px #5d5d5d;
-webkit-box-shadow: 3px 5px 2px #5d5d5d;
box-shadow: 3px 5px 2px #5d5d5d;}
.form_wrapper h3{background-color:#8a1619;color:#fff;font-size:20px; padding:10px;border-bottom:1px solid #ddd;margin:0px; }
.form_wrapper form{display:none;background:#fff; }
.form_wrapper .column{	width:47%;float:left;}
form.active{display:block;}
form.login{width:300px;}
form.forgot_password{width:300px;}
.form_wrapper a{text-decoration:none;color:#777;font-size:12px; margin:0px; padding:0px;}
.form_wrapper a:hover{color:#000;}
.form_wrapper input[type="text"]:focus,
.form_wrapper input[type="password"]:focus{background: #F8FAE5;outline-color: #530E10;}
.form_wrapper .bottom{background-color:#8a1619;border-top:1px solid #ddd;margin-top:20px;clear:both;color:#fff;text-shadow:1px 1px 1px #000; padding-bottom:8px}
.form_wrapper input[type="text"],
.form_wrapper input[type="password"]{border: solid 1px #E5E5E5;background: #FFFFFF;margin: 0px 30px 0px 30px;padding: 5px;display:block;font-size:12px;width:76%;font-size: 14px;font-weight: bold;}
.form_wrapper label{display:block;padding:10px 30px 0px 30px;margin:0px 0px 0px 0px;}
.form_wrapper .bottom a{display:block;clear:both;padding:0px 20px 10px 20px;text-align:center;color:#70defb;text-shadow:1px 1px 1px #000;}
.form_wrapper a.forgot{float:right;font-style:italic;line-height:24px;color:#32abe4;text-shadow:1px 1px 1px #fff;}
.form_wrapper a.forgot:hover{color:#000;}
.form_wrapper div.remember{float:left;width:140px;margin:20px 0px 10px 30px;font-size:11px;}
.form_wrapper div.remember input{float:left;margin:2px 5px 0px 0px; }
.form_wrapper input[type="submit"] {background: #e3e3e3;border: 1px solid #ccc;color: #333;font-size: 14px;font-weight: bold;padding: 5px 13px;text-align: center;cursor:pointer;float:right;margin:15px 30px 10px 10px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.form_wrapper input[type="submit"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}
.divMessage {
color: red;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
padding: 5px;
background-color: rgb(241, 236, 171);
width: 282px;
font-family: Arial,tahoma;
font-size: 12px;
border: 1px solid rgb(241, 197, 104);
position: absolute;
z-index: 1001;
margin-top: 25px;
white-space: pre-wrap;
margin-bottom: 10px;
display: none;
margin-left: 3px;
height: 38px;
font-weight:bold;
}

@font-face {
  font-family: 'Patua One';
  font-style: normal;
  font-weight: 400;
  src: local('Patua One'), local('PatuaOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/patuaone/v3/yAXhog6uK3bd3OwBILv_SD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
/*------ template stylization ------*/

/*------ template stylization ------*/
body {
  background-color: #ffffff;
}

#imgMediwareLogo
{
    position: absolute;
    top: -1px;
    right: 4%;
    height: 40px;
    }
#divMenuContainer
{ overflow:auto;    }
#divMenu
{      
    text-align: left;    
    width:96%;        
    overflow:auto;    
    height:700px;     
    padding:0px 10px 10px 10px !important;
   
   -moz-column-count:3;
  -moz-column-gap: 2%;
   -moz-column-width: 32%;
   -webkit-column-count:3;
   -webkit-column-gap: 2%;
   -webkit-column-width: 32%;
   column-count: 3;
   column-gap: 2%;
   column-width: 32%;   
}
   
.ModuleGroupOuter
{
   display:inline-block; text-align:left !important; width:95%;
   padding: 10px;background-color: rgba(212, 212, 212, 0.18);
   box-shadow: inset grey -1px -1px 13px 0px;margin-right: 10px;margin-bottom: 10px;
}   
.GroupModuleHeader
{
     
    font-size: 1.2em;
    font-weight: bold;
    color: #961A1E;
    padding: 3px;
    width: auto;
    border-left: 2px solid #F00;
    background-color: rgba(179, 185, 146, 0.28);
    margin:-10px;
    margin-bottom:10px !important;
}

.sf-menu {
  position: relative;
  list-style: none;
  float: left;
  padding: 0;
  margin:auto auto;
  white-space: nowrap;   
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left; margin:0px 10px 30px 0px; padding:0px; text-align:center   
}
.sf-menu > li:first-child {
  background: none;
}
/* .sf-menu > li:first-child > a > strong {
  background-image:url(../img/mneu_icon1.png);
}
.sf-menu > li:first-child + li > a > strong {
  background-image: url(../img/mneu_icon2.png);
}
.sf-menu > li:first-child + li + li > a > strong {
  background-image: url(../img/mneu_icon3.png);
}
.sf-menu > li:first-child + li + li + li > a > strong {
  background-image: url(../img/mneu_icon4.png);
}
.sf-menu > li:first-child + li + li + li + li > a > strong {
  background-image: url(../img/mneu_icon5.png);
}

.sf-menu > li:first-child + li + li + li + li + li > a > strong {
  background-image: url(../img/mneu_icon6.png);
}
.sf-menu > li:first-child + li + li + li + li + li + li > a > strong {
  background-image: url(../img/mneu_icon7.png);
}

.sf-menu > li:first-child + li + li + li + li + li + li + li > a > strong {
  background-image: url(../img/mneu_icon8.png);
}

.sf-menu > li:first-child + li + li + li + li + li + li + li + li > a > strong {
  background-image: url(../img/mneu_icon9.png);
}

.sf-menu > li:first-child + li + li + li + li + li + li + li + li + li > a > strong {
  background-image: url(../img/mneu_icon10.png);
} */
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 50px;
  margin-right: 0px;
  float: left;background-color: #be2a23;border-radius:5px;
  text-decoration :none;
}
.sf-menu > li > a > span {
position: relative;
top: 56px;
left: 0;
width: 50px;
font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 1em;
color: #000000;
/* text-transform: uppercase; */
margin: 0px 0px 0px 0px;
/* -webkit-transition: all 0.4s ease-out; */
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
/* transition: all 0.4s ease-out; */
/* opacity: 0; */
filter: alpha(opacity=0);
margin-top: 0;
text-align: center;
white-space: normal;
overflow-wrap:break-word;
word-wrap:break-word;
  
}

.sf-menu > li > a > strong {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: transparent;
  background-position: center bottom;
  background-repeat: no-repeat;border-radius:5px;
  margin-top :-13px;
}
.sf-menu > li > a:hover{
  text-decoration: none;
}
.sf-menu > li > a:hover > span{
  opacity: 1;
  filter: alpha(opacity=100);
}
.sf-menu > li > a:hover > strong{
  background-position: center top;
}

/*end menu*/

.emr a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #3b83f6;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #63CFFA),
	color-stop(1, #3B83F6)
);
background-image: -o-linear-gradient(bottom, #63CFFA 0%, #3B83F6 100%);
background-image: -moz-linear-gradient(bottom, #63CFFA 0%, #3B83F6 100%);
background-image: -webkit-linear-gradient(bottom, #63CFFA 0%, #3B83F6 100%);
background-image: -ms-linear-gradient(bottom, #63CFFA 0%, #3B83F6 100%);
background-image: linear-gradient(to bottom, #63CFFA 0%, #3B83F6 100%);}

.emr > a > strong{background-image:url(../img/icons/mneu_icon1.png);}

.ns a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #0ba55f;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #12D788),
	color-stop(1, #0BA560)
);
background-image: -o-linear-gradient(bottom, #12D788 0%, #0BA560 100%);
background-image: -moz-linear-gradient(bottom, #12D788 0%, #0BA560 100%);
background-image: -webkit-linear-gradient(bottom, #12D788 0%, #0BA560 100%);
background-image: -ms-linear-gradient(bottom, #12D788 0%, #0BA560 100%);
background-image: linear-gradient(to bottom, #12D788 0%, #0BA560 100%);}

.ns > a > strong{background-image:url(../img/icons/mneu_icon2.png);margin-top: -27px !important;}

.fd a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #dd4b39;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F37954),
	color-stop(1, #DD4C39)
);
background-image: -o-linear-gradient(bottom, #F37954 0%, #DD4C39 100%);
background-image: -moz-linear-gradient(bottom, #F37954 0%, #DD4C39 100%);
background-image: -webkit-linear-gradient(bottom, #F37954 0%, #DD4C39 100%);
background-image: -ms-linear-gradient(bottom, #F37954 0%, #DD4C39 100%);
background-image: linear-gradient(to bottom, #F37954 0%, #DD4C39 100%);}

.fd > a > strong{background-image:url(../img/icons/mneu_icon3.png);}

.laundry a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #693297;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #B352CB),
	color-stop(1, #693297)
);
background-image: -o-linear-gradient(bottom, #B352CB 0%, #693297 100%);
background-image: -moz-linear-gradient(bottom, #B352CB 0%, #693297 100%);
background-image: -webkit-linear-gradient(bottom, #B352CB 0%, #693297 100%);
background-image: -ms-linear-gradient(bottom, #B352CB 0%, #693297 100%);
background-image: linear-gradient(to bottom, #B352CB 0%, #693297 100%);}
.laundry > a > strong{background-image:url(../img/icons/mneu_icon4.png);}

.hk a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #dc8826;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F2CD37),
	color-stop(1, #DC8726)
);
background-image: -o-linear-gradient(bottom, #F2CD37 0%, #DC8726 100%);
background-image: -moz-linear-gradient(bottom, #F2CD37 0%, #DC8726 100%);
background-image: -webkit-linear-gradient(bottom, #F2CD37 0%, #DC8726 100%);
background-image: -ms-linear-gradient(bottom, #F2CD37 0%, #DC8726 100%);
background-image: linear-gradient(to bottom, #F2CD37 0%, #DC8726 100%);}
.hk > a > strong{background-image:url(../img/icons/mneu_icon5.png);margin-top: -27px !important;}

.assessment a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #cf056b;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #ED089D),
	color-stop(1, #CF056A)
);
background-image: -o-linear-gradient(bottom, #ED089D 0%, #CF056A 100%);
background-image: -moz-linear-gradient(bottom, #ED089D 0%, #CF056A 100%);
background-image: -webkit-linear-gradient(bottom, #ED089D 0%, #CF056A 100%);
background-image: -ms-linear-gradient(bottom, #ED089D 0%, #CF056A 100%);
background-image: linear-gradient(to bottom, #ED089D 0%, #CF056A 100%);}
.assessment > a > strong{background-image:url(../img/icons/mneu_icon6.png); margin-top: -27px !important;}

.blood a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #af0c13;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #DB121C),
	color-stop(1, #AF0C14)
);
background-image: -o-linear-gradient(bottom, #DB121C 0%, #AF0C14 100%);
background-image: -moz-linear-gradient(bottom, #DB121C 0%, #AF0C14 100%);
background-image: -webkit-linear-gradient(bottom, #DB121C 0%, #AF0C14 100%);
background-image: -ms-linear-gradient(bottom, #DB121C 0%, #AF0C14 100%);
background-image: linear-gradient(to bottom, #DB121C 0%, #AF0C14 100%);}
.blood > a > strong{background-image:url(../img/icons/mneu_icon7.png);}

.dialysis a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #DB845C;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #29DAD1),
	color-stop(1, #19A8AA)
);
background-image: -o-linear-gradient(bottom, #F8DC0E 0%, #FC5F06 100%);
background-image: -moz-linear-gradient(bottom, #F8DC0E 0%, #FC5F06 100%);
background-image: -webkit-linear-gradient(bottom, #F8DC0E 0%, #FC5F06 100%);
background-image: -ms-linear-gradient(bottom, #F8DC0E 0%, #FC5F06 100%);
background-image: linear-gradient(to bottom, #F8DC0E 0%, #FC5F06 100%);}
.dialysis > a > strong{background-image:url(../img/icons/mneu_icon8.png);}

.cssd a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #6f7174;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #B8B4AA),
	color-stop(1, #6F7174)
);
background-image: -o-linear-gradient(bottom, #B8B4AA 0%, #6F7174 100%);
background-image: -moz-linear-gradient(bottom, #B8B4AA 0%, #6F7174 100%);
background-image: -webkit-linear-gradient(bottom, #B8B4AA 0%, #6F7174 100%);
background-image: -ms-linear-gradient(bottom, #B8B4AA 0%, #6F7174 100%);
background-image: linear-gradient(to bottom, #B8B4AA 0%, #6F7174 100%);}
.cssd > a > strong{background-image:url(../img/icons/mneu_icon9.png);}

.cas a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #b2c121;
bbackground-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #E2E530),
	color-stop(1, #B1C121)
);
background-image: -o-linear-gradient(bottom, #E2E530 0%, #B1C121 100%);
background-image: -moz-linear-gradient(bottom, #E2E530 0%, #B1C121 100%);
background-image: -webkit-linear-gradient(bottom, #E2E530 0%, #B1C121 100%);
background-image: -ms-linear-gradient(bottom, #E2E530 0%, #B1C121 100%);
background-image: linear-gradient(to bottom, #E2E530 0%, #B1C121 100%);}
.cas > a > strong{background-image:url(../img/icons/mneu_icon10.png);margin-top: -27px !important;}

.hrm a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #53538E;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #8C87C6),
	color-stop(1, #53538E)
);
background-image: -o-linear-gradient(bottom, #8C87C6 0%, #53538E 100%);
background-image: -moz-linear-gradient(bottom, #8C87C6 0%, #53538E 100%);
background-image: -webkit-linear-gradient(bottom, #8C87C6 0%, #53538E 100%);
background-image: -ms-linear-gradient(bottom, #8C87C6 0%, #53538E 100%);
background-image: linear-gradient(to bottom, #8C87C6 0%, #53538E 100%);}
.hrm > a > strong{background-image:url(../img/icons/mneu_icon11.png);}

.mis a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #046363;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #079F92),
	color-stop(1, #046363)
);
background-image: -o-linear-gradient(bottom, #079F92 0%, #046363 100%);
background-image: -moz-linear-gradient(bottom, #079F92 0%, #046363 100%);
background-image: -webkit-linear-gradient(bottom, #079F92 0%, #046363 100%);
background-image: -ms-linear-gradient(bottom, #079F92 0%, #046363 100%);
background-image: linear-gradient(to bottom, #079F92 0%, #046363 100%);}
.mis > a > strong{background-image:url(../img/icons/mneu_icon12.png);}

.asset a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #7e3601;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #CB5302),
	color-stop(1, #7E3501)
);
background-image: -o-linear-gradient(bottom, #CB5302 0%, #7E3501 100%);
background-image: -moz-linear-gradient(bottom, #CB5302 0%, #7E3501 100%);
background-image: -webkit-linear-gradient(bottom, #CB5302 0%, #7E3501 100%);
background-image: -ms-linear-gradient(bottom, #CB5302 0%, #7E3501 100%);
background-image: linear-gradient(to bottom, #CB5302 0%, #7E3501 100%);}
.asset > a > strong{background-image:url(../img/icons/mneu_icon13.png);}

.patient a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #0e45c0;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #1871DF),
	color-stop(1, #0E47C0)
);
background-image: -o-linear-gradient(bottom, #1871DF 0%, #0E47C0 100%);
background-image: -moz-linear-gradient(bottom, #1871DF 0%, #0E47C0 100%);
background-image: -webkit-linear-gradient(bottom, #1871DF 0%, #0E47C0 100%);
background-image: -ms-linear-gradient(bottom, #1871DF 0%, #0E47C0 100%);
background-image: linear-gradient(to bottom, #1871DF 0%, #0E47C0 100%);}
.patient > a > strong{background-image:url(../img/icons/mneu_icon14.png);margin-top: -27px !important;}


.insurance a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #660033;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #AC004D),
	color-stop(1, #660033)
);
background-image: -o-linear-gradient(bottom, #AC004D 0%, #660033 100%);
background-image: -moz-linear-gradient(bottom, #AC004D 0%, #660033 100%);
background-image: -webkit-linear-gradient(bottom, #AC004D 0%, #660033 100%);
background-image: -ms-linear-gradient(bottom, #AC004D 0%, #660033 100%);
background-image: linear-gradient(to bottom, #AC004D 0%, #660033 100%);}
.insurance > a > strong{background-image:url(../img/icons/mneu_icon15.png);margin-top: -27px !important;}


.out-patient a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #1897BD;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0E78F0),
	color-stop(1, #07B4FF)
);
background-image: -o-linear-gradient(bottom, #0E78F0 0%, #07B4FF 100%);
background-image: -moz-linear-gradient(bottom, #0E78F0 0%, #07B4FF 100%);
background-image: -webkit-linear-gradient(bottom, #0E78F0 0%, #07B4FF 100%);
background-image: -ms-linear-gradient(bottom, #0E78F0 0%, #07B4FF 100%);
background-image: linear-gradient(to bottom, #0E78F0 0%, #07B4FF 100%);}
.out-patient > a > strong{background-image:url(../img/icons/mneu_icon16.png); margin-top: -27px !important;}

.lab a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #857e0d;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #D2C513),
	color-stop(1, #857F0D)
);
background-image: -o-linear-gradient(bottom, #D2C513 0%, #857F0D 100%);
background-image: -moz-linear-gradient(bottom, #D2C513 0%, #857F0D 100%);
background-image: -webkit-linear-gradient(bottom, #D2C513 0%, #857F0D 100%);
background-image: -ms-linear-gradient(bottom, #D2C513 0%, #857F0D 100%);
background-image: linear-gradient(to bottom, #D2C513 0%, #857F0D 100%);}
.lab > a > strong{background-image:url(../img/icons/mneu_icon17.png); margin-top: -40px !important;}

.lab_results a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #990099;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #DB00C9),
	color-stop(1, #990099)
);
background-image: -o-linear-gradient(bottom, #DB00C9 0%, #990099 100%);
background-image: -moz-linear-gradient(bottom, #DB00C9 0%, #990099 100%);
background-image: -webkit-linear-gradient(bottom, #DB00C9 0%, #990099 100%);
background-image: -ms-linear-gradient(bottom, #DB00C9 0%, #990099 100%);
background-image: linear-gradient(to bottom, #DB00C9 0%, #990099 100%);}
.lab_results > a > strong{background-image:url(../img/icons/mneu_icon18.png);}

.stock_mgt a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #e8c003;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F7E704),
	color-stop(1, #E8C203)
);
background-image: -o-linear-gradient(bottom, #F7E704 0%, #E8C203 100%);
background-image: -moz-linear-gradient(bottom, #F7E704 0%, #E8C203 100%);
background-image: -webkit-linear-gradient(bottom, #F7E704 0%, #E8C203 100%);
background-image: -ms-linear-gradient(bottom, #F7E704 0%, #E8C203 100%);
background-image: linear-gradient(to bottom, #F7E704 0%, #E8C203 100%);}
.stock_mgt > a > strong{background-image:url(../img/icons/mneu_icon19.png);}


.pharmacy a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #00bbda;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #02E6EE),
	color-stop(1, #00B9DA)
);
background-image: -o-linear-gradient(bottom, #02E6EE 0%, #00B9DA 100%);
background-image: -moz-linear-gradient(bottom, #02E6EE 0%, #00B9DA 100%);
background-image: -webkit-linear-gradient(bottom, #02E6EE 0%, #00B9DA 100%);
background-image: -ms-linear-gradient(bottom, #02E6EE 0%, #00B9DA 100%);
background-image: linear-gradient(to bottom, #02E6EE 0%, #00B9DA 100%);}
.pharmacy > a > strong{background-image:url(../img/icons/mneu_icon20.png);margin-top: -27px !important;}


.in-Patient a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #cc3300;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #EC5300),
	color-stop(1, #CC3300)
);
background-image: -o-linear-gradient(bottom, #EC5300 0%, #CC3300 100%);
background-image: -moz-linear-gradient(bottom, #EC5300 0%, #CC3300 100%);
background-image: -webkit-linear-gradient(bottom, #EC5300 0%, #CC3300 100%);
background-image: -ms-linear-gradient(bottom, #EC5300 0%, #CC3300 100%);
background-image: linear-gradient(to bottom, #EC5300 0%, #CC3300 100%);}
.in-Patient > a > strong{background-image:url(../img/icons/mneu_icon21.png);}


.collection a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #9b6003;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #E09E04),
	color-stop(1, #9B6103)
);
background-image: -o-linear-gradient(bottom, #E09E04 0%, #9B6103 100%);
background-image: -moz-linear-gradient(bottom, #E09E04 0%, #9B6103 100%);
background-image: -webkit-linear-gradient(bottom, #E09E04 0%, #9B6103 100%);
background-image: -ms-linear-gradient(bottom, #E09E04 0%, #9B6103 100%);
background-image: linear-gradient(to bottom, #E09E04 0%, #9B6103 100%);}
.collection > a > strong{background-image:url(../img/icons/mneu_icon22.png);}


.casualty a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #e50303;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F50404),
	color-stop(1, #E50303)
);
background-image: -o-linear-gradient(bottom, #F50404 0%, #E50303 100%);
background-image: -moz-linear-gradient(bottom, #F50404 0%, #E50303 100%);
background-image: -webkit-linear-gradient(bottom, #F50404 0%, #E50303 100%);
background-image: -ms-linear-gradient(bottom, #F50404 0%, #E50303 100%);
background-image: linear-gradient(to bottom, #F50404 0%, #E50303 100%);}
.casualty > a > strong{background-image:url(../img/icons/mneu_icon23.png);}

.quality a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #337120;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #79C957),
	        color-stop(1, #337120)
        );
background-image: -o-linear-gradient(bottom,   rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);
background-image: -moz-linear-gradient(bottom,   rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);
background-image: -webkit-linear-gradient(bottom,   rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);
background-image: -ms-linear-gradient(bottom,   rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);
background-image: linear-gradient(to bottom, rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);}
.quality > a > strong{background-image:url(../img/icons/mneu_hquality.png);}

/*Added by Ramil*/
.admin a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #795548;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #795548),
	        color-stop(1, #795548)
        );
background-image: -o-linear-gradient(bottom,   rgb(174, 152, 144) 0%, rgb(125, 91, 78) 100%);
background-image: -moz-linear-gradient(bottom,   rgb(174, 152, 144) 0%, rgb(125, 91, 78) 100%);
background-image: -webkit-linear-gradient(bottom,   rgb(174, 152, 144) 0%, rgb(125, 91, 78) 100%);
background-image: -ms-linear-gradient(bottom,   rgb(174, 152, 144) 0%, rgb(125, 91, 78) 100%);
background-image: linear-gradient(to bottom, rgb(174, 152, 144) 0%, rgb(125, 91, 78) 100%);}
.admin > a > strong{background-image:url(../img/icons/mneu_icon49.png);}

.reports a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #ff9801;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #ff9801),
	        color-stop(1, #ff9801)
        );
background-image: -o-linear-gradient(bottom,   rgb(255, 201, 120) 0%, rgb(255, 153, 4) 100%);
background-image: -moz-linear-gradient(bottom,   rgb(255, 201, 120) 0%, rgb(255, 153, 4) 100%);
background-image: -webkit-linear-gradient(bottom,   rgb(255, 201, 120) 0%, rgb(255, 153, 4) 100%);
background-image: -ms-linear-gradient(bottom,   rgb(255, 201, 120) 0%, rgb(255, 153, 4) 100%);
background-image: linear-gradient(to bottom, rgb(255, 201, 120) 0%, rgb(255, 153, 4) 100%);}
.reports > a > strong{background-image:url(../img/icons/mneu_icon50.png);}
/*Added by Ramil*/

.radiology a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #0a0a0a;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #292925),
	color-stop(1, #0A0A0A)
);
background-image: -o-linear-gradient(bottom, #292925 0%, #0A0A0A 100%);
background-image: -moz-linear-gradient(bottom, #292925 0%, #0A0A0A 100%);
background-image: -webkit-linear-gradient(bottom, #292925 0%, #0A0A0A 100%);
background-image: -ms-linear-gradient(bottom, #292925 0%, #0A0A0A 100%);
background-image: linear-gradient(to bottom, #292925 0%, #0A0A0A 100%);}
.radiology > a > strong{background-image:url(../img/icons/mneu_icon24.png);}

.financial a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #a33439;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #D84F4F),
	color-stop(1, #A33439)
);
background-image: -o-linear-gradient(bottom, #D84F4F 0%, #A33439 100%);
background-image: -moz-linear-gradient(bottom, #D84F4F 0%, #A33439 100%);
background-image: -webkit-linear-gradient(bottom, #D84F4F 0%, #A33439 100%);
background-image: -ms-linear-gradient(bottom, #D84F4F 0%, #A33439 100%);
background-image: linear-gradient(to bottom, #D84F4F 0%, #A33439 100%);}
.financial > a > strong{background-image:url(../img/icons/mneu_icon25.png);}


.dietry a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #449775;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #6FD3A9),
	color-stop(1, #449774)
);
background-image: -o-linear-gradient(bottom, #6FD3A9 0%, #449774 100%);
background-image: -moz-linear-gradient(bottom, #6FD3A9 0%, #449774 100%);
background-image: -webkit-linear-gradient(bottom, #6FD3A9 0%, #449774 100%);
background-image: -ms-linear-gradient(bottom, #6FD3A9 0%, #449774 100%);
background-image: linear-gradient(to bottom, #6FD3A9 0%, #449774 100%);}
.dietry > a > strong{background-image:url(../img/icons/mneu_icon26.png);}



.canteen a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #7a487a;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #CF76B7),
	color-stop(1, #7A487A)
);
background-image: -o-linear-gradient(bottom, #CF76B7 0%, #7A487A 100%);
background-image: -moz-linear-gradient(bottom, #CF76B7 0%, #7A487A 100%);
background-image: -webkit-linear-gradient(bottom, #CF76B7 0%, #7A487A 100%);
background-image: -ms-linear-gradient(bottom, #CF76B7 0%, #7A487A 100%);
background-image: linear-gradient(to bottom, #CF76B7 0%, #7A487A 100%);}
.cateen > a > strong{background-image:url(../img/icons/mneu_icon27.png);}


.payroll a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #5a7ea2;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #95C9CE),
	color-stop(1, #5A7EA2)
);
background-image: -o-linear-gradient(bottom, #95C9CE 0%, #5A7EA2 100%);
background-image: -moz-linear-gradient(bottom, #95C9CE 0%, #5A7EA2 100%);
background-image: -webkit-linear-gradient(bottom, #95C9CE 0%, #5A7EA2 100%);
background-image: -ms-linear-gradient(bottom, #95C9CE 0%, #5A7EA2 100%);
background-image: linear-gradient(to bottom, #95C9CE 0%, #5A7EA2 100%);}
.payroll > a > strong{background-image:url(../img/icons/mneu_icon28.png);}


.theatre a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #237DE2;
background-image: -webkit-gradient(	linear,
	left top,
	left bottom,
	color-stop(0, #1DA6ED),
	color-stop(1, #063B61));
background-image: -o-linear-gradient(bottom, #1DA6ED 0%, #063B61 100%);
background-image: -moz-linear-gradient(bottom, #1DA6ED 0%, #063B61 100%);
background-image: -webkit-linear-gradient(bottom, #1DA6ED 0%, #063B61 100%);
background-image: -ms-linear-gradient(bottom, #1DA6ED 0%, #063B61 100%);
background-image: linear-gradient(to bottom, #1DA6ED 0%, #063B61 100%);
}

.theatre > a > strong{background-image:url(../img/icons/mneu_icon29.png);}


.care_desk a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #337120;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #79C957),
	        color-stop(1, #337120)
        );
background-image: -o-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -moz-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -webkit-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -ms-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: linear-gradient(to bottom, #79C957 0%, #337120 100%);}

.care_desk > a > strong{background-image:url(../img/icons/mneu_icon30.png);} 

/*-------------------------------Ayurveda------------------------------------------------------ */
.ayurveda a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #337120;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #79C957),
	        color-stop(1, #337120)
        );
background-image: -o-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -moz-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -webkit-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -ms-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: linear-gradient(to bottom, #79C957 0%, #337120 100%);}

.ayurveda > a > strong{background-image:url(../img/icons/mneu_icon31.png);} 

/*---------------------------------------------------------------------------*/

/* Physiotherapy */
.physiotherapy a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #337120;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #79C957),
	        color-stop(1, #337120)
        );
background-image: -o-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -moz-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -webkit-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -ms-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: linear-gradient(to bottom, #79C957 0%, #337120 100%);}

.physiotherapy > a > strong{background-image:url(../img/icons/mneu_icon32.png); margin-top: -27px !important;} 

/*-------------------------------------------------------------------------*/

/* Indent */
.indent a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #337120;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #79C957),
	        color-stop(1, #337120)
        );
background-image: -o-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -moz-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -webkit-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: -ms-linear-gradient(bottom, #79C957 0%, #337120 100%);
background-image: linear-gradient(to bottom, #79C957 0%, #337120 100%);}

.indent > a > strong{background-image:url(../img/icons/mneu_icon35.png);} 

/*-------------------------------------------------------------------------*/
.RightRoundBlueH1Title
{
    background-color: rgb(29, 155, 240);
    color: white;
    line-height: 31px;
    margin-top: 3px;
    font-size: 16px;
    padding-left: 10px;
    border-radius: 0px 25px 25px 0px;
    display: inline-block;
    padding-right: 20px;
    box-shadow: 4px 3px 6px rgb(190, 190, 190);
}




.BloodBank a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid silver;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #ffffff),
	        color-stop(1, #ffffff)
        );
background-image: -o-linear-gradient(bottom, #ffffff 0%, #E90A0A 100%);
background-image: -moz-linear-gradient(bottom, #ffffff 0%, #E90A0A 100%);
background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #E90A0A 100%);
background-image: -ms-linear-gradient(bottom, #ffffff 0%, #E90A0A 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #E90A0A 100%);}

.BloodBank  > a > strong{background-image:url(../img/icons/mneu_icon7.png);} 

.mrd a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #337120;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #79C957),
	        color-stop(1, #337120)
        );
background-image: -o-linear-gradient(bottom,  #5AB1EF 0%, #144A93 100%);
background-image: -moz-linear-gradient(bottom,  #5AB1EF 0%, #144A93 100%);
background-image: -webkit-linear-gradient(bottom,  #5AB1EF 0%, #144A93 100%);
background-image: -ms-linear-gradient(bottom,  #5AB1EF 0%, #144A93 100%);
background-image: linear-gradient(to bottom, #5AB1EF 0%, #144A93 100%);}

.mrd > a > strong{background-image:url(../img/icons/mneu_icon34.png);} 

.Casualty a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #337120;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #EF3939),
	        color-stop(1, #7E1717)
        );
background-image: -o-linear-gradient(bottom,  #EF3939 0%, #7E1717 100%);
background-image: -moz-linear-gradient(bottom,  #EF3939 0%, #7E1717 100%);
background-image: -webkit-linear-gradient(bottom,  #EF3939 0%, #7E1717 100%);
background-image: -ms-linear-gradient(bottom,  #EF3939 0%, #7E1717 100%);
background-image: linear-gradient(to bottom, #EF3939 0%, #7E1717 100%);}

.Casualty > a > strong{background-image:url(../img/icons/mneu_icon40.png);} 

.Dietary a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #337120;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #68B349),
	        color-stop(1, #FFFFFF)
        );
background-image: -o-linear-gradient(bottom,  #68B34968B349 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom,  #68B349 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom,  #68B349 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom,  #68B349 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #68B349 0%, #FFFFFF 100%);}

.Dietary > a > strong{background-image:url(../img/icons/mneu_icon41.png);} 

.DischargeSummary a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #337120;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, #79C957),
	        color-stop(1, #337120)
        );
background-image: -o-linear-gradient(bottom,   rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);
background-image: -moz-linear-gradient(bottom,   rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);
background-image: -webkit-linear-gradient(bottom,   rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);
background-image: -ms-linear-gradient(bottom,   rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);
background-image: linear-gradient(to bottom, rgb(62, 189, 39) 0%, rgb(43, 84, 16) 100%);}

.DischargeSummary > a > strong{background-image:url(../img/icons/mneu_icon48.png);margin-top: -27px !important;} 

.CRM a{ width:50px; height:50px; margin:0px 0px 0px 0px; padding:0px; border:1px solid #844508;
        background-image: -webkit-gradient(
	        linear,
	        left top,
	        left bottom,
	        color-stop(0, rgba(255, 152, 0, 0.9)),
	        color-stop(1, rgb(134, 1, 5))
        );
background-image: -o-linear-gradient(bottom,   rgba(255, 152, 0, 0.9) 0%, rgb(134, 1, 5) 100%);
background-image: -moz-linear-gradient(bottom,   rgba(255, 152, 0, 0.9) 0%, rgb(134, 1, 5) 100%);
background-image: -webkit-linear-gradient(bottom,   rgba(255, 152, 0, 0.9) 0%, rgb(134, 1, 5) 100%);
background-image: -ms-linear-gradient(bottom,   rgba(255, 152, 0, 0.9) 0%, rgb(134, 1, 5) 100%);
background-image: linear-gradient(to bottom, rgba(255, 152, 0, 0.9) 0%, rgb(134, 1, 5) 100%);
}

.CRM > a > strong{background-image:url(../img/icons/mneu_icon36.png);} 
/* ----------Common Menu Selector----------------------- */


#divLeftMenu .ac-container{
	width: 100%;
	margin: 35px auto 30px auto;
	text-align: left;
	/*-webkit-transition: all 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: all 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: all 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: all 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: all 0.3s ease-in-out, box-shadow 0.6s linear;*/
}


#divLeftMenu .ac-container label{
	font-family: Arial, sans-serif; /*'BebasNeueRegular',*/	
	padding: 2px 2px;
	padding-left:9px !important;
	position: relative;
	z-index: 20;
	display: block;
	height: 27px;
	cursor: pointer;
	color: rgb(49, 49, 49);
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	background: #ffffff;
	box-shadow:none !important;

}
#divLeftMenu .ac-container label:hover{
	background: #E6E1E1;
    border-left: 2px solid rgb(126, 124, 124);
    
}
#divLeftMenu  .ac-container input:checked + label,
#divLeftMenu .ac-container input:checked + label:hover
{
    
    color: #0F0F0E;
    border-left: 7px solid red;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    background-color: rgba(217, 221, 223, 0.53);
}
#divLeftMenu .ac-container label:hover:after,
#divLeftMenu .ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}

.ac-container input{
	display: none;
}
#divLeftMenu .ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

#divLeftMenu .SMenu {
	color: rgb(8, 9, 10);
	padding: 5px 5px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 14px;
	width: 100%;
	cursor:pointer;
	overflow-x: hidden;
	white-space:nowrap;
	/*border-bottom: 1px solid rgb(226, 226, 226);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	transition: all 0.10s ease-in;
	-webkit-transition : all 0.10s ease-in;
    -moz-transition :all 0.10s ease-in;
    -ms-transition:all 0.10s ease-in;
    -o-transition:all 0.10s ease-in;*/
}

#divLeftMenu .SMenuOver{
	background-color: #D1E8BB;
    border-left: 2px solid green;
}

#divLeftMenu .SMenuActive{
	background-color: rgb(248, 227, 145);
	border-left: 2px solid red;
}

#divLeftMenu .ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

#divLeftMenu .ac-container input:checked ~ article.ac-small{
	height: auto;
	padding-left:5px;	
}
#divLeftMenu .ac-container input:checked ~ article.ac-medium{
	height: auto;		
	padding-left:5px;
}
#divLeftMenu .ac-container input:checked ~ article.ac-large{
	height: auto;	
	padding-left:5px;	
}

#divLeftMenu .SMenu {
color: rgb(8, 9, 10);
padding: 5px 5px;
padding-left: 10px;
font-size: 13px;
line-height: 14px;
width: 100%;
cursor: pointer;
overflow-x: hidden;
transition: background-color 0.40s ease-in;
-webkit-transition: background-color 0.40s ease-in;
-moz-transition: background-color 0.40s ease-in;
-ms-transition: background-color 0.40s ease-in;
-o-transition: background-color 0.40s ease-in;
border-bottom:none !important;
}
/* ----------Common Menu Selector----------------------- */