
.box {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    margin: 0 0.75rem;
}

.box-header {
    text-align: center;
    font-size: 17px;
    display: block;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.box-body {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 80px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}

.dragover {
    border: 5px dashed blue;
}

.bt-upload-pdf {
    margin: 10px;
}

.collection {
    border: none;
}

/*
.container {
    width: 100% !important;
    max-width: none !important;
}
*/

.backgroundLogin {
    background-image: url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: white;
}

.avl-color {
    background-color: #005a99 ;
}

.avl-text-color {
    color: #005a99;
}

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #005a99;
    box-shadow: 0 1px 0 0 #005a99;
}

input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label {
    color: #005a99;
}

.btn, .btn-large {
    background-color: #005a99;
}

.btn:hover, .btn-large:hover {
    background-color: rgba(0, 90, 153, 0.81);
}

button:focus {
    background-color: #005a99;
}

.footer-space {
    margin-bottom: 7rem;
}

.mt-40 {
    margin-top: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.margin-10 {
    margin: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.headerLogoTitle {
    position: relative;
    height: 100%;
    float: left;
}

.headerLogo {
    position: relative;
    height: 100%;
    float: right;
}

.clientLogo {
    padding: 0.5rem 0;
}

.side-nav > li:last-child {
    text-align: center;
}

.dropdown-content li > a {
    color:#005a99;
}

/*.side-nav a {
    color:#005a99;
}*/

/*.side-nav-title {
    font-weight: 500;
}*/

.active-menu {
    background-color: rgba(0, 0, 0, 0.1);
}

.grid-fix-space {
    width: 100%;
    height: 100%;

}

.tabs {
    background-color: transparent;
}

.tabs .tab a {
    color: #005a99;
}

.tabs .indicator {
    background-color: #005a99;
}

.tabs .tab a:hover {
    color:#005a99;
}

.color-card-panel {
    background-color: #ECECEC;
}

.spacer-mt40 {
    margin-top: 40px;
}

.spacer-mt20 {
    margin-top:20px;
}

.bold {
    font-weight: bold;
}

.ot-padding {
    padding: 20px;
}

.ot-title {
    text-align: center;
    font-size: 17px;
}

.collapsible-body p {
    padding: 0px;
    margin:     18px;
}

.upload-pdf-data {
    font-weight: 400;
}

.btn-import-pdf {
    padding: 23px !important;
}


.row-thin {
    margin-bottom: 0px;
}


.overlay {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255,255,255,0.5);
}
.overlay-preloader{
    top: 50%;
}

.not-editable {
    padding-top: 0.8rem;
    display: inline-block;
}



/* Colors */
.error {
    color: crimson;
}

.duplicated {
    color: grey;
}
.warning {
    color: #ff6d00;
}

.inOrder {
    color: #009688;
}

.soon {
    color: #00c853;
}

.normalFontSize {
    font-size:1rem;
}

.lapsed {
    /*color: deeppink;*/
    color: #ff1744;
    font-weight: 400;
}

.fullLapsed {
    color: #ff1744;
    font-weight: 600;
}

.finished {
    color: cornflowerblue;
}

.avl-card-color {
    background-color: #ececec !important;
}

.avl-blue-text {
    color: #005a99 ;
}

.card-title {
    font-size: 20px !important;
}

.btn-add-operation {
    padding: 16px !important;
}

.btn-add-operation a{
    margin-left: 20px;
    background-color: #005a99;
    float: right;
}

.btn-add-operation a:hover {
    background-color: #005a99;
}

.angular-with-newlines {
    white-space: pre-wrap;
}

.btn-right {
    float: right !important;
}

.select-finish-ot {
    float: right !important;
}

.not-margin-left {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

#elementsTable {
    margin-top: 50px;
}

/**
 * Replacing material css to fix ui-grid filters.
 */
.ui-grid-filter-input {
    background-color: inherit !important;
    height:2rem !important;
}

.ui-grid-filter-select {
    height: 2.1rem;
    display: block;
}

/*
 * Switches color.
 */
.switch label input[type=checkbox]:checked+.lever {
    background-color: #6198C0;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #005a99;
}

input[type=checkbox].filled-in:checked + label {
    transform: none;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

input[type=text] + label:after,
input[type=email] + label:after{
    display: block;
    content: "";
    position: absolute;
    font-size: 0.7rem;
    top: 40px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
}

input[type=text] + label.active:after,
input[type=email] + label.active:after{
    font-size: 0;
}

.form-error{
    display: block;
    position: absolute;
    font-size: 0.7rem;
    top:52px;
    transition: .2s opacity ease-out, .2s color ease-out;
}


.input-field.col label.center-label {
    left:auto;
}

.textarea-email{
    height: 298px !important;
}
