.card.white-card {
    box-shadow: 0 0 15px 1px rgba(0,0,0,.1);
    border-radius: 3px;
}

.card-header {
    background: transparent;
}

.card-header > h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    padding-top: 10px;
}

.no-border {
    border: 0 !important;
}

.card-header.no-border {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.redo-icon {
    cursor: pointer;
    font-size: 15px;
    color: #a8adb7;
    padding: 5px 0;
}

.weather-state-image {
    display: flex;
    justify-content: center;
    color: #a8adb7;
    font-size: 60px;
}

.weather-general {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 110px;
}

.temp {
    color: #a8adb7;
    font-size: 40px;
}

.temp i {
    font-size: 10px;
    position: relative;
    top: -20px;
}

.weather-state {
    padding-top: 10px;
    color: #a8adb7;
    font-size: 17px;
}

.weather-state p {
    margin: 0;
}

.weather-state .city {
    color: #222;
    font-size: 15px;
}

.weather-date {
    background: #12b1ff;
    position: relative;
    right: -21px;
    color: white;
    text-align: center;
    padding: 5px 15px;
}

.weather-date span.month {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.weather-date span.day {
    font-weight: bold;
}

.weather-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.weather-details {
    border-radius: 2px;
    padding: 35px 50px;
    margin-left: -20px;
    margin-right: -20px;
    background: #ff380a;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.weather-widget .card-body {
    padding-bottom: 0 !important;
}

.humidity img {
    width: 25px;
}

.min-temp img,
.max-temp img {
    width: 25px;
}

.survey-item,
.multimedia-item,
.news-item {
    padding-bottom: 15px;
}

.survey-item:last-of-type,
.multimedia-item:last-of-type,
.news-item:last-of-type {
    padding-bottom: 0;
}

.survey-item div,
.multimedia-item div,
.news-item div {
    display: inline;
    position: relative;
}

.survey-item .survey-icon img,
.multimedia-item .multimedia-icon img,
.news-item img {
    width: 16px;
}

.survey-item .survey-name,
.multimedia-item .multimedia-name,
.news-item .news-name {
    color: #444;
    font-size: 16px;
}

span.name > a {
    color: #444;
    font-size: 16px;
    text-decoration: none;
}

.survey-item .survey-link,
.multimedia-item .multimedia-link,
.news-item .news-link {
    position: absolute;
    right: 20px;
}

.survey-item .survey-link a,
.multimedia-item .multimedia-link a,
.news-item .news-link a {
    color: #12b1ff;
}

.wrapper-white {
    background-color: white;
    width: 100%;
    padding: 30px;
    overflow: hidden;
}

.btn-transparent {
    border: 0;
    background: 0;
    box-shadow: none;
}

.btn-edit img, .btn-delete img {
    width: 15px;
}

.btn-primary-custom {
    cursor: pointer;
    padding: 12.5px 50px !important;
    text-transform: uppercase;
    border-radius: 7px;
    background-color: #12b1ff;
    border: 0;
    font-weight: 500;
    font-size: 14px;
}

.actions-wrapper {
    display: flex;
}

.dataTable {
    overflow-y: scroll;
}


.no-padding {
    padding: 0 !important;
}

.actions-wrapper button, .actions-wrapper a {
    cursor: pointer;
}

.card-body {
    overflow: hidden;
}

img.external_image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

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

.custom-iframe {
    min-height: 210px;
    height: 100%;
    width: 100%;
}

.new-dashboard .col-lg-3.col-md-6.col-12 {
    padding: 0 10px;
}

.folder-file-wrapper {
    display: flex;
}

.folder-file-wrapper .folder-file-icon img {
    width: 20px;
    cursor: pointer;
}

.folder-file-wrapper .folder-file-name {
    color: #444;
    padding-left: 10px;
    font-size: 15px;
    padding-top: 4px;
    cursor: pointer;
}

.folder-file-wrapper .folder-file-name > a {
    color: #444;
    padding-left: 10px;
    font-size: 15px;
    padding-top: 4px;
    cursor: pointer;
    text-decoration: none;
}

.folder-file-parent {
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 25px 25px;
    height: 100%;
}

.folder-file-wrapper {
    display: flex;
    flex: 1 1 150px;
}


.file-repository-widget .card-body {
    padding: 0;
}

.dragndrop {
    color: #AAA;
    background: #fff;
    border: 2px dashed #ccc;
    padding: 45px 0;
    text-align: center;
    width: 96%;
    margin: 2%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.folder-file-parent::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

/* Track */
.folder-file-parent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.folder-file-parent::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 6px;
}

/* Handle on hover */
.folder-file-parent::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.multimedia-widget .card-header {
    background: #0041c5;
    color: white;
}

.multimedia-stats {
    text-align: center;
    padding: 15px 20px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #333;
}

.multimedia-stats span {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.multimedia-items-wrapper {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.social-icons {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.social-icons a {
    padding: 0 10px;
    font-size: 14px;
    color: #888;
}

.view-all {
    padding: 20px 0;
    text-align: center;
    background: #f3f3f3;
}

.view-all a {
    color: #12b1ff;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
}

p.d-inline-block.small.text-white.text-uppercase.bold {
    letter-spacing: 1px;
}

.reservation-item {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.reservation-item .reservation-date i,
.reservation-item .time i {
    padding-right: 5px;
    color: #666;
}

.reservation-item .reservation-date,
.reservation-item .time {
    display: inline;
    padding-right: 10px;
    color: #333;
    font-size: 14px;
}

.reservation-item .time {
    padding-right: 0;
}

.reservation-item .element {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #ff380a;
}

.card-body strong {
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    align-self: center;
    position: relative;
    top: 50%;
    color: #aaa;
}

.modal-backdrop.fade {
    z-index: -1;
    opacity: 0;
}

.dataTable {
    overflow-y: scroll;
}

.dataTable thead {
    background: #63cafe;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.dataTable thead td {
    border: 0 !important;
}

.datatable-button {
    position: relative;
    top: 25px;
    left: 0;
    z-index: 11;
}

.dataTables_filter input {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 10px;
    width: 350px !important;
}

.dataTables_filter {
    position: relative;
    top: -10px;
}

.dataTables_length select {
    background: #f1f1f1;
    padding: 8px 5px;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.dataTables_length {
    position: relative;
    top: -13px;
    float: right !important;
    padding-right: 10px;
}

.dataTable {
    border-bottom: 0 !important;
}

.dataTable tbody tr td {
    padding-top: 15px !important;
}

.dataTables_info {
    padding-left: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 7px;
}

a.paginate_button.current {
    background: #12b1ff !important;
    border:0 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    border-radius: 7px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
}

/* 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: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #12b1ff;
}

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

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%;
}

a.modalButtons {
    text-decoration: none;
}

#time_picker input {
    width: 13%;
    padding-left: 0;
}

.table-form select {
    border: none;
    width: 150px;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f0ed;
    background-image: url(/img/icon/select-arrow-black.png);
    background-repeat: no-repeat;
    background-position: 85% 52%;
    outline: none;
    -webkit-box-shadow: inset 0px -11px 13px 1px #d1d1cf;
    box-shadow: inset 0px -11px 13px 1px #d1d1cf;
}

.date-time {
    display: inherit;
}

.date-time > label {
    padding-right: 13px;
    padding-left: 0px;
}

.dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 18px !important;
}