﻿.border-grey {
    border: 1px solid #e0d7d7;
}
.flex-1 {
    background-color: #00778e;
}
.header .page-brand {
    /*width: 200px !important;*/
    /*background-color: #00778e !important;*/
}
.header .navbar-toolbar > li > a {
    color: #ffffff !important;
}
.bg-empress {
    background-color: #00778e;
}

.text-white {
    color: #fff;
}
.link-active {
    color: #00778e !important;
}
.table-resumen {
    font-weight: 600 !important;
    background-color: #e5e5e5 !important;
    font-size: 13px !important;
    color: #000 !important;
    text-align:right!important;
}

label.col-sm-10.col-form-label {
    font-weight: 600 !important;
    background-color: #e5e5e5;
    font-size: 13px;
    color: #000;
}

.label-gray {
    font-weight: 600 !important;
    background-color: #e5e5e5;
    font-size: 13px;
    color: #000;
}

.border-textarea {
  border: 1px solid rgba(0,0,0,.15) !important;
}

.remove-border-bottom {
    border-bottom: 1px solid #fff !important;
}
.remove-border-bottom-and-top {
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
}

.td-right{
    text-align:right!important;
}

.margin-custom {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

@media screen and (max-width: 600px) {
    .to_hidde {
        display: none;
    }
}