﻿/* gallery */
.image-list-small {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-align: center;
    max-width: 1170px;
    padding: 0;
}

.image-list-small li {
    display: inline-block;
    width: 181px;
    margin: 0 12px 30px;
}

/* Photo */
.image-list-small li > a {
    display: block;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 137px;
    margin: 0;
    padding: 0;
    border: 4px solid #ffffff;
    outline: 1px solid #d0d0d0;
    box-shadow: 0 2px 1px #DDD;
}

.image-list-small .details {
    margin-top: 13px;
}

/* Title */
.image-list-small .details h3 {
    display: block;
    font-size: 12px;
    margin: 0 0 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image-list-small .details h3 a {
    color: #303030;
    text-decoration: none;
}

.image-list-small .details .image-author {
    display: block;
    color: #717171;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
}

.select2-container {
    width: 100% !important;
}

.sidebar-menu > li.header {
    color: #00c0ef;
}

#chart-container {
    max-width: 650px;
    margin: 35px auto;
}
/* Apex Charts Styles */
.chart-container > .toolbar {
    margin-left: 45px;
}

.chart-container > .toolbar > button {
    background: #fff;
    color: #222;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #ddd;
    border-radius: 2px;
    padding: 4px 17px;
}

.chart-container > .toolbar > button.active {
    color: #fff;
    background: #008FFB;
    border: 1px solid blue;
    border-bottom: 2px solid blue;
}

.chart-container > .toolbar > button:focus{
    outline: 0;
}

.skin-black .sidebar-menu > li.header {
    color: #00c0ef;
}

.modal-xl {
    width:1220px;
}

.edit-tabs {
    background-color: #f39c12 !important;
}
.edit-tabs > .nav-tabs > li.active {
    border-top-color: #f39c12;
}
.edit-tabs > .nav-tabs > li.header {
    color:#fff;
}

.edit-tabs > .nav-tabs > li > a {
    color: #fff;    
}

.edit-tabs > .nav-tabs > li > a:hover {
    color: #444;
}

.container-associater-icons {
    height:22px;    
}
.container-associater-icons > a {
    float: right;
    margin-right: 7px;
    margin-top: 7px;
}

.last-col {
    min-width:45px;
}

/* loader */
#loader-wrapper {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.box-header-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.box-header-secondary {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;    
}

.box-tools > .btn-box-tool {
    color: #fff;
}

.box-associate-data {
    padding: 10px 0 10px 0;
}

.box-associate-data > h4{
    padding: 0 10px 0 10px;
}

.box-associate-data > .table > thead {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.box-associate-data > .table > thead > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.box-header-einfo {
    color: #fff;
    background-color: #00c0ef;
    border-color: #00c0ef;
}

.edit-tabs > .tab-content {
    padding: 10px 0 10px 0;
}