.form-control {
    color: #0d3349;
}

body, html {
    overflow-y: auto !important;
}

ul.available.connected-list {
    min-height: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, body {
    font-family: 'Source Sans Pro', sans-serif;
}

body, label, .checkbox label, .btn {
    font-weight: 400;
}

.box.box-solid.box-success > .box-header {
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box.box-solid.box-success {
    border: none;
}

input[type="search"] {
    border: 1px solid #d2d6de;
    background: #ffffff;
    min-width: 200px;
    height: 32px;
    padding: 0px 8px;
}

.dataTables_filter input[type="search"] {
    min-width: 400px;
}

table.dataTable thead .sorting {
    color: #3c8dbc;
}

.table > thead > tr > th {
    border-bottom: 0px solid #ddd;
    padding: 10px 10px;
    color: #3c8dbc;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}

table.dataTable.no-footer {
    border-bottom: 0px;
}

.table {
    width: 100% !important;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}

table.dataTable thead .sorting_asc {
    background-position: 98% center;
    color: #3c8dbc;
}

table.dataTable thead .sorting {
    background-position: 98% center;
}

#data-table_filter {
    margin-bottom: 15px;
}

.dataTables_paginate {
    border: 1px solid #ddd;
    padding-top: 0px !important;
}

table.dataTable {
    margin-bottom: 40px;
}

.dataTables_wrapper {
    margin-bottom: 35px;
}

.content-wrapper {
    min-height: calc(100vh - 101px)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #337ab7;
    background: #337ab7;
    border-color: #337ab7;
    color: #fff !important;
}

.navbar-nav > li > a {
    overflow: hidden;
}

.ui-widget-header {
    background: #3c8dbc !important;
}

.ui-multiselect input.search {
    height: 21px;
    opacity: 1;
    margin: 4px;
    width: 320px;
    color: #333;
    background: #fff !important;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 12px;
}

.ui-multiselect .ui-widget-header {
    padding: 4px 8px;
}

.ui-multiselect li {
    font-size: 12px;
}

.ui-multiselect ul.selected {
    min-height: 320px;
}

ul.available.connected-list {
    min-height: 320px;
}

.dataTables_wrapper .dataTables_processing {
    background-color: transparent;
    background: transparent;
}

.dataTables_wrapper .dataTables_processing img {
    width: 50px;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.photographer-tab .ui-widget {
    width: 100% !important;
}

.photographer-tab .selected, .photographer-tab .available {
    width: 50% !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #444;
}

.thumb {
    max-height: 80px;
    overflow: hidden;
    margin-top: 5px;
}

.header-placeholder {
    position: relative;
}

.header-logo {
    position: absolute;
    left: 50%;
    margin-left: -64px;
    width: 128px;
    top: 10px;
}

#header-banner-placeholder img {
    width: 100%;
}

.logo-placeholder-img {
    /*width: 125px;*/
}

#header-banner-placeholder {
    overflow: hidden;
    max-height: 300px;
}

.box-widget-user {
    border: 1px solid #ccc;
}

.btn-actions {
    color: #333333;
}

.btn-actions:hover, .btn-actions:focus {
    text-decoration: none;
    color: #333333;
}

.btn-actions i {
    margin-left: 5px;
}

pre {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px !important;
}

.image-holder {
    margin-top: 10px;
}

.ui-multiselect .actions {
    color: #fff !important;
}

.ui-widget-header a {
    color: #fff;
}

.ui-multiselect {
    border-color: #ccc;
}

.ui-multiselect div.available {
    border-color: #ccc;
}

.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

td.details-close {
    background: url('/img/details_close.png') no-repeat center center;
    cursor: pointer;
}

.domain-text {
    display: inline-block;
    margin-top: 5px;
}

.note {
    font-style: italic;
    font-weight: bold;
}

.select-event, .select-photo, .select-video, .select-file {
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000000;
}

#selected-events .select-event.fa-arrow-up {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    color: #FF0000;
}

#data-selected-events-table .select-event.fa-arrow-up {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    color: #FF0000;
}

#data-selected-photos-table .select-photo.fa-arrow-up {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    color: #FF0000;
}
#data-selected-video-table .select-video.fa-arrow-up {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    color: #FF0000;
}
#data-selected-file-table .select-file.fa-arrow-up {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    color: #FF0000;
}

#merge-select-options .select-event.fa-arrow-up {
    color: #008000;
}

#data-photos-table .select-photo.fa-arrow-up {
    color: #008000;
}
#data-video-table .select-video.fa-arrow-up {
    color: #008000;
}
#data-file-table .select-file.fa-arrow-up {
    color: #008000;
}

#data-events-table .select-event.fa-arrow-up {
    color: #008000;
}

.toggle-status, .toggle-used-status {
    cursor: pointer;
}

.div-disable-banner {
    margin-bottom: 5px;
}

.div-disable-banner input {
    vertical-align: middle;
    margin-top: 0px;
}

.div-disable-banner label {
    margin-bottom: 0px;
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_processing {
    position: fixed;
    top: 50%;
    left: 50%;
}

.dataTable tbody tr:nth-last-child(1) .actions .dropdown .dropdown-menu, .dataTable tbody tr:nth-last-child(2) .actions .dropdown .dropdown-menu {
    top: initial;
    bottom: 50%;
}

/*.table-responsive.box-body {
    overflow-x: visible !important;
}*/

.dropup, .dropdown {
    position: relative;
    display: inline-block;
}

/*Modal box*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('/img/pre.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

fieldset {
    padding: 0;
    margin: 0 0 20px 0;
    border: 0;
    min-width: 0;
}

.dataTables_paginate {
    margin-bottom: 30px;
}

.input-group {
    margin-bottom: 10px;
}

.hr-blue {
    border-top: 3px solid #3c8dbc;
}

.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

.dropdown-menu > li:last-child > span {
    border-bottom: 0px solid #ccc;
}

.dropdown-menu > li > span:hover {
    background: #AAA;
}

.btn-selected {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-selected-menu {
    color: #ffffff;
    background-color: #3c8dbc;
}

.table span.price {
    cursor: pointer;
}

//.download-reports {
//    max-height: 400px;
//    overflow: scroll;
//    clear: both;
//}
//
//.download-reports .table > thead > tr > th {
//    white-space: nowrap
//}
#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
.select2-search input{height:22px !important;}

body.iframed .content-wrapper {margin-left: 0; transition: none}
body.iframed .main-sidebar {width: 0; transition: none; padding-top: 0}
body.iframed .clipboard {display: none}
body.iframed .main-footer {display: none}

.table.th-black tr > th {
    color: black !important;
}

.table__monitoring td {
    padding: 0 5px !important;
}

.table__monitoring tr {
    background-color: transparent !important;
}

.table__monitoring .badge {
    width: 100%;
}

.table__monitoring--deleted {
    opacity: 0.5;
    filter: grayscale(100%);
}

.w-100 {
    width: 100% !important;
}

/* toggle switch */

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

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

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

input:checked + .slider {
    background-color: #00A65A;
}

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

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

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

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

.actions {
    min-width: 60px;
}
.table-responsive {
    min-height:500px;
}
.table-responsive tr:nth-child(1) .dropdown-menu,.table-responsive tr:nth-child(2) .dropdown-menu {
    bottom: auto !important; top: 26px !important;
}
.events-tab{margin-top:-40px;}
.events-tab input:checked + .slider{background:#3c8dbc;}
.events-tab .switch{vertical-align: top;}
.events-tab small{vertical-align: top; padding-right:15px !important; line-height:24px;padding-left: 5px;}
.events-tab .nav-tabs {margin-top:15px;}
.events-tab .nav > li > a:hover,.events-tab .nav > li > a:active,.events-tab .nav > li > a:focus{color:#fff; background:#3c8dbc;}
.events-tab .nav-tabs > li.active > a, .events-tab .nav-tabs > li.active > a:hover, .events-tab .nav-tabs > li.active > a:focus{background:#fff; color:#000;}
.remain-credits{ display: flex;justify-content: space-between;}
.tineye-progress, .lens-progress
{
    width: 80px !important;
    height: auto !important;
    display: none;
}
.show-progress, .show-lens-progress
{
    cursor: pointer !important;
}

.google_lens_monitoring_downloads td, .google_lens_monitoring_photo td {
    padding: 0 5px !important;
}

.google_lens_monitoring_downloads tr, .google_lens_monitoring_photo tr {
    background-color: transparent !important;
}

.google_lens_monitoring_downloads .badge, .google_lens_monitoring_photo .badge {
    width: 100%;
}

.google_lens_monitoring_downloads--deleted, .google_lens_monitoring_photo--deleted {
    opacity: 0.5;
    filter: grayscale(100%);
}