/* 
    Created on : 14-jul-2016, 09:32:00
    Author     : Israel Garaballú
*/

/* GENERAL */
@import url(font-Roboto.css);
@import url(font-Identificacion.css);

html, body,
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,
.tooltip, .popover,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,.select2-container--bootstrap .select2-selection {
    font-family: 'Roboto' !important;
}
body {
    color: #616161;
}
.toggle-group .btn,
.toggle-group .btn:hover,
.badge {
    font-weight: 400;
}
label {
    margin-bottom: 0px;
    font-weight: 400;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:hover {
    border-radius: 0;
}
.btn-primary, .btn-danger, .btn-success {
    font-weight: 400;
}
.btn i {
    font-size: 14px;
}
.select2-results__option {
    margin: 0;
    min-height: 32px;
}
.display-none {
    display: none;
}
/* HEADER */
.main-header .logo {
    background-image: url('../img/identificacion_header.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
}
.sidebar-mini.sidebar-collapse .main-header .logo {
    background-image: url('../img/logo.png');
}
.main-header .logo span {
    display: none !important;
}
@media (max-width: 768px) {
    .main-header > .navbar {
        background-color: transparent;
    }
}

/* HEADER LOGIN */
.navbar-custom-menu .user-menu {
    font-weight: normal;
}
.navbar-custom-menu .user-menu span {
    display: none;
}
@media (min-width: 768px) {
    .navbar-custom-menu .user-menu span {
        display: inline;
    }
}
.navbar-custom-menu .user-menu a {
    padding: 0;
    display: inline;
    margin-left: 15px;
}
.navbar-custom-menu .user-menu a:hover,
.navbar-custom-menu .user-menu a:focus {
    background: transparent;
    color: #FFFFFF;
}

/* CONTENT LIST TABLES */
body.list table {
    border: 0;
}
body.list .table-responsive {
    overflow-x: unset;
    overflow-y: visible;
}
body.list table thead th,
body.list table thead th a,
body.list table thead th span,
body.list table thead th a:hover,
body.list table thead th.sorted,
body.list table thead th.sorted a,
body.list table thead th.sorted span {
    background: transparent;
}
body.list table thead th a,
body.list table thead th span,
body.list table thead th.sorted,
body.list table thead th.sorted a,
body.list table thead th.sorted i,
body.list table thead th.sorted a:hover i {
    color: #616161;
}
body.list .table thead tr th.sorted:first-child,
body.list .table thead tr th.sorted,
body.list .table thead tr th {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #CCCCCC;
    border-left: 0;
}
body.list .table tbody {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
body.list table tbody td.actions a {
    font-weight: 400;
    margin-right: 0px;
}
body.list table tbody td.actions ul.dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
}
body.list table tbody td.actions ul.dropdown-menu > li {
    margin: 10px 0;
}
body.list table tbody td.actions ul.dropdown-menu > li > a {
    margin: 0;
}
.toggle-group .toggle-on,
.toggle-group .toggle-on.btn-xs,
.toggle-group .toggle-on:hover,
.toggle-group .toggle-on:active,
.toggle-group .toggle-on:active:hover {
    background-color: #52BF90;
    border: 0;
}
.toggle.btn-success,
.toggle.btn-success:hover,
.toggle.btn-success:active,
.toggle.btn-success:focus,
.toggle.btn-success:active:hover {
    background-color: #52BF90;
}
.toggle-group .toggle-off,
.toggle-group .toggle-off.btn-xs,
.toggle-group .toggle-off:hover,
.toggle-group .toggle-off:active,
.toggle-group .toggle-off:active:hover {
    background-color: #FE5C5C;
    border: 0;
}
.toggle.btn-danger,
.toggle.btn-danger:hover,
.toggle.btn-danger:active,
.toggle.btn-danger:focus,
.toggle.btn-danger:active:hover {
    background-color: #FE5C5C;
}

/* FORMS */
form[data-view="new"] input.form-control,
form[data-view="new"] .select2 .select2-selection,
form[data-view="edit"] input.form-control,
form[data-view="edit"] .select2 .select2-selection,
form[data-view="new"] textarea.form-control,
form[data-view="edit"] textarea.form-control {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    box-shadow: none !important;
    padding: 5px 0px;
    border-radius: 0;
    color: #808080;
}
form[data-view="new"] textarea.form-control,
form[data-view="edit"] textarea.form-control {
    min-height: 100px;
}
form[data-view="new"] .select2 *,
form[data-view="edit"] .select2 * {
    box-shadow: none !important;
}
form[data-view="new"] .select2-container--bootstrap.select2-container--focus .select2-selection,
form[data-view="new"] .select2-container--bootstrap.select2-container--open .select2-selection,
form[data-view="new"] .select2-container--bootstrap .select2-dropdown,
form[data-view="edit"] .select2-container--bootstrap.select2-container--focus .select2-selection,
form[data-view="edit"] .select2-container--bootstrap.select2-container--open .select2-selection,
form[data-view="edit"] .select2-container--bootstrap .select2-dropdown {
    border-color: #444444;
}
form[data-view="new"] input[type="file"],
form[data-view="edit"] input[type="file"] {
    box-shadow: none !important;
}

/* LOGIN */
body.fosuser {
    background-color: #73B1D6;
}
body.fosuser .login {
    width: 400px;
    max-width: 100%;
    margin: 80px auto;
}
body.fosuser .login form {
    background-color: #FFFFFF;
    padding: 15px;
}
body.fosuser .login .login-logo {
    height: 100px;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    background-image: url('../img/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
}
body.fosuser .login label[for="username"],
body.fosuser .login label[for="password"],
body.fosuser .login input[type="text"],
body.fosuser .login input[type="password"] {
    width: 100%;
    float: left;
}
body.fosuser .login label[for="username"],
body.fosuser .login label[for="password"] {
    text-align: center;
}
body.fosuser .login input[type="text"],
body.fosuser .login input[type="password"] {
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-bottom: solid 1px #4d4d4d;
    border-left: 0px;
    box-shadow: none !important;
    padding: 5px 0px;
    text-align: center;
    margin-bottom: 25px;
}
body.fosuser .login .login-remember {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}
body.fosuser .login input[type="submit"] {
    background-color: #333333;
    color: #FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 70px;
    border: 0px;
    cursor: pointer;
}