﻿@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";

.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}

    .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: .5em;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }
}

.rwd-table {
    background: #34495E;
    color: #fff;
    border-radius: .4em;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

    .rwd-table tr {
        border-color: #46637f;
    }

    .rwd-table th, .rwd-table td {
        margin: .5em 1em;
        text-align: center;
    }

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 2em 0.9em 2em 0.9em !important;
    }
}



.rwd-table th, .rwd-table td:before {
    color: #dd5;
}

.table-head {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.3px;
    background: #3477a7;
    color: #fff;
    width: 80%;
    margin: 60px auto 10px;
    height: 60px;
    line-height: 60px !important;
    -webkit-border-radius: 30px;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

.btnSubmit {
    position: relative !important;
    width: 50% !important;
    top: 70px;
}

/*Buy course css*/

table.tblPay {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-top: 40px;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table.tblPay caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
        caption-side: top !important;
        text-align: right;
        margin-right: 20px;
        font-size: 18px;
        font-weight: bolder;
    }

    table.tblPay tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table.tblPay th,
    table.tblPay td {
        padding: .625em;
        text-align: center;
    }

    table.tblPay th {
        font-size: .85em;
        letter-spacing: 0;
        text-transform: uppercase;
    }



.headerTagList {
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}

.containForm {
    display: flex;
    flex-direction: row;
    /*background: linear-gradient(60deg,#ffa726,#ff9800);*/
    align-items: center;
    border-radius: 3px;
    padding: 3px;
    position: relative;
    top: 41px;
    background-color: #3477a7;
}

.btnSubmitList {
    background-color: #5cafff !important;
    border-color: #1d5a95 !important;
    padding: 8px 13px;
    margin-left: 15px;
}

.filterInput {
    height: 30px;
    width: 16% !important;
}

    .filterInput:nth-child(7) {
        margin-left: auto !important;
    }

.btnModeFilter {
    margin-left: 15px;
    padding: 8px 13px;
    color: #4e2f00;
}

.pageNavigation {
    top: 100px;
    margin-top: 100px;
}

    .pageNavigation li {
        background: #F0F8FF !important;
    }


#AddoneStatus {
    text-align: right;
}


h4.completePayment {
    text-align: right;
    margin-right: 15px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
}

h2.heading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: right;
    color: #506982;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.controls {
    text-align: left;
    position: relative;
}

    .controls input[type="text"],
    .controls input[type="email"],
    .controls input[type="tel"],
    .controls textarea,
    .controls button,
    .controls select {
        display: flex;
        width: 50% !important;
        padding: 12px;
        font-size: 14px;
        border: 1px solid #c6c6c6;
        margin-bottom: 18px;
        color: #888;
        font-size: 16px;
        font-weight: 300;
        background-color: #fff;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .controls input[type="text"]:focus, .controls input[type="text"]:hover,
        .controls input[type="email"]:focus,
        .controls input[type="email"]:hover,
        .controls input[type="tel"]:focus,
        .controls input[type="tel"]:hover,
        .controls textarea:focus,
        .controls textarea:hover,
        .controls button:focus,
        .controls button:hover,
        .controls select:focus,
        .controls select:hover {
            outline: none;
            border-color: #9FB1C1;
        }

            .controls input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
            .controls input[type="email"]:focus + label,
            .controls input[type="email"]:hover + label,
            .controls input[type="tel"]:focus + label,
            .controls input[type="tel"]:hover + label,
            .controls textarea:focus + label,
            .controls textarea:hover + label,
            .controls button:focus + label,
            .controls button:hover + label,
            .controls select:focus + label,
            .controls select:hover + label {
                color: #077ABC;
                cursor: text;
            }

    .controls .fa-sort {
        position: absolute;
        right: 10px;
        top: 17px;
        color: #999;
    }

    .controls select {
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

    .controls label {
        position: absolute;
        right: 8px;
        top: 3px;
        color: #999;
        font-size: 13px;
        display: inline-block;
        padding: 4px 10px;
        font-weight: 400;
        background-color: transparent;
        pointer-events: none;
        -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
        -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
        -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
        transition: color 0.3s, top 0.3s, background-color 0.8s;
    }

        .controls label.active {
            top: -20px;
            color: #555;
        }

    .controls textarea {
        resize: none;
        height: 200px;
    }

    .controls button {
        cursor: pointer;
        background-color: #07B3A1;
        border: none;
        color: #fff;
        padding: 12px 0;
    }

        .controls button:hover {
            background-color: #08ccb7;
        }

.btnPaySubmit {
    width: 30% !important;
    border-radius: 10px !important;
    background: #5cafff;
    font-size: 18px !important;
    position: relative;
    left: 36%;
}

#PayForm {
    padding: 10px;
}

.button-sec {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .controls input[type="text"],
    .controls input[type="email"],
    .controls input[type="tel"],
    .controls textarea,
    .controls button,
    .controls select {
        width: 100% !important;
    }

    .btnPaySubmit {
        width: 100% !important;
        position: static !important;
        left: unset !important;
    }

    table.tblPay {
        border: 0;
    }

        table.tblPay caption {
            font-size: 1.3em;
        }

        table.tblPay thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.tblPay tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table.tblPay td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table.tblPay td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table.tblPay td:last-child {
                border-bottom: 0;
            }
}

/*customazation*/


.main-content-body{
    overflow:inherit;
}
/*form*/
form {
    text-align: right;
}

.sender-form .form-group{
    padding:0 !important;
}

.form-group{
    padding: 0 5px !important;
    margin:0;
    line-height:0.7rem;

}

.form-group input[type="text"]{
    height: 30px !important;
    margin-top: 0px !important;
    font-size: 1.5rem !important;
    padding-right:8px !important;
}

.sender-form .form-group label {
    font-size: 1.1rem;
}

@media screen and (max-width: 991px){
    select.form-control {
        padding: 0 3px !important;
    }
}
select.form-control {
    font-size:1.1rem !important;
    padding: 0 12px;
    width: 100% !important;
    height: 30px !important;
    border: none !important;
}

select.form-control:invalid {
    color: gray !important;
}
.sender-info-row input {
    font-weight:100;
}
.form-check, label, .bmd-label-static {
    font-size: 1.1rem !important;
    color: #737373 !important;
}

.form-group .bmd-label-static{
    top: 5px !important;
}
.costomer-input {
    margin-top: 0 !important;
}

    .select2-dropdown {
        text-align: right !important;
    }

    .select2-search--dropdown .select2-search__field {
        text-align: right !important;
        width: 100% !important;
    }

        .home-page hr {
            border-color: #ccc !important;
            margin: 0;
            padding: 0;
        }


.navbar.navbar-absolute{
    width: 100% !important;
    left: 0 !important;
}

.navbar{
    min-height: inherit !important;
}

.form-control::-moz-placeholder{
    font-size:1.1rem !important;
}

.error {
    display: inline;
    position: relative;
    background-color: #fff7f3;
    border: 2px solid #ffa260;
    border-radius: 5px;
    padding: 3px 5px;
    z-index: 10;
}

.major {
    font-family: IransansNum;
}
#dimentions {
    font-family: IransansNum !important;
}
label.error {
    background-color: #ffffffc9 !important;
    font-size: 8px !important;
    padding: 6px 10px;
    color: #fb8630 !important;
    position: absolute;
    bottom: -17px;
    right: 0;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0px 0px 4px 0px #e8b279;
    box-shadow: 0px 0px 4px 0px #e8b279;
    z-index: 999;
}
    label.error::before {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        position:absolute;
        top:-8px;
    }
.sender-info-row.bmd-form-group {
    position: relative;
    padding: 5px 2px !important;
}
.standard-tog span{
    font-size: 1rem;
    padding: 0 5px;
}
.toggle {
    padding-top: 6px !important;
    min-width: 40px !important;
    width: 40px !important;
    height: 15px !important;
}
.toggle.btn {
    min-height: 15px;
    min-width: 40px !important;
    border-radius: 12px;
}
.toggle-group {
    padding: 0 !important;
}
    .toggle-group label {
        padding: 5px 0 5px 10px !important;
    }
    .toggle-on{
        color: transparent !important;
    }
.toggle-off {
    background-color: #ddd !important;
    color: transparent !important;
}

.toggle-handle {
    width:58% !important;
    background-color: #fff !important;
    border-radius: 10px;
    top: -3px;
}
.select2-results__option {
    padding-right: 12px !important;
}
.select2-container{
    width: 100% !important;
}
.select2-selection__placeholder{
    font-size:1rem !important;
}

@media screen and (max-width: 1024px) {
    label.error{
        font-size: 8px !important;
    }
    .toggle.btn {
        min-width: 20px !important;
    }
    .toggle-handle{
        width: 40% !important;
        top: -2px !important;
    }

    .standard-tog span{
        font-size:0.9rem;
    }
    select.form-control {
        padding: 0 3px !important;
    }
    #noneStandardDim input {
        width: 27% !important;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
#noneStandardDim{
    text-align:left;
}
#noneStandardDim input {
    width: 30% !important;
    margin-right: 0;
    margin-left: 0;
    text-align:center;
}

/*--override css*/
body {
    font-size: 10px !important;
    text-align: right;
}
.sidebar {
    width: 160px !important;
}
    .sidebar .sidebar-wrapper {
        width: 160px !important;
    }
    .sidebar .nav p{
        font-size:12px;
        font-weight:bold;
    }
    .sidebar .nav li .dropdown-menu a, .sidebar .nav li a {
        padding: 5px 2px;
        font-size:11px;
    }
    .nav-item.parent-nav .nav-link i.arrow-collapse {
        left: -25px;
    }

.main-panel {
    width: calc(100% - 160px)
}
/*--end overrid css*/
.input-decimal,
.input-numeric,
divide,
.input-phone {
    font-family: IransansNum !important;
    text-align: center !important;
}

/* Loading spinner */


.lds-facebook {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top:35%;
    left:45%;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 8px;
        background: #5cafff;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 8px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 20px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 32px;
            animation-delay: 0;
        }
        .lds-facebook div:nth-child(4) {
            left: 44px;
            animation-delay: 0.12s;
        }
        .lds-facebook div:nth-child(5) {
            left: 56px;
            animation-delay:0.24s ;
        }

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 24px;
    }
}
/*-- End loading spinner */

@media screen and (max-width: 991px){
    .main-panel {
        width: 100% !important;
    }
    .nav-open .main-panel, .nav-open .navbar .container, 
    .nav-open .navbar .container .navbar-toggler, 
    .nav-open .navbar .container .navbar-wrapper, 
    .nav-open .wrapper-full-page {
        transform: translate3d(-160px,0,0);
    }
}

.home-page input{
    width: 98% !important;
}

.FontNum {
    font-family: IransansNum !important;
}
.swal2-title{
    font-family:Iransans !important;
}

#postItems .material-icons {
    font-size: 20px;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #cef4ff;
}

.cost-input input[readonly], .cost-input input[disabled] {
    background-color: #d7e1e3 !important;
}

/*----------pos setting------------*/
#AddoneStatus ul{
    border-top: none !important;
    padding:0;
    margin: 0; 
}

.panel-body li {
    border-bottom: none !important;
}

#nopos {
    padding-top:10px;
}

#formSignUp label{
    position:relative !important;
    top: inherit !important;
}

.pagination li{
    float:left !important;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

    .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        color: #fff !important;
        background-color: #5cafff;
        border-color: darkgray;
    }

.icon-flipped {
    transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.news li{ border-bottom:1px solid #ccc !important;}

.table thead > tr > th {
    border-bottom: 2px solid #5d95b0;
    text-align: center;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-color: #bfd9e6;
}

/*---------------LOGIN-----------------*/
.login-page {
    direction: rtl;
    height: 100%;
    background: linear-gradient(-27deg, rgba(84, 186, 233, 1), rgba(255,0,0,0) 70.71%), linear-gradient(127deg, rgba(114, 224, 155, 1), rgba(0,255,0,0) 70.71%)
}

.login-box {
    border: 1px solid #ebebeb;
    background-color: rgba(256, 256, 256, 0.7);
    border-radius: 10px;
    width: 400px;
    margin: auto;
    padding: 30px;
    box-shadow: 0px 0px 12px 0px #45c7c1
}

    .login-box h4 {
        text-align: center;
        margin-bottom: 30px;
    }

    .login-box label{
        font-size: 1.3rem !important;
        margin-bottom: 10px !important;
    }

    .login-box i {
        position: relative;
        top: 9px;
        margin-left: 5px;
    }

#login-img {
    transition: margin 2s;
}

#module {
    transition: background-position 15s ease;
}

.module {
    padding-top: 5%;
    position: relative;
    height: 100%;
    background: url('/img/Asset1.png') no-repeat center top;
}

.login-box button {
    background: linear-gradient(-27deg, rgba(156,218,247,1), rgba(255,0,0,0) 70.71%),
        linear-gradient(127deg, rgba(167,251,198,1), rgba(0,255,0,0) 70.71%)
}

.navbar {
    background: linear-gradient(45deg, rgb(149, 200, 120) 0%, rgb(146, 105, 237) 100%) !important;
}
.sidebar[data-color="purple"] li.active > a {
    background-color: #9269ed !important;
}
.sidebar .nav li.active > a, .sidebar .nav li.active > a i{
    color:#fff !important;
}
html[dir="rtl"] .sidebar .nav i {
    color: #9269ed !important;
}
.panel {
    background-color: #ffffff85;
}
.panel-primary {
    border-color: #c4d0bc !important;
}
    .panel-primary > .panel-heading {
        background-color: #95c878 !important;
        border-color: #678e51 !important;
    }
.btn-primary {
    background-color: #edba69 !important;
    border-color: #ecba69 !important;
}

.btn-success {
    background-color: #95c878 !important;
    border-color: #95c878 !important;
}

    button, input, optgroup, select, textarea, .form-check, label, .bmd-label-static {
        font-size: 1.2rem !important;
    }

