﻿
html * {
    font-family: 'Assistant', sans-serif;
    /*padding: 0;
    margin: 0;*/
    max-width: 1400px !Important;
}

body
{
   position: relative!Important;
}

a {outline : none;}

a img {outline : none;}

img {border : 0;}

/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper ul, #menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
}
#menuwrapper
{
    position:absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    right:0;
}


#myMenu {
    position:absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    right:0;
}

#topmenu{
    background-color: #353535;
    height: 65px;
    text-align: center;
    z-index: 9000;
}

[dir="rtl"] #topmenu {
    display: flex;
    flex-direction: row;
}

#topmenu img {
    left: 0px;
    margin: 10px;
    margin-top: 22px;
    margin-left: 22px;
    float: left;
    width: 20px;
    height: 16px;
}

[dir="rtl"] #topmenu img {
    margin-right: 22px;
    margin-left: auto;
    float: right;
}

#topmenu span {
    width: 100%;
    margin-left: -10%;
    clear: both;
    line-height: 65px;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

[dir="rtl"] #topmenu span {
    margin-right: -10%;
    margin-left: auto;
}

#sidemenu {
    position: relative;
    background: #272727;
    background-color: #444444;
    height: 100%;
    width: 80%;
    left: -80%;
    top: -65px;
    padding-top: 20px;
}

[dir="rtl"] #sidemenu {
    left: 0;
    right: -80%;
}

#sidemenu a {
    text-decoration: none;
}

#sidemenu .menuRow {
    margin-left: 25px;
    margin-top: 20px;
    width: 80%;
    display: inline-block;
}

[dir="rtl"] #sidemenu .menuRow {
    margin-right: 25px;
    margin-left: auto;
}

#sidemenu .menuRow #username {
    background-image: url(../images/Sign_in_icon.png);
    background-size: 20px 20px;
    background-color: #5f5f5f;
    color: white;
    opacity: 0.9;
    filter: alpha(opacity=90);
    margin-top: 5px;
    padding-left: 40px;
}

#sidemenu .menuRow #password {
    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;
    padding-left: 40px;
}

#sidemenu .menuRow img {
    width: 23px;
}

#sidemenu .menuRow span {
    padding-left: 10px;
}

#sidemenu #divLinks {
    font-size: 14px;
    color: #adadad;
}

.footer {
    position: relative;
    position: fixed;
    position: absolute;
    color: white;
    text-align: left;
    margin-top: 20px;
    padding-left: 10%;
    line-height: 40px;
    width: 90%;
    left: 0px;
    right: 0px;
    bottom: 80px;
    bottom: 7%;
}

    .footer #loggedUser {
        font-weight: bold;
        color: #23a3ec;
        width: 100%;
        text-align: right;
        float: right;
    }

    .footer #divHR {
        border-bottom: solid 1px #fff;
        float: right;
        width: 100%;
    }

    .footer hr {
        margin-top: 10px;
        left: 0px;
    }



/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li{
    height: 50px;
    line-height: 50px !Important;
    cursor:pointer;
    text-align:left;
    padding-left: 10%;
    font-size: 16px;
}

/* We apply the link style */
#menuwrapper ul li a{
    /*padding-top:20px;*/
    color:#ffffff;
    display:inline-block;
    text-decoration:none;
}

    #menuwrapper ul li a span {
        display:inline-block;
        line-height: 60px;
        vertical-align:top;
    }

#menuwrapper ul li a img{
    padding-top: 12px;
    width: 30px;
    height: 30px;
}

#menuwrapper ul li a.selected{
 	color:#ddd;   
}

#ulLogin {
    color:#fff;
    width: 90%;
}

    #ulLogin li {
        padding-left: -20% !Important;
        line-height: 40px !Important;
    }

    #ulLogin hr {
        width: 100%;
    }

    #ulLogin #username {
        background-image: url(../images/Sign_in_icon.png);
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: 10%;
        background-color: #5f5f5f;
        /*margin-top: 0px;*/
        padding-left: 60px;
        width: 75%;
        height: 40px;
        font-size: 16px;
        border: none;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        color: white;
    }

    #ulLogin #password {
        background-image: url(../images/Calc_SaveBoQ_Password_Icon.png);
        background-size: 25px 30px;
        background-repeat: no-repeat;
        background-position: 10%;
        background-color: #5f5f5f;
        /*margin-top: 10px;*/
        padding-left: 60px;
        width: 75%;
        height: 40px;
        font-size: 16px;
        border: none;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        color: white;
    }

    #ulLogin #btnSignin {
        background-color: #bdd63d;
        /*margin-top: 10px;*/
        width: 100%;
        height: 40px;
        font-size: 16px;
        border: none;
        color: white;
        font-weight: bold;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
    }

    #ulLogin #divLinks {
        width: 100%;
        font-size: 14px;
    }

    #ulLogin #divLinks #createAccount {
        text-align: left;
        float: left;
            
        font-size: 13px;
        padding: 0;
    }

    #ulLogin #divLinks #forgotPassword {
        text-align: right;
        float: right;
        font-size: 13px;
        padding: 0;
    }

#menuwrapper ul li ul li{
    color:#fff;
    background:transparent;
    padding:15px;

    text-align: center;
    display: table-cell;
}

#wrapperBoQ {
    position: fixed;
    z-index: 10000;
    top: 160px;
    top: 65px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #f3f3f3;
}
    #wrapperBoQ #popupBoQ {
        /*position:fixed;*/
        display: inline-block;
        margin: 0px;
        padding: 0px;
        height: 100%;
        width: 100%;
    }

    #wrapperBoQ #popupBoQ .tblBoQData {
    width: 100%;
    overflow-y: scroll;
    border-spacing: 0px;
    border-collapse: separate;
    
}
        #wrapperBoQ #popupBoQ .tblBoQ #rowHeader {
            border-bottom: solid 2px #000;
        }

    #wrapperBoQ #popupBoQ .tblBoQData .num {
        text-align: center;
        width: 60px;
        border-right: solid 1px #d1d1d1;
    }

    #wrapperBoQ #popupBoQ .tblBoQData tr td {
        font-size: 17px;
        color: #444444;
        text-align: left;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #d1d1d1;
    }

#contentwrapper
{
    display: none;
    z-index: 6000;
    position: relative;
    top:150px;
    top:142px;
    /*top:214px;*/
    height:100%;
    width: 100%;
    overflow-y: scroll;
}

#contentfull {
    position:fixed;
    left: 65px;
    left: 0px;
    top:0px;
    top:65px;
    bottom:0px; 
    right:0px; 
    padding: 20px;
    padding: 0px;
}

#contentleft {
    position: relative;
    height:100%;
    width: 100%;
    float: left;
    overflow-y: scroll;
    bottom:0; 
}

#contentright {
    /*left: 385px;*/
    position: relative;
    top:0px;
    bottom:0px; 
    right:0px;
    overflow-y: scroll;
    padding: 20px;
    padding: 0px;
}

.step {
    position: relative;
    /*position:absolute;*/
    height: 100%;
    overflow-y: scroll;
}

.showInline {
    visibility:visible !Important;
    /*display: inline !important;*/
    display: inline-block !important;
}

.show {
    visibility:visible !Important;
    display: block !important;
}

.hide {
    display: none !important;
    visibility:hidden !Important;
}

.rotate {
    width: 100%;
    clear: both;
    position:absolute;
    white-space: nowrap;
    left: 0px;
    bottom: 70px;
    color: #777777;
    font-size: 15px;

    font-weight: normal;
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.noRotate {
    width: 100%;
    clear: both;
    position:absolute;
    white-space: nowrap;
    left: 0px;
    color: #777777;
    font-size: 15px;
    
    /*font-family: 'MyriadProLight', 'Myriad Pro', 'MyriadProLight';*/
        
    font-weight: normal;
}


/* /////////////////////////////////   Temprary   ///////////////////////////////////*/
@font-face {
    font-family: MyriadPro;
    src: url('fonts/MyriadPro-Regular.otf');
}

@font-face {
    font-family: MyriadPro;
    src: url('fonts/MyriadPro-Regular.otf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html , body{
    height:100%;
    color:#fff;
}

.w3-sidenav{
    /*display: none;*/
}

h4{
    text-transform: uppercase;
}

.w-gray{
    background-color:#353535;
    padding: 0.5em 1em;
}

.w-gray>div{
    display: flex;
}

.w-gray a{
    outline: none;
    display: block;
}

.w-bar{
    margin-bottom: auto;
    margin-top: auto;
    height: 120%;
    width: 120%;
    display: inline-table;
    cursor: pointer;
    outline: none;
}

.w3-title {
    font-size: 1em;
    letter-spacing: 0.22em;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.w-height{
    height:30.5%;
}

.w-height>img{
    cursor:pointer;
}

.block-6{
    position:relative;
    background-color:#22C9EB;
    height:100%
  }

.block-6-parag{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 55%;
    width: 65%;
    display: inline-block;
  }

.block-6-parag span{
    padding:0;
    text-align: center;
}
.perg{
    text-align: center;
    font-size: 152%;
    font-weight: 200;
    line-height: 100%;
    display: block;
}

.diy{
    text-align: center;
    font-size: 444%;
    font-weight: 500;
    line-height: 100%;
    display: block;
}

.calc{
    text-align: center;
    font-size: 108%;
    background-color: #ffffff;
    color: #21a4ea;
    display: block;
    line-height: 122%;
    width: 95%;
    margin: auto;
    display: block;
}

.w3-headerProd {
    margin-top: 20px;
    margin-left: 2%;
    margin-right: 2%;
    /*background-color: #ffffff;
    border: solid 1px #979797;*/
    border-bottom: solid 1px #979797;
    height: 60px;
    padding-top: 10px;
}

    .w3-headerProd p {
        display: inline-block;
        font-weight: bold;
        color: #23a3ea !Important;
        vertical-align: middle;
        height: 100%;
    }

.w3-rowProd {
    text-align: center;
    border-bottom: solid 1px #CCC;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

#BoQDataList {
    display: none;
    overflow-y: scroll;
}
    #BoQDataList .w3-rowBoq {
        text-align: left;
        border-bottom: solid 1px #CCC;
        vertical-align: middle;
        color: #000;
        height: 52.28px;
    }

    #BoQDataList .w3-rowBoq .BoqNum {
            border-right: solid 1px #d1d1d1;
            text-align: center;
        }

    #BoQDataList .w3-rowBoqAcc {
        width: 100%;
        text-align: left;
        padding-left: 20%;
        vertical-align: middle;
        border-bottom: none;
        color: #9443ce;
        color: #000;
        height: 52.28px;
        background-color: #fff !Important;
    }

    #BoQDataList .w3-rowBoqPreviewAcc {
        float: left!Important;
        margin-right: 50px !Important;
        padding-left: 10px;
        padding-right: 10px;
        border: solid 1px #000;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        color: #9443ce;
        color: #000;
    }

        

    #BoQDataList .w3-rowBoqSelected {
        text-align: left;
        border-bottom: none;
        border-bottom: solid 0px #CCC;
        vertical-align: middle;
        color: #23a3ea;
        /*color: #000;*/
        height: 52.28px;
        background-color: #fff !Important;
    }
    

        #BoQDataList .w3-rowBoq div p {
            /*white-space: nowrap;*/
            text-overflow: ellipsis;
            text-overflow: clip ellipsis;
        }

h3 {
    font-size: 22px;
}

.w3-rowProd div{
    vertical-align: middle;
}

.w3-display-bottomleft{
    font-size:28px;
    font-weight:300;
}

.w-height .w3-container{
    padding: 0 0 4% 7%;
}

.w3-container nav{
    margin-bottom: auto;
    margin-top: auto;
    display: -webkit-inline-box;
}

.w3-gradient{
    background: #22cbec;
    background: -webkit-linear-gradient(#22cbec, #20a5e8);
    background: -o-linear-gradient(#22cbec, #20a5e8);
    background: -moz-linear-gradient(#22cbec, #20a5e8);
    background: linear-gradient(#22cbec, #20a5e8);
    padding:1.5% 4%;
    padding: 5px 10px;
    display: flex;
    position:absolute;
    top:65px;
    overflow: hidden;
    width:100%;
}

.img-box img{
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.w3-pagination-2 {
    display: inline-flex;
    margin: 8.5% auto;
    -webkit-padding-start: 0;
    width: 100%;
}

.w3-pagination-2 li {
    list-style: none;
    float: left;
    width: 0.8em;
    height: 0.8em;
    margin: auto 0 auto 0.4em;
    cursor: pointer;
    display: block;
}

.w3-pagination-2 li a {
    display:block;
    width:100%;
    height:100%;
    text-indent:-10000px;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;

}

.w3-pagination-2 li a.active {
    background: #000;
}

.w3-list{
    background-color:#f3f3f3;
    position: absolute;
    top:144px;
    top:140px;
    bottom:75px;
    overflow-y: auto;
    width:100%;
}

.w3-list h3{
    margin:auto;
    color:#9443ce;
    font-size:110%;
    font-weight: bolder;
    font-family: MyriadPro,Arial;
    letter-spacing: 0.02em;
}
.w3-list p{
    margin:auto;
    color:#000;
    font-size:0.78em;
}

.w3-list .w3-container{
    padding: 0.01em 1em;
}

.w-angle-container{
    text-align:center;
    padding: 0;
}
.w-angle-container img {
    width: 20px;
}

hr{
    height: 0;
    border: 0;
    border-top: 2px solid #dcdcdc;
    /*margin: 3% 0;*/
}

.w3-Skywhite{
    margin:auto;
    /*display:inline-block;*/
    /*line-height: 502%;*/
    width:100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    /*clear:both;*/
    /*position: absolute;*/
    /*overflow:hidden;*/
    /*line-height: 35px;*/
}

.w3-Skywhite a{
    line-height: normal;
    border: none;
    background: #fff;
    border-radius: 17px;
    margin-left: 0;
    padding: 2% 15%;
    outline: none;
    color:#000;
    text-decoration: none;
}

.w3-Skywhite .btnBlue{
    line-height: normal;
    border: none;
    background: #003875;
    border-radius: 17px;
    margin-left: 0;
    padding: 2% 15%;
    outline: none;
    color:#fff;
    text-decoration: none;
}

.w3-Skywhite a:last-child {
    margin-left:2%
}

.w3-Skyblue{
    background-color:#23a3ec;
    margin:auto;
    display:inline-block;
    line-height: 502%;
    width:100%;
    text-align: center;
    clear:both;
    position: absolute;
    bottom:0;
    overflow:hidden;
    line-height: 75px;
}

.w3-Skyblue a{
    line-height: normal;
    border: none;
    background: #fff;
    border-radius: 17px;
    margin-left: 0;
    padding: 2% 15%;
    outline: none;
    color:#000;
    text-decoration: none;
}

.w3-Skyblue a:last-child {
    margin-left:2%
}

.w3-center-radio {
    line-height: 200%;
    text-align: center;
}

.w3-center-radio input[type=radio]:not(old){
    width     : 2em;
    margin    : 0;
    padding   : 0;
    font-size : 1em;
    opacity   : 0;
    display: none;
    cursor: pointer;
    outline: none;
}

.w3-center-radio input[type=radio]:not(old) + label{
    margin: auto 0;
    display: -webkit-inline-box;
    line-height: 0;
    cursor: pointer;
    outline: none;
}

.w3-center-radio input[type=radio]:not(old) + label > span{
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin: 0.25em;
    border: 0.0625em solid #979797;
    border-radius: 2.25em;
    background: none;
    vertical-align: bottom;
    cursor: pointer;
    outline: none;
}

.radioCycle {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    border: 1px solid #979797;
    border-radius: 5px;
    background: none;
    vertical-align: bottom;
    cursor: pointer;
    outline: none;
}

.w3-center-radio input[type=radio]:not(old):checked + label > span{
    background-color:#23A3EC;
    border: 0.0625em solid #23A3EC;
    border-radius: 2.25em;
}

.w3-center-radio input[type=radio]:not(old):checked + label > span:before{
    background: url('../images/Calc_V_Icon.png') no-repeat center center;
    display: block;
    width: .8em;
    height: 1.2em;
    content: "";
    background-size: 100%;
    margin: auto;
}

.radio-btn{
    display: inherit;
    text-align:center;
}

.w3-title-System {
    display: block;
    line-height: inherit;
    padding: 0.01em 0;
    margin-top: auto;
    margin-bottom: auto;
}

.w3-title-System h3, .w3-title-System p{
    text-transform: uppercase;
    font-family:MyriadPro, Arial;
    letter-spacing: 0.03em;
    margin:0;
}

 .w3-title-System p{
    text-transform: none;
    font-family:MyriadPro, Arial;
     font-size: 1.15em;
}

 .w3-title-System .w3-row{
     display:flex;
     line-height: 1.8em;
 }

 .w3-title-Products {
    display: block;
    line-height: inherit;
    padding: 0.01em 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    background: #f3f3f3;
    background: -webkit-linear-gradient(#ffffff, #f3f3f3);
    background: -o-linear-gradient(#ffffff, #f3f3f3);
    background: -moz-linear-gradient(#ffffff, #f3f3f3);
    background: linear-gradient(#ffffff, #f3f3f3);
}

 hvvvr {
    height: 0;
    border: 0;
    border-top: 2px solid #dcdcdc;
    margin: 20px 0;
}
