﻿
.book_preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.65);
    z-index: 999999;
}

.book {
    top: 52%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
    width: 95px;
    height: 65px;
}


.book__page img {
    width: 60px;
}

.close {
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #3487B3;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    z-index: 2000;
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: none !important;
}

.mycontent .col-md-4 {
}


.h2hmsrvtl {
    margin-bottom: 0px;
}



.loginmodel label {
    /*color: #2E2C70;*/
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    margin-top: 5px;
}

.loginmodel .modal-large{
    width:70%;
}

.requestratedata {
    /*background: #2E2C70;
    color: #FFCB03;*/
    background: #94C470;
    color: #3487B3;
    font-size: 12px;
    width: 95px;
    text-align: center;
}


    .requestratedata i {
        padding-right: 2px;
    }


.modal-body {
    position: relative;
    padding: 10px;
}


.modal-header {
    /*background: #2B2F5C;*/
    background: #fff;
    height: 45px;
    padding: 2px 2px;
    text-align: center;
    line-height: 10px;
}

    .modal-header .cart-title {
        /*color: #FFDD00;*/
        color: #3487B3;
        font-size: 16px;
        font-weight: 400;
        margin: 15px;
    }


.mytable td .fa-trash, .mytable td .fa-trash:focus, .mytable td .fa-trash:hover {
    /*color: #FFCB03 !important;*/
    color: #e07072 !important;
    font-size: 20px;
    font-weight: 600;
}


.mytable td .fa-pencil, .mytable td .fa-pencil:focus, .mytable td .fa-pencil:hover {
    /*color: #2E2C70 !important;*/
    color: #94C470;
    font-size: 20px;
    font-weight: 600;
}

.cartdetails .mytable td.tdfirst {
    width: 24%;
    text-align: left;
    padding-left: 5px;
}

.cartdetails .mytable td.tdsecond {
    width: 30%;
    text-align: left;
    padding-left: 5px;
}

.cartdetails .mytable td.tdthird {
    width: 0%;
    text-align: left;
    padding-left: 5px;
}

.cartdetails .mytable td.tdfive {
    width: 26%;
    text-align: left;
    padding-left: 5px;
}

.mytable td {
    border: 1px solid #dfe4e8;
    color: #72787d;
    font-size: 12px;
    font-weight: 500;
    border-right: 1px solid #dfe4e8;
    padding: 5px;
    text-align: center;
    /*border-radius: 10px;*/
}


.controlchild {
    font-weight: 600;
    font-size: 13px;
    /*color: #FFCB03;*/
    color: #3487B3;
}





.containerchk a, .containerchk a:hover, .containerchk a:focus {
    color: #000;
}



.containerchk {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .containerchk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


    .containerchk .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ccc;
        border-radius: 5px;
    }


    .containerchk:hover input ~ .checkmark {
        background-color: #ccc;
    }


    .containerchk input:checked ~ .checkmark {
        /*background-color: #FFCB03;*/
        background-color: #94C470;
    }


    .containerchk .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }


    .containerchk input:checked ~ .checkmark:after {
        display: block;
    }


    .containerchk .checkmark:after {
        left: 9px;
        top: 5px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }



.modalinsidepopup .modal-dialog {
    width: 420px;
}

.modalinsidepopup {
    z-index: 2000;
    margin-top: 3%;
}

@media (min-width:981px) and (max-width:8400px) {
}

@media (min-width:721px) and (max-width:980px) {
}


@media (min-width:320px) and (max-width:720px) {
    .forexdata .col-md-6, .forexdata .col-md-4 {
        padding: 0px;
    }
}




.forexdatalables label {
    /*color: #2E2C70;*/
    color: #132938;
    /*font-weight: 500;*/
    font-size: 13px;
    letter-spacing: 0.2px;
}

.btn-pmldata, .btn-pmldata:hover, .btn-pmldata:focus {
    color: #fff !important;
    background-color: #2E2C70;
    border-color: rgba(0, 0, 0, 0.2);
}


.btn-facebook, .btn-facebook:hover, .btn-facebook:focus {
    color: #ffffff !important;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google, .btn-google:hover, .btn-google:focus {
    color: #ffffff !important;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-social {
    padding: 8px 10px;
    position: relative;
    padding-left: 40px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    letter-spacing: 0.4px;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }


.menu-item-has-children ul a {
    line-height: 35px !important;
}



.sub-menu {
    position: absolute;
    background: #226f98;
    z-index: 5000;
    list-style: none;
    padding-left: 0;
}

    .sub-menu a, .sub-menu a:hover, .sub-menu a:focus {
        padding: 7px 20px !important;
        border-bottom: 1px solid #A6A6A6;
        display: inline-block;
        width: 100%;
        color: #fff;
        font-size: 14px;
    }


.modal-body .col-md-12, .modal-body .col-md-6, .modal-body .col-md-4, .modal-body .col-md-3 {
    padding: 5px;
}


.forexdivdetails {
    background-image: url(../images/slider/slider2.jpg);
    background-position: top right;
}

.profileusername {
    width: auto;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

@media (min-width:641px) and (max-width:8640px) {
    #submenudata {
        width: 175px !important;
    }
}


@media (min-width:320px) and (max-width:640px) {
    #submenudata {
        width: 90% !important;
        z-index: 5000;
        position: fixed;
        left: 17px !important;
    }
    .profileusername {
        width: auto;
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }
}

