body { 
    width: 100%;
	height:100% !important;
	font-family: 'Open Sans', sans-serif;
	background-image:url(../images/app-home-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;   
    color:#7d7d7d;
}
.tophead{
	background: url(../images/sepline.png) no-repeat center center;
	height: 120px; 
	line-height: 120px; 
	font-size: 20px;
	color: #fff;
}
.footersep{ 
	background: url(../images/seplinebg.png) repeat-x center center;
	height: 100px;
}
input {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500 !important;
    margin-bottom: 10px;
    outline: medium none;
    padding: 8px 15px;
    text-shadow: none;
    width: 100%;
}
.btn-primary { 
	background-color: #07356f !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #ff3232;
    filter: none;
}
.btn-primary.focus {
     background-color: #ff3232!important;
}
.__nav {
    background-color: #4f4f4f;
    height: 78px;
    padding: 0 20px;
    min-height: 78px;
}
.__sidebar {
    background-color: #4f4f4f;
    box-shadow: inset -29px 0px 23px -19px rgba(26, 28, 34, .3);
    -webkit-transition: all cubic-bezier(0.24, 0.87, 0.58, 1) .6s;;
    -moz-transition: all cubic-bezier(0.24, 0.87, 0.58, 1) .6s;;
    transition: all cubic-bezier(0.24, 0.87, 0.58, 1) .6s;
}
.menu-selected {
    background-color: rgb(28,142,3) !important;
    border-color: transparent !important;
    color: #efeeee !important;
    box-shadow: none !important;
}
.__def-btn {
    background-color: transparent;
    box-shadow: none !important;
    color: #fff !important;
    padding: 15px !important;
    border: solid 1px transparent;
}
.__def-btn:hover {
    background-color: rgb(28,142,3);
    border-color: #191b1f;

}
.__sidebar-logo {
    /*background-color: #fff;*/
    height: 78px;
}
.__white_bg{
	background: #eeeff2 !important;
    color: #66676a ;
}
.__header-navigation li a {
    color: #84a1cb;
}
.__header-navigation li a:hover {
    color: #6986c0;
}
.info-box {
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.35) inset, 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    color: white;
    margin: 30px 0px;
    padding: 20px;
	cursor: pointer;
}
.info-box-bg {
    background: #4f4f4f none repeat scroll 0 0;
    color: #fff;
}
.info-box:hover,.info-box:focus {
    background-color: #4f4f4f;
}
.info-box i {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
.info-title {
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
.__input-form-def{
	color: #66676a;
}
.__btn-orange {
    background-color: #214f89;
    color: #fff;
}
.cancel_form {
    background: #d5d5d5 none repeat scroll 0 0;
    color: #454545;
}
.btn-primary:focus {
     background-color: #16447e!important;
}



/*  New sidebar css - admin panel dated on 08Feb18  */

#column_left {
	background-color: #515151;
}

.nav-list li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #515151 !important;
	color: #9d9d9d;
}

.nav-list > li > a {
	color: #C4C4C4;
	font-size: 14px;
	padding-left: 13px !important;
	border-bottom: 1px solid #585858;
}

.nav-list > li > a:hover {
	background-color: #444444;
}


.__sidebar-options li a {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: none;
}
