/* ////////////////////////////////////////// */
/* //////////  Header Custom CSS   ////////// */
/* ////////////////////////////////////////// */
.arkLogo {
    height: 35px;
}

.navbar .logo-box {
    height: 85px;
    /*width: 226px;*/
    /*background: #3f4454 !important;*/
    /*border-bottom: 1px solid #009fe3;*/
}

.fa-bars {
    color: white;
}

.fa-search {
    color: white;
}

/* ////////////////////////////////////////// */
/* ///////   Theme General Custom CSS   ///// */
/* ////////////////////////////////////////// */

.fontColorBlue {
    color: #3597d9;
}

.bgColorBlue {
    background-color: #3597d9;
}

.hoverBgBlue:hover {
    background-color: #3597d9;
    color: white;
}

.badge.badge-success {
    background: #009fe3;
    color: #FFF;
}

.customPanel {
    background-color: #3597d9;
    color: white;
    margin-bottom: 20px;
}

.customPanel {
    color: white;
}

.panel-white .panel-heading .panel-control a:hover {
    color: #3f4454;
}

.panelBodyCustomPadding {
    padding: 15px !important;
}

.fontBold {
    font-weight: bold;
}

.btn-success {
    background-color: #3596d7;
}

    .btn-success:hover {
        background-color: #3f4454;
    }

.pace .pace-progress {
    background: #3596d7;
}

.pace .pace-activity {
    border-top-color: #3596d7;
    border-left-color: #3596d7;
}

.fontWeight0 {
    font-weight: normal;
}

.progress-bar {
    background-color: #3596d8;
}

/* ////////////////////////////////////////// */
/* ///////    Inbox Detail Custom CSS   ///// */
/* ////////////////////////////////////////// */

.customPanelHeight {
    height: 73px !important;
}

/* ////////////////////////////////////////// */
/* ///////    Login Custom CSS          ///// */
/* ////////////////////////////////////////// */
.login-box {
    /*background-color: white;*/
    /*min-width: 585px;
    border: 1px solid #db97b3;*/
}

.loginContainer {
    padding: 20px;
}

.loginHeader {
    padding-bottom: 5px;
    border-radius: 6px 6px 0px 0px;
    /*background-image: url(../../content/img/giris_img.png);*/
    background-color: #ffffff;
    /*background-repeat:round;*/
    color: #005092;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 25px;
    height: 25%;
    background-size: cover;
}

.icons img {
    margin-right: 20px;
}

.divider {
    margin: 1.5em 0 1.5em 0;
    border: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #4f6fad;
    background-image: linear-gradient(to right, #ee9cb4, #4f6fad);
}

.btnLogin {
    background-color: #00AD7D;
    color: white;
    font-size: 12pt;
    border-radius: 6px;
}

    .btnLogin:hover {
        color: white;
        background-color: #3597d9;
    }

.page-inner {
    background: #046ec5;
    background-repeat: round;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 499px) {
    #loginBox {
        width: 95%;
        /*margin-left: 5%;
        margin-right: 5%;*/
        margin: auto;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .panelDetay {
        width: 100% !important;
        overflow: auto;
        float: left;
    }
}



@media only screen and (min-width: 500px)and (max-width:600px) {
    #loginBox {
        width: 80%;
        /*margin-left: 5%;
        margin-right: 5%;*/
        margin: auto;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .panelDetay {
        float: left;
        overflow: auto;
        min-width: 50% !important;
        width: 100% !important;
    }
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width:767px) {
    #loginBox {
        width: 65%;
        /*margin-left: 20%;
        margin-right: 20%;*/
        margin: auto;
        margin-top: 10%;
    }

    .panelDetay {
        float: left;
        overflow: auto;
        width: 100% !important;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width:991px) {
    #loginBox {
        width: 50%;
        /*margin-left: 30%;
        margin-right: 30%;*/
        margin: auto;
        margin-top: 5%;
    }

    .panelDetay {
        float: left;
        overflow: auto;
        width: 100% !important;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width:1199px) {
    #loginBox {
        width: 100%;
        /*margin-left: 40%;
        margin-right: 40%;*/
        margin: auto;
        margin-top: 20%;
    }

    .panelDetay {
        float: left;
        overflow: auto;
        width: 45% !important;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #loginBox {
        /*width: 120%;*/
        /*margin-left: 50%;
        margin-right: 50%;*/
        margin: auto;
        margin-top: 10%;
        max-width: 500px;
    }

    .panelDetay {
        float: left;
        width: 32% !important;
        overflow: auto;
    }
}
