﻿
/** {
    margin: 0;
    padding: 0;
}*/

*:focus {
    outline: none;
}

body, html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-width: 1400px !Important;
    font-family: 'Assistant', sans-serif;
}

input {
    cursor: pointer;
}

.loading {
    width: 300px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
}

#selectedApp {
    display: none;
}
#systemsList {
    display: none;
}

select {
    border: 0;
}

    select option {
        padding-left: 20px!Important;
        border: 0;
        background-color: #2392c0;
    }

    select:active, select:hover {
        outline-color: #1a7da6 !Important;
    }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.circle-mask {
    -webkit-mask-box-image: url(../images/mask.png);
}

.circleMaskPath {
    -webkit-clip-path: circle(50%, 50%, 50%);
}

.calcIcon {
    /*width: 100%;*/
    text-align: center;
    position: relative;
    padding-top: 7.5%;
    background-color: #ffffff;
}

.calcIcon img {
    position: absolute;
    width: 15%;
    z-index: 10000;
    margin-top: -7.5%;
    margin-left: -7.5%;
}

[dir="rtl"] .calcIcon img {
    margin-right: -7.5%;
}

::-webkit-scrollbar {
    display: none;
}

.Calculator {
    margin-top: 7.5%;
}

[dir="rtl"] .Calculator {
    padding: 0 30px;
}

.Calculator .calcName {
    text-transform: uppercase;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    color: #000000;
       
    font-size: 20px;
}

.Calculator .calcInfo {
    padding: 40px;
    text-align: center;
    color: #ffffff;
       
    font-size: 16px;
}

.Calculator .calcFields {
    text-align: center;
    width: 100%;
       
    font-size: 16px;
    color: #ffffff;
}

.Calculator .calcFields #txtWidth {
    margin-top: 10px;
    width: 100px;
    height: 40px;
    font-size: 16px;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #5ad3f0;
    text-align: center;
}

.Calculator .calcFields #txtLength {
    margin-top: 10px;
    width: 100px;
    height: 40px;
    font-size: 16px;
    border: none;
    /*font-family: 'Myriad Pro';*/
       
    color: white;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #5ad3f0;
    text-align: center;
}

[dir="rtl"] #imgRaftersPurlins,
[dir="rtl"] #imgTopFlashingType,
[dir="rtl"] #imgWoodMetal {
    transform: rotateY(180deg);
}

.Calculator .calcFields #imgRaftersPurlins {
    padding-top: 10px;
    width: 90px;
    font-size: 16px;
    border: none;
    /*font-family: 'Myriad Pro';*/
       
    color: white;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: none;
}

.Calculator .calcFields #imgWoodMetal {
    padding-top: 10px;
    width: 90px;
    font-size: 16px;
    border: none;
    /*font-family: 'Myriad Pro';*/
       
    color: white;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: none;
}

.Calculator .calcFields #selectMaxDistance {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 !important; /*REMOVES BORDER*/
    background-image: url(../images/Calc_Dropdown_Arrow.png);
    background-size: 22px 15px;
    background-repeat: no-repeat;
    background-position: 180px;
    background-color: #5ad3f0;
    color: white;
    /*text-align: center;*/
    margin-top: 0px;
    padding-left: 30px;
    margin-left: 15px;
    width: 220px;
    height: 45px;
    font-size: 16px;
    border: none;
    /*font-family: 'Myriad Pro';*/
       
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    appearance: none;
}

.Calculator .calcFields #tblMaxDistance {
    border: 0 !important; /*REMOVES BORDER*/
    color: white;
    /*text-align: center;*/
    width: 90%;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 15px;
    margin-right: 15px;
            
    font-size: 16px;
}

.Calculator .calcFields #tblMaxDistance tr {
    text-align: left;
}

[dir="rtl"] .Calculator .calcFields #tblMaxDistance tr {
    text-align: right;
}

.Calculator .calcFields #tblMaxDistance tr td {
}

.Calculator .calcFields #tblMaxDistance .tdLine {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: solid 1px white;
}


.Calculator .calcFields #selectProductType {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 !important; /*REMOVES BORDER*/
    background-image: url(../images/Calc_Dropdown_Arrow.png);
    background-size: 22px 15px;
    background-repeat: no-repeat;
    background-position: 180px;
    background-color: #5ad3f0;
    color: white;
    margin-top: 0px;
    padding-left: 30px;
    margin-left: 15px;
    width: 220px;
    height: 45px;
    font-size: 16px;
    border: none;
       
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

[dir="rtl"] .Calculator .calcFields #selectProductType {
    background-position: 20px;
    padding-left: 0;
    margin-left: 0;
    padding-right: 30px;
    margin-right: 15px;
}

.viewport {
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 3px;
}

.Calculator .calcFields #selectColor {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 !important; /*REMOVES BORDER*/
    background-image: url(../images/Calc_Dropdown_Arrow.png);
    background-size: 22px 15px;
    background-repeat: no-repeat;
    background-position: 180px;
    background-color: #5ad3f0;
    color: white;
    margin-top: 20px;
    padding-left: 30px;
    margin-left: 15px;
    width: 220px;
    height: 45px;
    font-size: 16px;
    border: none;
       
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

[dir="rtl"] .Calculator .calcFields #selectColor {
    background-position: 20px;
    padding-left: 0;
    margin-left: 0;
    padding-right: 30px;
    margin-right: 15px;
}


.Calculator .coverGrid {
    /*margin-left: 60px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .Calculator .coverGrid table {
        margin-left: 20%;
        width: 60%;
        border-spacing: 0px;
        border-collapse: collapse;
           
        font-size: 14px;
        color: white;
        text-align: center;
    }

[dir="rtl"] .Calculator .coverGrid table {
    margin: auto;
}

.Calculator .coverGrid table tr {
}

.Calculator .coverGrid table tr td {
    width: auto;
}

.Calculator .coverGrid .blueCheck {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: #5cc3ee;
    border: solid 1px #8fd6f3;
    cursor: pointer;
}

[dir="rtl"] .Calculator .coverGrid .blueCheck {
    margin-left: 0;
    margin-right: 10px;
}

.Calculator .coverGrid .blueCheck img {
    width: 30px;
    margin-top: 7px;
    margin-left: 2px;
}

[dir="rtl"] .Calculator .coverGrid .blueCheck img {
    margin-left: 0;
    margin-right: 2px;
}

.divResults {
    text-align: center;
}

.divResults #tblResult {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    width: 80%;
    padding-top: 20px;
    margin-top: 20px;
    color: white;
       
    font-size: 14px;
    text-align: left;
}

[dir="rtl"] .divResults #tblResult {
    text-align: right;
}

.divResults #tblResult tr {
    border-bottom: solid 1px white;
}

.divResults #tblResult tr td {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: solid 1px white;
}

#resultGrid .coverGrid {
    margin-left: 0px;
    color: white;
    /*font-family: 'Myriad Pro';*/
       
    font-size: 14px;
    padding-top: 10px;
}

#resultGrid .coverGrid table {
    border-spacing: 0px;
    border-collapse: collapse;
    /*font-family: 'Myriad Pro';*/
       
    font-size: 14px;
    color: white;
    text-align: left;
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

[dir="rtl"] #resultGrid .coverGrid table {
    text-align: right;
}

#resultGrid .coverGrid table tr {
    padding: 0px;
    margin: 0px;
}

#resultGrid .coverGrid table tr td {
    width: auto;
    padding: 0px;
    margin: 0px;
    border-right: solid 1px white;
}

[dir="rtl"] #resultGrid .coverGrid table tr td {
    border-right: none;
    border-left: solid 1px white;
}



    #resultGrid .coverGrid #rptGridHeaders {
        text-align: center;
    }

#resultGrid .coverGrid table .NoRightBorder {
    border-right: none;
}

#resultGrid {
    border-bottom: none;
}

#rowResultGrid {
    border-bottom: none;
}

#resultGrid .coverGrid .blueCheck {
    width: 30px;
    height: 30px;
    margin-left: 4px;
    cursor: pointer;
}

[dir="rtl"] #resultGrid .coverGrid .blueCheck {
    margin-left: 0;
    margin-right: 4px;
}

#resultGrid .coverGrid .blueCheck img {
    width: 25px;
    margin-top: 7px;
    margin-left: 2px;
}

[dir="rtl"] #resultGrid .coverGrid .blueCheck img {
    margin-left: 0;
    margin-right: 2px;
}

#systemContent {
    width: 100%;
    height: 100%;
}

    #systemContent table {
        border-spacing: 0px;
        border-collapse: collapse;
        width: 100%;
        /*height: 100%;*/
        background-color: #F3F3F3;
        /*font-family: 'Myriad Pro';*/
           
    }


.application {
    text-align: center;
    padding-top: 150px;
}

    .application .appName {
        color: white;
        /*font-family: 'Myriad Pro';*/
           
        font-size: 40px;
        text-align: left;
        width: 180px;
        padding-bottom: 10px;
        padding-left: 70px;
    }

    .application .appInfo {
        color: white;
        /*font-family: 'Myriad Pro';*/
           
        font-size: 16px;
        text-align: left;
        width: 180px;
        padding-bottom: 15px;
        padding-left: 70px;
    }

    .application .appImage img {
        width: 180px;
        height: 180px;
        /*-moz-border-radius: 50% 70%;
        -webkit-border-radius: 50% 70%;
        -khtml-border-radius: 50% 70%;
        border-radius: 50% 70%;*/
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
    }

.rounded {
    -moz-border-radius: 50% 70%;
    -webkit-border-radius: 50% 70%;
    -khtml-border-radius: 50% 70%;
    border-radius: 50% 70%;
}


.bullet {
    height: 30px;
    text-align: center;
    padding-left: 70px;
    padding-top: 15px;
}

    .bullet div {
        width: 5px;
        height: 5px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-width: 5px;
        border-style: solid;
        float: left;
        margin: 15px;
    }

    .bullet .on {
        background-color: #000000;
        border-color: #000000;
    }

    .bullet .off {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.backnext {
    text-align: center;
    position: fixed;
    bottom: 40px;
    width: 320px;
}

    .backnext .btn {
        margin-left: 10px;
        margin-right: 10px;
        width: 100px;
        height: 50px;
        font-size: 20px;
        border: none;
        /*font-family: 'Myriad Pro';*/
           
        color: #777777;
        color: #353535;
        /*font-weight: bold;*/
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
    }

.blue {
    color: white !Important;
    background-color: #003875 !Important;
}

.enabled {
    background-color: #ffffff;
    color: #777777;
}

.disabled {
    background-color: #4db6ef;
    color: #ebebeb;
}

.gradient {
    /* Fallback (could use .jpg/.png alternatively) */
    background-color: #22b7eb;
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-gradient(linear, from(#22caeb), to(#22a3eb));
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -webkit-linear-gradient(#22caeb, #22a3eb);
    /* Firefox 3.6 - 15 */
    background-image: -moz-linear-gradient(#22caeb, #22a3eb);
    /* Opera 11.1 - 12 */
    background-image: -o-linear-gradient(#22caeb, #22a3eb);
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image: linear-gradient(#22caeb, #22a3eb);
}

#popupInfo {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 95%;
    width: 95%;
    margin-top: 2%;
    margin-left: 2.5%;
    border: solid 2px #9443ce;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    overflow-y: auto;
}

    #popupInfo tr:nth-child(odd) {
        background-color: #ffffff!Important;
    }

    #popupInfo tr:nth-child(even) {
        background-color: #ffffff!Important;
    }

    #popupInfo table th {
        background-color: #ffffff!Important;
    }

    #popupInfo .tblInfo {
        border-spacing: 0px;
        border-collapse: collapse;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        color: #000000;
        overflow-y: hidden;
        background-color: #ffffff!Important;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }

        #popupInfo .tblInfo th {
            color: #000000;
            /*font-family: 'Myriad Pro';*/
               
            font-size: 14px;
            border-bottom: solid 1px #a9a9a9;
            border-right: solid 1px #d1d1d1;
            text-align: center;
            padding-bottom: 10px;
            width: 15%;
            height: 25px !Important;
            font-weight: normal;
        }

        #popupInfo .tblInfo tr .name {
            padding-left: 10px;
            text-align: left;
        }

        #popupInfo .tblInfo tr td {
            padding-left: 10px;
            text-align: center;
            height: 50px;
            font-weight: normal;
        }

        #popupInfo .tblInfo th img {
            width: 40px;
            padding-bottom: 10px;
        }

        #popupInfo .tblInfo th {
            min-width: 50px !Important;
        }

        #popupInfo .tblInfo tbody > tr:last-child > td {
            border-bottom: 0;
        }

        #popupInfo .tblInfo tbody > tr > td:last-child {
            border-right: 0;
        }

        #popupInfo .tblInfo tbody > tr > th:last-child {
            border-right: 0;
        }


    #popupInfo .tblInfoData {
        width: 100%;
        border-spacing: 0px;
        border-collapse: separate;
        color: #272727;
    }

        #popupInfo .tblInfoData .num {
            text-align: center;
            border-left: none;
            width: 40px;
        }

        #popupInfo .tblInfoData th {
            color: #000000;
            /*font-family: 'Myriad Pro';*/
               
            font-size: 12px;
            border-bottom: solid 2px #272727;
            text-align: center;
            padding-left: 10px;
            padding-bottom: 10px;
        }

            #popupInfo .tblInfoData th img {
                width: 30px;
            }

        #popupInfo .tblInfoData tr td {
            /*font-family: 'Myriad Pro';*/
               
            font-size: 15px;
            text-align: left;
            padding-left: 10px;
            padding-top: 20px;
            padding-bottom: 20px;
            border-left: solid 1px #272727;
        }

        #popupInfo .tblInfoData tr:nth-child(odd) {
            background-color: #ffffff;
        }

        #popupInfo .tblInfoData tr:nth-child(even) {
            background-color: #edf5f8;
        }

.imgClose {
    width: 20px;
    height: 20px;
    float: right;
}

.title {
    float: left;
    color: black;
    /*font-family: 'Myriad Pro';*/
       
}

.small {
    margin: 10px;
    font-size: 10px;
}

.large {
    margin: 30px;
    font-size: 25px;
}

.tblBoQ {
    width: 100%;
}




.tblSignin {
    padding-left: 10px;
    margin-left: 5px;
    height: 100%;
    width: 100%;
    width: 280px;
    /*font-family: 'Myriad Pro';*/
       
}

    .tblSignin tr td {
        height: 50px !Important;
    }

        .tblSignin tr td span {
            color: white;
            white-space: nowrap;
            float: left;
        }

        .tblSignin tr td img {
            width: 20px;
            height: 20px;
            float: right;
            color: white;
            white-space: nowrap;
        }

.divSignin {
    width: 80%;
    margin-left: 15px;
    /*font-family: 'Myriad Pro';*/
       
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .divSignin span {
        text-align: left;
        padding-left: 10px;
        padding: 10px;
        float: left;
        /*font-family: 'Myriad Pro';*/
           
        font-size: 16px;
    }

    .divSignin img {
        text-align: left;
        padding-left: 10px;
        float: right;
    }





#popupAccount {
    /*position:fixed;*/
    display: inline-block;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: 16000 !Important;
}

    #popupAccount #panelAccount {
        height: 90%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        padding-top: 20px;
        background-image: url(../images/Calc_SaveBoQ_bg.png);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #5f5f5f;
        /* Fallback (could use .jpg/.png alternatively) */
        background-color: #f5f5f5;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }

        #popupAccount #panelAccount table {
            /*font-family: 'Myriad Pro';*/
               
            font-size: 20px;
            height: 200px;
            padding-top: 80px;
            width: 100%;
            text-align: center;
            color: white;
        }

            #popupAccount #panelAccount table tr {
                height: 50px;
            }

                #popupAccount #panelAccount table tr td span {
                    padding-bottom: 50px;
                    margin-bottom: 50px;
                    font-size: 30px;
                }

            #popupAccount #panelAccount table #accountName {
                background-image: url(../images/Calc_SaveBoQ_Name_Icon.png);
                background-size: 20px 8px;
                background-color: #5f5f5f;
                color: #ffffff;
                opacity: 0.9;
                filter: alpha(opacity=90);
                margin-top: 10px;
            }

            #popupAccount #panelAccount table #accountEmail {
                background-image: url(../images/Calc_SaveBoQ_Email_Icon.png);
                background-size: 20px 17px;
                background-color: #5f5f5f;
                color: #ffffff;
                opacity: 0.8;
                filter: alpha(opacity=80);
                margin-top: 10px;
            }

            #popupAccount #panelAccount table #accountPassword {
                background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
                background-size: 20px 25px;
                background-color: #5f5f5f;
                color: #ffffff;
                opacity: 0.9;
                filter: alpha(opacity=90);
                margin-top: 10px;
            }

            #popupAccount #panelAccount table #accountRetypePassword {
                background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
                background-size: 20px 25px;
                background-color: #5f5f5f;
                color: #ffffff;
                opacity: 0.9;
                filter: alpha(opacity=90);
                margin-top: 10px;
            }

input#btnCreateAccount {
    background-color: #bdd63d;
    margin-top: 10px;
    width: 360px;
    margin-left: 15px;
    height: 50px;
    font-size: 16px;
    border: none;
    /*font-family: 'Myriad Pro';*/
       
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: white;
    font-weight: bold;
}

.SaveBoQ {
    background-image: url(../images/Calc_SaveBoQ_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #5f5f5f;
    /* Fallback (could use .jpg/.png alternatively) */
    background-color: #f5f5f5;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    /*position: fixed;*/
    z-index: 11000;
    top: 10px;
    left: 0px;
    bottom: 5px;
    right: 0px;
    height: 95%;
}

#txtYourNameSend {
    background-image: url(../images/Calc_SaveBoQ_Name_Icon.png);
    background-size: 20px 8px;
}

#txtYourEmailSend {
    background-image: url(../images/Calc_SaveBoQ_Email_Icon.png);
    background-size: 20px 17px;
}

.txtIcon {
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-color: #5f5f5f;
    background-color: #7c9da6;
    color: white;
    padding-left: 50px !Important;
    margin-bottom: 15px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border: none !Important;
}

[dir="rtl"] .txtIcon {
    padding-right: 20px;
}

.txtIcon::-webkit-input-placeholder {
    color: white;
    font-weight: 400;
}

.txtIcon:-moz-placeholder { /* Firefox 18- */
    color: white;
    font-weight: 400;
}

.txtIcon::-moz-placeholder { /* Firefox 19+ */
    color: white;
    font-weight: 400;
}

.txtIcon:-ms-input-placeholder {
    color: white;
    font-weight: 400;
}

.btnSaveBoQ {
    background-color: #bdd63d;
    font-size: 16px;
    /*font-family: 'Myriad Pro';*/
       
    color: white;
    /*font-weight: bold;*/
    margin-bottom: 20px;
}

#accountName {
    background-image: url(../images/Calc_SaveBoQ_Name_Icon.png);
    background-size: 20px 10px;
}

#accountEmail {
    background-image: url(../images/Calc_SaveBoQ_Email_Icon.png);
    background-size: 20px 15px;
}

#accountPassword {
    background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
    background-size: 20px 25px;
}

#accountRetypePassword {
    background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
    background-size: 20px 25px;
}

#txtYourName {
    background-image: url(../images/Calc_SaveBoQ_Name_Icon.png);
    background-size: 20px 10px;
}

#txtYourEmail {
    background-image: url(../images/Calc_SaveBoQ_Email_Icon.png);
    background-size: 20px 15px;
}

#txtYourPassword {
    background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
    background-size: 20px 25px;
}

#txtReYourPassword {
    background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
    background-size: 20px 25px;
}

#txtYourBoQTitle {
    background-image: url(../images/Calc_SaveBoQ_Name_Icon.png);
    background-size: 20px 10px;
}

#popupSave {
    /*position:fixed;*/
    display: inline-block;
    margin: 0px;
    padding: 0px;
    /*height: 100%;*/
    top: 160px;
    width: 100%;
    z-index: 16000 !Important;
}

    #popupSave #panelSave {
        height: 70%;
        position: absolute;
        position: relative;
        /*width: 90%;
        margin-left: auto;
        margin-right: auto;*/
        top: 5px;
        /*bottom: 10px;*/
        /*left: 10px;
        right: 10px;*/
        /*margin-top: 3%;*/
        margin: 10px;
        background-image: url(../images/Calc_SaveBoQ_bg.png);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #5f5f5f;
        /* Fallback (could use .jpg/.png alternatively) */
        background-color: #f5f5f5;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }

        #popupSave #panelSave table {
            /*font-family: 'Myriad Pro';*/
               
            font-size: 20px;
            text-align: center;
            color: white;
            display: inline-block;
            /*position: absolute;*/
            /*top: 5px;*/
            /*bottom: 10px;*/
            /*left: 10px;
            right: 10px;*/
        }

            #popupSave #panelSave table tbody {
                /*font-family: 'Myriad Pro';*/
                   
                font-size: 20px;
                text-align: center;
                color: white;
                display: inline-block;
                /*position: absolute;*/
                /*bottom: 10px;*/
                /*left: 10px;
            right: 10px;*/
                top: 5px;
                width: 100%;
            }

            #popupSave #panelSave table tr {
                height: 40px;
                width: 100%;
            }

                #popupSave #panelSave table tr td {
                    width: 100%;
                }

                    #popupSave #panelSave table tr td span {
                        padding-bottom: 30px;
                        margin-bottom: 30px;
                        font-size: 20px;
                    }

            #popupSave #panelSave table #txtYourName {
                background-image: url(../images/Calc_SaveBoQ_Name_Icon.png);
                background-size: 20px 8px;
                background-color: #5f5f5f;
                color: white;
                opacity: 0.9;
                filter: alpha(opacity=90);
                margin-top: 5px;
            }

            #popupSave #panelSave table #txtYourEmail {
                background-image: url(../images/Calc_SaveBoQ_Email_Icon.png);
                background-size: 20px 17px;
                background-color: #5f5f5f;
                color: white;
                opacity: 0.8;
                filter: alpha(opacity=80);
                margin-top: 5px;
            }

            #popupSave #panelSave table #txtYourPassword {
                background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
                background-size: 20px 25px;
                background-color: #5f5f5f;
                /*background-color: #71b0bf;*/
                color: white;
                opacity: 0.9;
                filter: alpha(opacity=90);
                margin-top: 5px;
            }

            #popupSave #panelSave table #txtReYourPassword {
                background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
                background-size: 20px 25px;
                background-color: #5f5f5f;
                color: white;
                opacity: 0.9;
                filter: alpha(opacity=90);
                margin-top: 5px;
            }

            #popupSave #panelSave table #txtYourBoQTitle {
                background-image: url(../images/Calc_SaveBoQ_Name_Icon.png);
                background-size: 20px 8px;
                background-color: #5f5f5f;
                color: white;
                opacity: 0.9;
                filter: alpha(opacity=90);
                margin-top: 5px;
            }

input#btnSaveBoQ {
    background-color: #bdd63d;
    margin-top: 10px;
    width: 200px;
    margin-left: 15px;
    height: 50px;
    font-size: 16px;
    border: none;
    /*font-family: 'Myriad Pro';*/
       
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: white;
    font-weight: bold;
}

.txtBox {
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 20px;
    margin-top: 0px;
    margin-left: -10%;
    width: 70%;
    height: 40px;
    font-size: 16px;
    border: none;
    /*font-family: 'Myriad Pro';*/
       
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.smallHeaders th {
    padding-bottom: 3px;
    padding-top: 3px;
    font-weight: 500;
    font-size: 11px;
    min-width: 55px!Important;
    color: #9443ce;
}

.smallHeaders td img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
}

.smallHeaders #tdRankingText img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 15px;
}


#systemContent {
    overflow-y: scroll;
    display: inline;
    width: 100%;
}

    #systemContent table {
        border-spacing: 0px;
        border-collapse: collapse;
        background-color: #F3F3F3;
        /*font-family: 'Myriad Pro';*/
           
        width: 100%;
        overflow-y: scroll;
    }

        #systemContent table tbody {
            display: table;
            width: 99.9%!Important;
        }

        #systemContent table thead {
            width: 100%!Important;
        }

    #systemContent tr:nth-child(odd) {
        background-color: #E9EEF2;
    }

    #systemContent tr:nth-child(even) {
        background-color: #F3F3F3;
    }

    #systemContent table th {
        background-color: #F3F3F3;
        border: solid 1px #d1d1d1;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }

    #systemContent table .SysTitle {
        border-bottom: 1px solid #d1d1d1;
        vertical-align: bottom;
        padding-bottom: 20px;
        font-size: 24px;
        text-align: left;
        padding-left: 5%;
        font-weight: normal;
    }

    #systemContent table .icons th {
        padding-top: 30px;
    }

    #systemContent table .headers th {
        padding-bottom: 20px;
        padding-top: 10px;
        font-weight: normal;
        font-size: 14px;
        min-width: 55px!Important;
    }

    #systemContent table th img {
        vertical-align: top;
    }

    #systemContent table xxx.headerTextxxx {
        width: 100%;
        display: table-cell;
        height: 30px;
        bottom: 0px;
        border: solid 1px red;
        text-align: center;
        vertical-align: bottom;
        min-width: 80px!Important;
    }

    #systemContent table tr td {
        text-align: center;
        border: solid 1px #d1d1d1;
        border-left: none;
    }

        #systemContent table tr td img {
            width: 22px;
        }

    #systemContent .rating img {
        width: 12px;
    }

    #systemContent .product {
        /*clear: both;*/
        width: 12px;
        color: #9443CE;
        font-weight: bold;
        display: table;
        width: 220px;
        margin-top: 20px;
        margin-bottom: 10px;
        border: none;
    }

        #systemContent .product a {
            /*clear: both;*/
            width: 12px;
            color: #9443CE;
            font-weight: bold;
            padding: 10px;
            display: table-row;
            text-align: center;
        }

            #systemContent .product a .productImg {
                /*clear: both;*/
                width: 12px;
                color: #9443CE;
                font-weight: bold;
                float: left;
                display: table-cell;
                width: 100px;
            }

                #systemContent .product a .productImg img {
                    width: 100px;
                }

            #systemContent .product a .productInfo {
                text-align: left;
                color: #000000;
                font-weight: normal;
                float: right;
                display: table-cell;
                width: 100px;
                height: 100%;
                vertical-align: middle;
                padding-top: 10px;
            }

    /*Info button*/
#systemContent table tr td div {
    margin-left: auto;
    margin-right: auto;
    padding-top: 8%;
    padding-bottom: 5%;
    padding-left: 8%;
    padding-right: 8%;
    margin-left: 20%;
    margin-right: 10%;
    font-size: 18px;
    border: none;
       
    border: solid 2px #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #000000;
}

#report {
       
    font-size: 16px;
    width: 100%;
    background-color: #f3f3f3;
    overflow: auto;
}

#report #orderId {
    color: black;
    text-align: left;
    float: left;
    font-weight: normal;
    margin-right: 50px;
    padding-left: 5%;
    font-size: 26px;
}

[dir="rtl"] #report #orderId {
    text-align: right;
    float: right;
}

#report .order-edit {
    width: 100%;
    padding-left: 5%;
    padding-right: 2%;
}

#report #txtOrderID {
    color: black;
    text-align: left;
    float: left;
    font-weight: normal;
    /*margin-right: 50px;*/
    margin-left: 90px;
    height: 30px;
    font-size: 16px;
    width: 300px;
}

#report #btnEdit {
    color: black;
    text-align: center;
    float: right;
    width: 80px;
    height: 25px;
    border: solid 1px #000;
    line-height: 27px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

[dir="rtl"] #report #btnEdit {
    float: left;
    margin-left: 5px;
    margin-right: 0;
}

#report #tblReport {
    margin-top: 10px;
    /*margin-left: 5%;*/
    /*font-family: 'Myriad Pro';*/
       
    text-align: center;
    font-size: 25px;
    /*overflow-y: scroll;*/
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

        #report #tblReport tbody {
            width: 100%;
            display: table;
            overflow-x: scroll;
        }

        #report #tblReport #rowHeader {
            /*border: solid 1px #d1d1d1;*/
            /*padding-left: 5px;
            padding-right: 5px;*/
            margin-left: 5px;
            margin-right: 5px;
        }

            #report #tblReport #rowHeader th {
                /*font-family: 'Myriad Pro';*/
                   
                text-align: center;
                font-size: 16px;
                padding-bottom: 7px;
                padding-top: 8px;
                color: #22a3eb;
                /*background-color: #fff;*/
                font-weight: normal;
            }

        #report #tblReport tr {
            /*padding-left: 5px;
            padding-right: 5px;*/
            margin-left: 5px;
            margin-right: 5px;
            border-bottom: solid 1px #d1d1d1;
            color: #000;
        }

            #report #tblReport tr:last-child {
                border-bottom: none;
            }

            #report #tblReport tr td {
                padding: 15px;
                text-align: center;
                font-size: 16px;
                /*border-left: solid 1px #d1d1d1;*/
            }

                #report #tblReport tr td .boxData {
                    border: solid 1px #000;
                    width: 30px;
                    height: 30px;
                }

                #report #tblReport tr td:first-child {
                    border-left: 0;
                }

        /*#report #tblReport tr:nth-child(odd) {
            background-color: #ffffff;
        }

        #report #tblReport tr:nth-child(even) {
            background-color: #edf5f8;
        }*/

        #report #tblReport .txtEditQuantity {
            width: 50px;
            text-align: center;
        }

    #report #lblChange {
        color: red;
        float: left;
    }

    #report .txtChanged {
        color: red;
    }

    #report .rowChanged {
        background-color: #fce8ea!Important;
    }

.hscroll {
    /*background-color: red;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;*/
}

#rptMenu {
    /*width: 90%;
    margin-left: 5%;*/
    /*height: 100px;*/
    /*font-size: 14px;*/
    /*padding-top: 20px;*/
    /*color: #7e7e7e;*/
    background-color: #fff;
    background-color: #f3f3f3;
    position:absolute;
    height: 72px;
    top:140px;
    overflow: hidden;
    width:100%;
    display: none;
}

    #rptMenu #tblRptMenu {
        /*border-top: solid 4px #000;*/
        /*border-top: solid 1px #d1d1d1;*/
        /*font-family: 'Myriad Pro';*/
           
        border-spacing: 0px;
        border-collapse: collapse;
        /*width: 90%;*/
        height: 70px;
        /*margin-left: 5%;*/
        color: #7e7e7e;
        font-size: 12px;
        /*background: -webkit-linear-gradient(transparent, #f5f5f5);
        background: -moz-linear-gradient(transparent, #f5f5f5);
        background: -ms-linear-gradient(#ffffff, #f5f5f5);
        background: -o-linear-gradient(transparent, #f5f5f5);
        background: linear-gradient(transparent, #f5f5f5);*/
    }

        #rptMenu #tblRptMenu tr td {
            height: 70px;
            vertical-align: bottom;
        }

        #rptMenu #tblRptMenu a {
            text-decoration: none;
        }

    #rptMenu #tblIcons {
        float: right;
        height: 70px;
        padding-bottom: 10px;
        border-spacing: 0px;
        border-collapse: collapse;
    }

        #rptMenu #tblIcons tr {
            vertical-align: bottom;
        }

            #rptMenu #tblIcons tr td {
                text-align: center;
                color: #22a3eb;
                cursor: pointer;
                vertical-align: bottom;
                width: 70px;
                font-size: 14px;
            }

        #rptMenu #tblIcons a {
            text-align: center;
            color: #22a3eb;
            cursor: pointer;
        }

            #rptMenu #tblIcons a img {
                width: 30px;
            }

        #rptMenu #tblIcons img {
            width: 30px;
        }

.Error {
    /*text-decoration: underline;*/
    color: red;
}

#errorPopup {
    position: fixed;
    top: 20%;
    left: 15%;
    /*margin-top: -50%;
    margin-left: -15%;*/
    border: 2px solid #9443ce;
    background-color: white;
    width: 70%;
    z-index: 50000;
    padding: 20px;
    display: none;
    color: #000000;
}

#errorPopup #errorTitle {
    padding-left: 10px;
    font-weight: bold;
    /*font-family: 'Myriad Pro';*/
       
}

#errorPopup #imgErrorClose {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

[dir="rtl"] #errorPopup #imgErrorClose {
    float: left;
}

#errorPopup #errorMessage {
    padding-top: 20px;
    padding-left: 10px;
    line-height: 25px;
    /*font-family: 'Myriad Pro';*/
       
}

#errorPopup hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
