@font-face {
    font-family: "roboto";
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

* {
    font-family: roboto;
}

div.dt {
    display: none;
}

table.dt {
    margin-bottom: 50px!important;
}

.dataTables_length,
.dataTables_info {
    width: 50% !important;
    float: left !important;
}

.dataTables_length select {
    margin: 0;
    padding: 0;
    height: auto;
    border: 0;
}

.dataTables_filter {
    width: 50% !important;
    float: right !important;
    text-align: right;
    margin-bottom: 30px;
}

.dataTables_paginate {
    width: 50% !important;
    float: right !important;
    text-align: right;
    margin-top: 30px;
}

.dataTables_filter label {
    text-align: right !important;
}

.dataTables_filter input {
    margin: 0;
    padding: 0;
    height: auto;
    border: 0;
    border-bottom: 1px solid #CCC;
}

.paginate_button {
    background: transparent;
    color: #21262d;
    padding: 5px;
    margin: 0 0 0 5px;
    border: 1px solid #DDD;
}

.paginate_button:hover,
.paginate_button.current {
    cursor: pointer;
    text-decoration: none;
    color: #21262d;
    background: #DDD;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.rounded-circle {
    border-radius: 50%;
}

img.photo-profile {
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    cursor: pointer;
}

img.photo-profile:hover {
    opacity: 0.65;
}

.userbox .profile-picture img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    color: transparent;
}

.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
}

.ajax_load_box p {
    padding: 20px 0;
    font-family: roboto;
    font-size: 22px;
}

.ajax_load_box_circle {
    border: 5px solid #e3e3e3;
    border-top: 5px solid #337ab7;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body .btn {
    text-shadow: none !important;
}

body .btn {
    text-shadow: none !important;
}

#sortable {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sortable li {
    margin: 0 0 10px;
    font-size: 1.4em;
    cursor: move;
    padding: 5px 10px 10px;
    background: #eae9e9 !important;
}

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

input.titulo {
    border: none;
    border-bottom: 1px solid #CCC;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
}

input.titulo:focus,
input.titulo:active {
    border: none !important;
    border-bottom: 1px solid #CCC !important;
}

h4 input.campo-titulo {
    font-size: 22px;
    font-weight: bold;
    color: #2f88cc;
}

.text-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.nav.nav-main>li {
    width: 100%;
}

.area-campo {
    background-color: #FFF;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
}

.campo-titulo {
    border: 0;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid;
}

.modal-dialog {
    z-index: 9999;
}

.display-none {
    display: none;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.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: 15px;
    width: 15px;
    left: 2px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

ul.nav-main>li.nav-active>a {
    background: #171717;
}

.text-white {
    color: #FFFFFF;
}

.bold {
    font-weight: 600;
}

.hidden{
    font-size: 0px;
    color: transparent;
}

.response-toschedule{
    height: auto;
    max-height: 300px;
    border: 1px solid #CCC;
    border-radius: 5px;
    overflow: auto;
}

.mt-5{
    margin-top: 5px
}

.mt-10{
    margin-top: 10px
}

.mt-15{
    margin-top: 15px
}

.mb-5{
    margin-bottom: 5px
}

.mb-10{
    margin-bottom: 10px
}

.mb-15{
    margin-bottom: 15px
}

.pt-5{
    padding-top: 5px
}

.pt-10{
    padding-top: 10px
}

.pt-15{
    padding-top: 15px
}

.pb-5{
    padding-bottom: 5px
}

.pb-10{
    padding-bottom: 10px
}

.pb-15{
    padding-bottom: 15px
}

.area-campo .items-fields{
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.row-options{
    width: 100%;
    position: relative;
    padding-top: 10px;
}

.input-line{
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCC 
}

.remove-options{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top:6px;
}

.label-items-checkbox,
.label-items-radio{
    position: relative!important;
    margin: 0!important;
    color: #585555;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

.tooltipcss {
    cursor: pointer;
    position: relative;
    width: 100px;
}
span.tooltipcss span {
    position: absolute;
    text-align: center;
    visibility: hidden;
    background-color: #000;
    color: #FFF;
    padding: 5px 10px;
    width: 200px;
}
span.tooltipcss span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 8px;
    margin-left:0;
    width: 0; height: 0;
    border-bottom: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
span:hover.tooltipcss span {
    visibility: visible;
    opacity: 0.9;
    top: 30px;
    left: 0;
    z-index: 999;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 85px!important;
    background: transparent;
    height: auto;
    padding: 0;
}

.flatpickr, .flatpickrtime  {
    background: #FFF!important;
}

.table-head-sticky { 
    overflow: auto; 
    max-height: 400px;
}

.table-head-sticky thead th { 
    position: sticky; 
    top: 0; 
    z-index: 1; 
    border-bottom: 2px solid #CCC;
}

.table-head-sticky tbody{
    max-height:400px;
    overflow-y:auto;
}
.table-head-sticky tbody td, .table-head-sticky tbody tr{
    height:20px;
}

.h-500{
    height: 500px;
}
.h-400{
    height: 400px;
}
.h-300{
    height: 300px;
}

.bg-white{
    background: #FFF;
    border-bottom: 2px solid #CCC;
}


svg{
    max-width: 100%;
}

.ttip {
    width: 300px;
    border-radius: 5px;
    background: #FFF;
    opacity: 1;
    z-index: 9999;
    display: none;
}

.ttip .title {
    background-color: #1a4756;
    color: #e3e8ec;
    text-transform: uppercase;
}

.ttip .content {
    background-color: #FFF;
    color: #000;
}

.svgContainer{
    cursor: grab;
}