@charset "utf-8";

/* CSS Document */

body {

    /*background-image: url(../images/bg.jpg);*/

    background-repeat: no-repeat;

    background-size: cover;

    background-color: #E8E8E8;

}

.navbar-brand {

    padding: 13px 15px !important;

}

.profile_icon {

    padding-top: 7px !important;

    padding-bottom: 7px !important;

}



.nav a {

    font-size: 16px;

}

.four-grids {

    background: #fff;

    padding: 4em 0em 0em;

    text-align: center;

    margin-top: 10px;

    border-radius: 5px;

    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 5px 16px 0 rgba(0, 0, 0, 0.15);

}

.form-group input[type=text] {

    margin-top: 0px !important;

    background-color: #fff;

}

.four-grid {

    margin-bottom: 4em;

}

.four-grid1 {

    background: #494949;

}

.four-grid2 {

    background: #989898;

}

.four-grid3 {

    background: #f7aa47;

}

.four-grid4 {

    background: #0e62c7;

}

.four-grid5 {

    background: #D00003;

}

.four-grid6 {

    background: #0099C8;

}

.icon i {

    margin-top: -1.8em;

}

i.glyphicon-user {

    background: #68b828;

}

.icon i {
    border-radius: 62px;
    border: 3px solid #fff;
    background: #494949;
    color: #fff;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 70px;

}

/*.icon{

    font-size: 1.5em;

    border-radius: 62px;

    border: 3px solid #fff;

    padding: 1em;

    background: #34495e;

    color: #fff;

}*/

.four-grid h3 {

    font-size: 1.2em;

    font-family: 'Comfortaa', cursive;

    padding: 1em 0 0.5em;

    color: #fff;

}

.four-grid h4 {

    font-size: 2em;

    font-family: 'Comfortaa', cursive;

    color: #fff;

    padding-bottom: .5em;

    font-weight: 600;

}

.four-grid1 a,
.four-grid2 a,
.four-grid3 a,
.four-grid4 a,
.four-grid5 a,
.four-grid6 a {

    font-size: 1em;

    color: #fff;

    box-shadow: inset 0 -50px 0 0 rgb(255 255 255 / 10%);

    display: block;

    padding: .5em;

    margin-top: 1em;

    text-decoration: none;

}



.dropbtn {

    color: white;

    padding: 16px;

    font-size: 16px;

    border: none;

}



.dropdown {

    position: relative;

    display: inline-block;

    z-index: 100;

}



.dropdown-content {

    display: none;

    position: absolute;

    background-color: #f1f1f1;

    min-width: 190px;

    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

    z-index: 1;

    right: 0px;

}



.dropdown-content a {

    color: black;

    padding: 10px 16px;

    text-decoration: none;

    display: block;

}



.dropdown-content a:hover {
    background-color: #ddd;
}



.dropdown:hover .dropdown-content {
    display: block;
}



.dropdown:hover .dropbtn {
    background-color: #000;
}



.login-bg {

    /* background-image: url(../images/login-bg.jpg); */
    background-image: url(../images/bg-login.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}

.login-head {

    padding: 6em 20% 8em;

    text-align: center;

    margin-top: 60px;

}

.login-head h3 {

    text-align: center;

    margin-bottom: 30px;

    font-size: 42px;
    font-weight: 800;
    color: #fff;

}

.login {

    /* background-color:rgba(33,160,233,0.8); */
    /* background-color:#4c5564; */
    background-color: #0c4e6cdb;
    padding: 3em 4em 3em;

    margin-top: 0px;

    border-radius: 15px;

    box-shadow: 0 6px 76px 0 rgba(0, 0, 0, 0.1), 0 10px 26px 0 rgba(0, 0, 0, 0.15);

    text-align: center;

    margin: 0px auto;

    border: 0px solid #fff;
    border-radius: 2px;
}

.login-name-tag {

    padding: 15px 0px;

    font-size: 18px;

    color: #fff;

}

input[type=text],
select,
textarea {

    width: 100%;

    padding: 12px;

    border: 1px solid #fff;

    border-radius: 4px;

    box-sizing: border-box;

    margin-top: 10px;

    margin-bottom: 25px;

    resize: vertical;

    background-color: transparent;

    color: #fff;

}

input[type=Password],
select,
textarea {

    width: 100%;

    padding: 12px;

    border: 1px solid #fff;

    border-radius: 4px;

    box-sizing: border-box;

    margin-top: 0px;

    margin-bottom: 10px;

    resize: vertical;

    background-color: transparent;

    color: #fff;

}



input[type=submit] {

    background-color: #4CAF50;

    color: white;

    padding: 12px 20px;

    border: none;

    border-radius: 4px;

    cursor: pointer;

}



input[type=submit]:hover {

    background-color: #45a049;

}

.remember {

    float: left;

    text-align: left;

    color: #fff;

    padding-top: 10px;

    padding-bottom: 10px;

}

.forgot {

    float: right;

    text-align: right;

    color: #002c46;

    font-weight: bold;

    padding-top: 10px;

    padding-bottom: 10px;

}

.btn-black {

    color: #fff !important;

    background-color: #001928 !important;

    font-size: 16px !important;

    padding: 6px 12px !important;

    margin: 0px 10px 0px 0px !important;

    float: left;

    text-transform: uppercase;

    font-weight: bold;

}

.btn-black.active.focus,
.btn-black.active:focus,
.btn-black.active:hover,
.btn-black:active.focus,
.btn-black:active:focus,
.btn-black:active:hover,
.open > .dropdown-toggle.btn-black.focus,
.open > .dropdown-toggle.btn-black:focus,
.open > .dropdown-toggle.btn-black:hover {

    color: #fff !important;

    background-color: #064162;

}

.btn.focus,
.btn:focus,
.btn:hover {

    color: #333 !important;

    text-decoration: none;

    background-color: #D4D4D4 !important;

}

.gray {

    font-size: 16px;

    float: left;

    text-transform: uppercase;

    font-weight: bold;
    line-height: normal;

}



.order-details {

    background: #fff;

    padding: 3em 0em 3em;

    text-align: left;

    margin-top: 50px;

    margin-bottom: 20px;

    border-radius: 5px;

    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 5px 16px 0 rgba(0, 0, 0, 0.15);

}

.order-details h3 {

    color: #298be6;

    padding: 0px 0px 15px;

    border-bottom: 1px solid #d6d6d6;

    margin-top: 10px;

    margin-bottom: 10px;

}

.order-details-pic {

    text-align: center !important;

}

.order-details-link {

    font-weight: bold;

}

.order-details td {

    vertical-align: middle !important;

}



footer {

    background-color: #555;

    color: white;

    padding: 15px;

    margin-top: 30px;
    font-size: 18px;

}

.pad_none {

    padding-left: 0px !important;

    padding-right: 0px !important;

}



/* 19/06/2021 */

.inner-form {

    width: 100% !important;

    padding: 12px !important;

    border: 1px solid #ddd !important;

    border-radius: 4px !important;

    box-sizing: border-box !important;

    margin-top: 0px !important;

    margin-bottom: 0px !important;

    resize: vertical !important;

    background-color: transparent !important;

    color: #000 !important;

}



.login .header_notification_message .alert-danger {

    color: #fff;

    background-color: transparent;

    border: 1px solid #fff;

    border-radius: 4px;

    padding: 12px;

}

.header_notification_message .alert-danger {

    color: #D8000C;

    background-color: transparent;

    border: 1px solid #D8000C;

    border-radius: 4px;

    padding: 12px;

}



.login ::placeholder {

    color: #fff;

}

.login .alert-danger h4 {

    font-size: 20px;

    font-family: 'Comfortaa', cursive;

    color: #fff;

    padding-bottom: .5em;

    font-weight: 600;

    float: left;

    padding-right: 10px;

}

.header_notification_message .alert-success {

    float: left;

    width: 100%;

}

.header_notification_message .alert-success h4 {

    float: left;

}

.header_notification_message .alert-success ul {

    float: left;

}

.header_notification_message .alert-success ul li {

    float: left;

    list-style-type: none;

}



.alert-danger h4 {

    font-size: 20px;

    font-family: 'Comfortaa', cursive;

    color: #D8000C;

    padding-bottom: .5em;

    font-weight: 600;

    float: left;

    padding-right: 10px;

}

.alert-danger p {

    margin-bottom: 0px;

}

.login .alert-danger .close {

    float: right;

    font-size: 21px;

    font-weight: 700;

    line-height: 1;

    color: #fff;

    text-shadow: 0 1px 0 #000;

    filter: alpha(opacity=20);

    opacity: .6;

}

.alert-danger .close {

    float: right;

    font-size: 21px;

    font-weight: 700;

    line-height: 1;

    color: #D8000C;

    filter: alpha(opacity=20);

    opacity: .9;

}

.featured_image-mar {

    margin-bottom: 15px;

}



.addBtn_nw {

    font-size: 16px;

    padding: 0px 0px 0px 10px;

}

.addBtn_nw .fa-angle-double-left {

    margin-right: 5px;

}

.addBtn_nw i {

    padding: 0px 5px 0px 0px;

}



.uplode-image-sec {

    border: 1px solid #d6d6d6;

    padding: 20px;

    width: 100%;

    text-align: center;

    margin-bottom: 20px;

}

.uplode-image-sec img {

    width: 250px;

    height: 250px;

}

.box-base .form-group #cat_img {

    margin: 0px 0px 20px 0px;

}

.img_featured_chose {

    margin-top: 20px;

}

.login-titel {

    padding: 0px 0px 10px;

    color: #fff;

}

.login-titel h2 {

    margin-top: 0px !important;

    margin-bottom: 0px !important;
    text-transform: uppercase;

}



.navbar-right .dropdown img {

    width: 35px !important;

    border-radius: 25px;

    background-color: #000;

    overflow: hidden;

}

.left-border {

    border-left: 1px solid #d6d6d6;

}



.pg-row .dataTables_info {

    float: left;

    display: block;

    padding: 5px 0px;
    margin-bottom: 10px;

}

.pg-row .dataTables_paginate {

    float: right;

    display: block;

}

.pg-row .dataTables_paginate li {

    float: left;

    display: block;

    padding: 5px 10px;

    border: 1px solid #CCCCCC;

    margin: 0px 0px 0px 3px;

}

.pg-row .dataTables_paginate .curr_active_class {

    background-color: #F7F7F7;

    font-weight: 500;

}

.table-h-align {

    text-align: center;

}

.order-details label {

    padding-top: 12px;

    padding-bottom: 12px;

    color: #777;

}

input[type=submit] {

    margin: 0px 0px 0px 10px;

}

.form-group p {

    margin: 0px;

}

.sec_round {

    background-color: #EFEFEF;

    text-align: center;

    padding: 5px 10px;

    border-radius: 50%;

}

.right-but-sec {

    position: absolute;

    top: 12px;

    right: 20px;

    font-size: 16px;

}

.order-details .table {

    text-align: center !important;

}

.order-details .table tr ul {

    padding: 0px;

    margin-top: 10px;

    color: darkgray;

    font-size: 13px;

}

.order-details .table tr ul li {

    list-style-type: none;

}

.table-head-text-center {

    text-align: center !important;

}

.order-details .table .sec_round {
    background-color: #EFEFEF;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.order-details .thumbnail {

    margin-bottom: 0px !important;

}

.reveal {

    font-size: 18px !important;

    color: #8A8A8A;

    padding-top: 9px;

    padding-bottom: 9px;

}

.box-base .save_btn {

    float: right;

    width: 100%;

    margin-bottom: 20px;

}

.table-responsive {
    overflow-x: initial;
}

.btn.btn-black.drak-c_btn {
    color: #333 !important;
    text-decoration: none;
    background-color: #D4D4D4 !important;
}

.btn.btn-black.drak-c_btn:hover {
    color: #fff !important;
    background-color: #001928 !important;
}

.forgot a {
    color: #fff;
}

h3.logo {
    margin: auto;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-inverse {
    background-color: #0c4e6c;
    border-color: #0c4e6c;
}

.note {
    margin-top: 10px;
}

.s-btn {
    margin-top: 14px;
}

div#cover_img,
div#img_prev {
    margin: 20px 0;
}

.inner-form:focus {
    outline: 0;
}

.aap-block label {
    width: 30%;
}

.aap-block input {
    width: 65%;
}

#imgFeaturedPrev {
    margin-bottom: 25px;
}

.cAcc span {
    width: 80%;
    display: block;
}

.savePrice {
    margin: 48px 0 0 0 !important;
}

.value-order .ov-main {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.value-order form div {
    overflow: hidden;
    padding: 0 10px;
    background-color: #f7f7f7a1;
}

.value-order form input {
    float: left;
    margin-top: 20px;
    margin-left: 0px;
}

.value-order form label {
    /*float: right;*/
    line-height: 23px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #000;
    width: 80%;
}
.value-order form br { display: none;}
.value-order .ov-sub {
    background-color: #d9edf7;
    font-weight: bold;
    border-radius: 7px;
    float: right;
    width: 20%;
    padding: 1px;
    text-align: center;
    margin: 2%;
    color: #31708f;
}

.main-export label {
    float: none !important;
    width: auto !important;
}

form.main-export input {   
    float: none;
}

.value-order .text-box {
    margin: 10px 0;
    padding: 0;
}
.value-order .text-box textarea{
    border: 1px solid #b1b1b1;
    height: 300px;
    resize: none;
    margin: 0;
    color:black;
}

.value-order form .btBOX {
    background-color: transparent;
    text-align: center;
    padding-bottom: 10px;
}

.displayBox {
    background: #d9edf7;
    padding: 10px;
    border-radius: 7px;
    color: #31708f;
    margin-top: 20px;
}

/* RESPONSIVE STYLE START */
/* Large desktop :1919px. */
@media (min-width: 1919px) {

    html,
    body {
        overflow-x: hidden;
    }
}

@media (min-width: 1440px) {}

/* iphone */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1269px) {}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {}

/* small mobile :320px. */
@media (max-width: 767px) {
    .login-head {
        padding: 1em 2% 2em;
        text-align: center;
        margin-top: 34px;
    }

    .remember {
        padding-left: 0;
    }

    .login-name-tag {
        text-align: left;
        margin-left: 15px;
    }

    .pad_none {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .right-but-sec {
        top: 5px;
    }

    .order-details {
        margin-top: 0;
        padding: 1em 0;
    }

    ul#box {
        height: auto !important;
        margin: 0 0 15px 0 !important;
    }

    .dd-item,
    .dd-empty,
    .dd-placeholder {
        width: 100% !important;
    }

    .dd .dd3-content {
        width: 100% !important
    }

    .dd3-content {
        text-align: right;
    }

    .dd3-content a {
        display: inline-block;
        z-index: 2;
        position: relative;
    }

    .box-base {
        margin-top: 20px;
    }

    .order-details .nav {
        text-align: center;
    }

    .order-details .nav > li {
        display: inline-block;
    }

    .lbb {
        border: 1px solid #ddd !important;
        padding: 25px;
        margin-top: 35px;
    }

    .left-border {
        border: 0;
    }

    .savePrice {
        margin: 15px 0 !important;
    }
    
    .main-export label {    
    width: 100% !important;
    text-align: center;
    }
    
    .displayBox {    
    width: 100%;
    display: block;
    margin-bottom: 10px;
    }
}

/* Large Mobile :480px. */
@media (max-width: 667px) {
    .value-order form input { margin-top: 40px;}
    .value-order .ov-sub { width: 45%;}
}

@media (max-width: 475px) {
    .value-order form input { margin-top: 30px;}
    .order-details h3 { font-size: 20px;}
    .cAcc span { width: 70%;}
}

