@import url(fonts.css);
@import url(left_menu.css);
@import url(build.css);
@import url(../chosen/chosen.css);
html,
body {
   height:100%;
}
body{
    font-size: 14px;
    font-family: 'robotoregular';
	background:#edeff5;
}
#container {
   min-height:100%;
   position:relative;
   padding-bottom:100px;
   overflow:hidden;
}

.footer_box{
	padding: 30px;
    background: #f6f7fa;
    position:absolute;
   bottom:0;
   width:100%;
   text-align:center;
   margin-top:50px;
}
.left_side{
	position:absolute;
	width:200px;
	background:#ffffff;
	box-shadow:0px 0px 3px rgba(90,90,90,0.18);
	z-index:10;
	height: 100%;
}

div, a, i, button, input, select, textarea{
    position: relative;
    box-sizing: border-box;
    outline:none !important;
}
img{
    vertical-align: middle;
    position: relative;
}
h1, h2, h3{
}
.clear{
	clear:both;
}
.checkbox, .radio {
	display:inline-block;
	    margin: 0px;
}
.animate{
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
input[type=text], input[type=password], select, textarea{
	background:#fff;
	border:solid 1px #cccdd0;
	padding:6px;
	box-sizing:border-box;
	color:#646464;
	outline:none;
	resize:none;
	width:100%;
}
.fields_box label{
	font-weight:normal;
	padding: 8px 0px;
	margin:0px;
	color:#646464;
	display:block;
}
.fields_box label b{
	font-weight:normal;
	color:#a8a8a8;
}
.fields_box{
	margin-bottom:8px;
}
.fields_box label span{
	color:#ff0000;
}
.fields_box textarea{
	min-height:80px;
}
.fields_container{
	padding:0px 10px;
}
.align_left{
	text-align:left;
}
.align_right{
	text-align:right;
}
.login_bg{
	background:url(../images/login_bg.jpg) no-repeat;
	background-size:cover;
	height:100%;
	display:block;
	position:absolute;
	width:100%;
}
.login_box{
	background:#fff;
	box-shadow:0px 0px 6px rgba(110,110,110,0.31);
	padding:50px;
	margin-top:15%;
}
.login_logo{
	text-align:center;
	margin-bottom:30px;
	    height: 105px;
		text-align:center;
}
.login_logo img{
	margin:0 auto;
	    max-width: 10%;
    max-height: 10%;
    transform: scale(10);
    top: 40px;
}
.login_fields input{
	border:0px;
	width:100%;
	border-bottom:solid 1px #a9a9a9;
	color:#808080;
	margin-bottom:30px;
	font-size:15px;
	padding:8px 0px;
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
.login_fields input:last-child{
	margin-bottom:20px;
}
.login_fields input::-webkit-input-placeholder { 
    color:    #808080;
}
.login_fields input:-moz-placeholder { 
    color:    #808080;
}
.login_fields input::-moz-placeholder { 
    color:    #808080;
}
.login_fields input:-ms-input-placeholder { 
    color:    #808080;
}
.login_fields input:focus{
	border-bottom:solid 1px #808080;
	color:#808080;
}
.login_btn{
	background:#3a74d5;
	color:#fff;
	padding:10px;
	width:100%;
	border:0px;
	border-radius:3px;
	margin:20px 0px;
	font-family: 'robotomedium';
	font-size:22px;
	text-shadow:0px 0px 1px rgba(96,96,96,0.48);
	box-shadow:0px 2px 0px rgba(51,51,51,0.14);
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
.login_btn:hover{
	background:#3bb524;
}
.forget_pass{
	text-align:center;
	color:#5b5b5b;
	display:block;
}
header{
	background:#133367;
}
.logo_box{
	padding:6px;
	border-right:solid 1px #6e6159;	
	    width: 201px;
    position: absolute;
    height: 71px;
    background: #fff;
    left: 0px;
	text-align:center;
}
.search_box{
	color:#fff !important;
	background:none !important;
	border:0px !important;
	font-size:15px !important;
	font-family: 'robotolight';
	margin-left:12px !important;
	width:inherit !important;
}
.header_right{
	margin-left:200px;
	height:70px;		
}
.header_right_section{
	text-align:right;
	padding-top:18px;
	padding-bottom:18px;
}
.header_right_section div{
	display:inline-block;
	margin:0px 10px;
}
.header_right_section h1{
	display:inline-block;
	font-family: 'robotolight';
	font-size:23px;
	color:#fff;
	margin: 0px 15px 0px 0px;
	top:4px;
	position:relative;
}
.rounded_notification{
	width:20px;
	height:20px;
	background:#f75c4c;
	position:absolute;
	    right: -20px;
    top: -10px;
	color:#fff;
	border-radius:50%;
	text-align:center;
	font-size:11px;
	padding:2px;
}
.logo_box img{
	display: inline-block;
    max-width: 10%;
    max-height: 10%;
    transform: scale(10);
	margin-left: -31px;
	top: 16px;
}
.search_container{
	padding-top:23px;
	padding-bottom:23px;
}
.bars_box{
	display:inline-block;
	width:20px;
	height:14px;
	margin-right:22px;
	cursor:pointer;
	float:left;
	top:20px;
}
.bars_box div{
	background:#1b4992;
	height:2px;
	margin-bottom:2px;
}
.bars_box div:last-child{
	margin-bottom:0px;
}
.bars_box:hover div{
	background:#133366;
}
.bars_box_active{
	display: inline-block;
    width: 20px;
    height: 14px;
    margin-right: 22px;
    cursor: pointer;
    float: left;
    top: 20px;
}
.bars_box_active div{
	background:#1b4992;
	height:2px;
	margin-bottom:2px;
}
.bars_box_active div:last-child{
	margin-bottom:0px;
}
.bars_box_active:hover div{
	background:#133366;
}

.right_side{
	margin-left:200px;
	height:100%;
	max-height:100%;
	min-height: 884px;
}
.userAvatar_img{
	background:#e2e5ee;
	text-align:center;
	border-bottom:solid 2px #dde1e9;
	padding:15px 0px;
}
.userAvatar_img img{
	display:inline-block;
	border-radius:50%;
	max-width:100%;
	width:50%;
}
.user_name{
	background:#f3f5f7;
	padding:15px 10px;
	font-size:16px;
	font-family: 'robotolight';
	color:#133367;
	text-align:center;
	
	 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 25px;
  top: 12px;
    margin-right: 12px;
}
.switch input {display:none;}

.slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slide:before {
  position: absolute;
  content: "";
  height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slide {
  background-color: #2196F3;
}

input:focus + .slide {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slide:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slide.round {
  border-radius: 34px;
}

.slide.round:before {
  border-radius: 50%;
}
.user_icons{
	background:#e8ebf0;
	text-align:center;
	padding:15px 0px;
}
.user_icons img{
	margin:0px 12px;
}
.dashboard_blue_box{
	background:#3872d1 url(../images/top_icons_bg.png) no-repeat;
	background-size:cover;
	min-height:330px;
}
.bread_crum{
	padding:15px 0px;
	color:#fff;
	font-size:14px;
}
.circle_box{
	width:140px;
	height:140px;
	background:#fff;
	border-radius:50%;
	border:solid 10px #608eda;
	display:inline-block;
	text-align:center;
	padding:33px 0px;
}
.notification_box_red{
	width:35px;
	height:35px;
	background:#f75c4c;
	color:#fff;
	text-align:center;
	border-radius:50%;
	padding:7px 0px;
	right:0px;
	top:0px;
	position:absolute;
}
.circle_Databox{
	display:inline-block;
	color:#fff;
	padding: 0px 0px 0px 20px;
	top: 20px;
}
.circle_Databox h1{
	font-family: 'robotolight';
	font-size:24px;
	color:#fff;
	margin:0px;
	text-align:left;
}
.circle_Databox p{
	font-family: 'robotomedium';
	font-size:16px;
	color:#fff;
	margin:0px;
	text-align:left;
}
.notification_container{
	margin:20px 0px;
	padding: 0px 0px;
	text-align:center;
}
.counts_bottom_box{
	margin:20px 0px;
	text-align:center;
	color:#fff;
}
.counts_bottom_boxLeft{
	display:inline-block;
	font-family: 'robotolight';
	font-size:45px;
	text-align:center;
}
.counts_bottom_boxRight{
	display:inline-block;
	top:6px;
	margin-left:15px;
}
.counts_bottom_boxRight h1{
	font-family: 'robotolight';
	font-size:24px;
	color:#fff;
	margin:0px;
	text-align:left;
}
.counts_bottom_boxRight p{
	font-family: 'robotomedium';
	font-size:16px;
	color:#fff;
	margin:0px;
	text-align:left;
}
.boxes_section{
	padding:20px 0px;
}
.icons_box{
	padding:15px;
	background:#fff;
	box-shadow:0px 3px 5px rgba(0,0,0,0.11);
	margin-bottom:30px;
}
.icons_box h1{
	color:#717171;
	font-family: 'robotomedium';
	text-align:center;
	font-size:25px;
	margin:0px;
	margin-bottom:15px;
}
.icons_circle{
	position:absolute;
	width:65px;
	height:65px;
	line-height:65px;
	border-radius:50%;
	background:#acacac;
	text-align:center;
	vertical-align:middle;
	left:10px;
}
.module_name{
	display:inline-block;
	font-size:16px;
	vertical-align:middle;
	padding-left:70px;
	height: 65px;
	line-height: 65px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width:100%;
}
.icons_details{
	margin:5px 0px;
}
.news_box{
	background:url(../images/icons/modules/news_big.png) no-repeat left center;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:75px;
	border-bottom:solid 1px #d5d5d5;
}
div.news_box{
	border-bottom:0px;
}
.news_box h1{
	font-size:16px;
	    margin: 14px 0px -4px 0px;
	text-align:left;
}
.news_box p{
	font-size: 13px;
    height: 45px;
    overflow: hidden;
    padding-top: 5px;
}

/***********/
.bread_cls{ background:#f6f7fa; padding:15px 15px;box-shadow: 0px 2px 3px rgba(0,0,0,0.05);}
.bread_cls a{ color:#868789;}
.bread_cls span{ display:inline-block; padding:0 4px;}
.right_inner { padding:15px;}
.right_inner .pagination { margin:0;}
.Rsearch_box{ background:#fff; margin-bottom:15px; }
.searchbox_h{ background:#2dcc70; color:#fff; padding:10px; font-size:22px;}
.Rsearch_body { padding:15px 10px; background:#fff;    box-shadow: 0px 3px 5px rgba(0,0,0,0.11);}
.Rsearch_body input[type=submit]{ background:#2ecc71; border:0; border-bottom:solid 3px #27b061; color:#fff; border-radius:3px;     font-size: 16px;
    margin-top: 68px;
    float: right;
    padding: 10px 35px;
}
.Rsearch_body input[type=submit]:active{
	border-bottom:0px;
	border-top:solid 3px #fff;
}

.Rsearch_body label{ display:block; width:100%; font-weight:200; margin-bottom:2px; color:#646464; padding-bottom:5px;}
.Rsearch_body select{ height:32px; border:1px solid #cccdd0; width:30%; border-right:0;padding:0px;}
.Rsearch_body input[type=text]{ height:32px; border:1px solid #cccdd0; width:69%;padding:4px;}
.Rsearch_body .fullw select{ height:32px; border:1px solid #cccdd0; width:99%;}
.fullw { margin-top:20px;}
.gridbox { background:#fff; padding-bottom:15px;box-shadow: 0px 3px 5px rgba(0,0,0,0.11);}
.gridbox th{ background:#2b4776; color:#fff; border:0 !important; border-right:1px solid #d8dbe0 !important; font-weight:normal; padding:16px 10px !important;}
.actiocls{text-align:center;}
.actiocls .fa-pencil{border: 2px solid #2ecc71;width:25px;  height:25px;border-radius: 50%; line-height:20px;
    text-align: center;color: #2ecc71;  font-size:14px;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.actiocls .fa-pencil:hover{
	background:#2ecc71;
	color:#fff;
}
	.actiocls .fa-trash{border: 2px solid #e74c3c;width:25px;  height:25px;border-radius: 50%; line-height:20px;
    text-align: center;color: #e74c3c;  font-size:14px;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
	.actiocls .fa-trash:hover{
	background:#e74c3c;
	color:#fff;
}
	
	.gridbox td{vertical-align: middle !important;line-height: 14px !important;    font-size: 13px;}
	.gridbox th{vertical-align: middle !important;line-height: 14px !important;}
	.gridpage { padding:0 15px;}
	.gridpage .pagination { float:right;}
	.clientoption { background:#fbfcfd; margin:25px 0px;box-shadow: 0px 3px 5px rgba(0,0,0,0.11);}
	.clientoption .clien_inn {     padding: 9px 15px;}
	
	.clientoption a span{ float:left;     width: 66%;
    margin-left: 4%;     line-height: 19px;}
	.clientoption a i img{ position:relative; top:2px; }
	.clien_inn { width:18%; float:left; border-right:1px solid #acacac;}
	.clien_inn.w25{ width:26%;}

.accordion-toggle:hover {
      text-decoration: none;
    }
.searchbox_h h4 span{
	float:right;
	font-size:12px;
	padding: 4px;
}
.searchbox_h{
	padding:20px 10px;
	cursor:pointer;
}
.searchbox_h h4{
	margin:0px;
	font-size:20px;
}
.clientoption ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:table;
}
.clientoption ul li{
    border-right: solid 1px #ccced5;
    display: table-cell;
    vertical-align: middle;
}
.clientoption ul li:last-child{
}
.clientoption ul li a{
	color: #646464;
    text-decoration: none;
    width: 205px;
    padding: 0px 20px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 70px;
    height: 70px;
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
}
.clientoption ul li:nth-child(5) a{
	width: 252px;
}
.clientoption ul li a:hover{
	background:#3873d2;
	color:#fff;
}
.clientoption ul li a:hover i{
	background:#2a4776;
}
.clientoption ul li a i { 
	position: absolute;
    left: 10px;
    top: 13px;
    background: #acacac;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
} 
.dataTables_info{
	font-size:13px;
}
.dillner_pagination a{
	border:0px !important;
	color:#606060 !important;
}
.dillner_pagination .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #2a4776;
	border-radius:3px;
}
.main_body{
	padding:15px;	
}
.main_body h1{
	font-family: 'robotolight';
	color:#525252;
	font-size:30px;
	margin:15px 0px;
}
.white_container{
	background:#fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.11);
	padding:15px;
}
.question_icon{
	color: #3996d4;
    font-size: 25px;
    position: absolute;
	width: 27px;
    height: 26px;
    border-radius: 50%;
	text-align:center;
	padding-top:1px;
	cursor:auto;
}
.question_icon:hover{
	background:#3996d4;
	color:#fff;
}
.tooltip_templates { display: none; }
.control_block{
	display:block;
}
.form_btn_box{
	text-align:right;
	    clear: both;
}
.form_green_btn {
    background: #2ecc71;
    border: 0;
    border-bottom: solid 3px #27b061;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 35px;
}
.form_green_btn:active {
    border-bottom: 0px;
	top:3px;
}
.alert-success {
    color: #fff;
    background-color: #2ecc71;
    border-color: #29b866;
}
.alert-warning {
    color: #fff;
    background-color: #f1c40f;
    border-color: #e3b90e;
}
.alert-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #d44536;
}
.alert-info {
    color: #fff;
    background-color: #3498DB;
    border-color: #2e8ac8;
}
.bookmark_box h1{
	margin:0px;
	margin-bottom:15px;
	font-family: 'robotomedium';
	font-size:24px;
}
.bookmark_box h3{
	font-size:20px;
}
.bookmark_box ol li{
	word-wrap:break-word;
}
.bookmark_box ol li p{
	color:#4286f5;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.other_grid{
	box-shadow:none;
}
.other_grid table{
	margin-bottom:0px;
}
.check_box_adjs label:after{
	    top: 3px !important;
}
.check_boxes_left div{
	margin-right:20px;
}
.tooltipster-base h2{
	margin:0px;
	font-size:20px;
	margin-bottom:10px;
	font-family: 'robotolight';
}
.grid_withoutFooter{
	box-shadow:none;
	padding-bottom:0px;
}
.grid_withoutFooter table{
	margin-bottom:0px;
}
.gridbox h1{
	font-family: 'robotoregular';
	font-size:18px;
	margin:0px;
	padding: 20px 0px;
}
.blue_btn {
    background: #3498DB;
    border: 0;
    border-bottom: solid 3px #2980B9;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px 20px;
}
.blue_btn:active {
    border-bottom: 0px;
	top:3px;
}
.form_blue_btn {
    background: #3498DB;
    border: 0;
    border-bottom: solid 3px #2980B9;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 20px;
}
.form_blue_btn:active {
    border-bottom: 0px;
	top:3px;
}
.grid_btn{
	text-align:right;
	padding-top: 11px;
    padding-right: 25px;
}
.form_btn_box_left{
	text-align:left;
	clear: both;
	padding: 7px 16px 11px 16px;
}
.text_container{
	padding:20px;
}
.center-block{
	float:none !important;
}
.img_container{
	background:#f1f1f1;
}
.img_container img{
	margin:0 auto;
}
.staff_detail{
	margin:6px 0px;
}

.staff_links{
	text-align:center;
	padding:20px 15px;
	color:#133367;
	margin-top:20px;
}
.staff_links a{
	color:#133367;
	padding:15px;
}
.actiocls .fa-file-text{
	border: 2px solid #3498DB;
	width:25px;  
	height:25px;
	border-radius: 50%; 
	line-height:20px;
    text-align: 
	center;color: #3498DB;  
	font-size:12px;
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.actiocls .fa-file-text:hover{
	background:#3498DB;
	color:#fff;
}
.staff_right{
	text-align:right;
	padding-top:20px;
	padding-right: 28px;
}
.btn_right{
	text-align:right;
	padding-bottom:15px;
}
.date_select select{
	width:50px;
	margin-right:10px;
}
.fields_box .chosen-container ul{
	background: #fff;
    border: solid 1px #cccdd0;
    padding: 6px;
    box-sizing: border-box;
    color: #646464;
	box-shadow:none;
}
.fields_box .chosen-drop ul{
	border:0px !important;
	box-shadow:none;
}
.fields_box .chosen-drop{
	border: solid 1px #cccdd0;
}
.fields_box .chosen-container-multi .chosen-choices li.search-choice{
	background:#eeeeee !important;
}

/*====================== Sep 16 2016 ===========================*/

.certificate_box{
	float:left;
	width:100px;
	font-size:9px;
	text-align:center;
	margin-top:15px;
	margin-right:10px;
	z-index:10;
}
.login_box{
	    margin-top: 5%;
	padding-bottom:15px;
}
.details_text{
	font-size:11px;
	    margin-top: 26px;
}
.invalid_field_box{
	position:absolute;
	    left: 0px;
    top: 50px;
    z-index: 10;
	opacity: 0.9;
	margin:20px;
}
/*====================== Sep 19 2016 ===========================*/

.theme_box{
	margin-bottom:15px;
}
.theme_box img{
	border-bottom:solid 2px #DDDDDD;
	margin:0 auto;
}
.theme_box img:hover{
	border-bottom:solid 2px #3873d1;
}
.radio_box_container{
	position:absolute;
	padding:3px 6px;
	background:#fff;
	z-index:10;
	    left: 26px;
    bottom: 10px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.24);
	font-size:13px;
	padding-right:12px;
}
.radio_box_container .radio label::after{
	top:5px;
}
.login_expire{
	text-align:center;
}
.expiry_detail{
	margin-top:100px;
}
.logout_text{
	text-align:center;
	padding:20px 0px 50px 0px;
}



@media (max-width:980px){
	.clientoption ul li{    width:50%;    display: inline-block;}
	.clientoption ul li a{    width:700px;}
	.clientoption ul li:nth-child(5) a{width: 700px;}
}


@media (max-width:768px){
	.right_side{margin-left: 61px !important;}				
	.header_right{    margin-left:0px;}	
	.logo_box{border-right:0px;width: 136px;}
	.header_right_section h1{display:none;}	
	/*.header_right_section{text-align:center;}*/
	.notification_container{text-align: left;margin-left: 30%;}
	
	/****/
	.gridbox table{ min-width:660px;}
	.gridbox { overflow:auto;}
}
@media (max-width:570px){
	.clientoption ul li{    width:100%;    display: inline-block; border:0px;}
	.clientoption ul li a{    width:700px;}
	.clientoption ul li:nth-child(5) a{width: 700px;}
	.notification_container{text-align: left;margin-left: 0%;}
	.counts_bottom_boxLeft{position:relative; width:100%;}
	.counts_bottom_boxRight{margin:0px;text-align:center;width:100%;}
	.counts_bottom_boxRight h1, .counts_bottom_boxRight p{text-align:center;}
	.circle_Databox{display:block;}
	.circle_Databox h1, .circle_Databox p{text-align:center;}
	.circle_box{margin:0 auto;display: block;}
	
}
@media (max-width:400px){
	.logo_box img{width:100%;margin-top:11px;}
	.logo_box{border-right:0px;width: 61px;}
}
@media (max-width:335px){
	.logo_box img{    margin-top: 19px;   }
}



.left_section_small{
	width:60px;
	z-index:20;
}
.left_section_small .user_name{
	display:none;
}
.left_section_small .message_icon{
	display:none;
}
.left_section_small .settings_icon{
	display:none;
}

@media (max-width:768px){
	
	 .bars_box{
		display:none !important;
	}
	.bars_box_active{
		display:none !important;
	}
					
.left_side{
	width:60px;
	z-index:20;
}
.left_side .user_name{
	display:none;
}
.left_side .message_icon{
	display:none;
}
.left_side .settings_icon{
	display:none;
}




	  
.left_menu li ul{
	display:none;
}
.left_menu li a span{
	display:none;
}
.left_menu li{
	height: 42px;
	padding: 0px 13px;
	    	
}
.left_menu li i{
	position:absolute;
	right: -14px;
    top: 12px;
	transform: rotate(273deg);
	-ms-transform: rotate(273deg); 
    -webkit-transform: rotate(273deg); 
}
.left_menu li:hover{
    background-color: #eeeeee;
}
.left_menu li:hover a{
	position: absolute;
    width: 262px;
    background-color: #eee;
	text-align: left;
}
.left_menu li:hover a span{
	display:inline-block;
}
.left_menu li:hover ul{
	    display: block !important;
    z-index: 1;
    position: absolute;
    top: 41px;
    left: 60px;
	width: 215px;
	height:auto !important;
}
.left_menu li:hover i{
    position:absolute;
	right: 10px;
    top: 12px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
	
}
.left_menu li ul li a{
	background:none !important;
	position:relative !important;
	width:inherit !important;
}
.left_menu li ul li{
	padding:5px 0px;
	height:inherit;
}
.left_menu li ul li:hover{
	background:none;
}
.left_menu li ul {
	display:none !important;
}
	
}



