/* /*!
 * Bootstrap v3.2.0 customized (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
/*----------------------------------------------------------*/
/*----------------------------GENERAL ---------------------*/
/*--------------------------------------------------------*/



.container-ul li {
    list-style:none;
}

 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 10000000; /* Sit on top */
    left: 0;
    top: 0;
     background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    margin-top: 20px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    position: relative;
    text-align: center;/* Centered text/links */
    top: 7%;/* 7% from the top */
    width: 100%;/* 100% width */
}

/* The navigation links inside the overlay */
.overlay .container-ul a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    height: 180px;

}

.menu-tittle {
    color: #818181;
    display: block;
    font-size: 4em;
    margin-bottom: 40px;
    padding: 12px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
	text-decoration:none;
	list-style:none;
	
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    font-size: 60px;
    position: absolute;
    right: 106px;
    top: 0;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-width:1024px) {
	.overlay a {  
    font-size: 20px;
	}
	.menu_header .flip .card .face {
    font-size: 20px!important;
	}
	.overlay .container-ul a {
    font-size: 20px;
	}
}
@media screen and (max-width: 992px) {
.overlay a {  
    font-size: 19px;
    height: 110px;
}
}
@media screen and (max-width: 320px) {
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
	.overlay a {  
    font-size: 15px;
    height: 130px;
	}
	
}
@media screen and (max-width: 480px) {
	.overlay .col-xs-4{
	width:100%!important}
}
@media screen and (max-width: 600px) {
	.overlay .col-xs-4{
	width:50%}
}
.relativeBackg{
	 -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.icon-kuwait a{
    /* margin-left: -9px;
    max-width: 166%; */
    background-image: url("../resources/images/icon-kuwait.svg"); 
    background-repeat: no-repeat;
    background-position: center;
}
.icon-kuwait a:hover{
	/* margin-left: -9px;
    max-width: 166%; */
    background-image: url(../resources/images/icon-kuwait-orange.svg);
     background-repeat: no-repeat;
    background-position: center;
}

.icon-shakehands a{
	 background-image: url("../resources/images/icon-shake-hands.svg"); 
    background-repeat: no-repeat;
    background-position: center;
}
.icon-shakehands  a:hover{
	/* margin-left: -9px;
    max-width: 166%; */
    background-image: url(../resources/images/icon-shake-hans-orange.svg);
     background-repeat: no-repeat;
    background-position: center;
}
.sponsor-dropdown{
	margin-left: 124px;
    width: 205px !important;
}
.fa-3x {
    font-size: 2.8em;
}
 .margin-7px {
    margin-left: 40px;
} 
.margin-top {
    margin-top: -12px;
}
.margin-top17 {
    margin-top: -17px;
}
.staff-template .margin-7px {
    margin-left: 0px;
}
.bt-validate.bv-form {
    margin-bottom: 15px;
}
.border-radius50{
	border-radius:50%;
}
::selection {
    background-color:#327957;
    color:#fff;
}
::-moz-selection {background-color:#002868;color:#fff;}

body
{background-color:#fff;
font-family:"Open Sans",Arial,sans-serif;
font-size:15px;}

a {color: #002868;}

/*Filter styles*/
.saturate {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25); filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px); filter: blur(3px);}
.invert {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg);}
.rss.opacity {-webkit-filter: opacity(50%); filter: opacity(50%);}
.purple{-webkit-filter: hue-rotate(437deg);}
.pinkdark{-webkit-filter: hue-rotate(497deg);}
.brownlight{-webkit-filter: hue-rotate(572deg);}
.greenlight{-webkit-filter: hue-rotate(603deg);}
.green{-webkit-filter: hue-rotate(645deg);}
.redlight{-webkit-filter: hue-rotate(900deg);}
.greenblue{-webkit-filter: hue-rotate(690deg);}


/*FONT*/
.fa { vertical-align: middle;}

 .fa-1-5x{font-size: 24px;}
 
.fa-20px {font-size: 20px;}

.fa-32px {font-size: 32px;}

 /*FIN FONT*/

textarea {resize: vertical;}

hr{margin-bottom: 13px; margin-top: 12px;}
 
img {height: auto;max-width: 100%;}

.col-md-1-5 {
    width: 11.667%;
    float:left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
 
.col-lg-offset-1-5{margin-left:11.667%;}

.vcenter{vertical-align:middle;}

.icon-1-5em{font-size: 1.5em;}

.selected {background-color:#fff; color:#007aa5;}

.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image:none;
}
.carousel-control {
    width: 3%;
    opacity: 1;
}
/*----------------------------------------------------*/
/*------------------GENERAL CLASSES------------------*/
/*----------------------------------------------------*/
/*--image color changes--*/
.yellow{
filter: hue-rotate(175deg);
}

/*--fin image color changes--*/
/*searchRequest*/
#radioRequest {
    margin-top: -5px;
}
/*dialog pop up*/
.modal-dialog {
    margin: 90px auto;
}
.account{
padding:0px;
margin: 0px;
}

.account:last-child{
	margin-bottom:15px;
}

.account a{
   text-decoration: none;
}
.account a:hover{
   color:#feb402!important;
}
/*fin dialog*/
 .panel .acad-prog{
 	margin-bottom: 38px;
 }
 
/*  .panel-title a span {
    color:#fff;
} */
.panel-heading .switch {
    margin-top: -4px;
}

.fix-width{
	width: 148px;
}
.bigger .viewstudent .image-wrap, #parents .viewstudent .image-wrap, #mother .viewstudent .image-wrap{
    height: 170px;
    width: 170px;
}

#personalDetails .viewstudent .image-wrap,  #parents  .viewstudent .img-wrap,  #mother .viewstudent .image-wrap {
    height: 170px;
    width: 170px;
}

.cursorpointer{
	cursor:pointer
}

/* horizontal Offset left */
.hori-offset-left-10{
margin-left: 10em;
}
.hori-offset-left-9{
margin-left: 9em;
}
.hori-offset-left-8{
margin-left: 8em;
}
.hori-offset-left-7 {
margin-left: 7em;
}
.hori-offset-left-6{
margin-left: 6em;
}
.hori-offset-left-5{
margin-left: 5em;
}
.hori-offset-left-4{
margin-left: 4em;
}
.hori-offset-left-3{
margin-left: 3em;
}
.hori-offset-left-2{
margin-left: 2em;
}
.hori-offset-left-1{
margin-left: 1em;
}
/* horizontal Offset left */

/* horizontal Offset right */

.hori-offset-right-10{
margin-right: 10em;
}
.hori-offset-right-9{
margin-right: 9em;
}
.hori-offset-right-8{
margin-right: 8em;
}
.hori-offset-right-7{
margin-right: 7em;
}
.hori-offset-right-6{
margin-right: 6em;
}
.hori-offset-right-5{
margin-right: 5em;
}
.hori-offset-right-4{
margin-right: 4em;
}
.hori-offset-right-3{
margin-right: 3em;
}
.hori-offset-right-2{
margin-right: 2em;
}
.hori-offset-right-1{
margin-right: 1em;
}


/* FIN HORIZONTAL Offset*/
 
 
/* Vertical Offset Bottom */
.vert-offset-top-10{
margin-top: 10em;
}
.vert-offset-top-9{
margin-top: 9em;
}
.vert-offset-top-8{
margin-top: 8em;
}
.vert-offset-top-7 {
margin-top: 7em;
}
.vert-offset-top-6{
margin-top: 6em;
}
.vert-offset-top-5{
margin-top: 5em;
}
.vert-offset-top-4{
margin-top: 4em;
}
.vert-offset-top-3{
margin-top: 3em;
}
.vert-offset-top-2{
margin-top: 2em;
}
.vert-offset-top-1-6 {
    margin-top: 1.6em;
}
.vert-offset-top-1{
margin-top: 1em;
}
.vert-offset-top-1-5 {
    margin-top: 0.5em;
}


/* Vertical Offset Bottom */

.vert-offset-bottom-10{
margin-bottom: 10em;
}
.vert-offset-bottom-9{
margin-bottom: 9em;
}
.vert-offset-bottom-8{
margin-bottom: 8em;
}
.vert-offset-bottom-7{
margin-bottom: 7em;
}
.vert-offset-bottom-6{
margin-bottom: 6em;
}
.vert-offset-bottom-5{
margin-bottom: 5em;
}
.vert-offset-bottom-4{
margin-bottom: 4em;
}
.vert-offset-bottom-3{
margin-bottom: 3em;
}
.vert-offset-bottom-2{
margin-bottom: 2em;
}
.vert-offset-bottom-1{
margin-bottom: 1em;
}
/* FIN Vertical Offset*/


/*font bigger*/
.fo-1x{font-size:1em;}

.fo-1-5x{font-size:1.5em;}

.fo-2x{font-size:2em;}

.fo-2x{font-size:2em;}

.fo-4x{font-size:4em;}

/*progress*/

.progress {
	box-shadow: none;
	background-color: #fff;
	background-image: none;
}

 /*CUSTOMIZED radiobuttom*/
 #radioMode label {
    padding: 9px 21px;
}
.margin-top-minus {
    margin-top: -0.6em;
}

.margin-top-minus-1{
    margin-top: -0.4em;
    margin-bottom: -15px;
}

/*----right box floting and advisor inside student profile---*/
.box-size-buttom {
    height: 40px;
    margin-top: -37px;
    text-align: right;
}
.box-size-buttom .btn {
    font-size: 0.9em;
    padding: 8px 21px;
}
/* .left-fixed-box {  
	background-color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
    display: inline-block;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 244px;
    z-index: 1; 
     position: absolute;
    top: 0;
} */

/* .student-profile-link {
	 background-color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
    display: inline-block;
    padding: 13px;
    position: fixed;
    right: 0;
    text-align: right;
    top: 260px;
    z-index: 1;
} */

.student-profile-link a {
    color: #fff;
    font-weight: bold;
}

.student-profile-link a:hover {
    text-decoration:none;
}

.student-profile-link p {
    margin: 0;
}

.box-size-radio{
	height: 42px;
}

/* .box-size-buttom .btn.btn-default {
     margin-bottom: 2px;
    margin-top: 2px;
    width: 190px;
} */

@media only screen and ( min-width: 760px ) and ( max-width:800px ) {

	#liIcons{
	display:none;}

}
@media only screen and ( min-width: 801px ) and ( max-width:1024px ) {

}

@media only screen and ( min-width: 1025px ) and ( max-width:1280px ) {

}
@media only screen and ( min-width: 1281px ) and ( max-width:1388px ) {

}
@media only screen and ( min-width: 1389px ) and ( max-width:1600px ) {

	
}

.relativeBackg {
    position: relative;
}

/*----right box floting---*/

/*----------------------------------------------------*/
/*------------------ FIN GENERAL CLASSES------------------*/
/*----------------------------------------------------*/

/*----------------------------------------------------------*/
/*----------------------------GENERAL ---------------------*/
/*--------------------------------------------------------*/



/*----------------------------------------------------------*/
/*------------------------STAFF TEMPLATE-------------------*/
/*--------------------------------------------------------*/
.staff-template .navbar-default {
    margin-top: 0px;
}
.image-logo-staff {
    margin-top: 1px;
    padding:3px 5px;
}

.staff-template .container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}

.staff-logo {
    border-left: medium none !important;
}

.tittle-staff p{
    color: #fff;
    font-size: 2.3em;
    font-weight: bold;
    margin-right: 16px;
    margin-top: -62px;
    text-align: center;
    text-shadow: 1px 2px 3px #333;
    line-height:2em;
}


@media only screen and ( min-width: 200px ) and ( max-width:374px ) {
.tittle-staff p{
	margin-top: 0px;
	font-size: 0.9em;
	}
}
@media only screen and ( min-width: 375px ) and ( max-width:414px ) {
.tittle-staff p{
	margin-top: 10px;
	font-size: 0.9em;
	}
}

@media only screen and ( min-width: 415px ) and ( max-width:768px ) {
.tittle-staff p{
	margin-top: 0px;
	font-size: 1.5em;
	}
}
@media only screen and ( min-width: 768px ) and ( max-width:1024px ) {
.tittle-staff p{
	font-size: 2em;
	}
}

.staff-template .navbar-default {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
    background-image:url("../resources/images/imagesHeader/header-staff.png");
	background-repeat: no-repeat;
	border-color:transparent;
}

.staff-template  .navbar-default .navbar-nav > li {
    border-left: 1px solid #ddd;
}

.staff-template .navbar-default .navbar-nav > li > a:hover {
    background-color:transparent;
}

.staff-template .menu-fix {
    background-image:url("../resources/images/imagesHeader/header-staff.png");
	background-repeat: no-repeat;
	color: #333;
}

/*----------------------------------------------------------*/
/*---------------------- FIN STAFF TEMPLATE----------------*/
/*--------------------------------------------------------*/


/*----------------------------------------------------------*/
/*------------------------imgHeader------------------------*/
/*--------------------------------------------------------*/


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
}
.overflow .panel-body{
    overflow: auto;
}
.pos-fix{
	position:fixed;
	width:100%;
}

.main {
    height: auto;
    position: relative;
}
#mainContent.full-page{
	margin-left: 0px!important;
	width: 100%!important;
}

.image-wrap {
    border-radius: 50%;
    height: 98px;
    text-align: center;
    width: 98px;
     margin-bottom: 15px;
}
.image-wrap-small {
    border-radius: 50%;
    height: 68px;
    text-align: center;
    width: 68px;
}
.picture .profile-label {
    padding: 5px 0;
    text-align: center;
    font-size: 1.3em;
}

.picture .profile-since {
    margin-top: 5px;
    text-align: center;
}
.picture .profile-details {
    margin: 15px 0;
    padding: 15px 0;
}
.sponsor .panel-body.picture {
    height: 311px;
}

.blue{
	color: #007aa5;
}

#imgHeader .row {
    left: 10px;
    position: absolute;
    top: 1.2%;
    width: 100%;
}

.image-logo {
    margin-left: 22px;
    margin-top: 25px;
    max-width: 80%;
    width: 62%;
}

#imgHeader h3 {
      color: #fff;
    font-size: 3em;
    font-weight: bold;
    margin-top: 6%;
    text-align: center;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.85);
    text-transform: uppercase;
}
@media only screen and ( min-width: 701px ) and ( max-width: 930px ) {
	.image-logo {
	 margin-top: 8px;
	}
}
@media only screen and ( min-width: 980px ) and ( max-width: 1024px ) {	
	.image-logo {
	 margin-top: 12px;
	}
}
@media only screen and ( min-width: 1025px ) and ( max-width: 1400px ) {
	#imgHeader h3 {
	font-size: 2em;
	margin-top: 29px;
	}
	.image-logo {
	 margin-top: 18px;
	}
}
@media all and (max-width: 980px) {
	#imgHeader h3 {
    font-size: 1.5em;
	}
}
@media only screen and ( min-width: 786px ) and ( max-width:1024px ) {
	#imgHeader h3 {
    font-size: 2em;
	margin-top: 0%;}
}

@media only screen and ( min-width: 415px ) and ( max-width:785px ) {
	 #imgHeader h3 {
    font-size: 1.8em;
    margin-top: 2%;
	} 
	.image-logo {
     display: block;
    margin-left: auto;
    margin-right: auto; 
    width: 41%;
	}
	#imgHeader {
    background-image:url("../resources/images/imagesHeader/welcome.jpg");
	background-repeat: no-repeat;
    height: 169px;
     background-size: cover;
	}
	 .relativeBackg {
    display: none;
	} 
}

@media only screen and ( min-width:200px ) and ( max-width:414px ) {
	#imgHeader h3 {
    font-size: 1.3em;
    margin-top: 3%;

	}
	#imgHeader {
	background-image:url("../resources/images/imagesHeader/welcome.jpg");
	background-repeat: no-repeat;
    height: 127px;
     background-size: cover;
	}
	.image-logo {
    width: 52%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
	}
	.relativeBackg {
    display: none;
	}
}


/*----------------------------------------------------------*/
/*------------------------FIN imgHeader--------------------*/
/*--------------------------------------------------------*/

/*----------------------------------------------------------*/
/*----------------------NAV HORIZONTAL TAB-----------------*/
/*--------------------------------------------------------*/
nav #nav-default ul li a {
    height: 60px;
    width: 60px;
}

.navbar-default {
    background-color:#383840;
    margin-top: -8px;
    border-radius:0px;
    background-image:none;
    box-shadow:none;
    border-color:#383840;
    height: 63px;
}
.back-profile {
    background-color: #bd0930;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar {
    margin-bottom: 0px;
}
.menu-fixed-left{
	bottom:0;
}

.menu-fix {
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 1000000;
    background-color:#424d59;
    left:0;
    height: inherit;
}

#mainnav-container .menu-fix{
	margin-top:60px;
}

a.hidden-xs > em {
    color: #007aa5;
}
	 
.navbar-default .navbar-nav > li {
   border-left:1px solid #ddd;
}
#menu-navbar .nav a {
    height: 61px;
    width: 61px;
}
.navbar-default .navbar-nav > li:last-child {
   border-right:1px solid #ddd;
}

.navbar-default .navbar-nav > li > a:hover {
   color:#fff;
   background-color:#eee;
} 

.orange-title{
		color:#feb402;
}

.text-red{
	color: #023995!important;
}



#searchBoxForSmall > div {
    margin-bottom: 12px;
    margin-left: 120px;
    margin-top: 12px;
}

#searchBoxForm > div > input, 
#searchBoxForSmall > div > input {
	width: 150px;
}

.language-uk {
	background-image:url("../resources/imagesBootstrap/systemHeader/uk-flag-grey.jpg");
	 background-repeat: no-repeat;
	 height: 58px;
    width: 51px;
}

.language-uk:hover{
	background-image:url("../resources/imagesBootstrap/systemHeader/uk-flag-hover.jpg");
	 background-repeat: no-repeat;
}

/*ARABIC LANGUAGE ICON*/
.language-kw {
	background-image:url("../resources/imagesBootstrap/systemHeader/kw-flag-grey.jpg");
	 background-repeat: no-repeat;
	 height: 58px;
    width: 51px;
}

.language-kw:hover{
	background-image:url("../resources/imagesBootstrap/systemHeader/kw-flag-hover.jpg");
	 background-repeat: no-repeat;
}

/*FIN ARABIC LANGUAGE ICON*/

#header-info-area,
#header-tools-area,
#header-area {
	width:100%;
	/* padding:15px; */
	/* border-top:1px solid #ccc; */
	display:none;
	float:left;
	background-color:#424d59;
}

.list-unstyled{
	padding-left:0;
	list-style:none
}

.list-inline{
	padding-left:0;
	list-style:none;
	margin-left:-5px;
	 margin-bottom: 0;
}

#header-area ul{
	margin-bottom:0
}

.header-area-inner{
	text-align:center;
	/* height:100px; */
}

/* #header-area .shortcut-button{
	margin-bottom:0;
	height:auto
} */

.shortcut-button a {
    color: #fff;
    float: left;
    height: 74px;
    padding: 10px 5px 5px;
    text-align: center;
    text-decoration: none;
    width: 101px;
}

.shortcut-button a:hover {
	background-color:#ddd;
	color:#424d59;
}

.shortcut-button a .icon-flag:hover{
	color:#feb402;
}
.shortcut-button a .icon-envelope:hover{
	color:#3e8f3e;
}
.shortcut-button a .icon-bell:hover{
	color:#007aa5;
}
.shortcut-button a .icon-folder:hover, .shortcut-button a .icon-coin:hover {
	color:#ff7800;
}

.shortcut-button a .icon-vcard:hover, .shortcut-button a .icon-creditcard:hover, .shortcut-button a .icon-lock4:hover, .shortcut-button a .icon-language:hover {
	color:#84a500;
}

.shortcut-button i{
	font-size:28px;
	height:64px;
	width:64px;
	-webkit-transition:color;
	transition:color;
	-webkit-transition-duration:.4s;
	transition-duration:.4s;
	margin-top:10px
}

/* .shortcut-button span{
	display:block;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
	text-overflow:ellipsis;
	font-size:12px;
	color:#fff;
	margin-top:-6px;
	-webkit-transition:color;
	transition:color;
	-webkit-transition-duration:.4s;
	transition-duration:.4s;
	text-align:center
} */

#header-info-area.show-header-area,
#header-tools-area.show-header-area,
#header-area.show-header-area{
	display:block;
}

.icon-small-devices {
    margin-bottom: 8px;
}

.text-small-devices > span {
    font-size: 1em;
    font-weight: bold;
}
.text-small-devices > span:hover {
    color:#424d59;
}

/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
	
	#toggle-sidebar-li-xs{
	display:none;
	}
	#liIcons1{
	display:none;
	}
	#liIcons{
	display:block;
	}
	#right-side-header-small{
	display:block;
	}

}

 /* Extra Small Devices, Phones */ 
	/* @media only screen and (max-width : 480px) {

	#toggle-sidebar-li-xs{
	display:block;
	}
	#toggle-sidebar-li-sm{
	display:none;}
	#liIcons1{
	display:block;
	}
	#liIcons{
	display:none;
	}
	#right-side-header-small{
	display:none;
	}
	#toggle-header-tools-area{
	display:none;
	}
	#toggle-header-info-area{
	display:none;
	}
	.hidden-search-xs{
	display:none!important;
	}
}  */


@media (min-width:768px){
	
	.navbar>.container-fluid .navbar-brand{
		margin-left:-19px
	}

	.navbar-right{
		float:right!important;
	}

}

/*until 768px and smaller*/
@media screen and (max-width: 768px) {
	/*overwriting behaviour from bootstrap css for small screens*/
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav>li >a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.navbar-brand {
		padding-left: 5px;
		width: 70px;
		background-color: #007aa5;
	}
	
}

/* until 800px and smaller */
@media screen and (max-width: 800px) {
	
	/* #right-side-header{
		display:none!important;
	} */
	
	.navbar-brand {
		padding-left: 5px;
		width: 70px;
		background-color: #007aa5;
	}
	
	.navbar>.container-fluid .navbar-brand{
		margin-left:-19px
	}

	
}
/* from 802px and bigger */
@media (min-width: 802px) {
	#right-side-header-small,
	#header-info-area,
	#header-tools-area,
	#header-area{
		display: none!important;
	}
	
/* 	.navbar-brand {
		width: 70px;
		background-color: #007aa5;
	} */

}

/*Dropdown*/

.dropdown > a {
    cursor: pointer;
}
.dropdown-user .dropdown-header, .dropdown-user .media  a:hover{
	    background-color: #ddd;
} 

.dropdown-info .dropdown-header, .dropdown-info .media  a:hover {
	    background-color: #f6f2ee;
} 

.dropdown-header {
    border-bottom: 1px solid #e6ebed;
    color: #5e5e5e;
    display: table;
    font-size: 13px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    padding: 0 15px !important;
    width: 100%;
    text-align:center;
    border-radius: 5px  5px 0 0;
}
.navbar-nav > li > a {
    /* padding-bottom: 16px; */
    padding-top: 14px;
}
.navbar .dropdown-menu {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
    margin-top: 1px;
    padding: 0 0 0px;
    width: 384px!important;
}
 @media (max-width:768px) {
   .navbar-nav .open .dropdown-menu {
   position:absolute;
   background-color:#fff;
  
   }
 } 
 
 @media (max-width:414px) {
   .navbar .dropdown-menu {
    width: 300px!important;
}
 }
 
.dropdown-nav-menu{
	display: inline!important;
    position: inherit!important;
    width: auto;
}
.full-width {
    width: auto!important;
      margin-left: 15px!important;
    margin-right: 15px!important;
}
.full-width a:hover h4{
  color:#327957!important;
}
.full-width a:hover {
  text-decoration: none;
   color:#327957!important;
}


.media a{
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: 44px !important;
    line-height: 21px;
    margin: 0;
    /*padding: 6px 0;*/
    text-decoration: none;
    width: auto !important;
}

.heading {
    color: #333;
    display: block;
    height: 85px;
    padding: 10px 0;
     
} 

.heading-info {
    font-size: 1.2em;
    font-weight: bold;
    height: 44px;
    line-height: 38px;
    text-align: center;
    list-style-type: none;
}
.heading h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 7px;
}
.heading h3 {
    font-size: 1.1em;
    margin-top: 0;
}
.media h4 {
    font-size: 1.1em;
    font-weight: 600;
}
.heading .col-xs-9 {
    padding-left: 0;
}
.media{
	/* border-top: 1px solid #ccc; */
	margin-top:0px;} 
.media-height {
    height: 39px;
}
.green-title{	
	color: #84a500;
	text-align:center;}
	
.dropdown-body ul{
	padding:0px;
}

.dropdown-footer {
    background-color: #424d59;
    bottom: 0;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}
.dropdown-footer > p {
    font-size: 0.9em;
    margin-bottom: 0;
    font-weight: 600;
}
.dropdown-footer a {
	color:#fff;
	font-weight:bold;
}
.dropdown-footer a:hover {
	color:#bf0a30;
	text-decoration: none;
}

.bg-themeinfo{
	background-color: #feb402;
    border-radius: 50%;
    color: #fff;
    margin-left: 19px;
    padding: 7px;
    margin-right: 8px;
    vertical-align:middle;
}
.bg-themeuser{
	background-color: #84a500;
    border-radius: 50%;
    color: #fff;
    margin-left: 19px;
    padding: 7px;
    margin-right: 8px;
    vertical-align:middle;
}
.bg-themeuserstaff {
    /* background-color: #fff; */
    border-radius: 50%;
    /* color: #5cb85c; */
    height: 34px;
    margin-left: 19px;
    margin-right: 8px;
    padding: 7px;
    vertical-align: middle;
    width: 34px;
}

.dropdown-menu > li a {
    color: #fff;
    font-weight: bold;
    height: 56px !important;
    padding-bottom: 8px;
    padding-top: 8px;
    width: auto !important;
}
.dropdown-menu a em {
    border-right: 1px solid #ddd;
    margin-right: 8px;
}
.dropdown-menu-list {
    left: 14px;
    top: 62px;
}
.navbar .dropdown-menu-list {
    background-color: #424d59;
}
.dropdown-menu-list a {
    padding: 11px !important;
}

.dropdown-menu-list em {
  height: 44px;
    padding-left: 6px;
    padding-top: 6px;
    width: 47px !important;
}
/*----------------small devices menu -------------*/
.small-devices-li{
    color: #474747;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
}

.small-devices-li:hover{
	background: none repeat scroll 0 0 #eee;   
    color: #007aa5;
}

.small-devices-ul a{
	color: #fff;
    text-decoration: none;
}

.small-devices-ul i{
    line-height: 50px;
}
.small-devices-ul .test{
	font-size:0.8em;	
}

#header-area-menu #accordion{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background: none repeat scroll 0 0 #fff; 
	padding:10px;  
}
#accordion .panel {cursor:pointer;}
 
#header-area-small{
	border-top:1px solid #ddd;
}
/*----------------small devices menu -------------*/


/*--------- numbers top of icons----------------- */

.notif-num > a > .label {
    top: 10px!important;
    color: #333;
}
.notif-num > a > .label {
    padding: 2px 5px;
    position: absolute;
    right: 3px;
    top: 0;
} 
 /*notifications*/
 .sidebar  li a:hover .label.onhover {
    opacity: 1;
    margin-top:8px;
    Font-size:90%;
    padding: 2px 5px;
}
.label.onhover {
    opacity: 0;
}

.label-orange{
	background-color: #feb402;
} 
/*fin notifications*/
/*---------FIN  numbers top of icons----------------- */


/*--------------FIN login-----------------*/
h6 > a:hover{
	color:#feb402;
}
.orange{
	background-color: #feb402;
}
.grey{
	background-color: #203878;
}
.logSing{
	color: #fff;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 21px 0;
}
.colorblack{
	color:#fff;
    font-size: 1.1em;
    font-weight:bold;
}

.myKcoButtom {
    display: block;
    margin-top: 6px;
    padding: 11px 13px!important;
}

@media screen and (max-width: 414px){
	.myKcoButtom {
    padding: 9px!important;
	}
}

#signinForm a {
    color: #fff;
    padding: 0 0 14px;
}

.myKcoText{
color:#333;
font-size:1.3em;
font-weight:bold;	

}

#menu-navbar .pull-right a:hover .myKcoText{
    color:#fff;
    text-decoration:none;
}

.form-control{
	box-shadow:none;
	border: 1px solid #ddd;
	height: inherit;
	border-radius: 2px;
}

/*--------------FIN login-----------------*/


/*----------------------------------------------------------*/
/*--------------------FIN NAV HORIZONTAL TAB---------------*/
/*--------------------------------------------------------*/


/*----------------------------------------------------------*/
/*--------------------CONTAINER- MAINNAV SM-----------------*/
/*--------------------------------------------------------*/


/*----------------------------------------*/
/*--------------------BOXED---------------*/
/*----------------------------------------*/
/* .boxed{
	margin-bottom:10px;
} */
/*------------------------*/
/* Notifications top bar */
/*-----------------------*/
.bs-callout {
    padding: 14px !important;
    font-weight: bold;
    font-size:1.1em;
    margin: 0;
    
}

.row.calling-row {
    margin-left: 57px;
}

/* .row .bs-callout {
	margin:0px;
}
 */
 .calling-row i {
    border-radius: 50em;
    color: #fff;
    height: 25px;
    margin-right: 5px;
    width: 25px; 
}

/*DANGER*/
.bs-callout-danger {
    border-left:5px solid #d9534f;
    background-color: #ffebea;
}
.bs-callout-danger > i{
    background-color: #d9534f;
     padding: 2px 3px 3px;
}
.bs-callout-danger  > a{
    color: #d9534f;
    font-weight: bold;
}

/*WARNIG*/
.bs-callout-warning {
    border-left:5px solid #f0ad4e;
    background-color: #fff3e2;
    
}
.bs-callout-warning > i {
    background-color: #f0ad4e;
    padding: 2px 3px 3px;
}
.bs-callout-warning  > a{
    color: #f0ad4e;
    font-weight: bold;
}
/*SUCCESS*/
.bs-callout-success {
    border-left: 5px solid #5cb85c; 
    background-color: #e0f1e0;
}
.bs-callout-success > i{
     padding: 2px 3px 3px;
	background-color: #5cb85c;
}
.bs-callout-success  > a{
    color: #5cb85c;
     font-weight: bold;
}
/*INFO*/
.bs-callout-info {
    border-left: 5px solid #007ba5;
    background-color: #99cadb;
}
.bs-callout-info > i {
    background-color: #007ba5;
     padding: 2px 3px 3px;

}
.bs-callout-info  > a{
    color: #333;
    font-weight: bold;
}

/*STUDENT*/
.bs-callout-student {
	background-color: #5cb85c; 
    margin-left: auto;
    margin-right: auto;
    padding: 10px !important;
    text-align: center;
	
}
.bs-callout-student  > p{
    color: #fff;
     font-weight: bold;
     font-size:1.5em;
} 
.bs-callout-student  > a{
    color: #fff;
     font-weight: bold;
     font-size:1.5em;
}
.bs-callout-student  > a:hover{
	text-decoration:none;
	color:#333!important;
}
/*English*/
.bs-callout-student.english {
    background-color: #f0ad4e;	
}
/*Foundation*/
.bs-callout-student.foundation {
    background-color:#007ba5;	
}
/*degree*/
.bs-callout-student.degree {
    background-color: #5cb85c;	
}
/*Phd*/
.bs-callout-student.phd {
    background-color: #777;	
}
/*Master*/
.bs-callout-student.master {
    background-color:#ab9434;	
}


.attendance{
    float:left; width:50%; text-align:center; height:800px;margin-bottom: -90px;
}
[class$="axis"] tspan{
    font-size:0.7em;
}
[class$="name"] tspan{
    font-size:1.3em;
}

[class$="creditgroup"] {
    opacity:0;
}
[class$="datalabel"] tspan{
    font-size:1.6em;
}


/*---------------------------*/
/* FIN Notifications top bar */
/*---------------------------*/


/*---------------------------*/
/* content-container */
/*---------------------------*/

#container {
    min-height: 72vh;
    height: auto;
    position: relative;
    min-width: 290px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

#content-container {
    position: relative;
    padding-bottom: 50px;
   /*  background-color: #ebeef0; */
}


.contentMain  {
    padding-top: 40px;
 padding-bottom: 60px !important;
 }

#mainnav-container {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 400;
    min-height: 100%
}

#mainnav {
    height: 100%;
    background-color: #424d59;
}

#container.mainnav-fixed #mainnav-container {
    position: fixed;
}

#container.mainnav-fixed #mainnav {
    height: 100%
}


@media (min-width:992px) {
    #container.mainnav-lg #mainnav-container {
    left: 0;
	}
}
#container.mainnav-sm #mainnav-container {
    width: 57px;
    left: 0;
}

#container.mainnav-sm .contentMain , #container.mainnav-sm #footer {
    left: 0;
    padding-left: 40px;
    padding-right: 40px;
}


.row.calling-row {
    margin-left: 0px;
}
}

#container.mainnav-sm #mainnav {
    position: relative;
}

/*---------------------------*/
/* FIN content-container */
/*---------------------------*/

/*------------------------------------------------------*/
/*----------------------- DASHBOARDS-------------------*/
/*----------------------------------------------------*/

/*--------------dashboard--------------*/
.tittle-dashboard h2{
    color: #007a3d;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.dashboard-image-container{
    text-align: center;
    margin-bottom: 27px;
}
.dashboard_image_offer {
    padding: 10px;
    border-radius: 4px 4px 0 0;
}

.dashboard_image  {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    border-radius: 5px 5px 5px 5px;
    height: calc(100% -150px);

}

.dashboard_image h4 {
    Color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;

}

.dashboard_image_menu {
    padding: 10px;
    border-radius: 4px 4px 0 0;
}
.dashboard_container > h4, .dashboard_container_flipped > h4  {
    font-weight: bold;
    text-transform: uppercase;
}
.menu_dashboard_container_flipped > h4 {
    font-size: 13px;
    font-weight: bold;
}
.menu_dashboard_container_flipped > h4 > a {
    color:#333;
}

a .dashboard_container h4, .dashboard_image img{
    cursor:pointer;
}
.dashboard_image img {
    width: 53%;
}
.dashboard_image_offer img {
    width: 21%;
}
.dashboard_image_menu img {
    width: 35%;
}
.dashboard_container_menu{
    background-color: #fff;
    padding: 6px;
    border-radius: 0 0 4px 4px;
}
.dashboard_image_menu {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background-color:#fff;
}
.dashboard_container_menu >  h4{
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
.dashboard_container >  h4{
    color:#333;
}
.dashboard a:hover {
    text-decoration:none!important;
    color:#007ba5;
}
.dashboard_container {
    background-color: #f2fafe;
    /* margin-bottom: 77px;*/
    padding: 6px;
    border-radius: 0 0 4px 4spx;
}
.dashboard-dynamic .col-xs-6{
    padding-left: 0px;
    padding-right: 0px;
}
.col-xs-6 > ul {
    padding-left: 20px;
}

.whatever_dash {
    background: #0f3444;
}

.blue_dash {
    background: #668aa9;
}

.orange_dash {
    background: #cf9455;
}

.red_dash {
    background: #943042;
}

/*--------------FIN dashboard--------------*/
/*--------------Staff dashboard--------------*/
.welcome {
    background-color: #f2fafe;
/*     display: flex; */
    margin-bottom: 25px;
}
.noimg{
 max-width:none;	
}
@media screen and (max-width: 414px) {
.welcome h2{
	 font-size: 3em!important;
}
.welcome h3{
    font-size: 1.5em;}
}

.welcome h2, .finish-reg-welcome h2{
    font-size: 4.5em;
}
.welcome h3{
    font-size: 1.7em;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-top: -18px;
}
 .finish-reg-welcome h3{
 	font-size: 1.7em;
    margin-bottom: 30px;
    }
.bg-green-soft ul li {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 239px;
}
.bg-green-soft ul li  a:hover{
	text-decoration: none;
}
.dashboard-image-container > a:hover{
	text-decoration: none;
}
.widget-content {
    background-color: #f6f6f6;
    margin-bottom: 31px;
    padding: 1px;
     border-radius: 0 0 4px 4px;
}
.widget-content a {
    font-size: 0.8em;
    font-weight: 600;
}
.dashboard-staff {
    margin-top: -14px;
}
#listIcons {
    margin-top: 23px;
}

/*--------------flip over dashboard--------------*/
.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
   width: 100%;
   height: 272px;
   position: relative;
  
}
.flip .card.flipped {
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}
.dashboard_container_flipped {
    align-content: center;
    background-color: #f2fafe;
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: center;
    padding: 11px;
}
.dashboard_container_flipped a{
 color:#333!important;
}
.dashboard_container_flipped a:hover{
 color:#007ba5!important;
 text-decoration: none;
}
.dashboard-image-container .flip .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.dashboard-image-container .flip .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  font-size: 3em;
  text-align: center;
  line-height: 200px;
  backface-visibility: hidden;  /* W3C */
  -webkit-backface-visibility: hidden; /* Safari & Chrome */
  -moz-backface-visibility: hidden; /* Firefox */
  -ms-backface-visibility: hidden; /* Internet Explorer */
  -o-backface-visibility: hidden; /* Opera */

}
.dashboard-image-container .flip .card .front {
  position: absolute;
  z-index: 1;
  color: white;
  cursor: pointer;
    border-radius: 5px 5px 5px 5px;
}
.dashboard-image-container .flip .card .back {
    background: blue;
    background: white;
    color: black;
    cursor: pointer;
    
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */

}

.menu_header .flip .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.menu_header .flip .card .face {
  width: 100%;
 /*  height: 100%; */
  position: absolute;
  z-index: 2;
  font-size: 26px;
  height: 45%;
  text-align: center;
/*   line-height: 200px; */
  backface-visibility: hidden;  /* W3C */
  -webkit-backface-visibility: hidden; /* Safari & Chrome */
  -moz-backface-visibility: hidden; /* Firefox */
  -ms-backface-visibility: hidden; /* Internet Explorer */
  -o-backface-visibility: hidden; /* Opera */

}
.menu_header .flip .card .front {
  position: absolute;
  z-index: 1;
  color: white;
  cursor: pointer;
    border-radius: 5px 5px 5px 5px;
}
.menu_header .flip .card .back {
    background: #000;
    color: black;
    cursor: pointer;
    
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */

}
.menu_dashboard_container_flipped li {
    background-color: #000;
    font-size: 1em;
    padding: 2px;
}
.menu_dashboard_container_flipped li a {
    font-size: 20px;
	color:#fff;
}
.menu_dashboard_container_flipped li a:hover {
	color:#327957;
	 
	
}
.menu_header .flip .flipped {
  height:237px; 
	z-index:2;
}
.menu_header .face i {
    color: #818181;
}
.menu_header .face span {
    color: #818181;
}
.menu_header .flip {
    height: 180px;
}

/*--------------fin flip over dashboard--------------*/
/*---------------------------*/
/*FIRST VIEW STUDENT DASHBOARD*/
/*---------------------------*/

#email-dashboard tr > td {
    padding: 7px 7px 6px 18px;
}

/*---------------------------------*/
/*FIN FIRST VIEW STUDENT DASHBOARD*/
/*-------------------------------*/


/*---------------------------------*/
/*--CONTENT OF CONTENT-CONTAINER--*/
/*-------------------------------*/


/*-------TABS-------*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
}
.nav-tabs > li > a {
    border-radius: 2px 2px 0 0;
  /*   padding: 16px 23px; */
}
.nav-tabs > li > a:hover {
border-color: #777;
color:#002868;
}
.nav-tabs > li a{
	background-color: #002868;
    background-image: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
}

.noupdated{
	color:#900900;
	font-weight:bold;
}

.nav-tabs > li a:hover{
	background-color: #fff;
	background-image: none;
}
.nav-tabs .active a{
	background-image: none;
}

.no-content > p {
    color: #474747;
    font-size: 1.5em;
    text-align: center;
}

.no-content span{
	color:#d9534f;
}
 
.tab-content{
	border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    margin-top: 0;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background-color:#fff;
    margin-bottom:20px;
} 

.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #777;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
   border-left: 1px solid #777!important;
    border-right: 1px solid #777!important;
    border-top: 1px solid #777!important;
}

.nav-tabs {
    border-bottom: 1px solid #777;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: #777 #777 transparent;
}
.tab-content .viewstudent{
    text-align: center;
    width: 100%;
}

.tab-content .viewstudent p{
	margin-top: 7px;
}

/*-------FIN TABS-------*/


/*----------------------------------------------------------*/
/*-----------------bootstrap vertical-tab  ----------------*/
/*--------------------------------------------------------*/

.tabs-left  {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-left>li>a {
  margin-right: 0;
  display:block;
}

.m0 {
    margin: 0 !important;
}
#bg-white, .bg-white {
    background-color: #fff !important;
    color: #585f69;
}
.fh {
    height: 100% !important;
}

.row-flush > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.mb-panel-wrapper {
    height: 100%;
    padding: 0;
    position: static;
}
.mb-panel-wrapper {
    height: calc(100% - 100px);
   /*  overflow: auto; */
}

.mb-panel-list {
    border-right: 1px solid #e6e9ee;
    max-height: 100%;
    min-height: 100%;
    overflow: auto;
    position: static;
    width: 40%;
    float: left;
}

.mb-panel-content {
    max-height: 100%;
    min-height: 100%;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
     width: 60%;
    float: left;
}

.mb-mail-date {
    color: #8394a9;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: 700;
}

.mb-mail-from {
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

.mb-mail-subject button{
    color: #2b3d51;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
    max-width: 28ch;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.mb-mail-subject .btn{
	padding: 0;
}

.mb-mail-from > p {
    margin: 0;
}

.pull-left.m0 > a:hover{
	color:#333;
	text-decoration:none;
}

.mb-panel-wrapper .tab-content{
	padding:0px;
	border-radious:0px;
}
/* .mb-folder-box .nav-tabs > li a {
	background-color: rgba(0, 123, 165, 0.0);
} */
/*----------------------------------------------------------*/
/*--------------FIN bootstrap vertical-tab  --------------*/
/*--------------------------------------------------------*/

/*--------- CALENDAR ----------*/

.fc th, .fc td {
    /* border-width: 3px; */
    border: 1px solid #474747;
    cursor: pointer;
}

.taskInfo{
	color: #fff;
	margin-bottom: 1em;
	border-radius: 3px;
	padding:5px 5px 5px 5px;
}

.awaitingHolidays{
	background-color:#FFA500;
}

.approvedHolidays{
	background-color:#1E9E73;
}
	
.caceledTask{
	background-color:#6B6B6B;
}

.doneTask{
	background-color:#50B450;
}

.pendingPastTask{
	background-color:#F36767;
}

.todayTask{
	background-color:#1e90ff;
}

.pendingFutureTask{
	background-color:#F2AC66;
}

.taskInfo2{
	color: #fff;
	border-radius: 3px;
	padding: 0 0 0 11px;
}

.approveTask {
	background-color:#50B450;
}

.pendingTask{
	background-color:#007aa5;
}

.meetingRoom .panel-body {
    padding: 9px;
}
.meetingRoom .panel {
    margin-bottom: 0px;
}

 /*---------FIN  CALENDAR ----------*/
 
 
/* -------------FORMS-------------*/

#fullCalModalVacan h3{
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
} 
.center{
	text-align:center;
}

.radio label, .checkbox label {
    padding-left: 0px;
    font-weight:700;
}
.radio, .checkbox {
    margin-top: 0px;

}


/*---------------- SELECT 2---------------*/
.select2 {
  width: 100%!important;
}


.select2-container .select2-selection--single {
    height: 39px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 2px;
}
/* .select2-container {
	display: inline-table;
    vertical-align: inherit;
}
.select2-container .select2-choice {
    height:44px;
    line-height: 40px;
}
.select2-container .select2-choice > .select2-chosen {
    font-size: 16px;
    padding-left: 9px;
}
.select2-container .select2-choice .select2-arrow b {
    background: rgba(0, 0, 0, 0) url("select2.png") no-repeat scroll 0 7px;
}

select.input-lg, select.form-group-lg .form-control {
    height: inherit;
    line-height: inherit;
}
 */
/*---------------- FIN SELECT 2---------------*/

/*---------------- FIN FROMS---------------*/



/* --------------------- PAGE TABLE---------------  */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    padding-left: 18px;
}
.advise {
    margin-bottom: 19px;
}

thead th, .total-amount {
    color: #bf0a30;
}
.nolink a{
	color:#474747;
}
.nolink a:hover{
	text-decoration:none;
}

.text_filter {
    font-size: 85%;
    font-weight: normal;
    height: 27px;
    width: 100% !important;
}

.dataTables_wrapper .dataTables_length{
	float:left
}

.dataTables_wrapper .dataTables_filter{
	float:right;
	text-align:right
}

.dataTables_wrapper .dataTables_info{
	clear:both;
	float:left;
}

.dataTables_wrapper .dataTables_paginate{
	float:right;
	text-align:right
}

.dataTables_wrapper .dataTables_scroll{
	clear:both
}

button.DTTT_button,div.DTTT_button,a.DTTT_button {
    font-weight: bold;
    border: 0px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #ccc;
    color: #7A7A7B !important;
    cursor: hand;
}

button.DTTT_button:focus, div.DTTT_button:focus, a.DTTT_button:focus,button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
    border: 0px;
}
.tr-grey{
	background-color:#f5f5f5;
}


.dt-buttons .btn-default {
    background-color: #d7d7d7;
    color: #000;
    height: 48px;
    margin-bottom: 10px;
}
.dt-buttons .btn-default:hover{
	background-color:#e0e0e0;
	 color:#000;
}
th input {
	width: 100%;
	border: 0px;
	background-color: #e8e8e8;
	color: #333;
	padding: 9px;
	border-radius: 2px;
}
/* --------------------- FIN PAGE TABLE---------------  */

/*-------------TABLE PAGINATION ----------------*/


.pagination>li>a,.pagination>li>span{
	position:relative;
	float:left;
	padding:6px 12px;
	line-height:1.42857143;
	text-decoration:none;
	color:#fff;
	background-color:#75b9e6;
	border:1px solid #3498da;
	margin-left:-1px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	color:#fff;
	background-color:#4aa3de;
	border-color:#3498da
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	z-index:2;
	color:#fff;
	background-color:#3498da;
	border-color:#3498da;
	cursor:default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
	color:#fff;
	background-color:#b6daf2;
	border-color:#b6daf2;
	cursor:not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span{
	padding:10px 16px;
	font-size:18px
}

@media all and (max-width:980px) and (min-width:768px){	
	.table-responsive .dataTables_wrapper{
		padding-top:10px
	}
	.dataTables_wrapper .dataTables_length{
		float:none;
		margin-bottom:5px		 
	}
	.dataTables_wrapper .dataTables_filter{
		float:none;
		text-align:center;
		margin-top:10px
	}
	.dataTables_wrapper .dataTables_info{
		float:none;
		text-align:center;
		margin-bottom:0
	}
	.dataTables_wrapper .dataTables_paginate{
		float:none;
		text-align:center
	}	
}

@media all and (max-width:767px){
	.table-responsive .dataTables_wrapper{
		padding-top:10px
	}	
	.dataTables_wrapper .dataTables_filter{
		float:none;
		text-align:center;
		margin-top:10px
	}
	.dataTables_wrapper .dataTables_info{
		float:none;
		text-align:center;
		margin-bottom:0
	}
	.dataTables_wrapper .dataTables_paginate{
		float:none;
		text-align:center
	}
	.pagination{
		margin-bottom:0
	}
	.pagination>li>a{
		margin-bottom:10px
	}
	
	
}

@media all and (max-width:639px){
	div.dataTables_length label{
		float:none;
	}
	.dataTables_wrapper .dataTables_length{
		float:none;
		text-align:center;
	}
}

caption {
 	display:none;
 	}

/*-------------FIN TABLE PAGINATION ----------------*/



/*--------Print------------*/


 @media print {
	.p-printable {
    font-size: 2.1em;
    font-weight: bold;
	text-align: center;
	}
	a[href]:after {
   	content: none !important;
 	}
 	caption {
 	display: block !important;
 	}
  }	
 	
 /*--------------------------------------------------------*/
/* TO SOLVE PRINTING PROBLEM WITH CHROME */
/* IT SHOULD BE REMOVED WITH BOOTSTRAP 4 */
/*--------------------------------------------------------*/
 @media print {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
	.col-sm-pull-12 {
	right: 100%;
	}
	.col-sm-pull-11 {
	right: 91.66666667%;
	}
	.col-sm-pull-10 {
	right: 83.33333333%;
	}
	.col-sm-pull-9 {
	right: 75%;
	}
	.col-sm-pull-8 {
	right: 66.66666667%;
	}
	.col-sm-pull-7 {
	right: 58.33333333%;
	}
	.col-sm-pull-6 {
	right: 50%;
	}
	.col-sm-pull-5 {
	right: 41.66666667%;
	}
	.col-sm-pull-4 {
	right: 33.33333333%;
	}
	.col-sm-pull-3 {
	right: 25%;
	}
	.col-sm-pull-2 {
	right: 16.66666667%;
	}
	.col-sm-pull-1 {
	right: 8.33333333%;
	}
	.col-sm-pull-0 {
	right: auto;
	}
	.col-sm-push-12 {
	left: 100%;
	}
	.col-sm-push-11 {
	left: 91.66666667%;
	}
	.col-sm-push-10 {
	left: 83.33333333%;
	}
	.col-sm-push-9 {
	left: 75%;
	}
	.col-sm-push-8 {
	left: 66.66666667%;
	}
	.col-sm-push-7 {
	left: 58.33333333%;
	}
	.col-sm-push-6 {
	left: 50%;
	}
	.col-sm-push-5 {
	left: 41.66666667%;
	}
	.col-sm-push-4 {
	left: 33.33333333%;
	}
	.col-sm-push-3 {
	left: 25%;
	}
	.col-sm-push-2 {
	left: 16.66666667%;
	}
	.col-sm-push-1 {
	left: 8.33333333%;
	}
	.col-sm-push-0 {
	left: auto;
	}
	.col-sm-offset-12 {
	margin-left: 100%;
	}
	.col-sm-offset-11 {
	margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
	margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
	margin-left: 75%;
	}
	.col-sm-offset-8 {
	margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
	margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
	margin-left: 50%;
	}
	.col-sm-offset-5 {
	margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
	margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
	margin-left: 25%;
	}
	.col-sm-offset-2 {
	margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
	margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
	margin-left: 0%;
	}
	.visible-xs {
	display: none !important;
	}
	.hidden-xs {
	display: block !important;
	}
	table.hidden-xs {
	display: table;
	}
	tr.hidden-xs {
	display: table-row !important;
	}
	th.hidden-xs,
	td.hidden-xs {
	display: table-cell !important;
	}
	.hidden-xs.hidden-print {
	display: none !important;
	}
	.hidden-sm {
	display: none !important;
	}
	.visible-sm {
	display: block !important;
	}
	table.visible-sm {
	display: table;
	}
	tr.visible-sm {
	display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
	display: table-cell !important;
	}
	
} 

/* END TO SOLVE PRINTING PROBLEM WITH CHROME */


/*--------FIN PRINT------------*/


/*----------------------- TIMELINE - REQUEST HISTORY -----------------*/


.timeline-information {
 	border-radius: 2px;  
    margin: auto;
    padding: 20px;
    width: 50%;
    background-color:#ddd;
}
.timeline-information h4, .timeline-information h5{
	font-weight:bold;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline-panel{
	background-color:#ddd;
	}
    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #474747;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
           /*  border: 1px solid #d4d4d4; */
            border-radius: 2px;
            padding: 6px 14px 14px;
            position: relative;
           /*  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
        }
        .timeline-heading > p {
  		  margin-bottom: 1px;
		}

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #ddd;
                border-right: 0 solid #ddd;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 2.5em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.text-advisor{
	 color: #007aa5 ;
	  margin-left: 4px;
}
.timeline-badge.approved {
    background-color: #2e6da4 !important;
}

.timeline-badge.pending {
    background-color: #3f903f !important;
}

.timeline-badge.cenceled {
    background-color: #f0ad4e !important;
}

.timeline-badge.unapproved {
    background-color: #d9534f !important;
}

.timeline-badge.apprReassigned {
    background-color: #5bc0de !important;
}

.timeline-badge.reopened {
    background-color: #fff00 !important;
}

.timeline-badge.toreview {
    background-color: #996600 !important;
}

.timeline-badge.processigng {
    background-color: #3333ff !important;
}
.timeline-badge.retunedToAmend{
    background-color: #e6008f !important;
}
.timeline-badge.onHold{
    background-color: #fcfa44 !important;
}
.timeline-badge.moreInfo{
    background-color: #fcd844 !important;
}
.timeline-badge.released{
    background-color: #57ae25 !important;
}


.releasedtext {
    color: #57ae25 !important;
}
.moreInfotext {
    color: #fcd844 !important;
}
.onHoldtext {
    color: #fcfa44 !important;
}
.returnedToAmendtext{
    color: #e6008f !important;
}
.approvedtext {
    color: #2e6da4 !important;
}

.pendingtext {
    color: #3f903f !important;
}

.cenceledtext {
    color: #f0ad4e !important;
}

.unapprovedtext {
    color: #d9534f !important;
}

.apprReassignedtext {
   color: #5bc0de !important;
}

.reopenedtext {
    color: #fff00 !important;
}

.toreviewtext {
    color: #996600 !important;
}

.processigngtext {
    color: #3333ff !important;
}


.timeline-title {
    color: inherit;
    margin-bottom: 2px;
    margin-top: 0;
	 font-weight: bold;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
#collapseHistory ul {
    padding: 13px;
}

/*----------------------- FIN TIMELINE -----------------*/



/*---------------- ICONO TABLE SHOW/ HIDE---------------- */

button.ColVis_Button, ul.ColVis_collection li {
	color: #7a7a7b !important;
	border: 0 none;
	box-shadow: 1px 1px 3px #ccc;
	font-weight: bold;
}

.ColVis_Button:hover, ul.ColVis_collection li:hover {
border: 0 none;
	box-shadow: 1px 1px 3px #ccc;
}
button.ColVis_Button {
    height: 40px;
}
ul.ColVis_collection {
	border: 0 none;
	box-shadow: 1px 1px 3px #ccc;
}

/* --------------FIN ICONO TABLE SHOW/ HIDE-------------- */

/*---------------------- EMAILS----------------*/

.btn-link {
    color: #007aa5;
    /* background-color: #fff; */
}
.remove i {
    cursor: pointer;
    margin-right: 11px;
}

.btn-margin-right{
	margin-right:10px
}
#tableEmailsReceived .btn {
	padding:0px;
}

.bg-themeuseremail {
    background-color: #3e8f3e;
    border-radius: 50%;
    color: #fff;
    padding: 3px;
}

 #emailsToBeRead span, #emailsRead  span{
    color: #3e8f3e;
}

 #emailsToBeRead button:hover span,  #emailsRead   button:hover span{
    color: #474747;
} 

 #emailsToBeRead  a:hover span,  #emailsRead   a:hover span{
     color: #474747;
}

.icon-user3.bg-themeuseremail {
	color: #fff!important;
}

.btn-link:hover{
	text-decoration:none;
	/* background-color: #eee; */
}

.text-black {
    color: #474747;
}

.text-bold {
    font-weight: bold;
}

.accordion-green .panel-title{
	color: #3e8f3e;	
}

.accordion-green thead th, .total-amount {
    color: #474747;
}

 .compose-mail ul li{
	border-bottom: 1px solid #e7eaec;
	list-style:none;
}

.compose-mail ul li a{
	color: #474747;
	display: block;
    padding: 7px 16px;
}

.compose-mail ul li a:hover{
	 text-decoration: none;
	 background-color:#dbdbdb;
}

.compose-mail h2{
	margin:0px;
}

.note-editor .note-editable {
    outline: 0 none;
    overflow: auto;
    padding: 20px;
}

.note-editor .note-codable {
    background-color: #222;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #ccc;
    display: none;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
    resize: none;
    width: 100%;
} 
.Email-signature,.Email-autoreply {
    padding: 19px;
}

/*----------------------FIN EMAILS----------------*/

/*-----------------WORKFLOW----------------*/
.workflow button {
    margin-left: 15px;
    margin-top: 20px;
}

/*-----------------FIN WORKFLOW----------------*/


/*-----------------APPLY FOR AN OFFER----------------*/
.minus-margin{
	margin-top: -20px;
}
.form-control-feedback {
    line-height: 19px!important;
}

.upload-document {
    margin-top: -11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    cursor: pointer;
}
.upload-document:hover{
  text-decoration: none;
}

.upload-document > span {
    font-weight: bold;
    vertical-align: text-bottom;
}
/*-----terms and conditions----------*/

.terms-condition #checkTermsDiv {
    margin-bottom: -15px;
}
.terms-condition .panel-body {
    border-top: 1px solid #fcf8e3;
}
.alert h3{
  font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 0;
    padding: 7px;
}
.offer-details	div {
    -moz-column-count: 2;
    -moz-column-gap: 100px;
    -webkit-column-count: 2;
    -webkit-column-gap: 100px;
    column-count: 2;
    column-gap: 100px;
}
/*-----Fin terms and conditions----------*/

/*-----------------FIN APPLY FOR AN OFFER----------------*/


/*-------------ACADEMIC, FINANCIAL REQUEST AND REPORTS-------------*/
#listIcons .academic-image-container, #listIcons .financial-image-container {
    -webkit-filter: hue-rotate(374deg);
    filter: hue-rotate(374deg);
    text-align: center;
}

a .academic-image-container {
	cursor: pointer;
	-webkit-filter: none; 
    filter: none;
}

.academic_image, .reports_image {
    margin-bottom: 27px;
}

.academic_container, .reports_container{
	margin-bottom: 30px;
    margin-top: 20px;
}
.academic_container > h4, .financial_container > h4, .reports_container > h4 {
    font-weight: bold;
    text-transform: uppercase;
     font-size:1em;
}
.academic_image img,.financial_image img,.reports_image img  {
    max-width: 47%;
}
.reports-image-container {
    text-align: center;
}

.reports_container > h4 {
    color: #333;
    font-size: 1.2em;
}

/*-----------------FIN ACADEMIC, FINANCIAL REQUEST AND REPORTS----------------*/


/*---------------------TIPS------------------*/
 .bg-themetips{
	background-color: #007aa5;
    border-radius: 50%;
    color: #fff;
    margin-left: 19px;
    padding: 7px;
    margin-right: 8px;
    vertical-align:middle;
}
.icon-checkmark-circle.bg-themetips {
    margin-left: 0;
}
/*-------------FIN TIPS---------------------*/

/*------------ Institution MAP-------------------*/

 #panel {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -180px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #ddd;
        border-radius:5px;
            color:#474747;
      }
#address{
	border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 8px;

	}

#panel, .panel {
     line-height: 30px;
     }

#panel select, #panel input, .panel select, .panel input {
        font-size: 13px;
      }
#panel select, .panel select {
        width: 100%;
      }

#map {
    margin-bottom: 40px;
}
/*--------------fin Institution MAP------------*/

/*-------------INPUTS-----------*/
#signinForm input, #registerForm input{
    padding: 9px!important;
}

.input-lg, .form-group-lg .form-control {
    border-radius: 2px;
}

/*------------------Input type file------------------*/
input[type="file"]{
    z-index: -40;
    line-height: 0;
    font-size: 2px;
   position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
    left:0;
}
 .labelBtn{
    cursor:pointer;
}

.displaynone{
    display:none!important;
}
.remove {
    z-index:2147483647;
    display:none;
}
.remove img {
    width:19px;
    height:19px; 
}
.showRemoveImg{
        display:inline;
}

/*------------------FIN Input type file------------------*/

/*-------------FIN INPUTS-----------*/


/*--------------PANEL--------------------*/

.panel{
	box-shadow:none;
	border:#fff;
}
 .panel .panel-default{
	box-shadow:none;
	border-color:#fff;
}
.panel-heading{  
    padding: 18px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

 .panel-body{
	border-color:#ddd;
	border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #ddd;
    
}
.panel-title {
	font-weight:bold;
	color: #333;
	font-size: 1.4em;
	
}
.panel-default .panel-title {
	font-weight:bold;
	color: #fff;
}
.panel-default > .panel-heading{
	/*background-color: rgba(0, 123, 165, 0.4);
	background-image: none;
	border-color: #99cadb;
	real color: #007ba5*/
	background-color: #002868;
	background-image: none;
	border-color: #002868;
	/*real color: #327957*/
}
.panel-primary > .panel-heading{
	/*background-color: rgba(254, 180, 3, 0.47);
	background-image: none;
	border-color: #fedc88;
	real color: #feb402*/
	background-color: #feb402;
	background-image: none;
	border-color: #feb402;
}
.panel-success > .panel-heading{
	/*background-color: rgba(0, 122, 61, 0.48);
	background-image: none;
	border-color: #85bfa2;
	real color: #007a3d*/
	background-color: #007ba5;
	background-image: none;
	border-color: #007ba5;	
}
.panel-info > .panel-heading{
	background-color: rgba(0, 0, 0, 0.22);
	background-image: none;
	border-color: #c7c7c7;
	/*real color: #333*/
}
.panel-warning > .panel-heading{
	background-color: rgba(252,233, 130, 0.40);
	background-image: none;
	border-color: #fcf8e3;
	/*real color: #fce982*/
}
.panel-danger > .panel-heading{
	background-color: rgba(206, 17, 38, 0.41);
	background-image: none;
	border-color: #eb9da6;
	/*real color: #cd1126*/
}
.panel-history > .panel-heading{
	background-color: #007ba5;
	background-image: none;
	border-color: #007ba5;
	/*real color: #007ba5*/
}
.panel-history > .panel-heading h3{
	color:#fff;
}
.panel-body li {
    list-style-type: none;
    font-weight:bold;
}
.dashboard .panel-body a:hover{
	text-decoration:none;
	color:#333;
}

/*icons*/
.blue-icon {
    color: rgba(0, 123, 165, 0.4);
}
.absolute-icon-1 {
    left: 30%;
    position: absolute;
}
.absolute-icon-2 {
    left: 16%;
    position: absolute;
    top: 64px;
}
.absolute-icon-3 {
    position: absolute;
    right: 16%;
    top: 71px;
}
.grey-icon {
    color: #333;
}
.absolute-icon-4 {
    left: 34%;
    position: absolute;
    top: 83px;
}

/*---------------END PANEL------------------*/

/*-----------BUTTONS--------------*/
.btn-small {
    font-size: 0.9em;
    font-weight: bold;
    margin-top: -4px;
    padding: 5px 17px!important;;
}
.btn {
    border-radius: 2px;
     padding: 12px 21px;
     font-weight: bold;
}

 .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: none;
    text-shadow: none;
    border:none;
}

button .fa {
    font-size: 22px;
    vertical-align: sub;
}
@media only screen and ( min-width:200px ) and ( max-width:320px ) {
.button-xs {
	font-size: 0.7em!important;
    padding: 14px!important;
}
 .button-xs-email {
	font-size: 0.6em;
    padding: 7px;
	}
}
@media only screen and ( min-width:321px ) and ( max-width:384px ) {
.button-xs {
	font-size: 0.9em!important;
    padding: 12px!important;
}
 .button-xs-email {
	font-size: 0.6em;
    padding: 9px;
	}
}
@media only screen and ( min-width:385px ) and ( max-width:414px ) {
	.button-xs {
	font-size: 1em!important;
    padding: 15px!important;
    }
    .button-xs-email {
	font-size: 0.7em;
    padding: 10px;
	}
    }
    
/*SUCCESS BUTTONS*/
.btn-success{
	background-color: #007A3D; 
	background-image:none;
	 
}

.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success{ 
  color: #FFFFFF; 
  background-color: #0F6339; 
} 

.btn-success.disabled, 
.btn-success[disabled], 
fieldset[disabled] .btn-success, 
.btn-success.disabled:hover, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, 
.btn-success[disabled]:focus, 
fieldset[disabled] .btn-success:focus, 
.btn-success.disabled.focus, 
.btn-success.focus[disabled], 
fieldset[disabled] .btn-success.focus, 
.btn-success.disabled:active, 
.btn-success[disabled]:active, 
fieldset[disabled] .btn-success:active, 
.btn-success.disabled.active, 
.btn-success.active[disabled], 
fieldset[disabled] .btn-success.active {
  background-color: #007A3D; 
  color: #fff;
}


/*DEFAULT*/

.btn-default{
	background-color: #007ba5; 
	background-image:none;
	color: #FFFFFF;
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default{ 
  color: #FFFFFF; 
  background-color: #004b64; 
} 

.btn-institutions {
    font-size: 12px;
    padding: 10px !important;
    margin-left: 5px !important;
}

.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled.focus, 
.btn-default.focus[disabled], 
fieldset[disabled] .btn-default.focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default.active[disabled], 
fieldset[disabled] .btn-default.active {
  background-color: #007ba5; 
  color: #fff;
}

/*WARNING*/

.btn-warning{
	background-color: #fce982; 
	background-image:none;
	color: #333;
}

.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning:active, 
.btn-warning.active, 
.open .dropdown-toggle.btn-warning{ 
  color: #333; 
  background-color: #e4c405; 
} 

.btn-warning.disabled, 
.btn-warning[disabled], 
fieldset[disabled] .btn-warning, 
.btn-warning.disabled:hover, 
.btn-warning[disabled]:hover, 
fieldset[disabled] .btn-warning:hover, 
.btn-warning.disabled:focus, 
.btn-warning[disabled]:focus, 
fieldset[disabled] .btn-warning:focus, 
.btn-warning.disabled.focus, 
.btn-warning.focus[disabled], 
fieldset[disabled] .btn-warning.focus, 
.btn-warning.disabled:active, 
.btn-warning[disabled]:active, 
fieldset[disabled] .btn-warning:active, 
.btn-warning.disabled.active, 
.btn-warning.active[disabled], 
fieldset[disabled] .btn-warning.active {
  background-color: #e4c405; 
  color: #fff;
}

/*primary */

.btn-primary{
	background-color: #feb402; 
	background-image:none;
	color:#333;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary{ 
  color: #FFFFFF; 
  background-color: #ba8301; 
} 

.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled.focus, 
.btn-primary.focus[disabled], 
fieldset[disabled] .btn-primary.focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary.active[disabled], 
fieldset[disabled] .btn-primary.active {
  background-color: #feb402; 
  color: #fff;
}

/*info 333 */


.btn-info{
	background-color: #333; 
	background-image:none;
}

.btn-info:hover, 
.btn-info:focus, 
.btn-info:active, 
.btn-info.active, 
.open .dropdown-toggle.btn-info{ 
  color: #FFFFFF; 
  background-color: #6e6e6e; 
} 

.btn-info.disabled, 
.btn-info[disabled], 
fieldset[disabled] .btn-info, 
.btn-info.disabled:hover, 
.btn-info[disabled]:hover, 
fieldset[disabled] .btn-info:hover, 
.btn-info.disabled:focus, 
.btn-info[disabled]:focus, 
fieldset[disabled] .btn-info:focus, 
.btn-info.disabled.focus, 
.btn-info.focus[disabled], 
fieldset[disabled] .btn-info.focus, 
.btn-info.disabled:active, 
.btn-info[disabled]:active, 
fieldset[disabled] .btn-info:active, 
.btn-info.disabled.active, 
.btn-info.active[disabled], 
fieldset[disabled] .btn-info.active {
  background-color: #333; 
  color: #fff;
}

/*danger cd1126*/

.btn-danger{
	background-color: #cd1126; 
	background-image:none;
}

.btn-danger:hover, 
.btn-danger:focus, 
.btn-danger:active, 
.btn-danger.active, 
.open .dropdown-toggle.btn-danger{ 
  color: #FFFFFF; 
  background-color: #860b17; 
} 

.btn-danger.disabled, 
.btn-danger[disabled], 
fieldset[disabled] .btn-danger, 
.btn-danger.disabled:hover, 
.btn-danger[disabled]:hover, 
fieldset[disabled] .btn-danger:hover, 
.btn-danger.disabled:focus, 
.btn-danger[disabled]:focus, 
fieldset[disabled] .btn-danger:focus, 
.btn-danger.disabled.focus, 
.btn-danger.focus[disabled], 
fieldset[disabled] .btn-danger.focus, 
.btn-danger.disabled:active, 
.btn-danger[disabled]:active, 
fieldset[disabled] .btn-danger:active, 
.btn-danger.disabled.active, 
.btn-danger.active[disabled], 
fieldset[disabled] .btn-danger.active {
  background-color: #cd1126; 
  color: #fff;
}


/*buttons dropdown cheque*/

.dropdown-menu > li > a:hover, .orange .btn-primary:hover{
background-color:#feb402!important;
background-image:none!important;
color:#333!important;
}
.dropdown-menu.orange a {
    height: auto !important;
}
.minus-margin-cheque{
	margin-top:-43px
}
.clear-float {
    clear: left;
    float: left;
}

/*------------FIN BUTTONS--------------------*/

/*---------ALERTS------------*/
.alert {
    box-shadow: none;
}

.alert-default {
   background-color: rgba(0, 123, 165, 0.4);
	background-image: none;
	border-color: #99cadb;
	/*real color: #007ba5*/
}

.alert-warning {
   background-color: rgb(252,248, 227);
	background-image: none;
	border-color: #fcf8e3;
	/*real color: #fce982*/
}

.alert-primary {
    background-color: rgba(254, 180, 3, 0.47);
	background-image: none;
	border-color: #fedc88;
	/*real color: #feb402*/
}

.alert-info {
    background-color: rgba(0, 0, 0, 0.22);
	background-image: none;
	border-color: #c7c7c7;
	/*real color: #333*/
}

.alert-danger {
   background-color: rgba(206, 17, 38, 0.41);
	background-image: none;
	border-color: #eb9da6;
	/*real color: #cd1126*/
}

.alert-success {
    background-color: rgba(0, 122, 61, 0.48);
	background-image: none;
	border-color: #85bfa2;
	/*real color: #007a3d*/
}

/*----------FIN ALERTS----------*/


/*-------------------------------------*/
/*--FIN CONTENT OF CONTENT-CONTAINER--*/
/*-----------------------------------*/

/*---------------------------------------------------------*/
/*----------------------- FIN DASHBOARDS-------------------*/
/*--------------------------------------------------------*/

/*----------------------------------------------------*/
/*--------------------FIN BOXED-----------------------*/
/*----------------------------------------------------*/


/*----------------------------------------------------*/
/*--------------------/*FOOTER*/-----------------------*/
/*----------------------------------------------------*/

#container #footer {
    padding-right: 0;
}

#footer {
    position: absolute;
    padding-top: 12px;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    height: 50px;
    background-color:#424d59;
}
#footer p {
    margin-bottom: 5px;
}

#main-footer {
    /* background-color: #BF0A30!important; */
    background-color: #002868!important;
}
.footer-tittle-dc{
	color:#feb402!important;
}

@media screen and (max-width: 414px) {

#footer {
	 height: 70px;
}
}


.pad-lft {
    color: #fff;
    text-align: center;
}


/*----------------------------------------------------*/
/*--------------------/*FIN FOOTER*/-----------------------*/
/*----------------------------------------------------*/

/*----------------------------------------------------------*/
/*--------------------CONTAINER- MAINNAV SM---------------*/
/*--------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/
/*WEBSITE IMAGES -*/
/*--------------------------------------------------------------------------------*/




/* #post-366 .et_pb_section_5{
	 background-image: url("/kms/wp-content/uploads/2015/11/counter-background.jpg");
    background-position: center bottom;
    background-size: auto auto;
} */


/* 
#post-366 .et_pb_section_4{
	 background-image: url("/kms/wp-content/uploads/2015/12/parent-top.png");
    background-position: left bottom;
    background-size: auto auto;
}
 */

#footer-widgets{
	background-image: url("/kms/wp-content/uploads/2015/12/footer.jpg");
    background-position: center bottom;
     background-size: auto auto;
    
}


/* INPUT NUMBER */
input[type="number"] {
    position: relative;
	width:80px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/*--------------------------------------------------------------------------------*/
/*END WEBSITE IMAGES -*/
/*--------------------------------------------------------------------------------*/
/*-----------------Datatable excel, copy and print buttons------------------*/

.DTTT_button > div, .DTTT_button embed{
	height:40px!important;
	width:29px!important;
}

/*-----------------Fin Datatable excel, copy and print buttons------------------*/
