@font-face {
    font-family: 'Uni Neue Light';
    src:    url('../fonts/unineue-light.otf');
}
@font-face {
    font-family: 'Uni Neue Regular';
    src:    url('../fonts/unineue-regular.otf');
}
@font-face {
    font-family: 'Uni Neue Bold';
    src:    url('../fonts/unineue-bold.otf');
}
@font-face {
    font-family: 'Material Design Icons';
    src:    url('../fonts/materialdesignicons-webfont.ttf');
}
body, html {
    padding: 0;
    margin: 0;
    font-family: 'Uni Neue Regular';
}
/*TELA INICIAL DE LOGIN*/
.square-logo {
    background-color: rgba(26, 85, 121, 1);
    width: 100%;
    height: 100vh;
    text-align: center;
}
.square-logo img {
    width: 80%;
    vertical-align: middle;
    margin-top: 45vh;
}
.square-login {
    width: 100%;
    text-align: center;
}
.login-footer {
    position: absolute;
    bottom: 2px;
    left:0px;
    width: 100%;
}
.login-footer p {
    color: rgba(26, 85, 121, 1);
    text-align: center;
    font-size: 12px;
}
.login-system {
    width: 100%;
    /*border: 1px solid #000;*/
    margin-top: 25vh;
}
.login-system > h1, .login-system > h2, .login-system > h3, .login-system > h4, .login-system > h5, .login-system > h6 {
    padding-bottom: 50px;
    color: rgba(26, 85, 121, 1);
}
/*INPUT TYPE XS MD XG*/
.ipt {
    border: none;
    border-bottom: 1px solid #80A9BD;
    background: transparent;
    outline:  none;
	color: rgba(26, 85, 121, 1);
	border-radius: 0;
    box-shadow: none;
    margin-bottom: 5px;
    z-index: 989;
}
.ipt::placeholder {
    color: rgba(26, 85, 121, 1) !important;
    font-family: 'Uni Neue Light';
}
.ipt:disabled {
    color:#ccc;
    border-bottom: 1px solid #ccc;
}
.ipt-xs {
    width: 150px;
}
.ipt-md {
    width: 300px;
}
.ipt-xg {
    width: 400px;
}
.btn-filter-input{
    cursor: pointer;
    z-index: 999;
    right: 5px !important;
}
.btn-filter-input i {
    background-color: #fff;
}
.slt select {
    width: 300px;
    border-bottom: 1px solid #80A9BD !important;
    font-size: 14px;
    box-shadow: none;
    overflow: hidden;
    -webkit-appearance: none;
}
.slt span {
    position: relative;
    color: rgba(0, 84, 121, 1);
    top: 5px;
    right: 5px;
    font-size: 24px;
}
.slt option {
    font-family: 'Uni Neue regular' !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}
select,
input[type="text"], 
input[type="password"],
input[type="search"],
input[type="datetime"] {
    border: none;
    border-bottom: 1px solid #80A9BD;
    background: transparent;
    outline:  none;
    height: 36px;
	color: rgba(26, 85, 121, 1);
	border-radius: 0;
    box-shadow: none;
    margin-bottom: 5px;
    z-index: 989;
}
select::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="datetime"]::placeholder {
    color: rgba(26, 85, 121, 1) !important;
    font-family: 'Uni Neue Light';
}
select:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="datetime"]:disabled {
    color:#ccc;
    border-bottom: 1px solid #ccc;
}
/*BUTTONS*/
.btn-login {
    background-color: rgba(26, 85, 121, 1);
    color: #fff;
    width: 300px;
    border: 0px;
    height: 36px;
    border-radius: 8px;    
}
.btn-login:hover, .btn-login:active, .btn-login:focus {
    background-color: #196386;
    transition: all 0.2s ease-in-out;
    box-shadow: 1px 1px 5px rgba(0, 84, 121, 0.5);
}
.btn-search {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0 transparent;
    background-color: transparent;
}
.form-group {
    margin-bottom: 2px;
}
.form-group > span {
    position: relative;
    color: rgba(0, 84, 121, 1);
    top: 5px;
    right: 25px;
    font-size: 24px;
}
.form-group > #datAtendeICalendar {
    position: relative;
    color: rgba(0, 84, 121, 0.8);
    top: 5px;
    right: 5px;
    font-size: 24px;
    z-index: 1000;
}
.spin {
    position: relative;
    color: rgba(0, 84, 121, 0.5);
    top: 0px;
    right: 5px;
    font-size: 24px;
    z-index: 1000;
    float: right;
}
.form-label {
    position: absolute;
    color: rgba(26, 85, 121, 1);
    background-color: #fff;
    margin-top: 15px;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.focused .form-label {
    transform: translateY(-80%);
    font-size: .75em;
    color: #80A9BD;
}
.form-input {
    position: relative;
    padding: 10px 0px 0px 0;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}
.form-input.filled {
    box-shadow: 0 2px 0 0 rgba(2, 202, 180, 1.0);
}
.form-input.filled:disabled {
    box-shadow: 0 2px 0 0 #f5f5f5;
}
/*HEADER*/
header {
    position: absolute;
    left: 0;
    right: 0;
    height: 55px;
    border-bottom: 1px solid rgba(0,0,0,.0625);
    z-index: 998;
    background-color: #fff;
}
.menu-hb {
    position: absolute;
    left: 60px;
    color: rgba(26, 85, 121, 1);
    cursor: pointer;
    padding: 10px;
    font-size: 24px;
}
.search {
    float: right;
    height: 55px;
}
.search i {
    color: rgba(26, 85, 121, 1);
    font-size: 24px;
}
.settings {
    float: left;
    height: 48px;
    border-left: 1px solid rgba(0,0,0,.0625);
    margin-top: 3px;
    padding: 7px 10px 7px 10px;
}
.settings i {
    color: rgba(26, 85, 121, 1);
    font-size: 24px;
    text-align: center;
    padding: 10px;
}
.profile {
    float: right;
    height: 55px;
}
.profile img {
    width: 36px;
    position: absolute;
    bottom: 10px;
    right: 100px;
}
.profile a {
    position: absolute;
    bottom: 10px;
    right: 50px;
    text-decoration: none;
    color: rgba(26, 85, 121, 1);
}
.profile i {
    position: absolute;
    bottom: 5px;
    right: 20px;
    color: rgba(26, 85, 121, 1);
}

/*SIDEBAR*/
.sidebar-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background-color: rgba(26, 85, 121, 1);
    overflow: hidden;
    transition: 0.5s;
    display: block;
    text-overflow: ellipsis;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.3);
}
.sidebar-left img {
    height: 50px;
}
.sidebar-button {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(26, 85, 121, 1);
    transition: 0.5s;
    cursor: pointer;
    padding: 10px;
    font-size: 24px;
}
.sidebar-left a {
    display: block;
    margin: 10px 10px 36px 0px;
    padding-left: 8px;
    color: #f1f1f1;
    text-decoration: none;
    white-space: nowrap;
    border-left: 5px solid transparent;
}
.sidebar-left i {
    font-size: 24px;
}
.sidebar-left a:hover, .sidebar-left a:active, .sidebar-left a:focus {
    border-left: 5px solid rgba(2, 202, 180, 1.0);
    transition: all 0.5s;
}
.sidebar-left a > span {
    margin-left: 15px;
    font-family: Uni Neue Light;
    font-size: 16px;
}
.sidebar-left hr {
    border-color: rgba(2, 202, 180, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}
.no-hover {
    padding-left: 0 !important;
}
.no-hover a:hover, .no-hover a:active, .no-hover a:focus {
    border-left: 0 !important;
}
.sidebar-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 996;
    background-color:rgba(127, 229, 218, 1.0);
    overflow: hidden;
    transition: 0.5s;
    display: block;
    text-overflow: ellipsis;
}
/*DASHBOARD INFORMATION*/
.main {
    position: absolute;
    top: 0;
    left: 55px;
    padding: 55px 30px 30px 30px;
    height: 100vh;
}
.main-dashboard {
    right: 25%;
}
.main-view {
    right: 0%;
    background-color: #f1f1f1;
}
.dashboard {
    position: absolute;
    top: 70px;
    left: 30px;
    color: rgba(26, 85, 121, 1);
    font-size: 20px;
}
.frame {
    position: relative;
    top: 50px;
    left: 0;
    padding: 30px;
}
.frame .row {
    margin-left: auto;
    margin-right: auto;
}
.balloon{
    margin: 0 0 30px 0;
    width: 380px;
    height: 200px;
    border: 1px solid rgba(0,0,0,.0625);
    border-radius: 10px;
    background: -moz-linear-gradient(left, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);

}
/*LISTA ATENDIMENTO*/
.panel-view {
    position: absolute;
    top: 70px;
    right: 30px;
    color: rgba(26, 85, 121, 1);
    font-size: 20px;
}
.panel-number {
    font-size: 24px;
    font-family: 'Uni Neue Bold';
    text-align: right;
}
.bar-button {
    position: absolute;
    top: 140px;
    left: 30px;
    right: 30px;
    height: 60px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
    z-index: 991;
}
.btn-bar-button {
    width: 120px;
    border: 2px solid rgba(26, 85, 121, 1);
    padding: 2px;
    border-radius: 8px;
    color: rgba(26, 85, 121, 1);
    text-align: center;
    font-size: 14px;
    font-family: 'Uni Neue Light';
    background-color: #fff;
}
.btn-bar-button i {
    align-self: center;
    font-size: 24px;
}
.btn-bar-button .mdi::before {
    display: block;
}
.list-grid {
    position: absolute;
    top: 220px;
    /*bottom: 30px;*/
    left: 30px;
    right: 30px;
    height: 62vh;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    line-height: 19px;
    z-index: 990;
}
.bar-checkbox {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 30px;
    float: left;
    z-index: 995;
}
.bar-filter {
    position: absolute;
    top: 8px;
    right: 20px;
    float: right;
    z-index: 995;
}
.bar-filter button {
    background-color: transparent;
    width: 36px;
    height: 32px;
    border: 2px solid rgba(26, 85, 121, 1);
    border-radius: 5px;
    color: rgba(26, 85, 121, 1);
}
.filter-group-header {
    color: rgba(26, 85, 121, 1);
    font-size: 14px;
}
.filter-group {
    border: 1px solid rgba(26, 85, 121, 0.1);
    width: 95%;
    height: auto;
    padding: 5px 15px;
    border-radius: 3px;
}
.label-checkbox {
    display: inline;
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(26, 85, 121, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label-checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid rgba(26, 85, 121, 1);
    border-radius: 3px;
  }
.label-checkbox:hover input ~ .checkmark {
    background-color: #f1f1f1;
}
.label-checkbox input:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.label-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
.label-checkbox .checkmark:after {
    left: 1px;
    top: 1px;
    width: 12px;
    height: 12px;
    border: solid #6698af;
    border-width: 6px;
    border-radius: 1px;
}
.label-radiobutton {
    display: inline;
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(26, 85, 121, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label-radiobutton input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid rgba(26, 85, 121, 1);
    border-radius: 10px;
  }
.label-radiobutton:hover input ~ .radiomark {
    background-color: #f1f1f1;
}
.label-radiobutton input:checked ~ .radiomark {
    background-color: #fff;
}
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}
.label-radiobutton input:checked ~ .radiomark:after {
    display: block;
  }
.label-radiobutton .radiomark:after {
    left: 1px;
    top: 1px;
    width: 12px;
    height: 12px;
    border: solid #6698af;
    border-width: 6px;
    border-radius: 10px;
}
.date-filter {
    position: relative;
    top: 35px;
    left: 10px;
    font-size: 14px;
    color: rgba(26, 85, 121, 1);
    z-index: 996;
}
.list-table {
    position: absolute;
    top: 40px;
    left: 15px;
    right: 15px;
    width: auto;
    font-size: 12px;
    color: rgba(26, 85, 121, 1);
    min-height: 54vh;
    max-height: 64vh;
    margin-top: 5px;
}
.thead-list thead tr th {
    background-color: rgba(26, 85, 121, 1);
    color: #fff;
    height: 25px;
}
.thead-list {
    width: 100%;
}
.thead-list th, .thead-list td {
    border: none;
    padding: 0px 0px 5px 5px;
}
.thead-list thead th, .thead-list thead th {
    border: none;
}
.dataTables_scrollBody {
    max-height: 42vh !important;
}
@media (min-width: 1600px) and (max-width: 1920px) {
    .list-grid {
        height: 74vh;
    }
    .dataTables_scrollBody {
        max-height: 60vh !important;
    }
}
.dataTables_filter {
    margin-top: -40px;
    margin-right: 55px;
    z-index: 994;
}
.dataTables_filter label {
    right:0;
    font-size: 16px;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.dataTables_filter input[type="search"] {
    border: none;
    border-bottom: 1px solid #80A9BD;
    background: transparent;
    outline:  none;
    width: 200px;
	color: rgba(26, 85, 121, 1);
	border-radius: 0;
    box-shadow: none;
    margin-bottom: 5px;
}
.dataTables_filter input[type="search"]::placeholder {
    color: rgba(26, 85, 121, 1) !important;
    font-family: 'Uni Neue Light';
}
.dataTables_filter .focused label input {
    transform: translateY(-80%);
    font-size: .75em;
    color: #80A9BD;
}
.dataTables_filter input {
    position: relative;
    padding: 10px 0px 0px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}

.dataTables_filter input .filled {
    box-shadow: 0 2px 0 0 rgba(2, 202, 180, 1.0);
}
.dt-center{
    text-align: center;
}
.btn-group button {
    border: none;
    background-color: transparent;
    font-size: 18px;
}
.btn-group .dt-edit {
    color: #0069D9;
}
.btn-group .dt-reopen {
    color: #218800;
}
.btn-group .dt-delete {
    color: #FF0000;
}
div.dataTables_processing {
    position:absolute;
    top:50% !important;
    left:50%;
    width:auto !important;
    font-family: 'Uni Neue Bold';
    font-size: 24px;
    color: #00CBB5;
    margin-left:-120px !important;
    margin-top:-30px !important;
    text-align:center;
    padding: 1em !important;
    background-color: #fff;
    z-index: 999;
    border: none;
    text-align: center;
    word-wrap: break-word;
    line-height: 30px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.5);
    border-radius: 10px;
}
div.dataTables_processing span {
    font-size: 28px;
}
.easy-autocomplete {
    width: auto !important;
}
.easy-autocomplete-container {
    top: 50px;
    z-index: 999;
}
.easy-autocomplete input {
    padding: 10px 0px 0px 0 !important;
}
.easy-autocomplete-container ul li {
    font-size: 12px !important;
    padding: 0px 0px !important;
}
.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
    max-height: 120px !important; /* Set your expected height */
    overflow-y: hidden; /* Enable vertical scrollbar */
    transition: all 5s ease-in-out;
}
.easy-autocomplete-container ul:hover {
    overflow-y: scroll;
    transition: all 5s ease-in-out;
}
.ui-autocomplete {
    position: relative;
    width: 380px !important;
    color: rgba(26, 85, 121, 1);
    font-size: 12px;
    font-family: 'Uni Neue Regular';
    max-height: 120px !important; /* Set your expected height */
    overflow-y: hidden;
    z-index: 1050 !important; 
}
.ui-autocomplete:hover {
    overflow-y: scroll;
}
.ui-autocomplete-input {
    border: none; 
    font-size: 14px;
    width: 300px;
    height: 24px;
    z-index: 1511;
    position: relative;
}
.ui-menu .ui-menu-item a {
    font-size: 12px;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: rgba(26, 85, 121, 1) !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border: none !important;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #f1f1f1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-front { z-index: 9999; }
/*.element-input {
    
}*/
.combo-name {
    color: rgba(26, 85, 121, 1);
    background-color: #00CBB5;
    float: left;
}
.combo-document {
    position: absolute;
    right:1;
    top:0;
    color: #555;
    margin-right: 10px;
    background-color: #00CBB5;
    float: right;
}
.combo-phone {
    color: #ccc;
    padding-left: 20px;
    border: 1px solid rgba(26, 85, 121, 1);
}

/*SPIN*/
@keyframes lds-ellipsis3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        left: 100px;
    }
    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    }
@-webkit-keyframes lds-ellipsis3 {
    0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        left: 100px;
    }
    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    }
    @-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes lds-ellipsis {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        left: 100px;
    }
    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes lds-ellipsis {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        left: 100px;
    }
    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
.lds-ellipsis {
    position: relative;
}
.lds-ellipsis > div {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}
.lds-ellipsis div > div {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f00;
    position: absolute;
    top: 100px;
    left: 32px;
    -webkit-animation: lds-ellipsis 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: lds-ellipsis 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}
.lds-ellipsis div:nth-child(1) div {
    -webkit-animation: lds-ellipsis2 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: lds-ellipsis2 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    background: #03cbb5;
}
.lds-ellipsis div:nth-child(2) div {
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
    background: #015479;
}
.lds-ellipsis div:nth-child(3) div {
    -webkit-animation-delay: -0.375s;
    animation-delay: -0.375s;
    background: #03cbb5;
}
.lds-ellipsis div:nth-child(4) div {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: #015479;
}
.lds-ellipsis div:nth-child(5) div {
    -webkit-animation: lds-ellipsis3 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    animation: lds-ellipsis3 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
    background: #03cbb5;
}
.lds-ellipsis {
    width: 48px !important;
    height: 48px !important;
    -webkit-transform: translate(-19px, -19px) scale(0.19) translate(19px, 19px);
    transform: translate(-19px, -19px) scale(0.19) translate(19px, 19px);
}
@keyframes lds-double-ring {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-double-ring {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    }
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
@keyframes lds-double-ring_reverse {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    }
    100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    }
}
@-webkit-keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.lds-double-ring {
    position: relative;
}
.lds-double-ring div {
    box-sizing: border-box;
}
.lds-double-ring > div {
    position: absolute;
    width: 184px;
    height: 184px;
    top: 8px;
    left: 8px;
    border-radius: 50%;
    border: 24px solid #000;
    border-color: #015479 transparent #015479 transparent;
    -webkit-animation: lds-double-ring 1.5s linear infinite;
    animation: lds-double-ring 1.5s linear infinite;
}
.lds-double-ring > div:nth-child(2),
.lds-double-ring > div:nth-child(4) {
    width: 132px;
    height: 132px;
    top: 34px;
    left: 34px;
    -webkit-animation: lds-double-ring_reverse 1.5s linear infinite;
    animation: lds-double-ring_reverse 1.5s linear infinite;
}
.lds-double-ring > div:nth-child(2) {
    border-color: transparent #03cbb5 transparent #03cbb5;
}
.lds-double-ring > div:nth-child(3) {
    border-color: transparent;
}
.lds-double-ring > div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lds-double-ring > div:nth-child(3) div:before,
.lds-double-ring > div:nth-child(3) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -24px;
    left: 56px;
    background: #015479;
    border-radius: 50%;
    box-shadow: 0 160px 0 0 #015479;
}
.lds-double-ring > div:nth-child(3) div:after {
    left: -24px;
    top: 56px;
    box-shadow: 160px 0 0 0 #015479;
}
.lds-double-ring > div:nth-child(4) {
    border-color: transparent;
}
.lds-double-ring > div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lds-double-ring > div:nth-child(4) div:before,
.lds-double-ring > div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -24px;
    left: 30px;
    background: #03cbb5;
    border-radius: 50%;
    box-shadow: 0 108px 0 0 #03cbb5;
}
.lds-double-ring > div:nth-child(4) div:after {
    left: -24px;
    top: 30px;
    box-shadow: 108px 0 0 0 #03cbb5;
}
.lds-double-ring {
    width: 64px !important;
    height: 64px !important;
    -webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
    transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
    }
/*END SPIN*/
/*MODAL*/
.modal-title {
    color: #fff;
}
.modal-header-primary {
    background: rgba(26, 85, 121, 1);
}
.modal-header-success {
    background: rgba(2, 202, 180, 1);
}
.modal-header .close {
    color: #fff;
}
.modal-header .close:hover {
    color: #ccc !important;
}
.modal-header > .modal-logo {
    position: absolute;
    right: 50px;
}
.modal-header .modal-logo img {
    margin-top: 2px;
}
/*BUTTONS*/
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary{
    background: rgba(26, 85, 121, 1);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: rgba(26, 85, 121, 0.8);
}
.btn-success{
    background: rgba(2, 202, 180, 1);
}
.btn-success:hover, .btn-success:active, .btn-success:focus{
    background: rgba(2, 202, 180, 0.8);
}
