﻿
* {
    margin: 0;
    padding: 0;
}

    *:focus {
        outline: none;
    }

body, html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Assistant', sans-serif;
}

.spanPolicy {
    font-size: 16px!Important;
    margin: 30px auto;
}

.spanPolicy span{
    font-size: 16px!Important;
}

.spanPolicy input {
    margin-right: 5px;
}

[dir="rtl"] .spanPolicy input {
    margin-right: 0;
    margin-left: 5px;
}

.lnkPolicy {
    color: #ffffff;
    text-align: left;
}

.unit {
    color: #9443CE;
}

.unitWhite {
    color: #ffffff;
}

input {
    cursor: pointer;
}

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%);
}

.Calculator {
    padding: 0 10px;
}

.Calculator .calcIcon {
    padding-top: 50px;
    width: 100%;
    text-align: center;
}

    .Calculator .calcIcon img {
        width: 25px;
    }

.Calculator .calcName {
    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;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #5ad3f0;
    text-align: center;
}

    .Calculator .calcFields #imgRaftersPurlins, #imgTopFlashingType {
        padding-top: 10px;
        width: 90px;
        font-size: 16px;
        border: none;
        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;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: none;
}

[dir="rtl"] #imgRaftersPurlins,
[dir="rtl"] #imgTopFlashingType,
[dir="rtl"] #imgWoodMetal {
    transform: rotateY(180deg);
}

.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;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    appearance: none;
}

.Calculator .calcFields #tblMaxDistance {
    border: 0 !important;
    color: white;
    margin-top: 20px;
    padding-left: 30px;
    margin-left: 15px;
    width: 250px;
    font-size: 16px;
}

[dir="rtl"] .Calculator .calcFields #tblMaxDistance {
    padding-right: 30px;
    margin-right: 15px;
    padding-left: 0;
    margin-left: auto;
}

.Calculator .calcFields #tblMaxDistance tr {
    text-align: left;
}

[dir="rtl"] .Calculator .calcFields #tblMaxDistance tr {
    text-align: right;
}

.Calculator .calcFields #tblMaxDistance tr td {
    display: none;
}

.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;
    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-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

[dir="rtl"] .Calculator .calcFields #selectProductType {
    padding-right: 30px;
    margin-right: 15px;
    padding-left: 0;
    margin-left: auto;
    background-position: 20px;
}

.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;
    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 {
    padding-right: 30px;
    margin-right: 15px;
    padding-left: 0;
    margin-left: auto;
    background-position: 20px;
}

.Calculator .coverGrid {
    margin-left: 60px;
}

[dir="rtl"] .Calculator .coverGrid {
    margin-left: auto;
    margin-right: 60px;
}

.Calculator .coverGrid table {
    border-spacing: 0px;
    border-collapse: collapse;
    
    font-size: 14px;
    color: white;
    text-align: center;
}

.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-right: 10px;
    margin-left: 0;
}

.Calculator .coverGrid .blueCheck img {
    width: 30px;
    margin-top: 7px;
    margin-left: 2px;
}

.divResults {
    text-align: center;
    width: 320px;
}

.divResults #tblResult {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    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-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%;
    }

    #resultGrid .coverGrid table tr {
            padding: 0px;
            margin: 0px;
        }

        #resultGrid .coverGrid table tr {
            text-align: center;
        }

        #resultGrid .coverGrid table tr td {
            width: auto;
            padding: 0px;
            margin: 0px;
            border-right: solid 1px white;
        }
                #resultGrid .coverGrid table .NoRightBorder {
                    border-right: none;
                }

    #resultGrid .coverGrid #rptGridHeaders {
        text-align: center;
    }

#resultGrid {
        border-bottom: none;
    }
#rowResultGrid {
    border-bottom: none;
}

#resultGrid .coverGrid .blueCheck {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 4px;
}

        #resultGrid .coverGrid .blueCheck img {
            width: 25px;
            margin-top: 7px;
            margin-left: 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;
    }

[dir="rtl"] .appName {
    text-align: right;
    padding-left: 0;
    margin: auto;
}

.application .appInfo {
    color: white;
    /*font-family: 'Myriad Pro';*/
    
    font-size: 16px;
    text-align: left;
    width: 180px;
    padding-bottom: 15px;
    padding-left: 70px;
}

[dir="rtl"] .appInfo {
    padding-left: 0;
    margin: auto;
    text-align: right;
}

.application .appImage img {
    width: 180px;
    height: 180px;
    -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;
}

[dir="rtl"] .bullet {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    margin: auto;
}

.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;
}

.btnCalc {
    position: fixed;
    position: relative!Important;
    bottom: 40px;
    width: 320px;
    padding-top: 50px;
}

.backnext {
    text-align: center;
    position: fixed;
    bottom: 40px;
    width: 320px;
}

[dir="rtl"] .backnext.btnCalc {
    width: 100%;
}

.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;
}

.largeBtn {
    width: 220px!Important;
}

.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;
}

[dir="rtl"] #popupInfo {
    margin-right: 2.5%;
    margin-left: 0;
    text-align: right;
}
    #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;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#popupInfo .tblInfo th {
    color: #000000;
    
    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;
}

[dir="rtl"] #popupInfo .tblInfo th {
    border-right: unset;
    border-left: solid 1px #d1d1d1;
}

#popupInfo .tblInfo th.tbl-head {
    text-align: left;
    font-size: 18px;
    width: 150px;
}

[dir="rtl"] #popupInfo .tblInfo th.tbl-head {
    text-align: right;
}

#popupInfo .tblInfo tr .name {
    padding-left: 10px;
    text-align: left;
}

[dir="rtl"] #popupInfo .tblInfo tr .name {
    text-align: right;
}

[dir="rtl"] #popupInfo .tblInfo tbody > tr > td.name {
    border-right: unset;
}

#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;
}

[dir="rtl"] #popupInfo .tblInfo tbody > tr > td:last-child {
    border-left: 0;
    border-right: solid 1px #d1d1d1;
}

#popupInfo .tblInfo tbody > tr > th:last-child {
    border-right: 0;
}

[dir="rtl"] #popupInfo .tblInfo tbody > tr > th:last-child {
    border-left: 0;
    border-right: solid 1px #d1d1d1;
}


#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;
    }

#popupBoQ {
    /*position:fixed;*/
    display: inline-block;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    /* Fallback (could use .jpg/.png alternatively) */
    background-color: #ffffff;
    border: solid 1px #272727;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.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%;
}

.tblBoQ tr td.tbl-boq-control {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

[dir="rtl"] .tblBoQ tr td.tbl-boq-control {
    flex-direction: row;
}

.tblBoQData {
    width: 100%;
    height: 300px !Important;
    overflow-y: scroll;
    border-spacing: 0px;
    border-collapse: separate;
    color: #272727;
}

.tblBoQData .num {
    text-align: center;
    width: 40px;
}

.tblBoQData th {
    color: #23a3ec;
    
    font-size: 15px;
    border-bottom: solid 2px #272727;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: white;
}

[dir="rtl"] .tblBoQData th {
    text-align: right;
    padding-right: 10px;
    padding-left: 0;
}

.tblBoQData tr td {
    
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: solid 1px #d1d1d1;
}

[dir="rtl"] .tblBoQData tr td {
    text-align: right;
    padding-right: 10px;
    padding-left: 0;
}

.tblBoQData tr:nth-child(odd) {
    background-color: #ffffff;
}

.tblBoQData tr:nth-child(even) {
    background-color: #edf5f8;
}

.tblSignin {
    padding-left: 10px;
    margin-left: 5px;
    height: 100%;
    width: 100%;
    width: 280px;
    
}

.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;
}

input#username {
    background-image: url(../images/Sign_in_icon.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px;
    background-color: #5f5f5f;
    margin-top: 0px;
    padding: 0 30px;
    margin-left: 15px;
    width: 200px;
    height: 50px;
    font-size: 16px;
    border: none;
    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: white;
}

[dir="rtl"] input#username {
    direction: ltr;
    text-align: left;
}

input#password {
    background-image: url(../images/Sign_in_icon.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px;
    background-color: #5f5f5f;
    margin-top: 15px;
    padding: 0 30px;
    margin-left: 15px;
    width: 200px;
    height: 50px;
    font-size: 16px;
    border: none;
    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: white;
}

[dir="rtl"] input#password {
    direction: ltr;
    text-align: left;
}

input#btnSignin {
    background-color: #bdd63d;
    margin-top: 40px;
    margin-left: 15px;
    width: 260px;
    height: 50px;
    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;
}

.divSignin {
    width: 260px;
    margin-left: 15px;
    
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.divSignin span {
    text-align: left;
    padding-left: 10px;
    padding: 10px;
    float: left;
    
    font-size: 16px;
}

.divSignin img {
    text-align: left;
    border-radius: 50px;
    padding: 5px;
    float: right;
    background-color: white;
}

#divLinks {
    width: 260px;
    margin-left: 15px;
    
    font-size: 14px;
}

#divLinks #createAccount {
    text-align: left;
    padding-left: 10px;
    float: left;

    
    font-size: 13px;
}

#divLinks #forgotPassword {
    text-align: right;
    padding-right: 10px;
    float: right;
    font-family: 'Myriad Pro';
    font-size: 13px;
}

.footer {
    
    position: relative;
    position: fixed;
    color: white;
    text-align: left;
    margin: 20px 0 0 10px; 
    width: 265px;
    padding: 0 0 0 80px;
    left: 0px;
    right: 0px;
    bottom: 80px;
}

[dir="rtl"] .footer {
    text-align: right;
    padding: 0 80px 0 0;
    margin: 20px 10px 0 0;
}

.footer #loggedUser {
    float: left;
    font-weight: bold;
    color: #23a3ec;
    width: 265px;
    text-align: right;
}

.footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#popupAccount {
    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;
    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 .imgClose.small:hover {
    cursor: pointer;
}

#popupAccount #panelAccount table {
    
    font-size: 20px;
    height: 200px;
    text-align: center;
    color: white;
    background-color: #5f5f5f;
    padding: 80px;
    width: 40%;
    margin: 7% auto;
    border-radius: 10px;
}

#popupAccount #panelAccount table tr {
    height: 50px;
}

#popupAccount #panelAccount table tr td span {
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-size: 30px;
}

#popupAccount #panelAccount table .form-field-container {
    width: 340px;
    margin: auto;
    position: relative;
}

#popupAccount #panelAccount table .form-field-container::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    width: 20px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 0; 
}

[dir="rtl"] #popupAccount #panelAccount table .form-field-container::before {
    right: 0;
}

#popupAccount #panelAccount table .form-field-container.account-name::before {
    background-image: url(../images/Calc_SaveBoQ_Name_Icon.png);
}

#popupAccount #panelAccount table .form-field-container.account-email::before {
    background-image: url(../images/Calc_SaveBoQ_Email_Icon.png);
}

#popupAccount #panelAccount table .form-field-container.account-password::before {
    background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
}

#popupAccount #panelAccount table .form-field-container input {
    margin-top: 10px;
    padding: 0 30px;
    width: 200px;
    height: 50px;
    font-size: 16px;
    border: none;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

#popupAccount #panelAccount table .form-field-container input:hover {
    cursor: text;
}

input#btnCreateAccount {
    background-color: #bdd63d;
    margin-top: 10px;
    width: 360px;
    margin-left: 15px;
    height: 50px;
    font-size: 16px;
    border: none;
    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: white;
    font-weight: bold;
}

#popupSave {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: 16000 !Important;
}

#popupSave #panelSave {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    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;
    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-size: 20px;
    height: 200px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: white;
}

#popupSave #panelSave table tr {
    height: 50px;
}

#popupSave #panelSave table tr td span {
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-size: 30px;
}

#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: 10px;
}

#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: 10px;
}

#popupSave #panelSave table #txtYourPassword {
    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: 10px;
}

#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: 10px;
}

#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: 10px;
}

input#btnSaveBoQ {
    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;
}


#popupSend {
    /*position:fixed;*/
    display: inline-block;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: 16000 !Important;
}

    #popupSend #panelSend {
        /*height: 90%;*/
        position: absolute;
        /*width: 90%;
        margin-left: auto;
        margin-right: auto;*/
        top: 40px;
        bottom: 40px;
        left: 40px;
        right: 40px;
        /*margin-top: 3%;*/
        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;
    }

        #popupSend #panelSend table {
            /*font-family: 'Myriad Pro';*/
            
            font-size: 20px;
            height: 200px;
            padding-top: 20px;
            width: 100%;
            text-align: center;
            color: white;
        }

            #popupSend #panelSend table tr {
                height: 50px;
            }

                #popupSend #panelSend table tr td span {
                    padding-bottom: 50px;
                    margin-bottom: 50px;
                    font-size: 30px;
                }

            #popupSend #panelSend table #txtYourNameSend {
                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: 10px;
            }

            #popupSend #panelSend table #txtYourEmailSend {
                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: 10px;
            }

            #popupSend #panelSend table #txtYourBoQTitleSend {
                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: 10px;
            }

input#btnSendToAny {
    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;
}

.txtBox {
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 20px;
    margin-top: 0px;
    padding-left: 60px;
    margin-left: 15px;
    width: 300px;
    height: 50px;
    font-size: 16px;
    border: none;
    /*font-family: 'Myriad Pro';*/
    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

#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;
    text-transform: uppercase;
}

[dir="rtl"] #systemContent table .SysTitle {
    text-align: right;
    padding-right: 5%;
    padding-left: 0;
}

    #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 {
    width: 12px;
    color: #9443CE;
    font-weight: bold;
    display: table;
    width: 220px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
}

[dir="rtl"] #systemContent .product {
    margin-right: 10%;
    margin-left: 0 !important;
}

#systemContent .product a {
    /*clear: both;*/
    color: #9443CE;
    font-weight: bold;
    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;
}

[dir="rtl"] #systemContent .product a .productInfo {
    text-align: right;
}

.accordion {
    cursor: pointer;
    height: 40px;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}

.accordion div { 
    display:none; 
    border: none!Important;
    width: 100%;
    height: 40px;
    float: left;
    margin-left: 0!Important;
    position: relative;
    padding: 10px 0px 10px 0px!Important;
}

[dir="rtl"] .accordion div {
    float: right;
}

.accordion div .btn {
    background-color: #23a3ec;
    color: #ffffff;
    margin-top: 10px;
    /*margin-left: 10%;*/
    margin-right: 10%;
    margin-bottom: 10px;
    width: 100px;
    height: 35px;
    font-size: 16px;
    border: none;
    /*font-family: 'Myriad Pro';*/
    
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    float: left;
}

[dir="rtl"] .accordion div .btn {
    float: right;
    margin-left: 10%;
    margin-right: 0;
}

    .accordion div .cycle {
        width: 35px;
        font-family: 'Droid Sans Armenian';
    }

.accordion:target div {display:block;}
.accordion:after{position:relative;font-size:24px;color:#000;font-weight:bold;}

/*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;
}

[dir="rtl"] #systemContent table tr td div {
    margin-right: 0;
    margin-left: 10%;
}

#report {
    overflow-y: scroll;
    height: 100%;
    
    font-size: 16px;
}

#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;
    margin-left: 50px;
    padding-right: 5%;
}

#report #txtOrderID {
    color: black;
    text-align: left;
    float: left;
    font-weight: normal;
    margin-left: 90px;
    height: 30px;
    font-size: 16px;
    width: 300px;
}

#report #btnEdit {
    color: black;
    text-align: center;
    float: right;
    width: 120px;
    height: 25px;
    border: solid 1px #000;
    line-height: 27px;
    margin-right: 12%;
    margin-left: auto;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

[dir="rtl"] #report #btnEdit {
    margin-left: 12%;
    margin-right: auto;
    float: left;
}

#report #tblReport {
    margin-top: 10px;
    margin-left: 5%;
    
    text-align: center;
    font-size: 25px;
    overflow-y: scroll;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 90%;
}

#report #tblReport tbody {
    width: 100%;
    display: table;
}

#report #tblReport #rowHeader th {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    
    text-align: center;
    font-size: 16px;
    padding-bottom: 7px;
    padding-top: 8px;
    color: #22a3eb;
    font-weight: normal;
}

#report #tblReport tr td {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    border-left: solid 1px #d1d1d1;
}

#report #tblReport tr td.offer-description {
    padding-left: 40px;
    text-align: left;
}

[dir="rtl"] #report #tblReport tr td.offer-description {
    padding-right: 40px;
    padding-left: 0;
    text-align: right;
}

#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;
}

#report #rptFooter #tblFooter{
    border-top: solid 4px #000;
    
    border-spacing: 0px;
    border-collapse: collapse;
    width: 90%;
    height: 70px;
    margin-left: 5%;
    color: #7e7e7e;
    font-size: 12px;
}

#report #rptFooter #tblFooter tr td{
    height: 70px;
    vertical-align: bottom;
}

#report #rptFooter #tblFooter a{
    text-decoration: none;
}

#report #tblIcons {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#report #tblIcons tr {
    vertical-align: bottom;
}

#report #tblIcons tr td {
    text-align: center;
    color: #22a3eb;
    cursor: pointer;
    vertical-align: bottom;
    width: 70px;
    font-size: 14px;
}

#report #tblIcons a {
    text-align: center;
    color: #22a3eb;
    cursor: pointer;
}

#report #tblIcons a img {
    width: 30px;
}

#report #tblIcons img {
    width: 30px;
}

#report #tblIcons .btn {
    background-color: #23a3ec;
    color: #ffffff;
    margin-top: 10px;
    margin-right: 10%;
    margin-bottom: 10px;
    height: 40px;
    width: 120px;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;       
    padding-left: 10px; 
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 10px 5px; 
}

#report #tblIcons .lnkBtn {
    width: 160px;
}

#report #tblIcons #btnPrint {
    background-image: url("../images/Calc_BoQ_Print_Icon.png");
        
}

#report #tblIcons #btnSave {
    background-image: url("../images/Calc_BoQ_Save_Icon.png");
}

#report #tblIcons #btnSend {
    background-image: url("../images/Calc_BoQ_Send_Icon.png");
}

#report #tblIcons #btnInstallation {
    background-image: url("../images/Calc_BoQ_Installation_Icon.png");
}

.Error {
    color: red;
}

#errorPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15%;
    margin-left: -20%;
    border: 4px solid #9443ce;
    background-color: white;
    width: 40%;
    height: 20%;
    z-index: 50000;
    padding: 20px;
}

#errorPopup #errorTitle {
    padding-left: 10px;
    font-weight: bold;
}

#errorPopup #imgErrorClose {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

[dir="rtl"] #errorPopup #imgErrorClose {
    float: left;
}

#errorPopup #errorMessgae {
    padding-top: 20px;
    padding-left: 10px;
    line-height: 25px;
}
