/* HEADER STYLES */
header .logo {
    margin-top: 10px;
    max-height: 100%;
}
/* END HEADER STYLES */

/* ADMIN LOGIN PAGE STYLES */
#login {
    background-color: #666 !important;
}

#login .logo {
    margin: 60px auto 20px auto;
    padding: 15px;
    text-align: center;
}

#login .content {
    background: url('/assets/metronic/theme/assets/pages/img/bg-white-lock.png') repeat;
    width: 360px;
    margin: 0 auto;
    padding: 20px 30px 15px 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

#login .content h3 {
    color: #eee;
}

#login .content h4 {
    color: #eee;
}

#login .content p,
#login .content label {
    color: #fff;
}

#login .content .login-form,
#login .content .forget-form {
    padding: 0;
    margin: 0;
}

#login .content .form-control {
    background-color: #fff;
}

#login .content .login-form,
#login .content .forget-form {
    display: none;
}

#login .content .active {
    display: block;
}

#login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

#login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0;
    padding: 0 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

#login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

#login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

#login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#login .content .form-actions .checkbox {
    margin-top: 8px;
    display: inline-block;
}

#login .content .form-actions .btn {
    margin-top: 1px;
}

#login .content .forget-password {
    margin-top: 25px;
}

/* select2 dropdowns */
#login .content .select2-container i {
    display: inline-block;
    position: relative;
    color: #ccc;
    z-index: 1;
    top: 1px;
    margin: 4px 4px 0 -1px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

#login .content .has-error .select2-container i {
    color: #b94a48;
}

#login .content .select2-container a span {
    font-size: 13px;
}

#login .content .select2-container a span img {
    margin-left: 4px;
}

/* footer copyright */
#login .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #eee;
    font-size: 13px;
}
/* END LOGIN PAGE STYLES */

/* LIGHTBOX STYLES */
div.lightbox-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    overflow-y: scroll;
}

div.instant-lightbox-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20000;
    overflow-y: scroll;
}

div.lightbox {
    display: none;
    position: relative;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    background: #13bbb4;
    z-index:1002;
    overflow: visible;
}

div.lightbox .lightbox-close {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background: #13bbb4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index:2004;
    font-size: 1.4em;
    text-align: center;
    font-weight: bolder;
    color: #ffffff;
}

div.lightbox .lightbox-content {
    display: block;
    position: relative;
    background-color: #ffffff;
    line-height: 22px;
    padding: 30px 20px;
    z-index:2003;
}

div.lightbox .lightbox-content h2 {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
}

div.lightbox .lightbox-content h3 {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 1.4em;
    font-weight: normal;
    word-wrap: break-word;
}

div.lightbox .lightbox-content h4 {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    word-wrap: break-word;
}

div.lightbox .lightbox-content a {
    color: #13bbb4;
    text-decoration: none;
}

/* Loading lightbox styles */
#loading_lightbox .lightbox-content {
    padding: 40px 50px;
}

#loading_lightbox .loading-image {
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

#loading_lightbox .loading-text {
    display: block;
    float: left;
    line-height: 30px;
    font-size: 1.4em;
}

/* Modal lightbox styles */
#modal_lightbox h3 {
    text-align: center;
    padding: 0 0 40px 0;
}

#modal_lightbox .yes {
    display: block;
    width: 100%;
    line-height: 3em;
    background: #13bbb4;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
}

#modal_lightbox .no {
    display: block;
    width: 100%;
    line-height: 3em;
    background: #c8c8c8;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
}

/* Info lightbox styles */
#info_lightbox p {
    display: block;
    width: 100%;
    font-size: 1.2em;
    margin: 0;
}

/* Dashboard styles */
#dashboard .balance-info {
    font-size: 20px;
    float: right;
}

#dashboard .balance-info i {
    color: #aab5bc;
}

/* Reports page styles */
#reports .details-row {
    background: #cccccc;
}

#reports .details-table {
    width: 100%;
}

#reports .details-table tr {
    background: #cccccc;
}

#reports .details-table tr td:nth-child(2n-1) {
    text-align: right;
    font-weight: bold;
}

#create_campaign .file-info {
    border: 0;
    background: #fff;
    font-size: 20px;
}

#create_campaign .file-info i {

}

/* Fix tables first column styles */
.table-checkable tr>td:first-child,
.table-checkable tr>th:first-child {
    max-width: none;
    padding: 8px 10px;
}

@media (max-width: 480px) {
    /* LOGIN PAGE STYLES */
    #login .logo {
        margin-top: 10px;
    }

    #login .content {
        padding: 30px;
        width: 222px;
    }

    #login .content h3 {
        font-size: 22px;
    }

    #login .checkbox {
        font-size: 13px;
    }
    /* END LOGIN PAGE STYLES */
}



@media all and (max-width: 767px) {

    /* LIGHTBOX STYLES */
    div.lightbox {
        width: 98%;
    }
    /* END OF LIGHTBOX STYLES */
}