﻿
@import url(~/css/materialize.css);

body {
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #F0F0F0 url(../../Content/images/loader.gif) no-repeat center center;
    opacity: 0.8;
    z-index: 10000;
}

.form-group label {
    color: black;
}

label {
    color: black;
}

.center {
    text-align: center;
}

.content-wrapper {
    min-height: 542px;
}

.block-header {
    margin-bottom: 15px;
}

    .block-header h2 {
        margin: 0 !important;
        color: #666 !important;
        font-weight: normal;
        font-size: 16px;
    }

.lbl-error {
    font-size: 13px;
    color: red;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    color: #fff !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #fff;
}

p {
    text-align: justify;
}

/*Notificacion*/
.alert {
    font-size: 16px;
}

#icon i {
    font-size: 160px;
}

.success {
    color: #029a2a;
}

.warning {
    color: #f79711;
}

.info {
    color: #be1522;
}

.error {
    color: #fe0000;
}


.sidebar-menu .treeview-menu > li > a:hover {
    color: #FFF;
    background: #0073b7;
    border-left-color: #0073b7;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    background-color: transparent;
    color: #0073b7;
}

.sidebar-menu .treeview-menu > li.active > a {
    color: #FFF;
    background: #0073b7;
    border-left-color: #0073b7;
}

.home {
    margin-right: 10px;
}



.lbl-error-message {
    font-size: 14px;
    color: red;
}

.login-page {
    background: rgba(4, 40, 68, 0.85);
}

.login-logo img {
    float: right;
}

.login-logo h2 {
    font-size: 28px;
    color: #fff;
}

.lbl-notfound-message {
    font-size: 16px;
    color: red;
}

.lbl-success-message {
    font-size: 16px;
    color: #029a2a;
}

.fc-title {
    font-size: 14px;
}

.skin-blue .navbar {
    /*0073b7*/
    background-color: #be1522;
}

.skin-blue .main-header li.user-header {
    background-color: #be1522;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    background-color: transparent;
    color: #be1522;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: #FFF;
    background: #be1522;
    border-left-color: #be1522;
}

.skin-blue a, .skin-blue a:hover, .skin-blue a:focus {
    color: #be1522;
}

.sidebar-menu .treeview-menu > li > a:hover {
    color: #FFF;
    background: #be1522;
    border-left-color: #be1522;
}

.title-lead {
    text-align: center;
    margin-top: 25px;
}

.information {
    cursor: pointer;
    float: right;
    font-size: 19px;
    color: #be1522;
}

.activity {
    font-weight: bold;
    background-color: #c7e7eb;
}

.direct-chat-name {
    text-transform: capitalize;
}

table {
    border: 1px solid #808080;
    font-size: 12px;
}

#tblRecords thead th {
    background-color: #4591AD;
    color: #fff;
    font-size: 13px;
}

#tblRecords tr:hover {
    background-color: #c7e7eb;
}

.textarea {
    width: 100%;
    border: 1px solid #0073b7;
}

label.error {
    color: red;
    float: right;
}

table tr td {
    text-transform: uppercase;
}

.none td {
    text-transform: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

select {
    text-transform: uppercase;
}


.title {
    text-align: center;
    font-size: 25px;
}

.subtitle {
    text-align: center;
    font-size: 18px;
    margin-top: -25px;
}

.il {
    text-decoration: underline;
}

.line-trough {
    text-decoration: line-through;
}

.label {
    border-radius: 6px;
    padding: .3em .6em;
}

.label-danger {
    background-color: #dd4b39 !important;
}

.red-text {
    color: red;
}

table tr.center {
    text-align: center;
}

table tr > td.alingText {
    text-align: center;
    font-size: 15px;
    padding-top: 20px;
}

.note {
    font-style: italic;
}

@media screen and (max-width: 767px) {
}

.allqualifications > tbody > tr > td.table-td-responsive > input.textbox {
    width: 60px;
}

@media(max-width:1020px) {
    .allqualifications > tbody > tr > td.table-td-responsive > input.textbox {
        width: 60px;
    }
}

.modal-xl {
    max-width: 1200px;
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1140px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        width: 1140px;
    }
}

/*MailBox*/
.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 13px;
    right: 8px;
    text-align: center;
    font-size: 12px;
    padding: 3px 4px;
    line-height: 0.9;
}

.mailbox > li > a > i.material-icons {
    color: #7d7d7d;
    font-size: 22px;
}

.mailbox-name > a {
    color: #337ab7;
}

table.mailbox tr td {
    text-transform: none;
    font-size: 14px;
}

.mailbox-star > a > i {
    font-size: 20px;
    padding: 3px;
}

.mailbox > tbody > tr > td > i.material-icons {
    color: #7d7d7d;
    font-size: 22px;
}

i.btnAdd {
    position: absolute;
    margin-top: 40px;
    font-size: 28px;
    color: #7d7d7d;
    cursor: pointer;
}

i.btnDelete {
    position: absolute;
    margin-top: 40px;
    font-size: 28px;
    color: #F44336;
    margin-left: 35px;
    cursor: pointer;
}

.child {
    margin-left: 15px;
}
