body {
font-family: Arial,Helvetica,sans-serif,"????";
font-size: 12px;
color: #333;
line-height: 20px;
background: #e7e8eb;
}

.bordered {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
}

.bordered tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.bordered td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

.bordered th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc),
		to(#85AFC2));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #85AFC2)
	background-image: -moz-linear-gradient(top, #ebf3fc, #85AFC2);
	background-image: -ms-linear-gradient(top, #ebf3fc, #85AFC2);
	background-image: -o-linear-gradient(top, #ebf3fc, #85AFC2);
	background-image: linear-gradient(top, #ebf3fc, #85AFC2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.bordered td:first-child,.bordered th:first-child {
	border-left: none;
}

.bordered th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.bordered th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.bordered th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}


.bordered_in {
	cellpadding:0px;
	cellspacing:0px;
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
}

.bordered_in tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.bordered_in td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

.bordered_in th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc),
		to(#85AFC2));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #85AFC2)
	background-image: -moz-linear-gradient(top, #ebf3fc, #85AFC2);
	background-image: -ms-linear-gradient(top, #ebf3fc, #85AFC2);
	background-image: -o-linear-gradient(top, #ebf3fc, #85AFC2);
	background-image: linear-gradient(top, #ebf3fc, #85AFC2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.bordered_in td:first-child,.bordered th:first-child {
	border-left: none;
}

.bordered_in th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.bordered_in th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.bordered_in th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bordered_in tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.bordered_in tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

.blockUI_content {
	margin: 0 auto;
	background: #fff;
	padding: 15px;
	display: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: none;
	overflow-y: auto;
	overflow-x: auto;
}

.blockUI_content h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.Vertical_list {
	display: block;
	overflow: auto;
}

.Vertical_list li {
	margin: 3px;
	display: inline-block;
}

        .l-main   
        {   
            width: 100%;   
            margin: 0 auto;   
        }   
 
 /*       .menu   
        {   
            width: 100%;   
            background: #fff;   
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);   
            float: left;   
        }   
 */          
        .menu__header   
        {   
            background: #4B4F55;   
            border-bottom: 1px solid #353A40;   
            border-radius: 5px 5px 0 0;   
        }   
           
        .menu__header-title   
        {   
            color: #fff;   
            padding: 15px;   
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);   
        }   
           
        .menu__body   
        {   
            border-radius: 0 0 5px 5px;   
        }   
           
        .menu--small  
        {   
            width: 110px;   
        }   
           
        .nav   
        {   
            list-style: none;   
        }   
           
        .nav__item   
        {   
            position: relative;   
            font-size: 14px;
        }   
        
         .nav__item_selected
        {   
            position: relative;   
            font-size: 14px;
            background-color: #F0F0F0;
        }              
        .nav__item-link   
        {   
            padding: 10px 15px;   
            text-decoration: none;   
            color: #8B8E93;   
            display: block;   
            border-bottom: 1px solid #F0F0F0;   
            
        }   
        .nav__item-link:hover   
        {   
            background: #f0f0f0;   
        }   
        .nav__item-link.is-active   
        {   
            background: #6E757F;   
            color: #fff;   
            border-bottom-color: #4B4F55;   
            box-shadow: 0 1px 0 #7A828D inset;   
        }   
        .nav__item-link.is-active:after   
        {   
            content: '';   
            display: block;   
            position: absolute;   
            top: 50%;   
            rightright: -6px;   
            margin-top: -6px;   
            border-top: 6px solid transparent;   
            border-bottom: 6px solid transparent;   
            border-left: 6px solid #6E757F;   
        }   
        .nav_item_selected{
        	
        }
        .nav__item-link.is-active .nav__item-icon  
        {   
            color: #fff;   
        }   
        .nav__item:last-child .nav__item-link   
        {   
            border-bottom: none;   
        }   
           
        .nav__item-icon  
        {   
            color: #D2D5DA;   
            width: 20px;   
            text-align: center;   
            font-size: 18px;   
            margin-right: 10px;   
        }   
           
        .badge   
        {   
            font-size: 12px;   
            padding: 2px 8px;   
            border: 1px solid #D1D1D1;   
            border-radius: 10px;   
            position: absolute;   
            top: 10px;   
            rightright: 15px;   
        }   
           
        .badge--warning   
        {   
            background: #ED373F;   
            border-color: #ED373F;   
        }  
       
.fancyNav{
	overflow: hidden;
	display: inline-block;
	width: 9%;
    position: absolute;
      text-align: center;
            min-height: 400px;
    background: white;
}

.fancyNav dl{
	list-style: none;
}

.menu{  
	border-top: 1px solid #e7e7eb;    
	text-align: left;
    padding: 0 30px 0;}
    
.menu_item {  line-height: 34px;}

.fancyNav dl a, .fancyNav dl i{
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #222;
    font-size: 14px;
    line-height: 34px;
}
.fancyNav dt a{
	color: #222;
	text-align: center;
	}
	
.fancyNav dl.active a, .fancyNav dl.active i {
	color: white;
	font-weight: 700;
}

.fancyNav dl.active  {	
    background-color: #44b549;
    color: #fff;
}

.fancyNav a.homeIcon{
	background:url('../img/home.png') no-repeat center center;
	display: block;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	text-indent: -9999px;
	width: 16px;
}

.menu_item_selected{background-color: #8ff193;}
       