html {
    height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-image: radial-gradient(circle,#00427f,#001d3c);
}

.selector-for-some-widget {
  box-sizing: content-box;
}

.bg-color {
    background-color: #00427f !important;
}

.nav-color {
    background-color: #001d3c;
}

.bg-change {
    background-color: #fafeff !important;
}

.column{
    height: 40px;
}

#myTab>li>a:hover {
    background-color: #fafeff !important;
    color: #001d3c !important;
}

#myTab>li>a{
    height: 34px !important;
    font-size: 14px;
}

#mysecTab>li>a:hover {
    background-color: #fafeff !important;
    color: #001d3c !important;
}

#mysecTab>li>a{
    height: 34px !important;
    font-size: 14px;
}

.active{
    color: #001d3c !important;
}
.center-div
{
     margin: 0 auto;
     max-width: 975px;
}

header ul li a, form {
    opacity: 0.95;
}
header ul li a:hover
{
    font-size: 16.05px;
    transition: 0.2s !important;
}

#bolge {
    width: 20vh;
}
/*
#brand {
    text-indent:-9999px;
    padding: 0 0;
    width: 314px;
    height: 113px;
}
*/

.brand-bg {
    background-image: url("https://www.efesliyiz.biz/images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    display: block;
    width: 136px;
    height: 70px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.brand-bg-sm {
    background-image: url("https://www.efesliyiz.biz/images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 136px !important;
    height: 70px !important;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: none !important;
}

/*nav img {
    height: auto;
    width: auto;
}*/

.bg-analytics{
    background-image: url(analytics.png), url(analytics2.png);
    height: 650px;
    width: auto;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    display: block;
    opacity: 0.5 !important;
}

.divasborder{
    height: 75px;
    background-image: url(analytics.png), url(logo.png);
    background-position: center left;
    background-repeat: repeat;
    opacity: 0.01;
}

.cleandiv{
    background-color: #cccccc;
    opacity: 0.1;
}

#footer .col{
    background-color:#001d3c;
    opacity: 1;
}

#ccdata_filter > label > input[type=search] {
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

#ccdata_paginate > span > .paginate_button {
    color:#fff !important;
}

#ccdata_paginate > span > .paginate_button.current {
    color:#001d3c !important;
}

#ccdata_paginate > span > .paginate_button:hover {
    background-color:#001d3c !important;
    color:#fff !important;
}

#ccdata_length > label > select {
    background-color:#fff !important;
    color:#001d3c !important;
}

#ccdata_length > label > select > option {
    color:#001d3c !important;
}

.divasborder2{
    height: 50px;
    background-color:#ffc107;
    background-image: url(analytics.png);
    background-position: center center;
    opacity: 0.1;
    margin-top: 20px;
    margin-bottom: 30px;
}

.login .container{
    display: block;
    border: none;
    width: 65%;
    padding: 10px;
    margin: 100px auto;
    height: 90%;
}

.login img{
    width: 100%;
}

#content{
    flex: 1;
    margin-top: 100px;
}

/*#footer{
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
}*/

#ccWeb{
    max-width: 500px !important;
}


p {
    text-align: left;
}

.highcharts-title {
    font-size: 18px !important;
}

.highcharts-label {
    font-size: 18px !important;
}

#ccdata_info{
    color: #eee !important;

}

#ccdata_filter{
    color: #eee !important;
}
    
#ccdata_length{
    color: #eee !important;
}
    
#ccdata_previous{
    color: #eee !important;
}
    
#ccdata_next{
    color: #eee !important;
}
    
.paginate_button{
    color: #eee !important;
}

@media screen and (max-width: 1494px) and (min-width:1200px){
    h5 {
        font-size: 15px;
    }
    h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 991px) {
    ul li {
        margin-top: 2px !important;
    }

    .nav-change {
        background-color: #001d3c;
    }
}


@media screen and (max-height: 900px){
    
    .bg-analytics {
        height: 65%;
        background-position: center;
    }
    
    #content{
        margin-bottom: 30px;
    }

    /*#footer {
        height: 100px;
        padding-top: 0px !important;
        padding-bottom: 5px !important;
    }*/

    /*.divasborder{
        height: 75%;
    }*/
}

@media screen and (max-height: 712px){
    
    .bg-analytics {
        background-position: center;
        margin-top: 6px;
    }
    
    #content{
        margin-bottom: 30px !important;
        padding-bottom: 0px !important;
    }

    #footer {
        height: 80px;
        padding-bottom: 5px !important;
    }
}

@media screen and (max-height: 712px){
    
    .bg-analytics {
        background-position: center;
        margin-top: 6px;
    }
    
    #content{
        margin-bottom: 40px !important;
    }
    
    /*#footer {
        height: 80px;
    }*/
}

@media screen and (max-height: 644px){
    

    .login .container{
        display: block;
        border: none;
        width: 65%;
        padding: 5px;
        margin: 2% auto;
    }
    
    .login p{
        margin-top: 10px !important;
    }

}

/*@media screen and (max-height: 530px){
    
    .bg-analytics {
        height: 55%;
        background-position: center top;
    }
    
    #content{
        margin-bottom: 20px !important;
    }
    
    #footer {
        height: 75px;
    }
}*/

@media screen and (max-height: 480px){
    .login .container{
        margin: 0 auto;
    }
    .login p{
        margin-top: 5px !important;
    }
}

/*@media screen and (max-height: 466px){
    
    .bg-analytics {
        height: 50%;
    }
    
    #content{
        margin-bottom: 20px !important;
    }
    
    #footer {
        height: 70px;
    }
}

@media screen and (max-height: 419px){
    
    .bg-analytics {
        height: 45%;
        background-position: right left;
    }
    
    #content{
        margin-bottom: 15px !important;
    }
    
    #footer {
        height: 70px;
    }
}

@media screen and (max-height: 419px){


    
    .bg-analytics {
        height: 40%;
    }
    
    #content{
        margin-bottom: 5px !important;
    }
    
    #footer {
        height: 70px;
    }
}*/

@media screen and (max-width: 360px) and (max-height: 640px){
    .login .container{
        height: 50px !important;
    }
    
    header li{
        margin-top: 2px;
    }
    
    .bg-analytics{
        height: 60%;
        background-position: center;
    }
    
    #content > div > div, #content > div > div > div.center-div.table-responsive.container{
        padding: 0 0;
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 320px) and (max-height: 568px){
    .login .container{ 
        height: 250px !important;
    }
    
    header li{
        margin-top: 2px;
    }
    
    .bg-analytics{
        height: 50% !important;
    }
    
    #content > div > div, #content > div > div > div.center-div.table-responsive.container{
        padding: 0 0;
        margin-top: 25px !important;
    }
}

@media screen and (max-width: 411px) and (max-height: 731px){
    .login .container{ 
        height: 250px !important;
    }

    header li{
        margin-top: 2px;
    }
    
    /*.divasborder{
        height: 75px !important;
    }*/
    
    #content > div > div, #content > div > div > div.center-div.table-responsive.container{
        padding: 0 0;
    }
}

@media screen and (max-width: 375px) and (max-height: 667px){
    .login .container{
        height: 350px;
    }
    
    #content > div > div, #content > div > div > div.center-div.table-responsive.container{
        padding: 0 0;
        margin-top: 10px !important;
    }
    
    /*.divasborder{
        height: 70px !important;
    }*/
}

@media screen and (max-width: 375px) and (max-height: 812px){
    .login .container{
        height: 350px;
    }
    
    #content > div > div, #content > div > div > div.center-div.table-responsive.container{
        padding: 0 0;
        margin-top: 15px !important;
    }
    
    /*.divasborder{
        height: 70px !important;
    }*/
}

@media screen and (max-width: 411px) and (max-height: 823px){
    .login .container{
        margin:150px auto !important;
    }
    
    header li{
        margin-top: 2px;
    }
    
    #content{
        margin-top: 140px !important;
    }

    #content > div > div, #content > div > div > div.center-div.table-responsive.container{
        padding: 0 0;
    }
}

@media screen and (max-width: 414px) and (max-height: 736px){
    .login .container{
        margin:150px auto !important;
    }
    
    header li{
        margin-top: 2px;
    }

    
    #content{
        margin-top: 150px !important;
        margin-bottom: 0 !important;
    }

    #content > div > div, #content > div > div > div.center-div.table-responsive.container{
        padding: 0 0;
    }
    
    /*.divasborder{
        height: 70px !important;
    }*/
}

@media screen and (max-width: 417px) { 
    
    /*#brand-bg{
        height: auto !important;
    }*/
    
}
@media screen and (max-width: 576px) {  

    #hide{
        display: none;
    }
    .table-responsive .table {
        border: 0;
    }

    .table-responsive .table thead {
        display: none;
    }

    .table-responsive .table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    .table-responsive .table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    .table-responsive .table td:last-child {
        border-bottom: 0;
    }

    .table-responsive .table td:before {
        content: attr(data-label);
        float: left;
    }

    .table-responsive .table tr td:nth-child(1):before{
        display: none;
    }
    .table-responsive .table tr:last-child td:nth-child(1){
        text-align: center;
        background-color: #ffc107 !important;
        color: #001d3c;
    }
    .table-responsive .table tr td:nth-child(1){
        text-align: center !important;
        font-weight: bold;
        text-transform: uppercase;
        background-color:#ffeeba !important;
        color: #001d3c;
    }
    .table-responsive .table tr:last-child td {
        background-color: #001d3c !important;
        color:white;
    }
    }

@media screen and (max-width: 418px){
    #content{
        margin-top: 170px;
    }
}

@media screen and (width: 411px) and (height: 731px) {
    #content{
        margin-bottom: 10px;
    }
    
    /*#
    {
        padding-bottom: 5px !important;
        height: 75px;
    }*/
    /*.divasborder{
        height: 70px;
    }*/
}

@media screen and (width: 411px) and (height: 823px) {
    #content{
        margin-bottom: 10px;
    }
    
    #footer{
        height: 70px;
    }
    /*.divasborder{
        height: 70px;
    }*/
}

@media screen and (width: 320px) and (height: 568px) {
    
    .bg-analytics{
        height: 320px;
    }
    #content{
        margin-bottom: 10px;
    }
}

@media screen and (width: 375px) and (height: 667px) {
    
    .bg-analytics{
        height: 400px;
    }
    #content{
        margin-bottom: 10px;
    }
    
        /*#footer{
        padding-bottom: 0px !important;
        height: 70px;
    }*/
}

@media screen and (width: 414px) and (height: 736px) {

    #content{
        margin-bottom: 10px;
    }
        /*#footer{
        padding-bottom: 0px !important;
        height: 70px;
    }*/
}

@media screen and (width: 375px) and (height: 812px) {

    #content{
        margin-bottom: 10px;
    }
        /*#footer{
        padding-bottom: 0px !important;
        height: 70px;
    }*/
}