﻿table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #dedbdb !important;
}

.p-r {
    float: right !important;
}

.vibrateelement {
    animation: shake 3s;
}

@keyframes shake {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(40px);
    }

    50% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateX(0px);
    }
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(Fonts/Source_Sans_Pro_Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(Fonts/Source_Sans_Pro_Semibold.ttf) format('truetype');
}

.confirmSubmit {
    color: black;
}

.blockButton {
    padding: 9px;
    border-radius: 30px;
    color: #575757 !important;
    font-size: 20px;
    margin-right: 8px;
}

input[type=submit], input[type=button] {
    background: #4a0473 !important;
    border: 1px solid #4a0473 !important;
    box-shadow: none !important;
}

.tSize {
    font-size: 11px;
}

.addOnList {
    border-bottom: 1px dashed grey;
    padding-bottom: 3px;
}

.popupAjaxBackground {
    background-color: white;
    position: absolute;
    width: 88%;
    height: 70%;
    right: 6%;
    left: 6%;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 56px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 56px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 56px 5px rgba(0,0,0,0.75);
}

.loader {
    /*    width: 50px;*/
    height: 40px;
    background: url("Images/ripple_svg.svg") no-repeat scroll center / 50px;
}

.pad5WB {
    padding: 3px;
    border-bottom: 1px dashed grey;
}

.btn-aveva {
    color: #fafafa;
    background-color: #706322;
    border-color: #706322;
}

.mloader {
    width: 100px;
    height: 100px;
    background: url("Images/ripple_svg.svg") no-repeat scroll center / 99px;
}
/*.sloader {
    border: 4px solid #f7a890;
    border-radius: 50%;
    border-top: 4px solid #3d1252;
    width: 22px;
    height: 22px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}*/

.sloader {
    width: 22px;
    height: 22px;
    background: url("Images/ripple_svg.svg") no-repeat scroll center / 23px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.subMenues {
    height: 30px;
    color: white;
    background-color: rgba(29, 39, 44, 0.60);
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
}

.camera123 {
    height: 130%;
    width: 95%;
    border: #ffffff solid 3px;
    border-radius: 4px;
    margin-left: 2.5%;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(Fonts/Source_Sans_Pro_Italic.ttf) format('truetype');
}

* {
    padding: 0px;
    margin: 0px;
    outline: none;
}

ul, li {
    list-style: none;
}

body {
    background-color: #F0F0F0;
    margin: 0px auto;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
}

.clear {
    clear: both;
}

.div100 {
    width: 100%;
    float: left;
}

.d660 {
    width: 660px;
}

.d300 {
    width: 300px;
}

.d200 {
    width: 200px;
}

.d239 {
    width: 239px;
}

.d235 {
    width: 235px;
}

.d220 {
    width: 220px;
}

.d210 {
    width: 210px;
}

.d190 {
    width: 190px;
}

.d180 {
    width: 180px;
}

.d155 {
    width: 155px;
}

.d150 {
    width: 150px;
}

.d140 {
    width: 140px;
}

.d130 {
    width: 130px;
}

.d125 {
    width: 125px;
}

.d120 {
    width: 120px;
}

.d110 {
    width: 110px;
}

.d100 {
    width: 100px;
}

.d90 {
    width: 90px;
}

.d80 {
    width: 80px;
}

.fs11 {
    font-size: 12px;
}

.txtCenter {
    text-align: center;
}

.pop_minheight {
    max-height: 400px;
    overflow: auto;
}

.txtwrap {
    white-space: nowrap;
}

.tbl206 {
    width: 206px;
}

.tbl200 {
    width: 200px;
}

.tbl197 {
    width: 197px;
}

.tbl180 {
    width: 180px;
}

.tbl150 {
    width: 150px;
}

.tbl120 {
    width: 120px;
}

.tbl100 {
    width: 100px;
}

.tbl89 {
    width: 89px;
}

.tbl90 {
    width: 90px;
}

.tbl80 {
    width: 80px;
}

.tbl70 {
    width: 70px;
}

.tbl60 {
    width: 60px;
}

.tbl50 {
    width: 50px;
}

.tbl40 {
    width: 40px;
}

.tbl30 {
    width: 30px;
}

.div98 {
    width: 98%;
    float: left;
}

.div96 {
    width: 96%;
    float: left;
}

.div99 {
    width: 99.8%;
    float: left;
}

.div95 {
    width: 95%;
    float: left;
}

.div90 {
    width: 90%;
    float: left;
}

.div80 {
    width: 80%;
    float: left;
}

.div70 {
    width: 70%;
    float: left;
}

.div72 {
    width: 72%;
    float: left;
}

.div60 {
    width: 60%;
    float: left;
}

.div61 {
    width: 61%;
    float: left;
}

.div62 {
    width: 62%;
    float: left;
}

.div68 {
    width: 68%;
    float: left;
}

.div64 {
    width: 64%;
    float: left;
}

.div62 {
    width: 62%;
    float: left;
}

.div52 {
    width: 52%;
    float: left;
}

.div55 {
    width: 55%;
    float: left;
}

.div50 {
    width: 50%;
    float: left;
}

.div49 {
    width: 49%;
    float: left;
}

.div45 {
    width: 45%;
    float: left;
}

.div44 {
    width: 44%;
    float: left;
}

.div43 {
    width: 43%;
    float: left;
}

.div40 {
    width: 40%;
    float: left;
}

.div38 {
    width: 38%;
    float: left;
}

.div35 {
    width: 35%;
    float: left;
}

.div36 {
    width: 36.5%;
    float: left;
}

.div33 {
    width: 33%;
    float: left;
}

.div32 {
    width: 32%;
    float: left;
}

.div30 {
    width: 30%;
    float: left;
}

.div20 {
    width: 20%;
    float: left;
}

.div25 {
    width: 25%;
    float: left;
}

.div23 {
    width: 23%;
    float: left;
}

.div27 {
    width: 27%;
    float: left;
}

.div19 {
    width: 19%;
    float: left;
}

.div18 {
    width: 18.6%;
    float: left;
}

.div17 {
    width: 17%;
    float: left;
}

.div15 {
    width: 15%;
    float: left;
}

.div12 {
    width: 12%;
    float: left;
}

.div13 {
    width: 13%;
    float: left;
}

.div10 {
    width: 10%;
    float: left;
}

.div5 {
    width: 5%;
    float: left;
}

.div41 {
    float: left;
    width: 41.5%;
}

.div42 {
    float: left;
    width: 42%;
}

.div48 {
    float: left;
    width: 48%;
}

.divformap {
    float: left;
    width: 104%;
    height: 304px;
    background-color: gray;
}



.div138px {
    width: 138px;
    float: left;
}

.div146px {
    width: 150px;
    float: left;
}

.div125px {
    float: left;
    width: 125px;
}

.div47 {
    width: 47%;
}

.d50 {
    width: 50%;
}

.d30 {
    width: 30%;
}

.d25 {
    width: 25%;
}

.d20 {
    width: 20%;
}

.d15 {
    width: 15%;
}

.d9 {
    width: 9%;
}

.d10 {
    width: 10%;
}

.d5 {
    width: 5%;
}

.d1 {
    width: 1%;
}

.d8 {
    width: 8%;
}

.d7 {
    width: 7%;
}

.d6 {
    width: 6%;
}

.dLeft {
    float: left;
}

.dRight {
    float: right;
}

.right50 {
    right: 50px;
}

.right100 {
    right: 100px;
}

.lh20 {
    line-height: 20px;
}

.mrgtop4 {
    margin-top: 4px;
}

.mrgleft1p {
    margin-left: 1%;
}

.mrgright1p {
    margin-right: 1%;
}

.mrgright2p {
    margin-right: 2%;
}

.mrgleft4p {
    margin-left: 4%;
}

.mrgright5 {
    margin-right: 5px;
}

.mrgall5 {
    margin-right: 5px;
}

.mrgright10 {
    margin-right: 10px !important;
}

.mrgright5 {
    margin-right: 5px;
}

.mrgright30 {
    margin-right: 30px;
}

.mrgleft2p {
    margin-left: 2%;
}

.mrgleft10p {
    margin-left: 10%;
}

.mrgleft20 {
    margin-left: 20px;
}

.mrgleft10 {
    margin-left: 10px;
}

.mrgleft30 {
    margin-left: 30px !important;
}

.mrgleft70 {
    margin-left: 70px;
}

.mrgleft120 {
    margin-left: 120px;
}

.mrgleft60 {
    margin-left: 60px;
}

.mrgleft5 {
    margin-left: 5px;
}

.mrgleft15 {
    margin-left: 15px;
}

.mrgtop5 {
    margin-top: 5px;
}

.mrgbtm5 {
    margin-bottom: 5px;
}

.mrgtop15 {
    margin-top: 15px;
}

.mrgtop10 {
    margin-top: 10px;
}

.mrgtop8 {
    margin-top: 8px;
}

.mrgbtm5 {
    margin-bottom: 5px;
}

.mrgbtm10 {
    margin-bottom: 10px;
}

.mrgbtm20 {
    margin-bottom: 20px;
}

.mrgbtm30 {
    margin-bottom: 30px;
}

.mrgtop2 {
    margin-top: 2px;
}

.mrgtop20 {
    margin-top: 20px;
}

.mrgtop30 {
    margin-top: 30px;
}

.mrgtop40 {
    margin-top: 40px;
}

.mrgtop100 {
    margin-top: 100px;
}

.padtop10 {
    padding-top: 10px;
}

.padtop30 {
    padding-top: 30px;
}

.padbtm10 {
    padding-bottom: 10px;
}

.padbtm5 {
    padding-bottom: 5px;
}

.padtop5 {
    padding-top: 5px;
}

.padbtm20 {
    padding-bottom: 20px;
}

.padLeft5 {
    padding-left: 5px;
}

.padLeft10 {
    padding-left: 10px;
}

.padRight5 {
    padding-right: 5px;
}

.padRight10 {
    padding-right: 10px;
}

.bold {
    font-weight: bold;
}

.fs10 {
    font-size: 10px;
}

.txtRight {
    text-align: right;
}

.txtar {
    border: 1px solid #185353;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 2px;
    font-size: 12px;
    resize: none;
}

.txtBox {
    border: 1px solid #185353;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 2px;
    font-size: 14px;
    line-height: 25px;
    height: 29px;
    font-family: "Source Sans Pro", sans-serif;
}
/*input[type="text"]
{
    height:30px;
    width:250px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight:500;
}*/



input[type="radio"] {
    float: left;
    clear: none;
    margin-top: 2px;
}

label {
    float: left;
    clear: none;
    display: block;
    padding: 3px 5px 0 2px;
}

input {
    font-size: 13px;
}


.searchicon {
    background: url("Images/search_icon.png") 0 0px no-repeat;
    cursor: pointer;
    width: 59px;
    position: absolute;
    height: 70px;
    position: absolute;
    margin-left: 30px;
    float: left;
}

.srch_icn, .clr_icn {
    cursor: pointer;
    width: 41px;
    position: absolute;
    height: 41px;
    position: absolute;
    margin-left: 30px;
    float: left;
    margin-top: -5px;
}

.srch_icn {
    background: url("Images/search_icn.png") 0 0px no-repeat;
}

.clr_icn {
    background: url("Images/clear_icn.png") 0 0px no-repeat;
}

.header {
    background: #1f2227;
    height: 55px;
    -webkit-box-shadow: 1px 2px 3px rgba(29, 39, 44, 0.60);
    -moz-box-shadow: 11px 2px 3px rgba(29, 39, 44, 0.60);
    box-shadow: 1px 2px 3px rgba(29, 39, 44, 0.60);
}

.bodycontent {
    margin: 0px auto;
    width: 100%;
}

.bodycontent2 {
    margin: 0px auto;
    width: 98%;
}

.bdsmall {
    margin: 0px auto;
    width: 70%;
}

.bdsplit {
    margin: 0px auto;
    width: 100%;
}

.logo {
    background: url(images/logo.png) no-repeat center center #282a34;
    color: #003399;
    height: 55px;
    width: 130px;
    background-size: 200px;
}

.welcome {
    line-height: 55px;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #1f2227;
}

.wel_icn {
    background: url(images/wel_icon.png) no-repeat left center;
    padding-left: 22px;
}

.lgout {
    background: url(images/logout_icn.png) no-repeat center center #282a34;
    line-height: 55px;
    cursor: pointer;
}

    .lgout a {
        text-decoration: none;
    }

.dsboard_menu {
    background-color: #2d3e50;
    height: 40px;
}

.searchbox {
    background-color: #eef1f7;
    height: 80px;
    color: #38a6a6;
    -webkit-box-shadow: 1px 2px 3px rgba(29, 39, 44, 0.60);
    -moz-box-shadow: 11px 2px 3px rgba(29, 39, 44, 0.60);
    box-shadow: 1px 2px 3px rgba(29, 39, 44, 0.60);
}

.activity {
    background: url(images/activity_btn.png) no-repeat right center;
    width: 109px;
    height: 29px;
    cursor: pointer;
}

    .activity a {
        text-decoration: none;
    }

.target {
    background: url(images/addtarget_btn.png) no-repeat right center;
    width: 109px;
    height: 29px;
    cursor: pointer;
}

    .target a {
        text-decoration: none;
    }

.addResume {
    background: url(images/add_dicon.png) no-repeat right center;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.remResume {
    background: url(images/remove_dicon.png) no-repeat right center;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.status {
    background: url(images/add_status.png) no-repeat right center;
    width: 108px;
    height: 29px;
    cursor: pointer;
}

.mrkt_status {
    background: url(images/add_marketing.png) no-repeat right center;
    width: 168px;
    height: 29px;
    cursor: pointer;
}

.lblText {
    text-align: left;
    padding-left: 10px;
    color: #656565;
    font-weight: 600;
    font-size: 13px;
}

input[type="file"] {
    white-space: nowrap;
    display: inline-block;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Source Sans Pro", sans-serif;
}

.ellipsis, .ellipsis150, .ellipsis400, .ellipsis200, .ellipsis650, .ellipsis250, .ellipsis380, .ellipsis300, .ellipsis270 {
    white-space: nowrap;
    display: inline-block;
    margin-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    color: #2494c6;
    font-weight: 600;
}

.txtblue {
    color: #3d1252;
    font-weight: 600;
}

.ellipsis650 {
    max-width: 685px;
}

.ellipsis380 {
    max-width: 380px;
}

.ellipsis300 {
    max-width: 300px;
}

.ellipsis250 {
    max-width: 250px;
    display: block;
}

.ellipsis270 {
    max-width: 270px;
}

.ellipsis {
    max-width: 160px;
}

.ellipsis150 {
    max-width: 150px;
    height: 20px;
}

.ellipsis200 {
    max-width: 200px;
    height: 20px;
}

.ellipsis230 {
    white-space: nowrap;
    display: inline-block;
    max-width: 230px;
    margin-top: 4px;
    line-height: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis400 {
    height: 20px;
    max-width: 400px;
}

.ellipsis500 {
    max-width: 500px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.formleft input[type="text"], .formright input[type="text"], .formleft input[type="tel"], .formright input[type="tel"] {
    background-color: #FFFFFF;
    border: 1px solid #C6C6C6;
    padding: 3px 2px;
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.formleft input[type="radio"], .formleft input[type="checkbox"], .formright input[type="radio"], .formright input[type="checkbox"], .formleft input[type="file"], .formright input[type="file"] {
    margin-top: 13px;
}

.formleft textarea, .formright textarea {
    background-color: #FFFFFF;
    border: 1px solid #C6C6C6;
    padding: 3px 2px;
    height: 50px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.formleft select, .formright select {
    background-color: #FFFFFF;
    border: 1px solid #C6C6C6;
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    padding: 5px 2px;
    width: 80px;
    float: left;
}

.formright input[type=button] {
    background-color: #005dd6;
    color: White;
    border: none;
    font-size: 13px;
    padding: 5px;
    margin-right: -5px;
    cursor: pointer;
    margin-top: 20px;
    float: right;
    font-weight: 500;
}

.form_ttl {
    background-color: #56aee8;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.redFont {
    color: orangered;
}





/*New*/
.mrktlist, .daily_status, .myconsult, .consultant_status, .marketing_staff, .datalist {
    padding-top: 1px;
    background-color: #f1f6f6;
    /*margin-bottom: 20px;*/
    padding-bottom: 0px;
    -webkit-box-shadow: 1px 2px 3px rgba(42, 57, 79, 0.75);
    -moz-box-shadow: 11px 2px 3px rgba(42, 57, 79, 0.75);
    box-shadow: 1px 2px 3px rgba(42, 57, 79, 0.75);
}

.sectionLeft {
    /*border:1px solid red;*/
    margin-left: 2%;
}

.sectionRight {
    /*border:1px solid blue;*/
    margin-left: 2%;
}

/***************** UL LI Style Section ****************************/
ul.ulList {
    min-height: 250px;
    height: 250px;
    width: 200px;
    border: 1px solid black;
    list-style-type: none; /*margin: 0;     padding: 0;     text-align: center;  enter "left", "right", or "center" to orient the menu accordingly */
    font: bold 16px Georgia; /*margin-top: 60px;*/
}

    ul.ulList li {
        /*display: inline;     margin-right: 25px;  spacing between each menu item */
        position: relative;
        color: black;
        padding-bottom: 8px; /*spacing between each menu item and arrow underline beneath it */
        text-decoration: none;
    }


        ul.ulList li:hover:after {
            /* use CSS generated content to add arrow to the menu */
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -75px;
            margin-top: -60px;
            width: 150px;
            height: 40px;
        }

/* LIST #4 */
#list4 {
    width: 320px;
    font-family: Georgia, Times, serif;
    font-size: 15px;
}

    #list4 ul {
        list-style: none;
    }

        #list4 ul li {
        }

            #list4 ul li a {
                display: block;
                text-decoration: none;
                color: #000000;
                background-color: #FFFFFF;
                line-height: 30px;
                border-bottom-style: solid;
                border-bottom-width: 1px;
                border-bottom-color: #CCCCCC;
                padding-left: 10px;
                cursor: pointer;
            }

                #list4 ul li a:hover {
                    color: #FFFFFF;
                    background-image: url(../images/hover.png);
                    background-repeat: repeat-x;
                }

                #list4 ul li a strong {
                    margin-right: 10px;
                }
/***************** UL LI Style Section ****************************/

.form input[type=submit] {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 24px;
    position: relative;
    text-align: center;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Source Sans Pro", sans-serif;
}

.form input[type=submit] {
    background: #00bb80;
    background: -moz-linear-gradient(#00bb80, #007d56);
    background: -ms-linear-gradient(#00bb80, #007d56);
    background: -o-linear-gradient(#00bb80, #007d56);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#00bb80), to(#007d56));
    background: -webkit-linear-gradient(#00bb80, #007d56);
    background: linear-gradient(#00bb80, #007d56);
    border: 1px solid #308282;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
    float: right;
}

    .form input[type=submit]:hover {
        box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
    }

.nav {
    line-height: 24px;
    list-style-type: none;
}

    .nav li {
        padding-left: 5px;
        cursor: pointer;
    }

/*.MS_list fieldset, .CL_list fieldset
{
    height: 250px;
    overflow: auto;
    background-color: #fff;
}*/
.MS_list fieldset, .CL_list fieldset {
    height: 250px;
    background-color: #fff;
}

.M_list fieldset, .C_list fieldset {
    height: 185px;
    overflow: auto;
    background-color: #fff;
    clear: both;
    border: none;
}

fieldset.contaniner {
    padding: 0px 0 10px 0;
}

.form input[type=submit][disabled=disabled], button[disabled=disabled], .form input[type=submit][disabled=disabled]:hover, button[disabled=disabled]:hover {
    background: #dcdcdc;
    border: 1px solid #9b99a4;
    color: #9b99a4;
    text-shadow: 1px 1px rgba(243,239,236,1.0);
    box-shadow: none;
    cursor: default;
    font-weight: normal;
}

.dstatus option {
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #DDD;
}

    .dstatus option.primary {
        background-color: #fffacd;
        color: #2c2c2c;
    }

    .dstatus option.secondary {
        background-color: #d9f4f3;
        color: #2c2c2c;
    }

input[type=checkbox] {
    margin-top: 2px;
    position: relative;
    top: 2px;
}

input[type=submit], input[type=button] {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    cursor: pointer;
    font-size: 13px;
    height: 35px;
    line-height: 24px;
    position: relative;
    text-align: center;
    /*margin-top: 10px;*/
    padding-left: 5px;
    padding-right: 5px;
    /*font-family: "Source Sans Pro", sans-serif;*/
    font-weight: 500;
}

input[type=submit], input[type=button] {
    background: #308282;
    border: 1px solid #308282;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
    font-weight: bold;
}

.txtrgt {
    text-align: right;
}

.txtlft {
    text-align: left;
    height: 200px;
    width: 180px;
}

.txtcen {
    text-align: center;
}

.hide {
    display: none;
}
/***popup***/

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    text-align: center;
    vertical-align: middle;
    z-index: 9;
}

.popupcontent {
    background-color: transparent;
    color: #000;
    position: fixed;
/*    left: 2%;
    top: 20%;*/
    border: 1px;
    z-index: 9996;
}

.alertpopup {
    position: fixed;
    z-index: 9999;
}

.popupclose {
    background: url("Images/expand_collapse_close_icon.png") 0 -31px no-repeat;
    padding: 0 10px 0;
    cursor: pointer;
    margin-top: 4px;
    height: 18px;
}

.grd_ovrflow {
    height: 200px;
    overflow: auto;
}

.grd_respos {
    position: relative;
    top: 2px;
}

.verifiedUser {
    background: url("Images/PO_res.png") 0 0px no-repeat;
    float: left;
    margin-right: 5px;
    width: 24px;
}

.market_resume {
    background: url("Images/market_res.png") 0 0px no-repeat;
    float: left;
    margin-right: 5px;
    width: 24px;
}

.PO_sml {
    background: url("Images/PO_sml.png") 0 2px no-repeat;
    float: left;
    width: 15px;
    height: 20px;
    margin-right: 3px;
    margin-top: 2px;
}

.market_sml {
    background: url("Images/mrkt_sml.png") 0 2px no-repeat;
    float: left;
    width: 15px;
    height: 20px;
    margin-right: 3px;
    margin-top: 2px;
}

.add_incoming {
    width: 35px;
    height: 28px;
    cursor: pointer;
    float: right;
    background: url("Images/basic_mailprof.png") 0 0px no-repeat;
}

.legend_top {
    border: 1px solid #CCC;
    line-height: 25px;
    padding-left: 5px;
    border-radius: 5px;
    background-color: #e9f6f6;
}

.info_btm {
    border: 1px solid #b3e6ff;
    line-height: 22px;
    border-radius: 5px;
    background-color: #d9f3ff;
}

.fscolor {
    color: #00894e;
    font-weight: bold;
}

.up_grn, .dwn_grn, .up_red, .dwn_red {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 5px;
    margin-right: 3px;
}

.up_grn {
    background: url("Images/arrows.png") 0 0px no-repeat;
}

.dwn_grn {
    background: url("Images/arrows.png") 0 -15px no-repeat;
}

.up_red {
    background: url("Images/arrows.png") 0 -30px no-repeat;
}

.dwn_red {
    background: url("Images/arrows.png") 0 -45px no-repeat;
}

.add_icn, .save_icn, .del_icn, .remove_icn, .cancel_icn, .edit_icn, .download_icn, .comments_icn, .info_icn, .generate_icn, .view_icn {
    height: 16px;
    float: left;
    margin: 4px 4px 0 4px;
    text-decoration: none;
    width: 16px;
    cursor: pointer;
}

/*.print_icn {
    height: 20px;
    float: left;
    margin: 4px 4px 0 4px;
    text-decoration: none;
    width: 12px;
    cursor: pointer;
}*/

.view_icn {
    background: url("Images/view_icn.png") 0 0px no-repeat;
}

.generate_icn {
    background: url("Images/generate.png") 0 0px no-repeat;
}

.notification_icn {
    background: url("Images/notification.png") 0 0px no-repeat;
    width: 64px;
    height: 64px;
}

.add_icn {
    background: url("Images/action.png") 0 0px no-repeat;
}
/*.save_icn
{
    background:url("Images/action.png") 0 -17px no-repeat;
}*/
.save_icn {
    background: url("Images/save_icn.png") 0 0px no-repeat;
    margin-right: 5px;
    margin-top: 5px;
}

.error_icn {
    background: url("Images/Error.png") 0 0px no-repeat;
    margin-right: 5px;
    margin-top: 5px;
}

.del_icn {
    background: url("Images/action.png") 0 -34px no-repeat;
}

.aveva-container {
    background: #1f8dd6;
    z-index: 1;
    overflow: scroll;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed !important;
}

/*.aveva-center {
    width: 50%;
    height: 50%;
}*/

.aveva-center {
    width: 60%;
    height: 60%;
    margin: auto;
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
}

.aveva-head {
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 2px solid white;
    padding: 12px 12px;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

.aveva-btn {
    background-color: transparent;
    color: #1f8dd6;
    border: none;
    float: right;
    cursor: pointer;
}

.aveva-btn-black {
    background-color: transparent;
    color: black;
    border: none;
    float: right;
    cursor: pointer;
}

.aveva-btn-small {
    background-color: transparent;
    color: #1f8dd6;
    border: none;
    float: right;
    cursor: pointer;
}

.aveva-btn-center {
    background-color: transparent;
    color: #1f8dd6;
    border: none;
    margin: 50%;
    cursor: pointer;
}

.no-display {
    display: none;
}

.aveva-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.9;
    margin-top: 3px;
    font-weight: 600;
}

.aveva-subhead-sm {
    color: black;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 16px;
    font-family: Calibri;
    background-color: #f6f6f6;
    border-radius: 4px;
}

.aveva-subhead-content {
    color: white;
    letter-spacing: 0.05em;
    margin-top: 3px;
    font-weight: 400;
    font-size: 17px;
    font-family: Calibri;
}

.aveva-subhead_info {
    color: white;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 3px 3px 3px #333;
}


.aveva-subhead-big {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
    margin-top: 3px;
    font-weight: 600;
    font-size: 18px;
}

.print_icn {
    background: url("Images/print.png") 0px 0px no-repeat;
    width: 30px;
    float: left;
}

.remove_icn {
    background: url("Images/action.png") 0 -51px no-repeat;
}

.cancel_icn {
    background: url("Images/action.png") 0 -68px no-repeat;
}

.edit_icn {
    background: url("Images/action.png") 0 -85px no-repeat;
}

.download_icn {
    background: url("Images/action.png") 0 -102px no-repeat;
}

.comments_icn {
    background: url("Images/action.png") 0 -119px no-repeat;
}

.info_icn {
    background: url("Images/action.png") 0 -136px no-repeat;
    margin-top: 4px;
}

.mrktsearch_icn, .mrktreset_icn {
    height: 18px;
    float: left;
    margin: 15px 5px 0 5px;
    text-decoration: none;
    width: 18px;
    cursor: pointer;
    border: none;
}

.mrktsearch_icn {
    background: url("Images/search_rst.png") 0 0px no-repeat;
}

.mrktreset_icn {
    background: url("Images/search_rst.png") 0 -19px no-repeat;
}

.srchform {
    background: url("images/input_bg.png") repeat-x;
    border: 1px solid #C6C6C6;
    padding: 3px 2px;
    width: 250px;
    height: 20px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    margin: 10px 5px 10px 5px;
    float: left;
}

.color_drkblue {
    color: #2d3e50;
    font-size: 12px;
    line-height: 22px;
    margin-right: 5px;
}

.lh24 {
    line-height: 24px;
}

.lh18 {
    line-height: 18px;
}
/*.showEval, .hideEval
{
    background: url("Images/show_hidegrid.png") no-repeat;
    width:14px;
    height:14px;
    text-decoration: none;
    float:left;
}
.showEval
{
    background-position:left 0px;
}
.hideEval
{
    background-position:left -14px;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}*/
.showEval, .hideEval {
    background: url("Images/show_hidegrid.png") no-repeat;
    width: 14px;
    height: 14px;
    text-decoration: none;
    float: left;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.showEval {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hideEval {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sub_showEval, .sub_hideEval {
    background: url("Images/up_arrow.png") no-repeat;
    width: 14px;
    height: 14px;
    text-decoration: none;
    float: left;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.sub_showEval {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sub_hideEval {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.divider {
    background-color: #52c085;
    height: 11px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    width: 1px;
}

.summary_head {
    background-color: #2d3e50;
    color: #FFFFFF;
    border-bottom: 1px solid #f9fafc;
}

.summary_head_alt {
    background-color: #000;
    color: #FFFFFF;
    border-bottom: 1px solid #f9fafc;
}

.lh24 {
    line-height: 24px;
}
/*.summary_head:last-child
{
    border-bottom:none;
}*/
#td1 {
    line-height: 20px;
}

.sum_hd {
    height: 24px;
    line-height: 24px;
}

.sum_hd48 {
    height: 48px;
    line-height: 24px;
}

.manager_cmnt {
    background-color: #607183;
    color: #FFF;
}

.add_btn {
    margin-top: 0px;
    margin-bottom: 10px;
}

.add_settings {
    background: url("Images/add_set2.png") 0 0px no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 8px;
    margin-right: 5px;
}

.add_set2 {
    background: url("Images/add_set2.png") 0 0px no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 4px;
}

.leadprocess_head, .preoffereval, .postoffereval {
    background-color: #2d3e50;
    color: #FFFFFF;
    border-bottom: 1px solid #f9fafc;
    height: 25px;
}

.nb_h1 {
    /*background-color:#ced6e7;*/
    /*background-color:#293949;*/
    background-color: #2f4e78;
    height: 25px;
    text-align: left;
    color: #FFF;
    font-weight: 700;
    line-height: 22px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nb_h2 {
    background-image: -webkit-linear-gradient(bottom, #007ece, #03a3e3);
    background-image: -moz-linear-gradient(bottom, #007ece, #03a3e3);
    background-image: -o-linear-gradient(bottom, #007ece, #03a3e3);
    background-image: -ms-linear-gradient(bottom, #007ece, #03a3e3);
    background-image: linear-gradient(to top, #007ece, #03a3e3);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 20px;
    text-align: left;
    color: #ffffff;
    font-weight: 500;
    line-height: 19px;
}

.nb_grid1 {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #2f4e78;
    padding-bottom: 5px;
}

.nb_grid2 {
    background-color: #FFF;
}

.filled, .not-filled {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 5px 0px 5px 10px;
    text-align: center;
    color: #FFF;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
}

.ld_bg {
    background-color: transparent;
    text-align: center;
}

#divLeadProcessEvaluation .show {
    line-height: 18px;
}
/*.filled
{
    background-color:#0091ea;
}
.not-filled
{
    background-color:#da472c;
}
.ar_tp
{
    background: url("Images/ar_tp.png") center bottom no-repeat;
}*/
.Nobuglistbars ul {
    margin: 0px;
    padding: 0px;
    height: 35px;
}

    .Nobuglistbars ul li.filled, .Nobuglistbars ul li.not-filled, .Nobuglistbars ul li.validate {
        border-radius: 30px;
        height: 25px;
        width: 25px;
        line-height: 24px;
        color: #f6f6f6;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
    }

    .Nobuglistbars ul li.filled {
        background-color: #00894e;
    }

    .Nobuglistbars ul li.not-filled {
        background-color: #e74c3c;
    }

    .Nobuglistbars ul li.validate {
        background-color: #e74c3c;
    }

/*Big*/
.Nobuglistbars ul {
    margin: 0px;
    padding: 0px;
    height: 35px;
}

.Nobugselected {
    background: url("Images/tick.png") 16px 12px no-repeat;
    width: 45px;
    float: left;
}

.tick_icon {
    background: url("Images/tick.png") 16px 11px no-repeat;
    width: 30px;
    float: left;
}

.inNobugselected {
    background: url("Images/cross.png") 16px 12px no-repeat;
    width: 30px;
    float: left;
}

.Nobuglistbars ul li.filled a, .Nobuglistbars ul li.not-filled a {
    color: #fff;
    float: left;
    font-size: 12px;
    padding-bottom: 10px;
    text-align: center;
    width: 25px;
    text-decoration: none;
}

    .Nobuglistbars ul li.filled a.active, .Nobuglistbars ul li.not-filled a.active {
        background: url("Images/ar_tp.png") 5px 25px no-repeat;
        float: left;
        height: 25px;
    }

.offer_calen {
    height: 35px;
    background-color: #3d5b77;
}

.offer_calen2, .offer_calen3 {
    height: 30px;
    background-image: -webkit-linear-gradient(bottom, #c5c5c5, #848484 1%, #c4c4c4 4%, #d8d8d8 23%, #f6f6f6 88%, #f6f6f6 89%);
    background-image: -moz-linear-gradient(bottom, #c5c5c5, #848484 1%, #c4c4c4 4%, #d8d8d8 23%, #f6f6f6 88%, #f6f6f6 89%);
    background-image: -o-linear-gradient(bottom, #c5c5c5, #848484 1%, #c4c4c4 4%, #d8d8d8 23%, #f6f6f6 88%, #f6f6f6 89%);
    background-image: -ms-linear-gradient(bottom, #c5c5c5, #848484 1%, #c4c4c4 4%, #d8d8d8 23%, #f6f6f6 88%, #f6f6f6 89%);
    background-image: linear-gradient(to top, #c5c5c5, #848484 1%, #c4c4c4 4%, #d8d8d8 23%, #f6f6f6 88%, #f6f6f6 89%);
}

    .offer_calen2 span {
        color: #282a34;
    }

        .offer_calen2 span a {
            margin-top: 7px;
        }

    .offer_calen2 .offer_cnt {
        line-height: 28px;
    }

    .offer_calen2 .offer_cnt, .offer_calen3 .offer_cnt {
        line-height: 28px;
    }

.offer_cnt {
    line-height: 34px;
    color: #FFF;
    font-size: 13px;
}

div.calen {
    margin: 0px;
    padding: 0px;
    height: 35px;
}

    div.calen span {
        cursor: pointer;
        width: 29px;
        height: 35px;
        display: inline-block;
        padding-left: 4px;
        padding-right: 15px;
        margin-top: 0px;
        background: url("Images/calendar.png") 10px 2px no-repeat;
    }

        div.calen span a {
            text-decoration: none;
            color: #3e3e3e;
            text-align: center;
            float: left;
            margin-top: 18px;
            width: 41px;
            font-size: 10px;
            height: 12px;
            line-height: 12px;
        }

        div.calen span.active {
            background-color: #d4f2ff;
        }

.lead_brdr {
    border: 1px solid #dbdbdb;
}

@media screen and (max-width : 980px) {
}

.ErrorPage_body {
    background-color: #282a34;
}

.notfound, .whops_notfound {
    left: 50%;
    margin-left: -400px;
    margin-top: -190px;
    position: absolute;
    top: 50%;
    width: 800px;
}

.Error404 {
    background: url("Images/404.png") center no-repeat;
    height: 170px;
}

.notfound h2, whops_notfound h2 {
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 30px;
    color: #4b4e59;
    border-bottom: 1px solid #333643;
}


.notfound a.btn, .whops_notfound a.btn {
    background-image: -webkit-linear-gradient(bottom, #66798e, #7e8fa1);
    background-image: -moz-linear-gradient(bottom, #66798e, #7e8fa1);
    background-image: -o-linear-gradient(bottom, #66798e, #7e8fa1);
    background-image: -ms-linear-gradient(bottom, #66798e, #7e8fa1);
    background-image: linear-gradient(to top, #66798e, #7e8fa1);
    border-radius: 5px;
    color: #FFF;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    line-height: 110px;
    transition: all 0.5s ease;
}

    .notfound a.btn:hover, .notfound a.btn:focus, .notfound a.btn:active, .whops_notfound a.btn:hover, .whops_notfound a.btn:focus, .whops_notfound a.btn:active {
        background-image: -webkit-linear-gradient(bottom, #02b67d, #02b67d);
        background-image: -moz-linear-gradient(bottom, #02b67d, #02b67d);
        background-image: -o-linear-gradient(bottom, #02b67d, #02b67d);
        background-image: -ms-linear-gradient(bottom, #02b67d, #02b67d);
        background-image: linear-gradient(to top, #02b67d, #02b67d);
        transition: all 0.5s ease;
    }


.oops_error span {
    font-size: 80px;
}

.err_cnt p {
    color: #282a34;
    font-size: 12px;
}

.showoffer, .hideoffer {
    background: url("Images/showoffer.png") no-repeat;
    width: 16px;
    height: 16px;
    text-decoration: none;
    float: left;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.showoffer {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hideoffer {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.datalist span {
    padding-top: 2px;
}









/* Base for label styling */
.nb_h2 input[type="checkbox"]:not(:checked),
.nb_h2 input[type="checkbox"]:checked,
.leadprocess_head input[type="checkbox"]:not(:checked),
.leadprocess_head input[type="checkbox"]:checked {
    left: -9999px;
    outline: none;
}

    .nb_h2 input[type="checkbox"]:not(:checked) + label,
    .nb_h2 input[type="checkbox"]:checked + label,
    .leadprocess_head input[type="checkbox"]:not(:checked) + label,
    .leadprocess_head input[type="checkbox"]:checked + label {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        outline: none;
    }

        /* checkbox aspect */
        .nb_h2 input[type="checkbox"]:not(:checked) + label:before,
        .nb_h2 input[type="checkbox"]:checked + label:before,
        .leadprocess_head input[type="checkbox"]:not(:checked) + label:before,
        .leadprocess_head input[type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 14px;
            height: 14px;
            border: 1px solid #aaa;
            background: #f8f8f8;
            border-radius: 3px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
            outline: none;
        }

        .leadprocess_head input[type="checkbox"]:not(:checked) + label:before,
        .leadprocess_head input[type="checkbox"]:checked + label:before {
            top: 4px;
        }
        /* checked mark aspect */
        .nb_h2 input[type="checkbox"]:not(:checked) + label:after,
        .nb_h2 input[type="checkbox"]:checked + label:after,
        .leadprocess_head input[type="checkbox"]:not(:checked) + label:after,
        .leadprocess_head input[type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            left: 3px;
            font-size: 14px;
            color: #09ad7e;
            transition: all .2s;
            outline: none;
            top: 0px;
        }
        /* checked mark aspect changes */
        .nb_h2 input[type="checkbox"]:not(:checked) + label:after,
        .leadprocess_head input[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
            outline: none;
        }

        .nb_h2 input[type="checkbox"]:checked + label:after,
        .leadprocess_head input[type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
            outline: none;
        }
/* disabled checkbox */
.nb_h2 input[type="checkbox"]:disabled:not(:checked) + label:before,
.nb_h2 input[type="checkbox"]:disabled:checked + label:before,
.leadprocess_head input[type="checkbox"]:disabled:not(:checked) + label:before,
.leadprocess_head input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
    outline: none;
}

.nb_h2 input[type="checkbox"]:disabled:checked + label:after,
.leadprocess_head input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
    outline: none;
}

.nb_h2 input[type="checkbox"]:disabled + label,
.leadprocess_head input[type="checkbox"]:disabled + label {
    color: #aaa;
    outline: none;
}
/* accessibility */
.nb_h2 input[type="checkbox"]:checked:focus + label:before,
.nb_h2 input[type="checkbox"]:not(:checked):focus + label:before,
.leadprocess_head input[type="checkbox"]:checked:focus + label:before,
.leadprocess_head input[type="checkbox"]:not(:checked):focus + label:before {
    outline: none;
}

.contact_detover, .setting_over {
    line-height: 24px;
    cursor: default;
    transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;
}

    .setting_over:hover {
        background: #caecfc;
        line-height: 24px;
        cursor: default;
        transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        -webkit-transition: background 0.5s linear;
    }

    .contact_detover input[type="radio"], .setting_over input[type="radio"] {
        margin-top: 6px;
        cursor: pointer;
    }

    .contact_detover input[type="text"], .contact_detover select, .setting_over input[type="text"], .setting_over select {
        margin-top: 1px;
    }

/* Start Tab Content */
ul.tabs {
    padding: 7px 0;
    font-size: 0;
    margin: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}

    ul.tabs li {
        display: inline;
        margin: 0;
        margin-right: 3px; /*distance between tabs*/
    }

        ul.tabs li a {
            font: normal 12px Verdana;
            text-decoration: none;
            position: relative;
            padding: 7px 16px;
            border: 1px solid #CCC;
            border-bottom-color: #B7B7B7;
            color: #000;
            background: #F0F0F0 url(Images/tabbg.gif) 0 0 repeat-x;
            border-radius: 3px 3px 0 0;
            outline: none;
        }

            ul.tabs li a:visited {
                color: #000;
            }

            ul.tabs li a:hover {
                border: 1px solid #B7B7B7;
                background: #F0F0F0 url(Images/tabbg.gif) 0 -36px repeat-x;
            }

        ul.tabs li.selected a, ul.tabs li.selected a:hover {
            position: relative;
            top: 0px;
            font-weight: bold;
            background: white;
            border: 1px solid #B7B7B7;
            border-bottom-color: white;
        }

            ul.tabs li.selected a:hover {
                text-decoration: none;
            }

div.tabcontents {
    border: 1px solid #B7B7B7;
    padding: 10px 0 20px;
    background-color: #FFF;
    border-radius: 0 3px 3px 3px;
}
/* End Tab Content */
ul.posts {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

    ul.posts li {
        list-style-type: none;
        display: inline-block;
        line-height: 24px;
        float: left;
        width: 24%;
        text-align: left;
        margin-left: 10px;
    }

        ul.posts li input[type="checkbox"] {
            margin-right: 5px;
        }


/*NOBUG FORM*/

.aveva-form {
    margin: 0;
    outline: none;
    /*box-shadow: 0 0 10px rgba(0,0,0,.6);*/
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}


.aveva-form-alert {
    outline: none;
    box-shadow: 0 0 70px black;
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
    padding-top: 14px;
    padding-left: 5%;
    padding-right: 5%;
}

.aveva-form header {
    display: block;
    padding: 8px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: #ebe6e6;
    font-size: 21px;
    font-weight: 600;
    color: #666;
    height: 30px;
}

.aveva-form fieldset {
    display: block;
    padding: 6px 20px 0px;
    border: none;
    background: rgba(255,255,255,.9);
}


.fieldset-normal {
    display: block;
    padding: 15px 25px 0px;
    border: 1px solid white;
    background-color: transparent;
}

.aveva-form fieldset + fieldset {
    border-top: 1px solid rgba(0,0,0,.1);
}

.aveva-form section {
    margin-bottom: 13px;
}

.aveva-form footer {
    display: block;
    padding: 15px 30px 25px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}

    .aveva-form footer:after {
        content: '';
        display: table;
        clear: both;
    }

.aveva-form a {
    color: #3d1252;
}

.aveva-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
}

    .aveva-form .label.col {
        margin: 0;
        padding-top: 10px;
    }

.aveva-form .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

.aveva-form .input,
.aveva-form .select,
.aveva-form .textarea,
.aveva-form .radio,
.aveva-form .checkbox,
.aveva-form .toggle,
.aveva-form .button {
    position: relative;
    display: block;
}

    .aveva-form .input input,
    .aveva-form .select select,
    .aveva-form .textarea textarea {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        height: 38px;
        padding: 1px 1px;
        outline: none;
        border-width: 2px;
        border-style: solid;
        border-radius: 2px;
        background: #fff;
        font: 17px 'Open Sans', Helvetica, Arial, sans-serif;
        color: #404040;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

.aveva-form .inputmorewidth input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 113%;
    height: 38px;
    padding: 1px 1px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background: #fff;
    font: 17px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #b1aeae;
}

.input280 input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 245%;
    height: 38px;
    padding: 1px 1px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background: #fff;
    font: 17px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #b1aeae;
}


.aveva-form .inputforconfig input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 250%;
    height: 32px;
    padding: 6px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    background: #fff;
    font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #b1aeae;
}

.aveva-form .progress {
    float: right;
    margin-top: 10px;
    line-height: 39px;
    color: #232323;
}

.aveva-form button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/**/
/* captcha inputs */
/**/
.aveva-form .input-captcha img {
    position: absolute;
    top: 2px;
    right: 2px;
    border-left: 1px solid #e5e5e5;
}


/**/
/* file inputs */
/**/
.aveva-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 31px;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    line-height: 31px;
    font-weight: 600;
}

    .aveva-form .input-file .button:hover {
        box-shadow: none;
    }

    .aveva-form .input-file .button input {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        font-size: 30px;
        cursor: pointer;
        opacity: 0;
    }


/**/
/* selects */
/**/
.aveva-form .select i {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 35px;
    background: #fff;
    pointer-events: none;
}

    .aveva-form .select i:after,
    .aveva-form .select i:before {
        content: '';
        position: absolute;
        right: 10px;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .aveva-form .select i:after {
        bottom: 12px;
        border-top: 4px solid #404040;
    }

    .aveva-form .select i:before {
        top: 12px;
        border-bottom: 4px solid #404040;
    }

.aveva-form .select select {
    padding-right: 28px;
}

.aveva-form .select-multiple select {
    height: auto;
}


/**/
/* textareas */
/**/
.aveva-form .textarea textarea {
    height: auto;
    resize: none;
}

.aveva-form .textarea-resizable textarea {
    resize: vertical;
}

.aveva-form .textarea-expandable textarea {
    height: 39px;
}

    .aveva-form .textarea-expandable textarea:focus {
        height: auto;
    }


/**/
/* radios and checkboxes */
/**/
.aveva-form .radio,
.aveva-form .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

    .aveva-form .radio:last-child,
    .aveva-form .checkbox:last-child {
        margin-bottom: 0;
    }

    .aveva-form .radio input,
    .aveva-form .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .aveva-form .radio i,
    .aveva-form .checkbox i {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        width: 13px;
        height: 13px;
        outline: none;
        border-width: 2px;
        border-style: solid;
        background: #fff;
    }

    .aveva-form .radio i {
        border-radius: 50%;
    }

    .aveva-form .radio input + i:after,
    .aveva-form .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

    .aveva-form .radio input + i:after {
        content: '';
        top: 4px;
        left: 4px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

    .aveva-form .checkbox input + i:after {
        content: '\f00c';
        top: -1px;
        left: -1px;
        width: 15px;
        height: 15px;
        font: normal 12px/16px FontAwesome;
        text-align: center;
    }

    .aveva-form .radio input:checked + i:after,
    .aveva-form .checkbox input:checked + i:after {
        opacity: 1;
    }

.aveva-form .inline-group {
    margin: 0 -30px -4px 0;
}

    .aveva-form .inline-group:after {
        content: '';
        display: table;
        clear: both;
    }

    .aveva-form .inline-group .radio,
    .aveva-form .inline-group .checkbox {
        float: left;
        margin-right: 30px;
    }

        .aveva-form .inline-group .radio:last-child,
        .aveva-form .inline-group .checkbox:last-child {
            margin-bottom: 4px;
        }


/**/
/* toggles */
/**/
.aveva-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

    .aveva-form .toggle:last-child {
        margin-bottom: 0;
    }

    .aveva-form .toggle input {
        position: absolute;
        left: -9999px;
    }

    .aveva-form .toggle i {
        content: '';
        position: absolute;
        top: 4px;
        right: 0;
        display: block;
        width: 49px;
        height: 17px;
        border-width: 2px;
        border-style: solid;
        border-radius: 12px;
        background: #fff;
    }

        .aveva-form .toggle i:after {
            content: 'OFF';
            position: absolute;
            top: 2px;
            right: 8px;
            left: 8px;
            font-style: normal;
            font-size: 9px;
            line-height: 13px;
            font-weight: 400;
            text-align: left;
            color: #5f5f5f;
        }

        .aveva-form .toggle i:before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 4px;
            right: 4px;
            display: block;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            opacity: 1;
            -ms-transition: right 0.2s;
            -moz-transition: right 0.2s;
            -webkit-transition: right 0.2s;
        }

    .aveva-form .toggle input:checked + i:after {
        content: 'ON';
        text-align: right;
    }

    .aveva-form .toggle input:checked + i:before {
        right: 36px;
    }


/**/
/* ratings */
/**/
.aveva-form .rating {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
}

    .aveva-form .rating:last-child {
        margin-bottom: 0;
    }

    .aveva-form .rating input {
        position: absolute;
        left: -9999px;
    }

    .aveva-form .rating label {
        display: block;
        float: right;
        height: 17px;
        margin-top: 5px;
        padding: 0 2px;
        font-size: 17px;
        line-height: 17px;
        cursor: pointer;
    }


/**/
/* buttons */
/**/
.aveva-form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin: 10px 0 0 20px;
    padding: 0 25px;
    outline: none;
    border: 0;
    font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.aveva-form .button-uploading {
    position: relative;
    color: transparent;
    cursor: default;
}

    .aveva-form .button-uploading:after {
        content: 'Uploading...';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        -o-animation: blink 1s linear infinite;
        -ms-animation: blink 1s linear infinite;
        -moz-animation: blink 1s linear infinite;
        -webkit-animation: blink 1s linear infinite;
    }

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}


/**/
/* icons */
/**/
.aveva-form .icon-append,
.aveva-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}

.aveva-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.aveva-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.aveva-form .input .icon-prepend + input,
.aveva-form .textarea .icon-prepend + textarea {
    padding-left: 46px;
}

.aveva-form .input .icon-append + input,
.aveva-form .textarea .icon-append + textarea {
    padding-right: 46px;
}

.aveva-form .input .icon-prepend + .icon-append + input,
.aveva-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 46px;
}


/**/
/* grid */
/**/
.aveva-form .row {
    margin: 0 -16px;
}

.aveva-form .rowatrightend {
    margin: 0 -16px;
}

.aveva-form .row:after {
    content: '';
    display: table;
    clear: both;
}

.aveva-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.aveva-form .col-1 {
    width: 8.33%;
}

.aveva-form .col-2 {
    width: 16.66%;
}

.aveva-form .col-3 {
    width: 25%;
}

.aveva-form .col-4 {
    width: 33.33%;
}

.aveva-form .col-5 {
    width: 41.66%;
}

.aveva-form .col-6 {
    width: 50%;
}

.aveva-form .col-7 {
    width: 58.33%;
}

.aveva-form .col-8 {
    width: 66.67%;
}

.aveva-form .col-9 {
    width: 75%;
}

.aveva-form .col-10 {
    width: 83.33%;
}

.aveva-form .col-11 {
    width: 91.66%;
}

@media screen and (max-width: 600px) {
    .aveva-form .col {
        float: none;
        width: 100%;
    }
}


/**/
/* tooltips */
/**/
.aveva-form .tooltip {
    position: absolute;
    z-index: 1;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0,0,0,0.6);
    color: #fff;
    opacity: 0;
    -ms-transition: margin 0.5s, opacity 0.5s;
    -moz-transition: margin 0.5s, opacity 0.5s;
    -webkit-transition: margin 0.5s, opacity 0.5s;
}

    .aveva-form .tooltip:after {
        content: '';
        position: absolute;
    }

.aveva-form .input input:focus + .tooltip,
.aveva-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}


.aveva-form .img img:hover + .tooltip {
    opacity: 3;
}

.aveva-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: -15px;
}

    .aveva-form .tooltip-top-right:after {
        top: 100%;
        left: 106px;
        /*border-top: 10px solid rgba(0,0,0,0.6);*/
        border-right: 10px solid transparent;
        border-left: 7px solid transparent;
    }

.aveva-form .input input:focus + .tooltip-top-right,
.aveva-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px;
}

.aveva-form .img img:hover + .tooltip-top-right {
    right: 1px;
    left: auto;
    margin-bottom: 5px;
    height: 80px;
    max-width: 300px;
    word-wrap: break-word;
    background-color: white;
    color: black;
    border-radius: 3px;
}


.aveva-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}

    .aveva-form .tooltip-top-left:after {
        top: 100%;
        left: 16px;
        border-top: 4px solid rgba(0,0,0,0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.aveva-form .input input:focus + .tooltip-top-left,
.aveva-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px;
}

.aveva-form .tooltip-right {
    top: 9px;
    white-space: nowrap;
    margin-left: 15px;
}

    .aveva-form .tooltip-right:after {
        top: 6px;
        right: 100%;
        border-top: 4px solid transparent;
        border-right: 4px solid rgba(0,0,0,0.9);
        border-bottom: 4px solid transparent;
    }

.aveva-form .input input:focus + .tooltip-right,
.aveva-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}

.aveva-form .tooltip-left {
    top: 9px;
    white-space: nowrap;
    margin-right: 15px;
}

    .aveva-form .tooltip-left:after {
        top: 6px;
        left: 100%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid rgba(0,0,0,0.9);
    }

.aveva-form .input input:focus + .tooltip-left,
.aveva-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px;
}

.textarea {
    width: 100%;
    height: 60px;
}

.aveva-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}

    .aveva-form .tooltip-bottom-right:after {
        bottom: 100%;
        right: 16px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0,0,0,0.9);
        border-left: 4px solid transparent;
    }

.aveva-form .input input:focus + .tooltip-bottom-right,
.aveva-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px;
}

.aveva-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px;
}

    .aveva-form .tooltip-bottom-left:after {
        bottom: 100%;
        left: 16px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0,0,0,0.9);
        border-left: 4px solid transparent;
    }

.aveva-form .input input:focus + .tooltip-bottom-left,
.aveva-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
}


/**/
/* normal state */
/**/
.aveva-form .input input,
.aveva-form .select select,
.aveva-form .textarea textarea,
.aveva-form .radio i,
.aveva-form .checkbox i,
.aveva-form .toggle i,
.aveva-form .icon-append,
.aveva-form .icon-prepend {
    border-color: #cac8c8;
}

    .aveva-form .toggle i:before {
        background-color: #3d1252;
    }

.aveva-form .rating label {
    color: #ccc;
}

.aveva-form .button {
    background-color: #3d1252;
    opacity: 0.8;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

    .aveva-form .button.button-secondary {
        background-color: #b3b3b3;
    }

.aveva-form .icon-append,
.aveva-form .icon-prepend {
    color: #ccc;
}


/**/
/* hover state */
/**/
.aveva-form .input:hover input,
.aveva-form .select:hover select,
.aveva-form .textarea:hover textarea,
.aveva-form .radio:hover i,
.aveva-form .checkbox:hover i,
.aveva-form .toggle:hover i,
.aveva-form .ui-slider-handle:hover {
    border-color: #8dc9e5;
}


.aveva-form .rating input + label:hover,
.aveva-form .rating input + label:hover ~ label {
    color: #3d1252;
}

.aveva-form .button:hover {
    opacity: 1;
}


/**/
/* focus state */
/**/
.aveva-form .input input:focus,
.aveva-form .select select:focus,
.aveva-form .textarea textarea:focus,
.aveva-form .radio input:focus + i,
.aveva-form .checkbox input:focus + i,
.aveva-form .toggle input:focus + i {
    border-color: #3d1252;
}


/**/
/* checked state */
/**/
.aveva-form .radio input + i:after {
    background-color: #3d1252;
}

.aveva-form .checkbox input + i:after {
    color: #3d1252;
}

.aveva-form .radio input:checked + i,
.aveva-form .checkbox input:checked + i,
.aveva-form .toggle input:checked + i {
    border-color: #3d1252;
}

.aveva-form .rating input:checked ~ label {
    color: #3d1252;
}


/**/
/* error state */
/**/
.aveva-form .state-error input,
.aveva-form .state-error select,
.aveva-form .state-error select + i,
.aveva-form .state-error textarea,
.aveva-form .radio.state-error i,
.aveva-form .checkbox.state-error i,
.aveva-form .toggle.state-error i,
.aveva-form .toggle.state-error input:checked + i {
    background: #fff0f0;
}

.aveva-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}

.aveva-form .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}


/**/
/* success state */
/**/
.aveva-form .state-success input,
.aveva-form .state-success select,
.aveva-form .state-success select + i,
.aveva-form .state-success textarea,
.aveva-form .radio.state-success i,
.aveva-form .checkbox.state-success i,
.aveva-form .toggle.state-success i,
.aveva-form .toggle.state-success input:checked + i {
    background: #f0fff0;
}

.aveva-form .state-success + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}

.aveva-form .note-success {
    color: #6fb679;
}


/**/
/* disabled state */
/**/
.aveva-form .input.state-disabled input,
.aveva-form .select.state-disabled,
.aveva-form .textarea.state-disabled,
.aveva-form .radio.state-disabled,
.aveva-form .checkbox.state-disabled,
.aveva-form .toggle.state-disabled,
.aveva-form .button.state-disabled {
    cursor: default;
    opacity: 0.5;
}

    .aveva-form .input.state-disabled:hover input,
    .aveva-form .select.state-disabled:hover select,
    .aveva-form .textarea.state-disabled:hover textarea,
    .aveva-form .radio.state-disabled:hover i,
    .aveva-form .checkbox.state-disabled:hover i,
    .aveva-form .toggle.state-disabled:hover i {
        border-color: #e5e5e5;
    }


/**/
/* submited state */
/**/
.aveva-form .message {
    display: none;
    color: #6fb679;
}

    .aveva-form .message i {
        display: block;
        margin: 0 auto 20px;
        width: 81px;
        height: 81px;
        border: 1px solid #6fb679;
        border-radius: 50%;
        font-size: 30px;
        line-height: 81px;
    }

.aveva-form.submited fieldset,
.aveva-form.submited footer {
    display: none;
}

.aveva-form.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255,255,255,.9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
}

/**/
/* slider */
/**/
.aveva-form .ui-slider {
    position: relative;
    height: 3px;
    border: 2px solid #e5e5e5;
    background: #fff;
    margin: 12px 6px 26px;
}

.aveva-form .ui-slider-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
    border: 2px solid #e5e5e5;
    outline: none;
    background: #fff;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}


/**/
/* modal */
/**/
.aveva-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px;
}

.aveva-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}


/**/
/* bootstrap compatibility */
/**/
.aveva-form *,
.aveva-form *:after,
.aveva-form *:before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.aveva-form .label {
    border-radius: 0;
    font-size: 15px;
    text-align: left;
    white-space: normal;
    color: inherit;
    font-weight: 600;
}

.aveva-form .radio,
.aveva-form .checkbox {
    font-weight: 400;
}

    .aveva-form .radio + .radio,
    .aveva-form .checkbox + .checkbox {
        margin-top: 0;
    }



/*demo.css*/


/*html, body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}*/

.body {
    max-width: 600px;
    margin: 0 auto;
}

.body-s {
    max-width: 400px;
    margin-top: 6px;
    padding: 0;
}

.modal {
    padding: 25px 30px;
    background: rgba(255,255,255,0.9);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}

    .modal a {
        color: #3d1252;
    }

@media screen and (max-width: 100%) {
    .body {
        padding: 0px 0px;
    }
}

/*Drag_Drop_Css*/

/* draggable targets */
[data-draggable="target"] {
    float: left;
    list-style-type: none;
    width: 100%;
    height: 7.85em;
    overflow-y: auto;
    margin: 0 0.5em 0.5em 0;
    padding: 0.2em;
    border-radius: 0.2em;
}

    /* drop target state */
    [data-draggable="target"][aria-dropeffect="move"] {
        border-color: #68b;
        background: #fff;
    }

        /* drop target focus and dragover state */
        [data-draggable="target"][aria-dropeffect="move"]:focus,
        [data-draggable="target"][aria-dropeffect="move"].dragover {
            outline: none;
            box-shadow: 0 0 0 1px green, 0 0 0 2px #7bc725;
        }

/* draggable items */
[data-draggable="item"] {
    display: block;
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    line-height: 1.3;
}

    /* items focus state */
    [data-draggable="item"]:focus {
        outline: none;
        box-shadow: 0 0 0 1px #68b, inset 0 0 0 1px #ddd;
    }

    /* items grabbed state */
    [data-draggable="item"][aria-grabbed="true"] {
        background: #8ad;
        color: #fff;
    }

.partnumbertoggle {
    font-weight: 500;
    color: #3d1252;
}

.panel-heading {
    padding: 4px 15px !important;
}

.disabled {
    pointer-events: none; /*This makes it not clickable */
    opacity: 0.8; /*This grays it out to look disabled*/
}

/*menu bar*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #cdcdcd;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
    color: #3d1252;
}

    .sidenav a {
        padding: 5px 5px 5px 25px;
        text-decoration: none;
        font-size: 18px;
        color: #3d1252;
        display: block;
        transition: .3s;
        font-family: 'Muli', sans-serif !important;
        font-weight: 600;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 10px;
        right: 18px;
        font-size: 30px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 13px;
    }

        .sidenav a {
            font-size: 15px;
        }
}

.expandPanelBody {
    max-height: 292px !important;
    min-height: 292px !important;
    overflow: hidden !important;
}

    .expandPanelBody ol {
        height: 19em !important;
    }

.expandFlex {
    overflow: auto;
}

.selectBlock {
    overflow: auto;
    height: 100%;
}

.partDescription {
    font-size: 10px;
    color: #460101;
    font-weight: bold;
    margin-left: 16px;
}


#input_container {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 20px;
    direction: ltr;
}

#searchstring {
    margin: 0;
    padding-right: 90px;
    width: 100%;
}

#input_img {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 24px;
    height: 24px;
}

#input_search {
    position: absolute;
    top: 10.5px;
    right: 40px;
    width: 24px;
    height: 24px;
}


.tileDesign {
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    width: 145px;
    height: 140px;
    border: 1px solid #c7c5c5;
    border-radius: 15px;
    text-align: center;
    -webkit-box-shadow: 7px 5px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 5px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 5px 20px 0px rgba(0,0,0,0.75);
    float: left;
    padding: 5px;
    cursor: pointer;
    background: white;
    font-size: 12px !important;
}
