﻿.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-signin {
    max-width: 380px;
    padding: 30px 35px 35px;
    margin: 0 auto;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #670061;
    border-radius:33px;
}

.form-signin-heading, .checkbox {
    margin-bottom: 30px;
}

.checkbox {
    font-weight: normal;
    margin-left: 12px;
    margin-top: 20px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}


input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.item:nth-child(1) {
    background: url(/assets/images/background-1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(2) {
    background: url(/assets/images/background-2.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(3) {
    background: url(/assets/images/background-3.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel {
    z-index: -99;
}

    .carousel .item {
        position: fixed;
        width: 100%;
        height: 100%;
    }

.title {
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    text-shadow: 2px 2px #000;
    color: #FFF;
}



/*Login Page Footer*/
.main-footer {
    height: 34px;
    line-height: 36px;
    padding-left: 30px;
}


.Developed {
    color: #fff;
}

.login-footer {
    background: #1c1c1c;
    /*box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);*/
}

.fore-color-white {
    color: #fff;
}

.empty-div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-left-20 {
    margin-left: 20px
}

.bottom-0 {
    bottom: 0;
}

.top-contacts {
    margin-top: 70px;
    margin-right: 50px;
    font-weight: bold;
}

.fore-color-blue {
    color: #007aac;
}

.footer-content-pages {
    /*position: absolute;*/
    bottom: 0;
    background: #0b3646;
    /*box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);*/
    width: 100%;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.nav-bar-custom {
    background: #007aac !important;
    color: #fff;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
}

.navbar-default .navbar-nav > li > a {
    color: #FFF !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #007aac !important;
    color: #fff !important;
    font-weight: bold !important;
    cursor: pointer;
}

.add-new-button {
    background: #0AB2FB !important;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5) !important;
    margin-bottom: 20px;
}

.back-button {
    background: #0AB2FB !important;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5) !important;
    margin-bottom: 20px;
}

.panel-heading-custom-green {
    color: #fff !important;
    background-color: #34A853 !important;
    font-size: 18px;
}

.checkbox-active {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

.alert-custom {
    padding: 10px !important;
    margin-bottom: 0 !important;
}

.dataTables_length select {
    padding: 5px !important;
    font-size: 10px !important;
}

.dataTables_filter input {
    padding: 5px !important;
    font-size: 10px !important;
    margin-left: 5px;
}

.dataTables_filter {
    float: right;
}

.pagination {
    float: right;
}

.panel-footer-custom-blue {
    color: #fff !important;
    background-color: #0b3646 !important;
}

@media(max-width:767px ) {
    .top-contacts {
        margin-top: 0;
        margin-right: 0;
    }
}

.jmb-total-amount {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.jmb-total-amount-styles {
    background: linear-gradient(#6A74AF,#4a517a,#6A74AF) !important;
    color: #fff !important;
}




/* Login Page CSS*/

.login-btn {
    background-color: #fff;
    border: #fff;
    color:#000;
}
div#pnlLogin img {
    display: block;
    margin: 0 auto;
}

.checkbox {
    padding-left: 0px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff!important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.forgot-pw a:hover{
    text-decoration:none;   
}
.input-width{
    width:100%;
}
.go-back{
    margin-top: 25px;
}

/*Update Passwords CSS*/

div#divPasswordInputs {
    max-width: 380px;
    padding: 30px 35px 35px;
    margin: 0 auto;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.6);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #eaeaea;
    height:340px;
}


/*Change Password CSS*/


.change-pw-addon {
    padding: 0px 12px!important;
    font-size: 14px!important;
}
#divPasswordInputs .input-group{
    margin-bottom:10px;
}

h1.change-pass-h1 {
    font-size: 28px;
    margin-top: 0px;
}
div#lblError {
    margin-top: 20px;
    margin-bottom: 0px;
}
div#UpdatePanel1 {
    max-width: 450px;
    display: block;
    margin: 0 auto;
}
table, table td, table tr, table th {
border:none;
}
    table thead {
        color: #000 !important;
        background-color: #fff !important;
    }
.odd td {
    background-color: #edf0f5 !important;
}
.table th {
    font-size: 16px;
    font-weight: 600;
}
    tbody tr td {
        padding-bottom: 2px !important;
    }
.app-footer {
    padding: 8px 0;
}
    .app-footer .copyright {
        font-weight: bold;
        color: #ffffff;
        letter-spacing: 1px;
        margin-right:25px;
    }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1!important;
    color: #fff !important;
}
.btn-green {
    border: none;
    background-color: #8cda0f;
    border-color: #670061;
    color: #fff;
    border-radius: 0px;
}
.btn-green:hover{
    border: none;
    background-color: #670061;
    border-color: #670061;
    color: #fff;
    border-radius: 0px;
}
.btn-purple {
    color: #fff;
    background-color: #1a2e36 !important;
    border-color: #1a2e36 !important;
    padding: 10px 10px!important;
    border-radius: 0px!important;
    font-size: 16px!important;
    margin-left: 0%!important;
}
.main-table {
    padding: 20px;
    background-color: white;
}
tbody tr td {
    background-color: #fff;
}
section.app-content {
    padding: 20px;
    /*background-color: #fff;*/
}
img#imgLog {
    display: block;
    margin: 0 auto;
}
.view-table {
    background-color: #fff;
    padding: 20px;
}
.cat-select-img{

}
.font-awesome-icon {
    margin-top: -3px;
}
.font-awesome-icon label{
    display:none;
}
.wrap.p-t-0 {
    position: fixed;
    bottom: 0;
    width: 85.4%;
    padding: 0px;
    padding-right: 0px;
    background-color: #082740;
}
.textbox-sizing {
    padding: 7px!important;
    border-radius: 5px!important;
    border-color: #aaaaaa!important;
}
img#imgLogo {
    width: 160px;
}
input#chkAllItems {
    height: 20px;
    width: 20px;
    margin-top: 27px;
    margin-left: 80px;
}

.all-item-label {
    font-size: 17px;
    margin-top: -28px !important;
    position: absolute;
    top: 51px;
}

.panel-heading {
    background-color: greenyellow;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #188ae2;
    border-color: #f5f7f9;
    font-size: 21px;
    font-weight: bold;
    padding: 12px;
    text-transform: uppercase;
}

.panel-body {
    border: 2px solid #cccfd0;
    border-top: none;
    margin-top: -2px !important;
}
.alert.alert-success{
    margin-top:20px;
}
.alert.alert-danger {
    margin-top: 20px;
}
label {
    font-weight: bold!important;
}
.btnSet {
    top: 25px;
    position: absolute;
}
/*div#DivBGF label {
    display: inline-block !important;
    padding-right: 6px;
    padding-left: 5px;
}
div#DivBGF .form-control {
    display: inline-block !important;
    width: 80%;
}*/
.desc_heading {
    font-weight: bold !important;
}
.blogset {
    color: #fff !important;
    margin-bottom: 20px;
    position: absolute;
    top: 15px;
    left: 316px;
    width: 200px;
    float: right;
}
.uplod{
    width:300px;
}
.bttn-add {
    width: 160px;
}
feature-bttn{
    display:block !important;
}
.uplodmedia {
    width:250px;
}
.btn-styles {
    padding: 10px 10px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    margin-left: 0% !important;
}
.config-heading1 {
    background-color: #03A9F4 !important;
}

.config-heading2 {
    background-color: #78909C !important;
}
.config-heading3 {
    background-color: #4DB6AC !important;
}

.switcheries {
    margin-top:30px !important;
}


.menubar.light .app-menu li.open, .menubar.light .app-menu li.active, .menubar.light .app-menu li:hover, .menubar.light .app-menu li.menu-heading {
    background-color: #670061;
}

.theme-primary .menubar .app-menu li.open > a, .theme-primary .menubar .app-menu li.active > a, .theme-primary .menubar .app-menu li:hover > a, .theme-primary .menubar .app-menu li.menu-heading > a {
    color:#fff !important;
}

/*.app-menu a {
    color: #ffffffa6;
}*/