
body{
    font-family: 'Proza Libre', serif;
}

#main-container{
    min-height: 450px;
}

.padding-20 {
    padding: 20px;
}

.padding-horizontal-20 {
    padding: 0 20px;
}

.pointer{
    cursor: pointer;
}

a:hover,a:focus{
    text-decoration: none;
}

.alert.top-right{
    top: 10px;
}

.main-content{
    min-height: 400px;
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:hover{
    cursor: pointer;
}

.popover{
    outline:none;
    max-width: 500px;
}

.popover-content{
    text-align: justify;
}

.select.dropdown-menu{
    max-height: 120px;
    overflow : auto;
    width: 93%;
}

.form-group .ng-valid.ng-dirty {
    border-color: #23AE89;
}

.form-group .ng-invalid.ng-dirty {
    border-color: #E94B3B;
}

ul.dropdown-menu > li {
    cursor: pointer;
}

/*textarea.form-control.mid-description {*/
    /*height: 150px;*/
/*}*/

textarea.form-control.long-description {
    height: 340px;
}

fieldset.box-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    -moz-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.box-border {
    font-size: 1.05em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

span.char-counter {
    float: right;
    font-size: 0.8em;
    margin-top: 0.15em;
}

.cellNotEditable {
    background-color: rgba(0,0,0,0.2) !important;
}

.cellNotEditableRate {
    text-align: right;
    font-style: italic;
    font-weight: bold;
    background-color: #9e9e9e !important;
}

.cellHide {
    display: none;
}

tfoot td {
    font-weight: bold
}

td {
    white-space:nowrap !important;
}

.table-container{
    overflow: auto !important;
}

.ui-grid-row-dirty .ui-grid-cell{
    background-color: #cbfff0 !important;
    color: #333;
}

.ui-grid-cell-new{
    background-color: #cbfff0 !important;
    color: #333;
}
.grid-custom{
    height: 410px !important;
}


.display-table{
    display: table;
    table-layout: fixed;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/* checkbox as switcher */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #07bf24;
}

input:focus + .slider {
    box-shadow: 0 0 1px #07bf24;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* all modals */
.modal-dialog,
.modal-content-errors {
    height: 90%;  /* 80% of window height */
}

.modal-content-errors-validate {
    height: 100%;
    overflow: auto;
}

.modal-body {
    height: calc(100% - 120px); /* 100% = dialog height, 120px = header + footer */
}

/* errors modals */
.modal-body .errors.row {
    margin-top: 10px;
    max-height: 400px;
    overflow-y: auto;
}


th{
    text-align: center;
}

.font-bold {
    font-weight: bold;
}

.back-btn{
    float: right;
    cursor: pointer
}

.pointer{
    cursor: pointer;
}

.hidden {
    display: none;
}

.docReport>thead>tr>th {
    text-align: left !important;
}

.riskylabel {
    float: right;
    color: red;
}

.home-calls{
    position: absolute;
    top: 80%;
}