@import 'bootstrap.css';
@import 'font-awesome.css';
@import 'autocomplete.css';

@font-face {
    font-family: 'desyrelregular';
    src: url("../fonts/desyrel-webfont.eot");
    src: url("../fonts/desyrel-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/desyrel-webfont.woff") format('woff'), url("../fonts/desyrel-webfont.ttf") format('truetype'), url("../fonts/desyrel-webfont.svg#desyrelregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #666;
    font-family: 'Asap', sans-serif;
    overflow: hidden;
}

input {
    text-transform: uppercase;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: -2px;
    left: -2px;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border: 8px solid #69b543;
    border-radius: 50%;
    background: #69b543;
    transition: all 0.5s ease;
    margin-top: 2px;
}

input[type="radio"]:checked:after {
    font-family: FontAwesome;
    content: "\f00c";
    color: white;
    font-size: 12px;
    position: absolute;
    top: 2px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    width: 13px !important;
    height: 14px !important;
    cursor: pointer;
    border: 2px solid #69b543;
    border-radius: 2px;
    background-color: #fcfbfb;
    display: inline-block;
    color: black;
    box-sizing: content-box;
    margin-top: 2px;
    transition: all .5s ease-in-out;
}

input[type="checkbox"]:checked {
    background-color: #d0cdcd;
    border-radius: 2px;
    border: 2px solid #7d7a7a;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    width: 13px;
    height: 14px;
    color: black;
    cursor: pointer;
    margin-top: 2px;
}

    input[type="checkbox"]:checked:after {
        font-family: FontAwesome;
        content: "\f00c";
        color: #666666;
        font-size: 13px;
        width: 13px;
        height: 14px;
    }

input[type="checkbox"]:focus {
    outline: 0 none;
    border-radius: 2px;
    box-shadow: none;
}

legend.scheduler-border {
    border-radius: 5px;
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
}

textarea {
    padding: 6px 4px;
    resize: none;
    text-transform: uppercase;
}

#content {
    bottom: 0;
    left: 250px;
    margin-bottom: 50px;
    overflow-y: auto;
    padding: 0 1em 2em 1em;
    position: absolute;
    right: 0;
    top: 6.5em;
    width: auto;
}

#Page-title {
    border-bottom: 3px solid #e7c42e;
    display: inline-block;
    margin: 0.2em 0;
    padding-bottom: 0.3em;
}

.btnMenu {
}

    .btnMenu:hover {
        color: #69b543;
    }

.btn-Consultar {
    background: #69b543;
    color: #fff;
    margin: 0;
}

    .btn-Consultar:hover {
        color: #CCCCCC;
    }

.buttons {
    padding-top: 5em;
}

.checkboxTable {
    margin: 0;
}

.logout {
    color: #98191b !important;
}

.color-red {
    border: 2px solid #98191b !important;
    color: #98191b !important;
}

.color-green {
    color: #69b543;
}

.desyrel {
    color: #69b543;
    font-family: 'desyrelregular';
}

.dBlock {
    display: block;
}

.icon-style {
    border-radius: 50%;
    border: 2px solid #69b543;
    color: #69b543;
    cursor: pointer;
    font-size: 20px;
    height: 32px;
    margin: 0.2em;
    padding: 0.2em;
    text-align: center;
    width: 32px;
}

.icon-style-table {
    border-radius: 50%;
    border: 2px solid #69b543;
    color: #69b543;
    cursor: pointer;
    font-size: 16px;
    height: 25px;
    padding: 0.2em;
    text-align: center;
    width: 25px;
}

.icon-User {
    margin-top: .5em;
}

.line {
    margin: 0.5em 0 1em 0;
}

.marginT {
    margin-top: 1em;
}

.menu-bar {
    font-size: 20px;
    margin: .2em;
    padding: .5em;
    right: 0;
    z-index: 50;
}

    .menu-bar:hover {
        color: #69B543;
        cursor: pointer;
    }

.noEvents {
    pointer-events: none;
}

.noMargin {
    margin: 0 !important;
}

.nopaddingL {
    padding-left: 0;
}

.nopaddingR {
    padding-right: 0;
}

.paddingT {
    padding-top: 1.5em;
}

.requiredField {
    color: #e60606;
}

.rolesPermisos {
    height: 22px;
    margin: 0 .2em;
    width: 22px;
}

.rowSelected {
    background: #c4ccc4;
}

.scrollY {
    height: 250px;
    overflow-y: scroll;
}

.tableButtons {
    display: block;
    margin: 0.2em auto;
}

.tableContainer {
    height: 250px;
    overflow-y: auto;
}

.table-head {
    background: #69b543;
    color: #fff;
}

.titleTab {
    color: #69b543;
    margin-bottom: 20px;
}

.usuariosInterno {
    height: 300px;
    overflow-y: scroll;
}


/*Header*/
.Header {
    border-bottom: 1px solid #999;
    height: 6.5em;
}

.Header-figure {
    display: inline-block;
    margin: 0.5em 0 0 0;
}

.Header-image {
    height: 5.6em;
}

.Header-info {
    margin-bottom: 0.2em;
}

    .Header-info:nth-child(even) {
        margin-top: 0;
    }

.Header-options a {
    color: #69B543;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

    .Header-options a:hover {
        color: #69B543;
        text-decoration: underline;
    }

    .Header-options a span {
        display: none;
    }

.Header-title {
    color: #69b543;
    display: inline-block;
    vertical-align: bottom;
}

.noPaddingL {
    padding-left: 0;
}

/*Sidebar*/
.Sidebar {
    background: #F7F7F7;
    border-right: 1px solid #69b543;
    height: 90%;
    left: 0;
    position: absolute;
    width: 250px;
    z-index: 20;
}

.Sidebar-open {
    transform: translateX(18em);
}

.Sidebar-title {
    background-color: #fff;
    color: #69b543;
    margin: 0;
    padding: 0.6em;
    position: relative;
    text-transform: uppercase;
}

.Sidebar-sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Sidebar-sublist-item {
    border-bottom: 1px solid #999999;
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
    position: relative;
}

    .Sidebar-sublist-item:last-child {
        border-bottom: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid #fff;
        position: relative;
    }

.Sidebar-sublist-item-link {
    background: #ffffff;
    color: #666666 !important;
    display: block;
    font-size: .9em;
    padding: 6px 15px !important;
    transition: none;
}

    .Sidebar-sublist-item-link:hover {
        background: #f1f1f1;
        color: #69B543 !important;
        display: block;
        font-size: .9em;
        padding: 6px 15px;
        text-decoration: none;
    }

.Sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Sidebar-list-item {
    background-color: #69b543;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
    position: relative;
    transition: all 0.4s;
}

    .Sidebar-list-item:hover {
        background-color: #63a03f;
    }

    .Sidebar-list-item a {
        color: #fff;
        display: block;
        padding: 10px;
        text-decoration: none;
    }

.Sidebar-icon-menu {
    font-size: 1em;
    padding: 0 0.5em;
    position: absolute;
    right: 0;
    top: 1em;
    z-index: 2;
}

/*Login*/
.btn-Login {
    background: #69b543;
    color: #fff;
    margin: 0.5em;
}

.Footer-login {
    margin-top: 0.2em;
}

.Form-login {
    padding: 3em;
}

.Form-restablecer {
    padding: 0;
}

.icon-Login {
    margin: 0 0.5em;
}

.Login {
    padding-top: 10%;
}

.Login-figure {
    display: inline-block;
    margin-right: 0.3em;
}

.Login-footer {
    margin: 1em 0 1em -1em;
}

.Login-footer-branding {
    border: none;
    display: inline-block;
    height: 3.2em;
}

.Login-footer-link {
    display: inline-block;
    border: none;
    text-decoration: none;
}

.Login-nameSystem {
    color: #69b543;
    display: inline-block;
    vertical-align: bottom;
}

.Login-options {
    color: #666;
    display: block;
}

    .Login-options:hover {
        color: #69b543;
        text-decoration: none;
    }

.Login-restablecer {
    color: #69b543;
    margin: .5em 0 1em 0;
    text-align: center;
}

.Login-sendMessage {
    text-align: center;
    margin-bottom: 2em;
}

.tleft {
    text-align: left !important;
}

/*Footer*/
.Footer {
    background: #fff;
    padding: 1em 0;
}

.Footer-description {
    color: #5d5d5d;
    margin: 0;
    padding-top: 0.5em;
}

.Footer-login {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.Footer-logoicbf {
    height: 2.25em;
    width: 1.8em;
}

.Footer-part1 {
    border-bottom: 2px solid #69b543;
}

.Footer-slogan {
    font-size: 1.3em;
}

.Footer-template {
    bottom: 0;
    padding: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 20;
}

.header-fijo {
    position: fixed;
    top: auto;
    height: auto;
    width: 100%;
    z-index: 100;
    background-color: white;
}

@media screen and (max-width: 768px) {
    #Page-title {
        display: block;
        text-align: center;
        font-size: 1.5em;
    }

    .branding {
        text-align: center;
        margin-bottom: 1em;
    }

    .breadcrumb {
        display: none;
    }

    .buttons {
        padding-top: 0;
    }

    .displayn {
        display: none;
    }

    .Header-image {
        height: 4em;
    }

    .Header-title {
        margin: 0;
        font-size: 1em;
    }

    .Footer-slogan {
        margin: 0;
    }

    .Footer-description {
        font-size: 0.9em;
        text-align: center;
    }

    .Login-figure {
        display: block;
        text-align: center;
    }

    .Login-footer {
        text-align: center;
        margin-top: 0;
    }

    .Login-image {
        height: 5.6em;
    }

    .Login-nameSystem {
        display: block;
        text-align: center;
    }

    .Login-sendMessage {
        margin-bottom: .2em;
    }

    .tcenter {
        text-align: center !important;
    }
}


@media screen and (min-width: 992px) {
    .btn-Login {
        margin-right: 3em;
    }

    .Form-inputLogin {
        width: 50%;
    }

    .Header-options a span {
        display: block;
    }
}



.info-prevencion-entidad {
    margin-left: .9em;
}


.modal.modal-wide .modal-dialog {
    width: 90%;
}

.btn-consultar-entidadcontratista {
    margin: .5em;
    background: #69b543;
    color: white;
    padding: .5em .8em;
}

    .btn-consultar-entidadcontratista:hover, .btn-consultar-entidadcontratista:active, .btn-consultar-entidadcontratista:focus {
        background: #69b543;
        color: white;
    }

.consulta-entidadcontratista {
    height: 300px;
    overflow-y: scroll;
}

.expandirUlUsuarioGrupos {
    overflow-y: auto;
    height: 150px;    
}

.contraerUlUsuarioGrupos {
    overflow-y: auto;
    height: 0px;    
}
