body {
    background-color: "#ecf0f5";
}

.material-margins {
    margin: 16px;
}

.material-margin-top {
    margin-top: 16px;
}

.material-margin-left {
    margin-left: 16px;
}

.material-margin-right {
    margin-right: 16px;
}

.material-margin-bottom {
    margin-bottom: 16px;
}

.material-half-margin-left {
    margin-left: 8px;
}

.material-half-margin-top {
    margin-top: 8px;
}

.material-half-margin-bottom {
    margin-bottom: 8px;
}

.float-right {
    float: right;
}

.clearfix {
    float: none;
    clear: both;
}

.medium-margin-top {
    margin-top: 25px;
}

.bold {
    font-weight: bold;
}

.inherit-color {
    color: inherit !important;
}

#country-flag {
    margin-top: -7px;
    margin-left: 2px;
}

.container:first-child > div:first-child {
    margin-top: 0px;
}

.content-header {
    font-size:15px;
}

.user-panel>.image>img {
    width: 99%;
}

.img-circle {
    border-radius: 46%;
}

.login-box, .register-box {
    margin: 14% auto;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.login-logo {
    margin-bottom: 0px;
}

.login-logo img.logo{
    width: 80%;
}

.login-box-body hr {
    margin-top: 0px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    height: 85px;
    width: 78px;
    margin-top: 6px;
}

.skin-black .main-header li.user-header {
    background-color: #222d32;
}

.user-panel {
    margin-left: 10px;
    margin-top: 8px;
}

.sidebar-collapse .logo img {
    display: none;
}

.sidebar-collapse .image img {
    margin-left: -9px;
}

.sidebar-menu .treeview-menu>li>a {
    padding: 10px 5px 10px 15px;
}

.sidebar-menu li>a>.fa-angle-left, .sidebar-menu li>a>.pull-right-container>.fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.pretty i {
    margin-right: 5px;
}

.kv-avatar .krajee-default.file-preview-frame,.kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.kv-avatar .file-input {
    display: inline-block;
    max-width: 220px;
}

.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}

.user-avatar {
    max-width: 125px;
    max-height: 125px
}

.btn-primary:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #ffb2b8; 
    border-color: transparent;
}

.btn-primary:active:focus {
    color: #ffffff;
    background-color: #ffb2b8; 
    border-color: transparent;
}

.btn-primary:hover {
    background-color: #ffb2b8 !important;
    border-color: transparent;
}

.btn-primary {
    background-color: #ff99a0;
    border-color: transparent;
}

.btn-save {
    background-color: #00a65a !important;
    border-color: #008d4c !important;
}

.btn-cancel {
    background-color: #CCC !important;
    border-color: #EDEDED !important;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    background: #EDEDED;
}

/* Service status */
.closed {
    background-color:#4ba7da;
}

.open {
    background-color:#f5426c;
}

.hold {
    background-color:#e3c047;
}

.cancelled {
    background-color:#9B9B9B;
}

.contactado{
    background-color: #00a65a;
}

.pendiente{
    background-color: #f39c12;
}

.dataTable-custom td {
    vertical-align: middle !important;
    text-align: center !important;
}

#dtclients {
    width: 80px !important;
}

.candidate-foto img {
    height: 85px;
    width: 78px;
    margin-top: 6px;
}

.login-page, .register-page {
    background: url('/assets/img/login-transparencia.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pretty.primary input:checked+label i:before {
    color: #fff;
    background-color: #ff99a0 !important;
    border-color: #ff99a0;
}

.pretty.primary input:checked+label i:after {
    background-color: #ff99a0 !important;
    border-color: #ff99a0;
}

.inline-elements {
    display: inline-flex;
    align-items: center;
}

.messenger-conversations-icon {
    font-size: large !important;
}

.img-chat-panel {
    margin: 0;
    width: 39px !important;
    height: 39px !important;
}

.profile-header {
    margin-left: 16px;
}

.unseen {
    background-color: #EDEDED;
}

.messenger-users-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-conversation-link {
    margin: 0;
    padding: 15px 10px;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}

.user-conversation-link:hover {
    background-color: #EDEDED;
}

.user-list-image {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}

.messenger-users-list p {
    color: #888888;
    margin-bottom: 0px;
}

.messenger-users-list h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative;
}

.order-title {
    display: inline-flex !important;
    align-items: center;
}

.order-tag {
    margin-left: 5px;
}

.aligned-th th {
    text-align: center;
}

.small-borders-th th {
    border: 1px solid #e9ecef !important;
}

.success {
    color: #009688;
}

.big-font {
    font-size: large;
}

.tip {
    color: #f5426c;
}

.box-title {
    font-size: 14px;
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 0;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #ffb2b8 !important;
}

.alert-success {
    background-color: #D4EDDA !important;
    color: #165723 !important;
    border-color: #D4EDDA !important;
}

.alert{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.highlighted{
    color: #f5426c;
    font-weight: bold;
}
.incomes{
    color: #00a65a;
    font-weight: bold;
}
 
.finalists-services{
    background-color: #00c0ef;
}

.table-responsive.all-services {
    height: 500px;
}

.days-no-billing{
    background-color: #f5426c;
    font-weight: none !important;
    font-size: 85% !important;
    font-weight: 500 !important;
}

.days-no-os{
    background-color: #00a65a;
    font-weight: none !important;
    font-size: 85% !important;
    font-weight: 500 !important;
}

.invoiced{
    color: #f5426c;
    font-weight: none;
    font-size: 85% !important;
}

.pending-invoice{
    background-color: #f39c12;
    font-weight: none !important;
}

.requested-os{
    color: #00a65a;
    font-weight: bold;
    display: inline;
    font-size: 85% !important;
}

.icon-primary{
    color: #f5426c;
}

.icon-yellow{
    color: #f39c12;
}

.icon-aqua{
    color: #3c8dbc;
}

.green {
    color: #00a65a;
}

.blue {
    color: blue;
}

.nav-stacked .checkbox {
    margin-left: 12px;
}

.card-view-body {
    align-self: center;
    width: 100%;
    text-align: center;
}

.service-box {
    height: 100%;
}

.service-icon {
    width: 16px !important;
}

.box.box-open {
    border-top-color: #8d8c8c;
}

.box.box-closed {
    border-top-color: green;
}

.box.box-hold {
    border-top-color: #f5426c;
}

.box.box-cancelled {
  border-top-color: #f5426c;
}

.box.box-draft {
    border-top-color: #f5426c;
}

.status-open {
    background-color: #8d8c8c;
}

.status-closed {
    background-color: green;
}

.status-hold {
    background-color: #f5426c;
}

.status-cancelled {
    background-color: #f5426c;
}

.status-draft {
    background-color: #f5426c;
}

.client-logo {
    width: 40%;
    height: auto;
}

@media (min-width: 500px) {
    .client-logo {
        width: 35%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .service-box {
        height: 270px;
    }

    .client-logo {
        width: 100%;
        height: auto;
    }
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.label-successful{
    background-color: #00a65a !important;
}

.menu-separator{
    margin-top: 10px;
    margin-bottom: 10px
}