
.tooltip-inner { max-width: 100% !important; }
body {
	padding-top: 50px;
}

body.double_fixed_navbar {
	padding-top: 140px;
}

textarea {
	resize: vertical;
	min-height: 100px !important;
}

.p-25 {padding:25px;}

/******* FOR DROPDOWN NAVBAR ********/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/********* END NAVBAR DROPDOWN ***********/

.contentCenterLi {
	padding: 0 15px;
    font-size: 2.25em;
    font-weight: bold;
}

.header-border-right {
	border-right:1px solid #eee;
}

.header-logo {
	height: 155%;
	margin-top: -5px;
}

.main-navbar {
	margin-bottom: 0;
	z-index: 1000;
}

.connected-center-text {
	display:inline-block;
	font-size:18px;	
}

.navbar-select-filter {
	border-radius: 4px !important;	
}

#section_navbar {
	top: 50px;
}

.section-list-navbar {
	z-index: 999;
}

.section-title {
	font-weight: bold;
	color: #222;
}

.section-detail-title {
    font-size: 21px;
    background-color: #245580;
    padding: 7px;
    color: #FFF;
    border-bottom: 1px solid #245580;
    margin-bottom: 15px;
    /* border-radius: 10px 10px 0px 0px; */
    padding-left: 15px;
}

.search-form-content {
	width: 100%;
}

.search-form-actions {
	margin-right: 15px;
}

.table-column-actions-1 {
	width: 40px;
}

.table-column-actions-2 {
	width: 100px;
}

.table-column-actions-3 {
	width: 120px;
}

.table-column-actions-4 {
	width: 160px;
}

.table-column-actions-5 {
	width: 160px;
}

.fileUploadFormField {
	position: relative;
}

.fileUploadFormField input[type="file"] {
	position: absolute;
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.messageBtnEnrollment {
	display: inline-block;
    margin: 8px 3px;	
}

.show-inline {
	display: inline-block !important;
}

.infraplanFiscalLogo {
	max-width: 50%;
	display: block;
}

.form-signin {
	margin-top: 50px;
}

.form-signin-heading {
	text-align: center;
	font-weight: bold;
}

#clientFileProducts .navbar-brand {
	padding-right: 5px;
}

.graph-container>canvas {
	width: 100% !important;
	/*max-height: 450px !important;*/
}

.legend-container>.chart-legend {
	list-style: none;
	float: left;
	padding: 0;
}

.legend-container>.chart-legend li {
	margin: 2px 0;
	width: 100%;
	float: left;
}

.legend-container>.chart-legend span:FIRST-CHILD {
	padding: 10px;
	float: left;
	margin-right: 10px;
}

.legend-container>.chart-legend span {
	float: left;
}

.th_right {
	text-align: right !important;
}

.homeUserCenter {
	font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
    background-color: #133595;
    color: #FFF;
    padding: 20px 0 20px 10px;
}

.homeUserSelect {
	font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0 10px 10px;

    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    background-color: #133595;
    color: #FFF;
    padding: 20px 0 20px 10px;
}

.centerUserSelectHome, .careerDefault {
	padding: 5px 10px;
    border-radius: 5px;
    color:#000;
}

.lang_selector {
    display: inline-block;
    padding: 2px 2px 2px 2px;
    background-color: whitesmoke;
    border:1px solid gray;
    border-bottom: 0px;
    float: left;
}
.lang_selector:hover {
    cursor: pointer;
}
.lang_selector.active {
    background-color: gray;
}
.lang_selector_wrapper > div.lang_selector:first-child{
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.lang_selector_wrapper > div.lang_selector:last-child{
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.input-lang {
    /*-webkit-border-radius: 5px!important;
    -webkit-border-top-left-radius: 0px!important;
    -moz-border-radius: 5px!important;
    -moz-border-radius-topleft: 0px!important;
    border-radius: 5px!important;
    border-top-left-radius: 0px!important;*/
}


#categories_accordion .panel-title {
    padding-top:10px;
    display:inline-block;
}
#categories_accordion .panel-heading{
    padding-top:0px;
}
#categories_accordion .panel-actions .btn {
    margin-top:4px;
}
.btn_actions_categories {
    margin-left:5px;
    margin-top:5px!important;
    margin-bottom: 0px;
    width: 32px;
    height: 32px;
    background-position: center;
}
.btn_actions_categories .glyphicon{
    right: 3px;
}

/*#categories_accordion > .panel-default*/
#categories_accordion .panel-collapse .panel-group {
    margin-bottom: 0px;
}
#categories_accordion .panel-group .panel+.panel {
    margin-top:0px;
}
#categories_accordion .panel-collapse {
    padding:10px;
}

#categories_accordion .panel-default .panel {
   /* border-bottom:0px;
    border-left:0px;
    border-right:0px;*/
}

#categories_accordion .panel-default .panel .panel-heading{
    background-image:none;
}

.tree_sim {
    width: 17px;
    height: 10px;
    border-bottom: 1px solid darkgray;
    border-left: 1px solid darkgray;
    display: inline-block;
    bottom: 5px;
    position: relative;
}
#categories_accordion .panel-default .panel .panel-heading{
    background-image:none;
}


#categories_accordion a.collapsed:not(.categories_collapsable) {
    text-decoration: none;
    cursor: default;
}
#categories_accordion a.collapsed:not(.categories_collapsable):hover {
    text-decoration: none;
    cursor: default;
}

.contentButtonsHome {
	padding-bottom: 20px;	
}

.btnHomeRow {
	margin-top: 40px;
}

.btnHomeRow a {
	color: black !important;
	text-decoration: none;
}

.btnHome {
	border: 1px solid #e2e2e2;
    padding: 60px 20px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    /*box-shadow: 5px 6px 11px -6px #888888;*/
    box-shadow: 0px 0px 11px -6px #888888;
    max-height: 162px;
}

.bgStudent {
    background: #d4e4fb;
}

.bgStudent:hover, .bgStudent:hover a {
	background: #98c2ff;
    color: white;
}

.bgGroup {
    background: #fbf8d4;
}

.bgGroup:hover, .bgGroup:hover a {
	background: #fdf48e;
	color: grey;
}

.bgAssistance {
    background: #f3f3f3;
}

.bgAssistance:hover, .bgAssistance:hover a {
    background: #bdbdbd;
    color: white;
}

.bgTeacher:hover, .bgTeacher:hover a {
    background: #eac6e6;
    /*color: white;*/
}

.bgContact {
    background: #dbd4ff;
}

.bgContact:hover, .bgContact:hover a {
    background: #8e80d6;
    color: white;
}

.bgStudentCounter {
	background: #0096c3;
}

.bgStudentCounter:hover, .bgStudentCounter:hover a {
    background: #027ca0;
    color: white;
}

.bgCash, .bgSuccess {
    background: #dafbd4 !important;;
}

.bgCash:hover, .bgCash:hover a
,.bgSuccess:hover, .bgSuccess:hover a {
    background: #85ea72 !important;
    color: white !important;;
}

.bgDanger {
    background: #ffcbcb !important;;
}

.bgDanger:hover, .bgDanger:hover a {
    background: #ff6b6b;
    color: white;
}

.bgEnrollment {
    background: #f5e0c6;
}

.bgEnrollment:hover, .bgEnrollment:hover a {
    background: #f9c482;
    color: white;
}

.bgStudentExpired {
	/*padding: 45px 20px !important;*/
	background: #f3cf69;
	color: black;
}

.bgStudentExpired:hover, .bgStudentExpired:hover a {
    background: #d6a929;
    color: white;
}

.bgPendingPayments {
	/*padding: 45px 20px !important;*/
	background: #f37669;
	color: black;
}

.bgPendingPayments:hover, .bgPendingPayments:hover a {
    background: #b7463a;
    color: white;
}

.bgCenterSchedule {
	background: #8de86f;
	color: black;
}

.bgCenterSchedule:hover, .bgCenterSchedule:hover a {
    background: #337d36;
    color: white;
}

.btnDeleteCategory {
    background-image: -webkit-linear-gradient(top,#FF9494 0,#D45555 100%);
    background-image: -o-linear-gradient(top,#FF9494 0,#D45555 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF9494),to(#D45555));
    background-image: linear-gradient(to bottom,#FF9494 0,#D45555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9494', endColorstr='#D45555', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #B54747;
}
.btn-primary.btnDeleteCategory:hover, .btn-primary.btnDeleteCategory:focus {
    background-color: #D45555!important;
    border-color: #B54747!important;
}
.sort_handler:hover {
    cursor:move;
}
a:focus {
    text-decoration: none;
}

.bgVeryDarkGrey {
	background: #c7c7c7;
    padding: 8px;
}

.bgDarkGrey {
	background: #e4e4e4;
    padding: 8px;
}

.bgLightGrey {
    padding: 8px;
    background: #efefef;
}

.cash-form-group {
	margin-bottom: 4px !important;
}

.cash-form-group .cashLabel{
	font-size: 12px !important;
	font-weight: 700;
}

.cash-form-group span{
    display: inline-block;
}

.cash-form-group input {
    width: 100px;
}

.black {
    color:#333;
}
.banner_collapsable_header:hover{
    cursor: pointer;
}

.floatright {
    float:right;
}
.inlineblock {
    display:inline-block;
}
.marginright5px {
    margin-right: 5px;
}
.marginleft15px {
    margin-left: 15px;
}
.hpointer:hover {
    cursor:pointer;
}
.fix_hidden_inputfile {
    width:30px;
    max-width: 30px;
}
.fix_inputhidden_error {
    max-width:50px;
    overflow-x:hidden;
}

.messageExistStudentMobile, .messageExistStudentEmail, .messageExistTeacherMobile, .messageExistTeacherEmail {
	color: red;
	font-size: 12px;	
}

.enrollmentWHITE {
	background: white !important;
}

.enrollmentGREEN, .success-row {
	background: #d8fbcc !important;
}

.enrollmentRED, .danger-row {
	background: #fbb4b4 !important;
}

.enrollmentORANGE {
	background: #ffcd8f !important;
}

.enrollmentYELLOW {
	background: #feffc7 !important;
}

.enrollmentPURPLE {
	background: #ddaee8 !important;
}

.enrollmentBLUE {
    background: #c1eeff !important;
}

.enrollmentGREY {
    background: #e6e6e6 !important;
}

.enrollmentPINK {
    background: #ffafaf !important;
}

.enrollment-legend {
	width: 24px;
	height: 22px;	
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	border:1px dotted black;
}

.enrollment-list .pagination {
    margin-top: 0 !important;
}

.modifyBankOrderPaymentDate, .modifyFiscalYear {
	display: inline-block;
	width: 55%;
}

.negativeMargin {
	margin-top: -20px;
}

/* loading spinner */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    font-size:70px;
    color:white;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
/* end loading spinner */

.height43 {
    height: 43px;
}



.dash_chart_wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width:30%;
    margin-right:5%;
    float:left;
}
.dash_chart_wrapper:last-child {
    margin-right:0px;
}
.dashboard_users_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
   /* background: #f5f5f5;*/
 /*   padding:10px;*/
   /* width:200px;*/
    float:left;
    margin-right: 20px;
 /*   height: 180px;*/
}
.dash_users_minidata {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;
    background-color: white;
    width:78px;
    margin:5px;
    text-align: center;
    padding-top:20px;
   /* height: 114px;*/
}
.dash_users_minidata .glyphicon {
    font-size: 40px;
    color:cornflowerblue;
}
.dash_users_box_title {
  /*  border-bottom: 1px solid #333;*/
}
#dash_users_alta_hoy, #dash_users_alta_30d , #logins_hoy, #logins_30d {
    font-size: 24px;
    font-weight: bold;
}
.dash_users_minidata p {
    font-weight: normal;
}
.dash_full_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
   /* background: #f5f5f5;*/
   /* padding:10px;*/
    float:left;
    margin-right: 20px;
    min-height: 280px;
    width: 100%;
}
.marginbottom50px {
    margin-bottom: 50px;
}
.marginbottom20px {
    margin-bottom: 20px;
}
.marginbottom10px {
    margin-bottom: 10px;
}
.dash_full_box .dash_users_box_title {
    margin-bottom:15px;
}

.dashboard_table {
    width: 100%;
}
.dashboard_table thead {
    background-color: #ddd;
    border-bottom:1px solid gray;
}
.dashboard_table th {
    padding:10px;
}
.dashboard_table td {
    padding:5px 10px;
}
.dashboard_table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}
#ultimos_10_logins_content {
   /* overflow: scroll;
    height: 200px;
    max-height: 200px;*/
}

.charts_canvas canvas {
    height: 400px;
    width: 100%;
}

.dash_full_box td {
    font-weight: normal;
}
.p-0 {padding:0 !important;}
.m-0 {margin:0 !important;}
.pt-40 {padding-top: 40px;}
.pt-30 {padding-top: 30px;}
.paddingtop25 {padding-top: 25px;}
.paddingtop10 {padding-top: 10px;}
.paddingtop5 {padding-top: 5px;}

.paddingbottom10 {
	padding-bottom: 10px;
}

.absoluteCounterStudent {
	border: 1px solid #eee;
	border-radius: 4px;
	position: relative;
}

.absoluteLabel {
	position: absolute;
    left: 24px;
    top: -10px;
    background: white;
    width: 107px;
    text-align: center;
}

.simple-link {
	color: #333;
}

.btnServiceStatus {
	cursor:pointer;
	display:inline-block;
	padding-left:15px;
}
.btnEditService {
	display: inline-block;
    margin-top: -2px;
}
.button-opacity {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.statusChecklist {
	display:none;
}
.statusChecklist button span {
	font-size:11px;
}
.statusChecklist button:hover {
	/*border:none;*/
}
.child-status {
	color:white;
	display:inline-block;
	padding:5px 8px;
	cursor:auto !important;
}
.hidden-child-status {
	display:none;
}
.no-pointer {
	cursor:auto !important;
}
.button-border {
	border: 1px solid #ccc;
}
.search-checklist-title {
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
}
.checklist-content {
	background:#f5f5f5;
	padding-top:10px;
}
.search-selected-filter {
	box-shadow: 0 0 5px rgb(6, 121, 218);
    border: 1px solid rgb(71, 139, 179);
    border-radius: 4px;
}
@media (max-width: 1400px) {
	.child-status {
	    color: white;
	    display: inline-block;
	    padding: 3px 5px;
	    cursor: auto !important;
	    font-size: 13px;
	}
}

.home-service-task {
	font-weight:bold;
	background: rgba(93, 166, 255, 0.4) !important;
}

.home-service-worker {
	font-weight:bold;
	background: rgba(93, 166, 255, 0.2) !important;
}

.home-service-displacement {
	font-weight:bold;
	background: rgba(137, 176, 210, 0.5) !important
}

.home-service-hotel {
	font-weight:bold;
	background: rgba(137, 176, 210, 0.3) !important
}

.home-service-provider {
	font-weight:bold;
	background: rgba(85, 193, 163, 0.2) !important;
}

.messageExportRegistration{
	padding:10px;
	border-radius:4px;
}

.orderField {
	cursor:pointer;
}

.orderField:hover {
	text-decoration:underline;
}

.salary-info {
	background:#337ab7;
	color:white;
	padding:10px;
	border-radius:4px;
}

.salary-format {
	display:inline-block;
	margin-left:10px;
	padding:2px;
	background:white;
	border-radius:3px;
}

.paysheet .table-span {
	display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.paysheet .input-group-addon {
	padding: 0px 4px !important;
}

.paysheet .form-control {
	padding: 6px 4px !important;
}

.paysheet tbody tr td {
	vertical-align:middle !important;
}

.paysheet label {
	font-weight:normal;
}

.no-pad-left {
	padding-left: 0 !important;
}

.btnEditPaysheet {
	margin-bottom:5px;
}

.paysheet tbody tr td label {
	font-size: 11px !important;
    padding: 0 !important;
    margin: 0 0 0 2px !important;
}

.paysheet .text-content-item {
	font-size: 11px !important;
}

.legend-row {
	margin-bottom:15px;
}

.legend-span {
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	font-size: 12px;
	font-style: oblique;
}

.legend-color {
	width:20px;
	height:15px;
}

.legend-warning {
	background: #fcf8e3;
}

.legend-active {
	background: #f5f5f5;
}

.legend-danger {
	background: #f2dede;
}

.legend-info {
	background: #d9edf7;
}

.alert-custom {
	background-color: #f2dede;
    background-image: -webkit-linear-gradient(top,#f2dede 0,#ea77ff 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#ea77ff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ea77ff));
    background-image: linear-gradient(to bottom,#f2dede 0,#ea77ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffea77ff', GradientType=0);
    background-repeat: repeat-x;
    border-color: #ea77ff;
    color: #8b68a5;
}

#sendMessage {
	padding-top: 10px;
    color: #ff8e1a;
    width:95%;
    font-size:12px;
}

.btnUploadDoc, .btnUploadExcel {
	cursor:pointer;
	padding:10px;
	display:inline-block;
    border-radius:4px 0 0 4px;
}

.btnUploadImg {
	cursor:pointer;
	padding:10px;
	display:inline-block;
    border-radius:4px;
}

.document-file-text {
	display: inline-block;
    padding: 13px 5px 10px 5px;
    background: #f1f0d8;
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
    font-size:12px;
}

/*.paysheet .cellField {
	min-width:60px;
}*/

.select2-selection.select2-selection--single {
    height:34px;
}

.btn_actions_university {
    margin-left:5px;
    margin-top:-5px!important;
    margin-bottom: 0px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.scrollable-menu a{
    cursor:pointer;
}

.isPaymentCheck {
	font-size:1.6em;
}

.cashScrollable {
	max-height: 200px;
	overflow-y:scroll;
}

.cash-tr-opacity td:not(:first-child) {
	opacity: 0.3;
    filter: alpha(opacity=30);
}

.cash-odd-tr {
	background: #f1f1f1;	
}

.cash-even-tr {
	background: white;	
}

.cash-childrenRow {
	background: #e1f1ff;
}

#cashSubtotal {
	padding-bottom:20px;
}

.assistance-input {
	cursor:pointer;
}

.cash-last-closure {
	margin: 15px 0;
}

.pad10 {
	padding: 10px !important;
}

.pad5 {
    padding: 5px !important;
}

.nomarginbottom {
    margin-bottom: 0px !important;
}

.enrollment-course {
	background: #d2ecff;
}

.enrollment-cp {
	background: #fffad4;
}

.enrollment-cf {
	background: #ffdab4;
}

.enrollment-re {
    background: #fbb8ff;
}

.enrollment-oc {
    background: #adffa3;
}

.padding-6 {
	padding: 6px;
}

.payment-danger {
	background-image: -webkit-linear-gradient(top,#e7c3c3 0,#e7c3c3 100%) !important;
    background-image: -o-linear-gradient(top,#e7c3c3 0,#e7c3c3 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e7c3c3),to(#e7c3c3)) !important;
    background-image: linear-gradient(to bottom,#e7c3c3 0,#e7c3c3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0) !important;
    background-repeat: repeat-x !important;
    border-color: #dca7a7 !important;
}

.payment-success {
	background-image: -webkit-linear-gradient(top,#d6f7d6 0,#d6f7d6 100%) !important;
    background-image: -o-linear-gradient(top,#d6f7d6 0,#d6f7d6 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d6f7d6),to(#d6f7d6)) !important;
    background-image: linear-gradient(to bottom,#d6f7d6 0,#d6f7d6 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9df19d', endColorstr='#ffd6f7d6', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x !important;
    border-color: #3e8f3e !important;
}

.is-in-bank-order {
	border: 1px solid #f99a0d !important;
}

.payment-detail {
	display: inline-block;
	padding-left: 6px;
	color: green;
	cursor: pointer;
    font-size: 1.3em;
}

.viewChilds {
	display:inline-block;
	margin-right:6px;
	font-size:10px;
}

.infoPayment {
	cursor: pointer;
}

#groupAvailabilityMessage {
	font-size: 12px !important;
    padding: 7px !important;
    margin-top: 2px !important;	
}

#dateLackSection {
	padding-top: 20px;	
}

.contentCourseDeadlines {
	background: #eee;
    padding: 10px;
}

.contentDaysOfLack {
	background: #ddd;
    padding: 10px;
}

.contentRecording {
    background: #adacac;
    padding: 10px;
}

.center-schedule {
	cursor: pointer;
}

.bg-light {
	background: #e6e6e6;
	padding-top: 10px;
}

#default-msg {
	bottom: -20px;
    width: 45%;
    position: absolute;
    right: 10px;
    background: lightskyblue;
    padding: 10px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: bold;
    z-index: 9999999999999;
}

.career-schedule {
	background: #eee;
	padding: 15px 0;	
}

.selected-subject {
	background: #c7ffc6 !important;
}

.info-pwd {
	padding-bottom: 15px;	
}

.enrollmentDefaulter {
	color: #C63630;
}

.tableFixHead {
    overflow-y: auto;
    max-height: 306px;
}

.tableFixHead th {
    position: sticky;
    top: 0;
    background:#fff;
    z-index:2;
}

.subject-list-element {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 30px 5px 15px;
    background: #cecece;
    border-radius: 4px;
    float: left;
    margin: 5px;
    position: relative;
}

.remove-subject-list-element {
    cursor: pointer;
    font-size: 10px;
    position: absolute;
    right: 7px;
    top: 7px;
}

.fix-width {
    width: 70px !important;
}

.itemFolder {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #bfbfbf;
}

.contentRowFolder {
    padding: 7px;
}

.not-selected-folder > .contentRowFolder{
    background: #fff;
}

.selected-folder > .contentRowFolder{
    background: #97b3ff;
}

.icon-folder {
    font-size: 18px;
    color: #eeea13;
}

.icon-file {
    font-size: 18px;
    color: #587565;
}

.name-folder {
    font-size: 18px;
}

.folder-route {
    font-size: 16px;
    font-weight: bold;
}

.breadcrumbs-folder:hover {
    cursor: pointer;
    color: #23b9ff;
}

.current-folder, .destination-folder {
    font-weight: bold;
}

@media (min-width: 768px) {
	/*.form-group .paymentDate {
		width: 40%;
	}*/
}

@media (max-width: 1162px) {
	.connected-center-text, .user-profile-name {
		display:none;
	}
}

@media (min-width: 830px) and (max-width: 920px) {
	.centerUserSelect {
		font-size: 18px;
	}
}

@media (max-width: 829px) {
	.centerUserSelect {
		font-size: 10px;
	}
}

