/* GENERAL CSS */
/* //WALLBARN RULE color 319cff in all file, replace impertek color ffa801*/
body.view-mp_workspaces{
    overflow: hidden;
}
body * {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

body.modal-open {
    overflow: auto;
}

a, a:hover,
a:focus {
    color: #319cff;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clr {
    clear: both;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.dpl-inlineb {
    display: inline-block!important;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.btn.cancel {
    background: #848484;
    border: 0;
    box-shadow: 0px 0px 0px transparent;
    padding: 5px 15px!important;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
}

.btn.cancel:hover,
.btn.cancel:focus {
    background: #525151;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:disabled, .btn-secondary:active{
    background: #6f6f6e;
    border: 1px solid #6f6f6e;
    border-radius: 15px;
    padding: 4px 15px;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:disabled, .btn-primary:active{
    background: #319cff!important;
    border: 1px solid #319cff!important;
    border-radius: 20px;
    padding: 4px 15px;
}
.btn-default, .btn-default:hover, .btn-default:active, .btn-default:disabled, .btn-default:active{
    background: #fff!important;
    border: 1px solid #fff!important;
    border-radius: 15px;
    padding: 4px 15px;
}
.profile .btn-primary{
    border-radius: 30px;
}
.form-control:focus{
    border-color: #319cff;
    box-shadow: none;
}
#maincontent {
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
}

#maincenter {
    padding: 0px 30px;
}

#maincenter .inner {
    max-width: 1740px;
    margin: 0 auto;
}

#main {
    background: #ececec;
    min-height: 100vh;
}

#maincontent.toggled #left {
    left: 0;
}

#maincontent.toggled {
    padding-left: 0;
    margin-right: 0;
}
.light .dark [class^="icon-"]::before, .light .dark [class*=" icon-"]::before{
    color:#191919
}
.light .light{
    color:#fff;
}
.modal-close{
    position: absolute;
    right: 12px;
    top: 12px;
    width: 18px;
    height: 18px;
    z-index:99;
    background: #fff;
    border-radius: 40px;
    padding: 3px;
}
.modal-close:hover {
    opacity: 1; 
    cursor:pointer;
}
.modal-close:before, .modal-close:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #191919;
}
.modal-close:before {
    transform: rotate(45deg);
}
.modal-close:after {
    transform: rotate(-45deg);
}
#welcomeTutorial .modal-title{
    font-weight:400;
    color: #319cff;
    font-size: 24px;
}
#welcomeTutorial .modal-title b{
    font-weight:700;
    font-size: 24px;
}
#welcomeTutorial .modal-body p span{
    color: #319cff;
}
#welcomeTutorial .modal-body button, #welcomeDialog .modal-body button{
    color: #191919;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin: 20px auto 0;
    padding: 4px 10px;
}
.startTutorial{
    margin: 40px auto 0;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}
.tutorialStep{
    display: block;
    max-width: 400px;
    color: #fff;
    position: absolute;
    background: #191919;
    border-radius: 15px;
    z-index: 1080;
}
.tutorialStepTop{
    top: 77px;
}
.tutorialStepTop::before{
    /*content: '';*/
    display:block;
    width:2px;
    top: -35px;
    height: 35px;
    background: #191919;
    position:absolute;
    margin:0 auto;
    left: 0;
    right: 0;
}
.tutorialStepBottom{
    bottom: 80px;
}
.tutorialStepBottom::after{
    /*content: '';*/
    display:block;
    width:2px;
    bottom: -35px;
    height: 35px;
    background: #191919;
    position:absolute;
    margin:0 auto;
    left: 0;
    right: 0;
}
.tutorialStep ul{
    list-style: none;
    padding-left: 0px;
}
.tutorialStep li span.li{
    display: inline-block; 
    vertical-align: top;
    font-size:15px;
}
.tutorialStep li span.li.tutorialIcons{
    margin-left: -30px;
    display:none;
}
.tutorialStep li span.li.tutorialText span{
    color: #319cff;
    font-size: 15px;
}

.tutorialStep li span.glyphicons-megaprev{
    display: block;
    font-size: 16px;
    height: 23px;
    width: 23px;
}
.tutorialStep li span.glyphicons-megaprev::before{
    color: #fff!important;
}
.tutorialStep button{
    display: block;
    background: transparent;
    border: 0;
    margin: 0 0 0 auto;
    color: #319cff;
    position:absolute;
    bottom:0;
}
.tutorialStep a{
    text-decoration: none;
}
#miniTutorialStep1, #miniTutorialStep2{
    top: 35px;
    padding-top: 33px;
    position: absolute;
    z-index: 1080;
    max-width: 400px;
    background: transparent;
}
#miniTutorialStep1 .modal-dialog, #miniTutorialStep2 .modal-dialog{
    background: #191919;
    border-radius: 15px;
    position: relative;
    color: #fff;
}
.moveToPrevTutorialStep{
    left:20px;
}
.moveToNextTutorialStep, .closeTutorialStep{
    right:20px;
}
#newProjectDialog button{
    font-weight: bold;
}
#welcomeDialog .glyphicons-megaprev, #newProjectDialog .glyphicons-megaprev{
    color: #191919;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    font-weight:700;
}
#welcomeDialogNew:hover .glyphicons-megaprev, #welcomeDialogOpen:hover .glyphicons-megaprev, #newProjectDialogNew:hover .glyphicons-megaprev, #newProjectDialogRectangle:hover .glyphicons-megaprev{
    color: #319cff;
    border: 1px solid #319cff;
    cursor:pointer;
    
}
#welcomeDialogNew:hover .glyphicons-megaprev:before, #welcomeDialogOpen:hover .glyphicons-megaprev:before,  #newProjectDialogNew:hover .glyphicons-megaprev:before, #newProjectDialogRectangle:hover .glyphicons-megaprev:before{
    color: #319cff;
}
#welcomeDialogNew, #welcomeDialogOpen, #newProjectDialogNew, #newProjectDialogRectangle{
    cursor:pointer;
    text-transform: uppercase;
}
.light #idIframeGuide.dark #main{
    background: #191919;
}
.idIframeGuide #maincenter {
    margin-top: 0px;
  }

.light #idIframeUserPage.dark #main{
    background: #191919;
}
.idIframeUserPage #maincenter {
    margin-top: 0px;
  }
#guideModal .modal-dialog{
    max-width: 900px;
}
#guideModal .modal-body{
    padding: 30px;
}
.checkbox label::after,
.checkbox label::before {
    top: 5px;
}

.checkbox label::after {
    color: #319cff;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before{
    outline: none;
}
.radio label::before {
    top: 1px;
}

.radio label::after {
    background-color: #191919;
    top: 4px;
}

.page-title {
    font-size: 21px;
    font-weight: 400;
    padding: 0px 0px 30px;
}


/* END GENERAL CSS*/


/* PAGINATION*/

.pagination li .pagenav,
.pagination li .pagenav:hover {
    border: 1px solid #ddd;
    border-left: 0px;
}

.custompag .pagination {
    text-align: center;
}

.custompag .pagination ul {
    box-shadow: 0px 0px 0px transparent!important;
    border-radius: 0px;
    padding: 10px 0px;
    display: inline-block;
}
.custompag .pagination ul.pagination-list{
    
    display: flex;
    list-style: none;
    justify-content: center;
}

.custompag .pagination ul>li>span,
.custompag .pagination ul>li>span:hover,
.custompag .pagination ul>li>span:focus,
.custompag .pagination ul>.disabled>a,
.custompag .pagination ul>.disabled>a:hover,
.custompag .pagination ul>.disabled>a:focus {
    background: #191919;
    color: #fff;
    border-top: 0;
    border-bottom: 0;
}

.custompag .pagination ul>li>a,
.custompag .pagination ul>li>span,
.custompag .pagination ul>li>span:hover,
.custompag .pagination ul>li>span:focus {
    border: 0;
    line-height: 19px;
    background: #191919;
    color: #fff;
    border-radius: 0px;
    padding: 4px 7px;
    text-decoration: none;
}

.custompag .pagination ul>li>a:hover,
.custompag .pagination ul>li>a:focus,
.custompag .pagination ul>.active>a,
.custompag .pagination ul>.active>span {
    background-color: #191919;
    color: #319cff;
    border: 0;
    border-radius: 0px;
}

.custompag .pagination ul>li:first-child>a,
.custompag .pagination ul>li:first-child>a:hover,
.custompag .pagination ul>li:first-child>a:focus,
.custompag .pagination ul>li:first-child>span,
.custompag .pagination ul>li:first-child>span:hover,
.custompag .pagination ul>li:first-child>span:focus {
    border-left: 0;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.custompag .pagination ul>li:last-child>a,
.custompag .pagination ul>li:last-child>a:hover,
.custompag .pagination ul>li:last-child>a:focus,
.custompag .pagination ul>li:last-child>span,
.custompag .pagination ul>li:last-child>span:hover,
.custompag .pagination ul>li:last-child>span:focus {
    border-right: 0;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.custompag .pagination .pull-right {
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.layout-blog .custompag .pagination>ul>li.pagination-start>span,
.layout-blog .custompag .pagination>ul>li.pagination-prev>span,
.layout-blog .custompag .pagination>ul>li.pagination-next>span,
.layout-blog .custompag .pagination>ul>li.pagination-end>span,
.search .custompag .pagination>ul>li.pagination-start>span,
.search .custompag .pagination>ul>li.pagination-prev>span,
.search .custompag .pagination>ul>li.pagination-next>span,
.search .custompag .pagination>ul>li.pagination-end>span {
    background: #fff;
    color: #191919;
}

.layout-blog .custompag .pagination>ul>li>span,
.search .custompag .pagination>ul>li>span {
    background: #787878;
    color: #fff;
}

.mpListForm .custompag .pagination .pull-right #limit_chzn {
    width: 85px!important;
}

.custompag .pagination .chzn-container-single .chzn-single {
    border-radius: 3px;
    background: #319cff;
    color: #fff;
    box-shadow: 0 0 0 transparent;
    border: 0;
    height: 30px;
    line-height: 30px;
}

.custompag .pagination .chzn-container-single .chzn-single span {
    margin-right: 30px;
}

.custompag .chzn-container-single .chzn-single div {
    width: 24px;
}

.mpListForm .custompag .pagination .chzn-container-single .chzn-single {
    height: 30px;
    line-height: 30px;
}

.mpListForm .custompag .pagination .chzn-container-single .chzn-single span {
    margin-right: 36px;
}

.mpListForm .custompag .chzn-container-single .chzn-single div {
    width: 30px;
}
.custompag .pagination .chzn-container .chzn-drop{
    background: #319cff;
}
.custompag .pagination .chzn-container .chzn-results {
    width: 100%;
    background: #319cff;
    color: #fff;
}
.custompag .pagination .chzn-container .chzn-drop{
    border:0;
}
.custompag .pagination .chzn-container .chzn-results li.highlighted{
    color: #191919;
    background: #319cff;
    background-image: none;
}
.custompag .pagination .chzn-container-single .chzn-single div b {
    background: url('../images/select.png') no-repeat 10px 12px #319cff;
}

.custompag .pagination .chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -28px 12px;
}

.icon-backward,
.icon-step-backward,
.icon-step-forward,
.icon-forward {
    font-size: 12px;
}

.custompag .pagination>ul>li>span>span.icon-backward,
.custompag .pagination>ul>li>span>span.icon-step-backward,
.custompag .pagination>ul>li>span>span.icon-step-forward,
.custompag .pagination>ul>li>span>span.icon-forward {
    opacity: 0.5;
}

#forGroupFlooring [class^="icon-"], #forGroupFlooring [class*=" icon-"], #forGroupInstallationType [class^="icon-"], #forGroupInstallationType [class*=" icon-"]{
    width:27px;
    background: #2d2d2d;
    border-radius: 3px;
}
#forGroupFlooring .active [class^="icon-"], #forGroupFlooring .active [class*=" icon-"], #forGroupInstallationType .active [class^="icon-"], #forGroupInstallationType .active [class*=" icon-"] {
    background: #fff;
    border: 1px solid #319cff;
}
#forGroupInstallationType .active [class^="icon-"]::before, #forGroupInstallationType .active [class*=" icon-"]::before {
    color: #319cff;
}
#forGroupFlooring label span + span, #forGroupInstallationType label span + span{
    font-size: 11px;
}
#railSystem .glyphicons-megaprev span{
    font-family: 'iconsmegapro' !important;
}

#railSystem .glyphicons-megaprev span::before{
    font-size: 20px;
}
/* END PAGINATION*/


/* SEARCH INPUT */

.icon-search {
    color: #fff;
}
.js-stools-btn-clear{
    background: #319cff!important;
    border: 1px solid #319cff!important;
    min-width: 0!important;
    padding: 5px 10px!important;
}
.js-stools .js-stools-container-bar{
    color: #319cff;
}
.filter_search_label{
    padding-right:20px;
}
.search-container input[type="text"],
.search-container input[type="text"]:focus,
.search-container input[type="text"]:hover,
.search-container input[type="search"],
.search-container input[type="search"]:focus,
.search-container input[type="search"]:hover {
    height: 30px;
    background: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 2px solid #319cff;
    border-right: 0px;
    padding: 7px 10px;
    color: #191919;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px transparent;
    min-width: 206px;
    font-size: 14px;
    float: left;
    outline: none;
}

.search-container button,
.search-container button:hover,
.search-container button:focus,
.search-container button.btn,
.search-container button.btn:hover,
.search-container button.btn:focus {
    margin: 0px;
    background: #319cff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 2px solid #319cff;
    height: 30px;
    padding: 5px;
}

.moduletable.search_in_support {
    float: left!important;
}

.moduletable.search_in_support .search_in_support {
    padding: 16px 30px;
}

.search_in_support .search_in_support_btn {
    float: right;
}



/* END SEARCH INPUT */


/* ARTICLE PAGE */

.terms-and-conditions li {
    line-height: 25px;
    font-size: 15px;
}

.page-header h2 {
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 20px;
}
.com_content.view-article #maincenter{
    margin-top:0;
}
.com_content.view-article #main{
    background: #191919;
    color: #fff;
}
.item-page {
    background: #191919;
    color: #fff;
}
.item-page .page-header h2{
    color:#fff;
}
.item-page .glyphicons-megaprev {
    width: auto;
    height: auto;
    display: inline;
}

.item-page ul,
.item-page ol {
    margin-left: 35px;
}


/* USER PAGES */

.logo-impertek-splash-container {
    padding: 20px 30px;
}

.logo-impertek-splash-container img {
    width: 100px;
}
.userpages #maintopright{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.userpages #maincontent {
    background: transparent;
}
#mainbottommodule > div.inner{
    padding: 0px;
}
.userpages #mainbottommodule {
    margin-top: 30px;
}

.userpages #mainbottommodule>div.inner {
    padding: 0px;
}

.moduletable.footer-info-splash .footer-info-splash {
    max-width: 1000px;
    margin: 0px auto;
    color: #ccc;
    overflow: hidden;
}

.footer-info-splash .footer-box {
    width: 25%;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
}

.footer-info-splash .footer-box a {
    font-size: 11px;
    line-height: 15px;
    color: #ccc;
}

.footer-info-splash .footer-box a:hover {
    color: #319cff;
    text-decoration: none;
}

.logo-footer-mobile {
    display: none;
}

.logo-footer-mobile img {
    width: 135px;
}

body.userpages {
    background: #0d0d0d;
    height: 100vh;
}
.userpages #wrapper, .userpages #wrapper > .inner, .userpages #maincontent{
    height: 100%;
}
.login-pages-main, .login-pages-main .owl-stage-outer, .login-pages-main .owl-stage-outer .owl-stage, .login-pages-main .owl-stage-outer .owl-stage, .login-pages-main .owl-stage-outer .owl-stage .owl-item, .login-pages-main .owl-stage-outer .owl-stage .owl-item .item{
    height: 100%;
    width: 100%;
}

.login-pages-main .item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.login-pages-main .item .item-content{
    display:inline-flex;
    align-items: center;
    position:absolute;
    left:450px;
    height: 100vh;
}
.login-pages-main .owl-dots{
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 0;
    right: 0;
}
.login-pages-main .owl-dots button{
    min-width:0;
    margin:0;
}
.login-pages-main.owl-theme .owl-dots .owl-dot span{
    background: #555;
}
.login-pages-main.owl-theme .owl-dots .owl-dot.active span, .login-pages-main.owl-theme .owl-dots .owl-dot:hover span{
    background: #eee;
}
.login-pages-main .item .action_button{
    background: #fff !important;
    border: 1px solid #319cff !important;
    border-radius: 20px;
    padding: 6px 20px;
    color: #319cff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin: 20px auto 0;
    text-decoration: none;
}
.login-pages-main .item .action_button:hover{
    background: #319cff !important;
    color: #191919;
}
.userpages #wrapper #system-message-container{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    max-width: 400px;
    margin: 0 auto;
    top: 100px;
}
.userpages #wrapper #system-message-container .alert{
    background: #191919;
    border-radius: 30px;
    margin: 10px 0;
    padding: 20px 40px 40px;
    border: 2px solid #2bae18;
    color: #fff;
}
.userpages #wrapper #system-message-container .alert.alert-warning, .userpages #wrapper #system-message-container .alert.alert-error{
    border: 2px solid #f00;
}
.userpages #wrapper #system-message-container .alert button{
    min-width:0;
    padding:0;
    margin:0;
    background:transparent;
    color: #fff;
    border:0;
}
.userpages #wrapper #system-message-container .alert .close{
    color:#fff;
    cursor:pointer;
    font-size: 20px;
    float:right;
}
.userpages #wrapper #system-message-container .alert h4{
    color:#fff;
}
/* LOGINNEW 
.userpages #wrapper {
    background-image: url('../images/bg-splash-login.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.userpages #wrapper .container-fluid.inner.overflow_hidden {
    overflow: visible;
}

.userpages .logo-container-splash {
    width: 100%;
    text-align: center;
    padding: 40px 0px 10%;
}


.userpages .reset .login-pages-container-box,
.userpages .remind .login-pages-container-box {
    margin: 90% 0px 10px;
}


.userpages #maincontent {
    padding-left: 0;
    transition: none;
    margin-right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    padding-top: 125px;
}
*/
.userpages #center>div.inner {
    padding: 0px;
}
.login-pages-container-box-stripe{
    display:flex;
    height:100vh;
    position:absolute;
    z-index:2;
    align-items: center;
    padding: 0 100px;
    width: 100%;
    max-width: 340px;
    left: 0;

}
.login-pages-container-box {
    max-width: 490px;
    margin: 0 auto;
    background: #ececec;
    border-radius: 30px;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    padding: 25px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.userpages .reset #maincontent,
.userpages .remind #maincontent {
    position: relative;
}

.userpages #maincontent {
    background: transparent;
    min-height: 0px;
}

.userpages #maincontent .login,
.userpages #maincontent .reset,
.userpages #maincontent .remind,
.userpages #maincontent .profile,
.userpages #maincontent .reset-confirm,
.userpages #maincontent .reset-complete,
.userpages #maincontent .registration,
.userpages #maincontent .registration-complete {
    background: #ececec;
    border-radius: 30px;
    max-width: 345px;
    margin: 0 auto;
    float: none;
}

.userpages .registration #maincontent #jform_captcha>div {
    width: 350px!important;
}

.userpages .registration #maincontent #jform_captcha {
    padding-top: 15px;
}

.userpages #maincontent .well {
    background-color: #ececec;
    border: 0px;
    box-shadow: 0px 0px 0px transparent;
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
    color: #191919;
}

.userpages #maincontent .login.login-page .nav-tabs.nav-stacked {
    border-radius: 4px;
    padding: 0 10px 10px;
    margin-bottom: 0px;
    text-align:center;
}

.userpages #maincontent .nav-tabs.nav-stacked li {
    list-style: none;
    padding: 3px 2px;
}

.userpages #maincontent .login.login-page .nav-tabs.nav-stacked li a {
    list-style: none;
    text-align: center;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    border: 0px;
    color: #191919;
    text-decoration: none;
}

.userpages #maincontent .login.login-page .nav-tabs.nav-stacked li:last-child a {
    font-weight: 600;
    text-decoration: underline;
}

.userpages #maincontent .remind .form-horizontal .control-group,
.userpages #maincontent .reset .form-horizontal .control-group,
.userpages #maincontent .reset-confirm .form-horizontal .control-group,
.userpages #maincontent .reset-complete .form-horizontal .control-group {
    margin-bottom: 0;
}

.userpages #maincontent .login.login-page h1 {
    text-align: center;
    color: #319cff;
    font-size: 18px;
}

.userpages #maincontent .login.login-page .page-header {
    margin: 0;
    padding: 8px;
    text-transform: uppercase;
    background: #ececec;
    border-radius: 30px 30px 0px 0px;
}

.userpages #maincontent .login.login-page .form-horizontal .control-group {
    text-align: center;
}

.userpages #maincontent .login.login-page .well .input-row input#username, .userpages #maincontent .login.login-page .well .input-row input#username:focus {
    padding: 5px 40px;
    background: url('../images/userlogin.png') no-repeat center left 20px #ececec;
    outline: none;
    font-size: 14px;
}

.userpages #maincontent .login.login-page .well .input-row input#password, .userpages #maincontent .login.login-page .well .input-row input#password:focus {
    padding: 5px 40px;
    background: url('../images/keypassword.png') no-repeat center left 20px #ececec;
    outline: none;
}

.userpages #maincontent .login.login-page .button-login {
    margin-bottom: 0px;
}

.userpages #maincontent .login.login-page .button-login button {
    border-radius: 30px;
    margin-top: 0px;
    text-transform: uppercase;
    padding: 5px 30px;
    font-weight: 700;
    padding: 7px 40px;
}
#users-profile-custom-fields-0 legend, #member-profile fieldset:nth-child(2) legend{
    display:none;
}
.userpages #maincontent .registration button.btn,
.userpages #maincontent .registration a.btn.cancel, .userpages .profile button.btn, .userpages .profile a.btn.cancel {
    margin: 10px 0px;
    border-radius: 30px;
    box-sizing: border-box;
    border: 0px;
    padding: 7px 15px!important;
    font-weight: 700;
    text-transform: uppercase;
    width:100%;
    display:inline-block;
}

.userpages #maincontent .registration button.btn {
    background: #319cff;
    color: #fff;
}

.userpages #maincontent .registration button.btn:hover {
    color: #191919;
    cursor:pointer;
}

.userpages #maincontent .well .input-row {
    padding: 0px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#member-profile .control-label{
    display:none;
}
.userpages #maincontent .well .input-row input, #member-profile .controls input {
    background: #ffffff;
    margin: 0 auto;
    background: none;
    text-align: center;
    border-radius: 0px!important;
    color: #191919;
    font-size: 14px;
    padding: 5px;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #191919;
    -webkit-box-shadow: 0 0 0px transparent;
    -moz-box-shadow: 0 0 0px transparent;
    box-shadow: 0 0 0px transparent;
    box-sizing: border-box;
    min-height: 38px;
    outline:none;
    margin-bottom: 5px !important;
}
.userpages #maincontent .well .input-row input[aria-invalid="true"]{
    border-bottom: 1px solid #f00;
}
.itemExtraFieldsLabel{
    display:none;
}
#jform_privacyconsent_privacy{
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    
}
#jform_privacyconsent_privacy > input {
    width: auto !important;
    min-height: 0 !important;
    margin: 0 10px !important;
}
.userpages #maincontent .well .input-row input#jform_profile_address1 {
    border-top: 1px solid #6e6e6e;
}

.userpages #maincontent .reset p,
.userpages #maincontent .reset-confirm p,
.userpages #maincontent .reset-complete p,
.userpages #maincontent .remind p {
    padding: 20px 20px 0px;
}

.userpages #maincontent .well .input-row #jform_profile_tos input {
    min-height: 0px;
    width: 12px!important;
    margin: 5px 7px 0 0 !important;
    float: none;
}

.userpages #maincontent .well .input-row #jform_profile_tos-lbl {
    display: inline-block;
    margin-top: 15px;
}

.userpages #maincontent .well .input-row #jform_profile_tos-lbl a,
.userpages #maincontent .well .input-row #jform_profile_tos-lbl a:hover,
.userpages #maincontent .well .input-row #jform_profile_tos-lbl a:focus {
    text-decoration: underline;
    color: #6e6e6e;
}

.userpages #maincontent .well .input-row #jform_profile_tos label {
    text-align: left;
    display: inline-block;
}

.userpages #maincontent #remember {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 2px;
}

.userpages #maincontent .remember {
    display: inline-block;
    color: #191919;
}

.userpages #maincontent .button-login button,
.com_users #maincontent #main .button-login a {
    background: #319cff !important;
    border: 1px solid #319cff !important;
    border-radius: 20px;
    padding: 7px 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin: 20px auto 0;
    text-decoration: none;
}

.userpages #maincontent .button-login a {
    margin-bottom: 55px;
    margin-top: 55px;
}

.userpages #maincontent .button-login.login-page button {
    margin-top: 15px;
}

.userpages #maincontent .intro-login {
    color: #191919;
    font-size: 21px;
    text-align: center;
    padding: 45px 0px 20px;
}

.userpages #maincontent legend {
    padding: 8px;
    text-transform: uppercase;
    background: #ececec;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    box-sizing: border-box;
    color: #319cff;
    text-align: center;
    width: 100%;
}

.userpages #maincontent .registration-complete .button-login.registration-page a {
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 10px;
}

.userpages .thankyou-registration {
    padding: 40px 0px 40px;
    font-size: 21px;
    color: #191919;
}

#member-profile,
#maincenter .profile {
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
}
#maincenter .profile .btn{
    display: block;
    margin-top:30px;
    padding: 7px 10px;
}

#maincenter .profile .dl-horizontal dt,
#maincenter .profile .dl-horizontal dd {
    padding: 10px;
}
#maincenter .profile .dl-horizontal dt{
    background: #ececec;
}

#maincenter .profile .dl-horizontal dd{
    background: #fff;
    border-radius: 20px;
    padding: 10px 20px;
}
/* END USER PAGES */


/* LEFT */

.text-grey,
.text-grey a {
    color: #9C9C9C;
}

.column div.moduletable.company_info {
    position: absolute;
    bottom: 0;
    width: calc(100% - 80px)!important;
}

.custom.company_info {
    width: 100%;
}

.company_info p img {
    width: 60px;
}

.company_info p,
.company_info p a {
    font-size: 10px;
    line-height: 13px;
    display: inline-block;
}

.menuprojects_menu {
    border-top: 2px solid #319cff;
    border-bottom: 2px solid #319cff;
    padding: 40px 0px;
}

.menuprojects_menu li a {
    color: #fff;
    padding: 10px;
    text-decoration:none;
}

.menuprojects_menu li a:hover,
.menuprojects_menu li a:focus {
    background-color: #191919;
    padding: 10px;
}

.menuprojects_menu li a span.image-title {
    padding-left: 20px;
}

.menuprojects_menu li a:hover span.image-title,
.menuprojects_menu li a:focus span.image-title {
    color: #319cff;
}

.login-greeting {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.image-user {
    padding-bottom: 20px;
}

.logout-button {
    text-align: center;
    padding-top: 10px;
}

.logout-button input[type="submit"] {
    border-radius: 0;
    background: url('/images/logout.png') no-repeat center center #191919;
    border: 0;
    height: 23px;
    width: 23px;
    box-shadow: 0px 0px 0px transparent;
    min-width: 23px;
}

.moduletable_login {
    padding: 60px 0px;
}

#left.column.column1 {
    height: 100%;
    width: 20%!important;
    z-index: 1000;
    position: absolute;
    left: 20%;
    margin-left: -20%;
    overflow-y: hidden;
    background: #191919;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    position: fixed;
    z-index: 10;
    overflow: hidden;
}


/* END LEFT*/


/* MAIN TOP */

#maintop {
    width: 100%;
    overflow: hidden;
    background: #f0eeee;
    border-bottom: 2px solid #e42b3c;
    position: fixed;
    top: 0;
    z-index: 10;
}

#mockupToolBar {
    background-image: none;
    box-shadow: 0px 0px 0px transparent;
    background: #ececec;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    position: fixed;
    z-index: 20;
    width: 100%;
}
#menu-toggle {
    color: unset;
}
.menu-mockup-row, .menu-mockup-row-bottom{
    z-index:2;
}
.menu-mockup {
    border: 0px;
    box-shadow: 0px 0px 0px transparent;
}

.menu-mockup ul {
    padding: 3px 0px;
}

.menu-mockup ul li .logo{
   padding:0;
}

.menu-mockup > ul > li{
    margin: 0 10px;
    min-height: 36px;
    border-radius: 50px;
}

.menu-mockup-row-bottom .menu-mockup > ul > li
{
    background: transparent;
}
.menu-mockup > ul > li#project_name_to_edit{
    margin: 0 10px;
    background: #191919;
    min-height: 36px;
    border-radius: 50px;
}
.dark-mode .menu-mockup > ul > li#project_name_to_edit{
    background: #ececec;
}
.dark-mode #project_name_to_edit p{
    color: #191919;
}
#project_name_to_edit p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
}
.light .menu-mockup > ul > li > div > div{
    background: #191919;
}
.menu-mockup > ul > li > div > div{
    min-height: 36px;
    background: #ececec;
    padding: 0 4px;
}
.menu-mockup ul li.logo-container{
    background: transparent;    
}
.menu-mockup ul li > div > div > span.step_num::before, .menu-mockup ul li > div > div > span.step_num{
    color: #fff!important;
}
.dark-mode .menu-mockup ul li > div > div > span.step_num::before, .dark-mode .menu-mockup ul li > div > div > span.step_num{
    color: #191919!important;
}
.menu-mockup ul li > div > div > span.step_num:hover::before, .menu-mockup ul li > div > div > span.step_num:hover, .dark-mode .menu-mockup ul li > div > div > span.step_num:hover::before, .dark-mode .menu-mockup ul li > div > div > span.step_num:hover{
    color: #319cff!important;
}
.menu-mockup ul li.step1 > div > div > span.step_num::before{
    content: '1.';
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.menu-mockup ul li.step2 > div > div > span.step_num::before{
    content: '2.';
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.menu_toggle_user {
    display: inline-block;
}

.menu_toggle_user p {
    margin: 0px;
    padding: 0px;
} 

#maintopmodule {
    display: inline-block!important;
}

.moduletable.menu_toggle_user {
    padding: 23px;
}
.userpages .moduletable.lang_module > div > div > a, .userpages .moduletable.lang_module > div > div.btn-group.open .btn.dropdown-toggle {
    background-color:transparent;
    background-image:none;
    border:0;
    box-shadow: none;
}
.userpages .moduletable.lang_module li > a:hover{
    background-color:transparent;
    background-image:none;
    border:0;
    box-shadow: none;
    color: #319cff;
}
.userpages .moduletable.lang_module li > a{
    padding: 3px 0;
}
.moduletable.lang_module {
    position: absolute;
    top: 25px;
    right: 95px;
}

.moduletable.lang_module .lang-block{
    background: #ececec;
    border-radius: 20px;
    padding: 10px;
    min-width:100px;
}
.moduletable.lang_module .lang-block a{
    color: #191919;
}
.moduletable.lang_module .lang-block li{
    text-align: left;
    padding: 5px;
}
.moduletable.lang_module .btn.dropdown-toggle:hover{
    background: transparent;
}
.moduletable.supportOnline {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 13px;
}
.moduletable.lang_module .btn-group:not(.open) .lang-block{
    display:none;
}

.moduletable.supportOnline p {
    padding: 0px;
    margin: 0px;
}

.moduletable.guide {
    display: inline-block;
    position: absolute;
    right: 180px;
    top: 21px;
}

.moduletable.guide .guide a {
    font-size: 20px;
}

.project_rif {
    position: relative;
}

.project_edit {
    position: absolute;
    top: 25px;
    left: 20px;
    display: none;
}

#project_name_to_edit p {
    margin: 0px;
    color: #fff;
}


/* END TOP */


/* WORKSPACE */

.overflow_hidden {
    overflow: hidden;
}

.bannerlogodesc {
    padding: 15px 25px;
}

.bannerlogodesc div {
    font-size: 18px;
    font-weight: 600;
}

.workspace .container-fluid,
.mp_workspaces .container-fluid {
    max-width: 100%;
    padding: 0px;
}

.tooltip * {
    font-size: 11px!important;
}

.workspace #maincenter,
.mp_workspaces #maincenter {
    max-width: 100%;
    padding: 0px;
}


.workspace #maincenter .inner,
.mp_workspaces #maincenter .inner {
    max-width: 100%;
    background: #2d2d2d;
}
.light .workspace #maincenter .inner,
.light .mp_workspaces #maincenter .inner {
    background: #ececec;
}
.paperarea {
    height: calc(100vh - 100px);
    position: relative;
    overflow: auto;
}
#tipsContainer{
    bottom: 64px;
    z-index: 2;
    color:#191919;
    background: #ececec;
}
#tipsContainer span{
    color:#319cff;
}
.dark-mode #tipsContainer{
    color:#fff;
    background: #2d2d2d;
}
.swgarea {
    width: 100%;
    height: 100%;
}

#infoSupport {
    padding: 10px 30px;
    border-radius: 3px;
}

.infoSupport {
    display: none;
}

.toolcase {
    display: none;
    z-index: 1;
    display: none;
    padding: 7px 10px 7px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
    width: 230px;
}

.linetoolcase {
    display: none;
    z-index: 1;
    display: none;
    padding: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
    width: 36px;
}

#lineToolCase,
#infoSupport {
    background: rgb(211, 211, 211) none repeat scroll 0% 0%;
    border: 0px none;
    box-shadow: 0px 1px 1px transparent;
}

#toolCase{
    background: transparent;
    border: 0px none;
    box-shadow: 0px 1px 1px transparent;
    width: 50px;
}

#toolCase .icon,
#lineToolCase .icon {
    height: 20px;
    width: 20px;
    min-width: 0px;
}
.stroke-dasharray-10{
    stroke-dasharray: 11;
}

#toolCase .icon .glyphicons-megaprev,
#lineToolCase .icon .glyphicons-megaprev {
    font-size: 20px;
    height: 20px;
    width: 20px;
    margin: 0;
    color: #191919;
    font-weight: 400;
}
.dark-mode #toolCase .icon .glyphicons-megaprev{
    color: #ececec;
}

#toolCase .icon.active .glyphicons-megaprev, #lineToolCase .icon.active .glyphicons-megaprev{
    color: #319cff;
}
#toolCase .icon:hover .glyphicons-megaprev, #lineToolCase .icon:hover .glyphicons-megaprev {
    color: #319cff;
}
#toolCase .setAsScaricoPoint {
    position: relative;
}

#toolCase .setAsScaricoPoint span {
    background: rgb(211, 211, 211);
}

#toolCase .setAsScaricoPoint.active span {
    background-color: #8e8d8d;
}

#toolCase .setAsScaricoPoint #scarico {
    position: absolute;
    top: 2px;
    right: 15px;
    z-index: -1;
}

#toolCase .scaricotool.checkbox input[type="checkbox"] {
    top: 4px;
    left: 36px;
}

#toolCase .scaricotool.checkbox label::after,
#toolCase .scaricotool.checkbox label::before {
    top: 2px;
    width: 15px;
    height: 15px;
}

#toolCase .scaricotool.checkbox label::after {
    top: -1px;
}

#toolCase #heightfloor_in_scaricopoint {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0px;
    border-left: 1px solid #b1b0b0;
    min-width: 180px;
}

#toolCase #heightfloor_in_scaricopoint[disabled="disabled"] {
    opacity: 0.6;
}

.hideShowButtons{
    position:absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
/* END WORKSPACE */


/* PROJECTS/QUOTES PAGES */

.user-menu-page #maincenter .inner {
    background: #ececec;
}

.mpListForm {
    position: relative;
}

.content-mpList {
    background: #191919;
    padding: 40px;
    margin-top: 40px;
}
.userprojects #main, .userprojects #maincenter .inner, .userquotes #main, .userquotes #maincenter .inner{
    background: #191919;
}
.info-no-items{
    display:inline-block;
    padding-top:60px;
    width:100%;
    text-align:center;
    color: #fff;
}
.go-back{
    position: absolute;
    top: 30px;
    left: 0;
}
.go-back a{
    text-decoration: none;
}

.com_users .go-back{
    position: absolute;
    top: 30px;
    left: 30px;
}
.com_users .go-back a{
    color:#191919;  
}
.light .info-no-items{
    color: #fff;
}
.icon-step-forward:before, .icon-forward:before, .icon-backward:before, .icon-step-backward:before {
    font-family: 'iconsmegapro' !important;
  }

.userprojects .content-mpList, .userquotes .content-mpList{
    background: #191919;
    padding: 0;
}
.dark .content-mpList{
    background: #191919;
}
.userprojects .page-title, .userquotes .page-title{
    color: #319cff;
    padding: 30px 0;
    text-transform: uppercase;
    text-align: center; 
}
.userprojects  #messageDialog, .userquotes #messageDialog{
    display:none;
    border-radius:17px;
}
#mpList {
    background: #191919;
    border-collapse: initial;
    padding: 20px 25px 0 25px;
}
.userprojects #mpList, .userquotes #mpList{
    padding: 20px 0 25px;
}
#mpList .glyphicons-megaprev{
    color: #fff;
}
.dark #mpList{
    background: #191919;
}

#loadProjectLabel .glyphicons-megaprev, #newProjectLabel .glyphicons-megaprev, #guideModalabel .glyphicons-megaprev, #userPageModalLabel .glyphicons-megaprev{
    color: #319cff;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #319cff;
}
#loadProjectLabel .glyphicons-megaprev:before, #newProjectLabel .glyphicons-megaprev:before, #guideModalabel .glyphicons-megaprev:before, #userPageModalLabel .glyphicons-megaprev:before{
    color: #319cff;
    font-weight: 700;
}
#loadProjectLabel, #newProjectLabel, #guideModalabel, #userPageModalLabel{
    text-transform: uppercase;
    font-weight: 400;
}
#mpList thead th {
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    color: #319cff;
}
#mpList thead th a{
    color: #319cff;
    text-decoration:none;
}
#mpList tbody td {
    padding: 0px 5px;
    vertical-align: middle;
    background-color: #191919;
}
#mpList tbody tr td{
    color:#8d8d8d;
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
}
#mpList tbody tr td a:hover span{
    color: #319cff;
}
#mpList tbody tr:hover td{
    color:#fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#mpList .text-name {
    padding: 7px 5px;
}

#mpList .delete-button,
#mpList .open-project,
#mpList .export-project {
    cursor: pointer;
}


/* END PROJECTS/QUOTES PAGES */


/* SEARCH PAGES AND CATEGORY BLOG */

.blog {
    padding: 30px;
    background: #fff;
}

.search #maincenter .inner {
    background: #ececec;
}

#maincenter .search {
    padding: 30px;
    background: #fff;
}

.blog .page-header h2 {
    padding-bottom: 0px;
}

.search .result-title a,
.search .result-title a:hover,
.search .result-title a:focus,
.blog .page-header a,
.blog .page-header a:hover,
.blog .page-header a:focus {
    color: #319cff;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    padding-left: 30px;
    background: url('/images/link.png') no-repeat center left transparent;
    background-size: auto 20px;
}

#maincenter .search .result-text,
.blog-item-content-article {
    padding: 20px;
    margin: 15px 0px;
    background: rgb(238, 237, 237) none repeat scroll 0% 0%;
    border-top: 1px solid rgb(193, 192, 192);
    border-bottom: 1px solid rgb(193, 192, 192);
}

table table {
    background-color: transparent;
}

.table-striped tbody table tr:nth-child(2n+1)>td,
.table-striped tbody table tr:nth-child(2n+1)>th {
    background-color: transparent;
}

table.table-bordered table,
table.table-bordered table th,
table.table-bordered table td {
    border: 0px;
}
.table-guide{
    margin:0;
}
.table-guide table tr td {
    padding: 10px;
}

.table-guide td:first-child {
    min-width: 10%;
}

.table-guide .glyphicons-megaprev {
    width: auto;
    height: auto;
}

.table-guide ul {
    margin: 0 0 0 30px;
}

/* ICONS */


.navbar-btn {
    display: inline-block;
    margin-bottom: 1px;
    margin-top: 1px;
}

#menu_project.icon {
    width: 100px;
    text-align: left;
}

.icon,
.icon:hover,
.icon:focus, .icon.show {
    border: none;
    background: transparent;
    border: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    color: #ffffff;
    height: auto;
    padding: 0px;
    margin: 0px;
    min-width: 0;
    text-align: center;
    outline: none!important;
}

.icon.dropdown-toggle .caret,
.icon.dropdown-toggle:hover .caret,
.icon.dropdown-toggle:focus .caret {
    border-top-color: #191919;
    border-bottom-color: #191919;
    margin-top: 10px!important;
    margin-left: 10px;
}

.glyphicons-megaprev {
    height: 26px;
    width: 24px;
    font-size: 20px;
    color: #191919;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.light .glyphicons-megaprev {
    color: #fff;
}

.glyphicons-megaprev:before {
    display: table-cell;
    vertical-align: middle;
}

/* .icon.active .glyphicons-megaprev,
.icon:hover .glyphicons-megaprev,
.icon:focus .glyphicons-megaprev,
.icon.inactive:hover .glyphicons-megaprev {
    border-radius: 3px;
    background-color: #8e8d8d;
} */

.icon.inactive .glyphicons-megaprev {
    background-color: transparent;
}
.icon.active .glyphicons-megaprev{
    color: #319cff;
}
.icon:hover .glyphicons-megaprev{
    color: #319cff;
}

.glyphicons-megaprev-settings {
    float: left;
}
.icontable-container a{
    color: #fff;
}
.icontable-container a:hover,
.icontable-container a:focus {
    background: transparent;
    color: transparent;
}

.icon-table {
    width: auto;
    height: auto;
    padding: 0px 5px;
}

.project_name .icon-table.glyphicons-megaprev-project,
.quote_name .icon-table.glyphicons-megaprev-export_project {
    padding: 3px 50px 3px 5px;
}


/* END ICONS */


/* NAVBAR WORKSPACE */

#note {
    border: 0;
    position: fixed;
    opacity: 0;
    max-width: 700px;
    min-height: 150px;
    min-width: 200px;
    padding: 0;
    height: auto !important;
    width: auto!important;
    z-index: 0;
    bottom: auto;
    left: calc(50% - 100px);
    top: calc(50% - 80px);
}

#note.notevisible {
    opacity: 1;
    z-index: 100;
}

#note:hover {
    cursor: move;
}

#note .headNote {
    width: 100%;
    background: #191919;
    text-align: left;
    padding: 0px 10px;
    color:#fff;
}

#note .headNote p {
    margin: 0;
}

#note textarea,
#note textarea,
#note textarea:focus,
#note textarea:focus {
    font-size: 14px;
    max-width: 100%;
    border: 0;
    width: 100%;
    min-width: 200px;
    min-height: 120px;
}

#note .closenote {
    float: right;
}

#note .closenote:hover {
    cursor: pointer;
}

#menu_project.icon:hover .glyphicons-megaprev,
#menu_project.icon:focus .glyphicons-megaprev {
    background-color: transparent;
}

.dropdown-menu.menusettings {
    top: calc(100% + 15px);
    border-radius: 3px;
    min-width: 200px;
}

.menusettings li {
    list-style: none;
    position: relative;
}

.menusettings li span,
.menusettings li a {
    width: 100%;
    display: inherit;
    padding: 3px 20px;
    cursor: pointer;
    font-weight: normal;
    line-height: 18px;
    padding: 6px 25px;
    font-size: 13px;
}

.menusettings li:hover span,
.menusettings li a:hover,
.menusettings li:focus span,
.menusettings li a:focus {
    background: #dddddd;
    color: #191919;
}

.menusettings li span.short_command_menu,
.menusettings li span.short_command_menu:hover {
    position: absolute;
    right: 0;
    width: auto!important;
    top: 0;
    background: transparent;
    padding: 6px 20px;
}

.menusettings li span.state_menu_item {
    display: none;
}

.menusettings li span.state_menu_item,
.menusettings li span.state_menu_item:hover {
    position: absolute;
    left: 0;
    width: auto!important;
    top: 0;
    background: transparent;
    padding: 6px 8px;
    font-size: 12px;
}

.menusettings .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5;
    border: 0px;
}

.zoom-cont {
    text-align: center;
}
.dark-mode .zoom-cont{
    color: #191919!important;
}
.divider-vertical {
    height: 40px;
    margin: 6px 6px;
    background: transparent;
}

.qq-upload-list {
    display: none;
}


/* END NAVBAR WORKSPACE */

.paper-container {
    padding: 50px 0px;
}


/* FORM CALUCATE SUPPORTS */

.light #accordionSupportGroupForm .accordion-item, .light #collapseSupportGroupForm{
    background-color: #191919;
}
#accordionSupportGroupForm .accordion-item, #collapseSupportGroupForm{
    background-color: #ececec;
    border-radius: 20px;
}
#accordionSupportGroupForm .accordion-button{
    background-color: transparent;
    min-height: 38px;
}
#accordionSupportGroupForm .accordion-button:focus{
    border: 0;
    box-shadow: none;
}

#headingSupportGroupForm{
    z-index: 2;
}
#collapseSupportGroupForm{
    z-index: 1;
    height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 60px;
    
}
#accordionSupportGroupForm .accordion-button:not(.collapsed){
    color: #319cff;
}

#headingSupportGroupForm button{
    color: #fff;
    font-size: 14px!important;
    width: auto;
}
.dark-mode #headingSupportGroupForm button{
    color: #191919;

}
#headingSupportGroupForm button:not(#calculateSupports, #saveQuoteButtonHeader):hover{
    color: #319cff;
}
#headingSupportGroupForm button:not(#calculateSupports, #saveQuoteButtonHeader) span::before{
    content: '2.';
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
#headingSupportGroupForm button:not(#calculateSupports, #saveQuoteButtonHeader) span{
    display: flex;
    align-items: center;
}

.light #headingSupportGroupForm .accordion-button:not(.collapsed){
    background-color: #191919;
}
#headingSupportGroupForm .accordion-button:not(.collapsed){
    background-color: #ececec;
    border-radius: 20px;
    box-shadow:none;
}
.dark-mode #accordionSupportGroupForm .accordion-button::after{
    border-top:6px solid #191919;
}
.dark-mode #accordionSupportGroupForm .accordion-button:not(.collapsed)::after{
    border-bottom:6px solid #319cff;
}
#accordionSupportGroupForm .accordion-button:not(.collapsed)::after{
    margin-left: 10px;
    background-image: none;
    border:6px solid transparent;
    border-bottom:6px solid #319cff;
    border-top:0px;
    height:auto;
    width:12px;
}
#accordionSupportGroupForm .accordion-button::after{
    margin-left: 10px;
    background-image: none;
    border:6px solid transparent;
    border-top:6px solid #fff;
    border-bottom:0px;
    height:auto;
    width:12px;
}

.calculateSupportContainer {
    padding: 0px;
    margin-top: 0px;
    width:420px;
}
.calculateSupportContent label {
    padding: 10px 20px;
    margin: 0px;
    font-size: 15px;
    line-height: 15px;
    display: inherit;
}
.dark-mode .calculateSupportContent label{
    color: #191919!important;
}
.calculateSupportContent .form-group {
    padding: 0px 20px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.calculateSupportContent .form-group.data-input {
    width: 50%;
    float: left;
    padding: 0px 10px;
}

.calculateSupportContent .input-group .form-control {
    height: 33px;
    padding: 4px 7px;
    border-radius: 0;
    background-color: #fff;
}
#supportGroupForm{
    padding-top:40px;
}
#accordionSupportGroupForm .calculateSupportSectionTitle.accordion-button:not(.collapsed), #accordionSupportGroupForm .calculateSupportSectionTitle.accordion-button.collapsed{
    color:#fff;
    padding: 10px;
    border-bottom:1px solid #fff;
    width: 100%;
    text-align: center;
    cursor:pointer;
    text-transform: uppercase;
    margin: 10px 0;
    border-radius: 0;
}
.dark-mode #accordionSupportGroupForm .calculateSupportSectionTitle.accordion-button:not(.collapsed), .dark-mode #accordionSupportGroupForm .calculateSupportSectionTitle.accordion-button.collapsed{
    color:#191919;
    border-bottom:1px solid #191919;
}
#accordionSupportGroupForm .calculateSupportSectionTitle.accordion-button:not(.collapsed)::after{
    border-bottom:6px solid #fff;
}
.dark-mode #accordionSupportGroupForm .calculateSupportSectionTitle.accordion-button:not(.collapsed)::after{
    border-bottom:6px solid #191919;
}
.calculateSupportContent .calculateSupportSectionContent{
    display:none;
}
.calculateSupportContent .calculateSupportSectionContent.collapsed{
    display:block;
}
#forGroupFlooring label span, #forGroupInstallationType label span{
    color: #808080;
    text-transform: upperCase;
}
#forGroupFlooring label.active span, #forGroupInstallationType label.active span{
    color: #319cff;
}
#forGroupFlooring label, #forGroupInstallationType label{
    padding:10px;
    display:inline-block;
}
.btn-group>.btn-grey {
    background: #7b7b7b;
    color: #fff;
    border: 0px;
    font-size: 13px;
    margin: 0px;
    padding: 4px 20px;
    min-width: 80px;
    margin-left: 0px!important;
}
.iconInfo{
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #191919;
    background: #fff;
    border-radius: 20px;
    line-height: 20px;
    font-size: 700;
}
.dark-mode .iconInfo{
    color: #fff;
    background: #191919;
}
.dark-mode .iconInfo:hover, .dark-mode .iconInfo.active{
    color: #191919;
}
.iconInfo:hover, .iconInfo.active{
    background: #319cff;
}
.infoPopup{
    display:none;
    max-width: 400px;
    right: 400px;
    border-radius: 20px;
    background: #191919de;
    z-index: 999;
    color: #fff;
    top: 30px;
}
.infoPopupClose{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    color:#191919;
    border-radius:50px;
    cursor:pointer;
}
.infoPopupTitle{
    color:#319cff;
    font-size: 16px;
    text-transform: uppercase;
}
.infoPopupLink{
    font-size: 12px;
    line-height: 14px;
}
.infoPopupLink a, .infoPopupLink button{
    border-radius: 20px;
    background: #319cff !important;
    color: #fff;
    border: 0;
    font-weight:bold;
    text-transform: uppercase;
}
.light .supportInfoLink, .light .supportInfoLink a{
    color:#fff!important;
    font-size: 12px;
}
.supportInfoLink a{
    text-decoration:underline;
}
.dark-mode .type_supports > div span{
    color:#191919!important;
}
.type_supports label {
    border: 0;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}
#balanceproLabelPro, #miniproLabel{
    color: #319cff!important;
    background: #fff;
}
#balanceproLabelPro:focus, #balanceproLabelPro:hover, #balancepro:checked + #balanceproLabelPro, #miniproLabel:focus, #minipro:checked + #miniproLabel{
    color: #fff!important;
    background: #319cff;
}
#balanceLabel{
    color: #86bc25!important;
    background: #fff;
}
#balanceLabel:focus,  #balanceLabel:hover, #balance:checked + #balanceLabel{
    color: #fff!important;
    background: #86bc25;
}
#martinettoLabel{
    color: #a1cb57!important;
    background: #fff;
}
#martinettoLabel:focus,  #martinettoLabel:hover, #martinetto:checked + #martinettoLabel{
    color: #fff!important;
    background: #a1cb57;
}
#megamartSLabel{
    color: #5bbec4!important;
    background: #fff;
}
#megamartSLabel:focus,  #megamartSLabel:hover, #megamartS:checked + #megamartSLabel{
    color: #fff!important;
    background: #5bbec4;
}
/*WALLBARN RULE Metalpad*/
#metalpad_selflevelingLabel{
    color: #114D84!important;
    background: #fff;
}
#metalpad_selflevelingLabel:focus,  #metalpad_selflevelingLabel:hover, #metalpad_selfleveling:checked + #metalpad_selflevelingLabel{
    color: #fff!important;
    background: #114D84;
}
#metalpad_fixheadLabel{
    color: #114D84!important;
    background: #fff;
}
#metalpad_fixheadLabel:focus,  #metalpad_fixheadLabel:hover, #metalpad_fixhead:checked + #metalpad_fixheadLabel{
    color: #fff!important;
    background: #114D84;
}

#lunarLabel{
    color: #114D84!important;
    background: #fff;
}
#lunarLabel:focus,  #lunarLabel:hover, #lunar:checked + #lunarLabel{
    color: #fff!important;
    background: #114D84;
}
.btn-group>.btn-grey.active,
.btn-group>.btn-grey:hover,
.btn-group>.btn-grey:focus {
    background: #4d4c4c;
    border: 0px;
    font-size: 13px;
    margin: 0px;
    margin-left: 0px!important;
    padding: 4px 20px;
    min-width: 80px;
}

.show_img_quote {
    cursor: pointer;
}

.img-quote img {
    width: 240px;
    box-shadow: 0px 0px 0px transparent;
    background: transparent none repeat scroll 0% 0%;
    padding-bottom: 9px;
}

.img-flooring {
    width: 100%;
    text-align: center;
    padding: 45px 5px 10px 5px;
    position: relative;
}
.deckings .img-flooring{
    padding: 85px 5px 30px 5px;
}
.rail .img-flooring{
    padding: 155px 5px 30px 5px;
}
.img-flooring img {
    max-height: 180px;
    width: 100%;
}
.dimY{
    width: 60px;
    top: 43px;
}
.dimX{
    width: 60px;
    top: 15px;
    left: 138px;
}
.deckings .dimX{
    top: 82px;
    left: 0px;
}
.dimZ{
    width: 60px;
    top: 116px;
    right: 18px;
}
.deckings .dimZ{
    top: 195px;
    left: 280px;
}
.rail .dimX{
    top: 151px;
    left: 0;
}
.rail .dimY{
    top: 129px;
    left: 121px;
}
.rail .dimZ{
    top: 210px;
    right: 20px;
}
.supportsX{
    width: 60px;
    top: 270px;
    right: -10px;
}
.deckings .list_svalues{
    opacity:0;
}
.list_svalues{
    opacity:1;
    width: 60px;
    top: 78px;
    left: 100px;
}
.rail .list_svalues{
    top: 177px;
}
.dimJoistY{
    width: 60px;
    top: 260px;
    left: 60px;
}
.dark-mode .dimJoist > div > span, .dark-mode .dimRail > div > span{
    color: #191919!important;
}
#dimX, #dimY, #dimS, #dimZ, #dimJoist, #dimJoistY, #dimRail, #inclination, #a-correre-input, #dimJoistL, #supportsX{
    padding: 2px 0 2px 6px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 5px;
    border: 1px solid #319cff;
    height: 18px;
}
#a-correre-input{
    width: 120px;
    outline: none;
}
#spinner {
    text-align: center;
}

#spinner .img-responsive {
    display: inline-block;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}


.data-input-group {
    display: inline-block;
    padding: 10px;
}

.data-input .input-group,
.data-input .help-block {
    width: 100%;
}

.calculateSupportContent .help-block {
    margin: 0px auto;
}

.data-input .help-block ul li {
    font-size: 13px!important;
}

.data-input .form-control-feedback {
    top: -2px;
    right: 60px!important;
}

.input-group-addon {
    border: 1px solid #b1b0b0;
    border-radius: 3px;
}

hr {
    border-top: 1px solid #b1b0b0;
    border-bottom: 1px solid #b1b0b0;
    margin: 12px 0px;
}

.showStart {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px 0px 20px;
}

.showStart img {
    margin-left: 10px;
    margin-bottom: 3px;
    width: 25px;
}

.showStart label {
    width: 100%;
    padding: 10px 0px!important;
}

.showStart.checkbox label::before {
    right: 10px;
    left: auto;
    top: 14px;
}

.showStart.checkbox label::after {
    right: 11px;
    left: auto;
    top: 14px;
}

.calculateSupportContent .form-group.inclination_input {
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin-top: 0px;
}

.layingTypeCheckboxess {
    margin: 0px;
}

input[type="checkbox"].layingType {
    margin-right: 10px;
    margin-top: 0px;
}

.dark-mode .appoggio-centrale label, .dark-mode .disableInclineCorrectors label{
    color: #808080!important;
}
.inclination.input-group-addon {
    padding: 3px 5px 2px;
}

.inclination.input-group-addon .glyphicons-megaprev {
    height: auto;
    width: auto;
}

.glyphicons-megaprev-view-note {
    font-size: 32px;
}

.inclination_degree_symbol {
    padding: 6px 5px;
}
#clearSupportsForm, #calculateSupports, .saveQuoteOpenModal.btn, #calculateSupports1, .supportInfoLink a{
    border-radius: 20px;
    background: #319cff;
    color: #191919;
    border: 0;
    font-weight:bold;
    text-transform: uppercase;
    font-size: 14px;
}
#calculateSupports.disabled, .saveQuoteOpenModal.btn.disabled, #calculateSupports1.disabled, #clearSupportsForm.disabled, #clearSupportsForm.disabled{
    background: #bfbfbf;
    opacity:1;
    pointer-events: auto;
    cursor: not-allowed;
}
.cbx-active {
    border: 1px solid #b1b0b0;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    background: #fff;
}

.cbx-active:hover,
.cbx-active:focus {
    border-color: #b1b0b0;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}

.cbx-icon .glyphicon {
    top: -1px;
}

.setDrainPositionSettings {
    padding: 20px 0px;
}

.drainPointInfo {
    padding: 15px 0px;
}

.distance_info {
    padding-top: 3px;
}

.distance_info p {
    margin: 0px;
}

.skipWizard {
    cursor: pointer;
}

.list_svalues .form-control, .tile_formats .form-control, .joist_formats .form-control, .joist_y_values .form-control {
    z-index: 0;
    float: none;
}

.list_svalues .dropdown-toggle .caret,
.list_svalues .dropdown-toggle:hover .caret,
.list_svalues .dropdown-toggle:focus .caret, .tile_formats .dropdown-toggle .caret,
.tile_formats .dropdown-toggle:hover .caret,
.tile_formats .dropdown-toggle:focus .caret, .joist_formats .dropdown-toggle .caret,
.joist_formats .dropdown-toggle:hover .caret,
.joist_formats .dropdown-toggle:focus .caret, .joist_y_values .dropdown-toggle .caret,
.joist_y_values .dropdown-toggle:hover .caret,
.joist_y_values .dropdown-toggle:focus .caret {
    border-top-color: #b1b0b0;
    border-bottom-color: #b1b0b0;
    margin-top: -3px !important;
    margin-left: 0px;
}

.list_value_button,
.list_value_button:hover,
.list_value_button:focus{
    position: absolute;
    top: 1px;
    right: 0px;
    height: 18px;
    width: 100%;
    min-width: 0px;
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    box-sizing: border-box;
    z-index:2;
    text-align: right;
} 
.dimJoist .list_value_button, .dimJoist .list_value_button:hover, .dimJoist .list_value_button:focus, .dimRail .list_value_button, .dimRail .list_value_button:hover, .dimRail .list_value_button:focus{
    top: 8px;
}
.list_svalues .dropdown-menu, .tile_formats .dropdown-menu, .joist_formats .dropdown-menu, .joist_y_values .dropdown-menu {
    min-width: 0px;
    width: 100%;
    border-radius: 0px;
    padding: 0px 0px;
    max-height: 400px;
overflow-y: auto;
top: -4px!important;
}

.list_svalues .dropdown-menu li, .tile_formats .dropdown-menu li, .joist_formats .dropdown-menu li, .joist_y_values .dropdown-menu li {
    text-align: center;
    padding: 5px;
    cursor: pointer;
    min-height: 18px;
    font-size: 11px;
    line-height: 11px;
}

.list_svalues .dropdown-menu li:hover, .tile_formats .dropdown-menu li:hover, .joist_formats .dropdown-menu li:hover, .joist_y_values .dropdown-menu li:hover {
    color: #fff;
    background: #b1b0b0;
}


/* END FORM CALCULATE SUPPORTS*/


/* OVERRIDE MODAL BOOSTRAP */

.modal {
    z-index: 1080;
}
#pleaseWaitDialog .text-percent{
    font-size: 24px;
    color: #319cff; 
}
#pleaseWaitDialog .container-gif {
    margin: 0 20px;
}

#pleaseWaitDialog.modal h4{
    color: #319cff;
    font-weight: 400;
    font-size: 24px;
}
#pleaseWaitDialog.modal .modal-header {
    text-align: center;
    padding: 10px 0px 0px;
    border: 0px;
}

#pleaseWaitDialog.modal .modal-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
#pleaseWaitDialog.modal .modal-content {
    border: 5px solid #319cff !important;
    background-image: none;
}

div.modal .modal-content {
    bottom: auto;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-header button.close span {
    font-size: 18px;
}

.modal-header button.close {
    min-width: 0px;
    opacity: 1!important;
    border-radius: 0px;
    margin-top: 2px;
    font-size: 18px;
}

.modal-header button.close:hover,
.modal-header button.close:focus {
    background: none;
    font-size: 18px;
    outline: none;
}

#modalAlert {
    margin: 20px;
}

.modal-header h4 {
    font-size: 18px;
}
#modalAlert.alert{
    background: #191919;
    color: #fff;
}
#messageDialog[message="alert-error"] .modal-content, #modalAlert.alert-danger{
    border: 5px solid #b94a48!important;
    background-image: none;
}

#messageDialog[message="alert-error"] .modal-content h4,
#messageDialog[message="alert-error"] .close-modal-button {
    color: #b94a48;
}

#messageDialog[message="alert-success"] .modal-content {
    border: 5px solid #3bae3d!important;
    background-image: none;
}

#messageDialog[message="alert-success"] .modal-content h4,
#messageDialog[message="alert-success"] .close-modal-button {
    color: #3bae3d;
}

#messageDialog[message="alert-message"] .modal-content {
    border: 5px solid #319cff!important;
    background-image: none;
}

#messageDialog[message="alert-message"] .modal-content h4,
#messageDialog[message="alert-message"] .close-modal-button {
    color: #319cff;
}

#messageDialog.no-header .modal-header {
    padding: 0px;
}

#messageDialog .modal-header {
    border: 0px;
    justify-content: end;
}
#messageDialog .modal-header .btn-close{
    padding: 0 20px;
    outline: none;
    margin:0;
}
#messageDialog.no-header .modal-body {
    padding-bottom: 35px;
}
.modal-body .form-check{
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
}
.modal-body .form-check-input:checked {
    background-color: #319cff;
     border-color: #319cff;
}
.modal-body .form-check-input:focus{
    box-shadow: none;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #bebcbc;
    z-index: 2;
}

div.modal.default-modal .modal-content {
    border: 0px;
    box-shadow: 0px 0px 0px transparent;
    background: #191919;
    border-radius: 15px;
    color: #fff;
}
/* .light  div.modal.default-modal.dark .modal-content{
    background: #191919;
    color: #fff;
} */
div.modal.default-modal .modal-header {
    padding: 0px 15px 5px;
    border-bottom: 0;
}
div.modal.default-modal .modal-title{
    color:#fff;
    font-weight: bold;
}
/* .light div.modal.default-modal.dark .modal-title{
    color:#fff;
} */
div.modal.default-modal .modal-header h4 {
    font-size: 14px;
    font-weight: 600;
}
.label-colored{
    color: #319cff;
}
div.modal input[type="text"],
div.modal input[type="number"] {
    box-shadow: 0px 0px 0px transparent;
    border-radius: 0px;
    color: rgb(0, 0, 0);
    text-align: center;
    max-width: 400px;
    margin: 0px auto;
    padding: 0px 0px 10px;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    padding: 3px;
    width: auto;
    border-radius: 5px;
    border: 1px solid #319cff;
}

div.modal.default-modal .modal-body {
    max-height: 400px;
    padding: 30px 15px 30px;
    text-align: center;
}

div.modal.default-modal .modal-footer {
    border-top: 0px;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

div.modal .close-modal-button span {
    font-size: 18px;
}

#loadProjectModal .modal-body, #userPageModal .modal-body{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
}
.modal-body::-webkit-scrollbar{
    background: #191919;  
    width: 8px;
    height: 8px;      
}

.modal-body::-webkit-scrollbar-thumb {
    background: #4a4a4a;
    border-radius: 5px;
}

scrollbar-width
#userPageModalLabel .glyphicons-megaprev{
    color: #fff;
}
#loadProjectModal .modal-body iframe, #userPageModal .modal-body iframe{
    border: 0px;
    min-height: 300px;
}

#saveQuoteModal .modal-body,
#saveProjectModal .modal-body {
    text-align: left;
    padding: 20px 15px;
    max-height: none;
}

#saveQuoteModal .form-group,
#saveProjectModal .form-group {
    padding-bottom: 40px;
}

#saveQuoteModal input[type="text"],
#saveQuoteModal textarea,
#saveQuoteModal textarea:focus,
#saveQuoteModal textarea:hover,
#saveProjectModal input[type="text"] {
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    margin: 10px auto 10px auto;
    max-width: 475px;
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
}

#saveQuoteModal textarea {
    max-width: 475px;
    min-height: 130px;
}

#saveQuoteModal label,
#saveProjectModal label {
    font-weight: 400;
    margin: 0px 30px;
}

#saveQuoteModal .form-group-quote-name,
#saveProjectModal .form-group-project-name {
    max-width: 475px;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    margin: 10px auto 10px auto;
    max-width: 475px;
    text-align: left;
    padding: 0px 10px;
    font-size: 14px;
    background: #191919;
}
.light #saveProjectModal.dark .form-group-project-name, .light #saveQuoteModal.dark .form-group-quote-name{
    background: #fff;
    color: #191919;
}

#saveProjectModal .overrideProject div {
    max-width: 475px;
    border-radius: 3px;
    max-width: 475px;
    text-align: left;
    padding: 0px 10px;
    font-size: 14px;
    margin: 10px auto 10px auto;
}

.dateSaveQuote,
.dateSaveProject {
    display: inline-block;
    padding: 0px;
    line-height: 30px;
    margin: 0px;
}

#saveQuoteModal .form-group-quote-name #quote_name,
#saveProjectModal .form-group-project-name #project_name {
    display: inline-block;
    width: calc(100% - 80px);
    border: 0px;
    margin: 0;
    padding: 0px;
    margin-bottom: 2px;
}

.dark-mode #saveQuoteModal .form-group-quote-name #quote_name,
.dark-mode #saveProjectModal .form-group-project-name #project_name {
    color:#fff;
    background: #191919;
}
#saveQuoteModal input[type="radio"],
#saveProjectModal input[type="radio"] {
    margin: -2px 0px 0px;
}

#saveQuoteModal select,
#saveProjectModal select {
    min-height: 30px;
    padding: 7px !important;
    min-width: 220px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px transparent;
    outline: medium none;
    border: 1px solid rgb(157, 157, 157);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

#saveProjectModal select {
    width: 100%;
}

#saveQuoteModal select option,
#saveProjectModal select option {
    padding: 2px 5px;
}

#saveQuoteModal .modal-footer,
#saveProjectModal .modal-footer {
    padding-bottom: 20px;
}

.pointToMoveLabel{
    background: #fff;
    border-radius: 4px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    cursor:pointer;
}
.pointToMoveLabel.active{
    background: #319cff; 
}

.pointToMoveLabel .pointToMoveName{
    color:#191919;
}
button[disabled].icon {
    opacity: 0.5;
}
.dark-mode .um-btn{
    color: #191919;
}
.dropdown-menu.um, .dropdown-menu.lang, .dropdown-menu.um a, .dropdown-menu.lang a{
    background: #191919;
}
.dark-mode .dropdown-menu.um, .dark-mode .dropdown-menu.lang, .dark-mode .dropdown-menu.um a, .dark-mode .dropdown-menu.lang a{
    background: #ececec;
}
.dark-mode .dropdown-menu.um a, .dark-mode .dropdown-menu.lang a{
    color: #191919!important;
}
.dropdown-menu.um a:hover, .dropdown-menu.um a.active, .dropdown-menu.lang a:hover, .dropdown-menu.lang a:hover, .dropdown-menu.lang a.active{
    background: #191919;
    color: #319cff!important;
}
.dark-mode .dropdown-menu.um a:hover, .dark-mode .dropdown-menu.um a.active, .dark-mode .dropdown-menu.lang a:hover, .dark-mode .dropdown-menu.lang a:hover, .dark-mode .dropdown-menu.lang a.active{
    background: #ececec;
}
.dropdown-toggle::after{
    margin-left:2px;
}
/* END OVERRIDE MODAL BOOSTRAP */


/* COOKIE */

#ll_banner h2 span {
    color: #319cff;
}

#ll_info_plus p {
    font-size: 15px;
}

.ll_link_bottom {
    display: none;
}

.glyphicons-megaprev-place_point {
    background: url('../images/place_point.png') no-repeat center center transparent;
    background-size: 26px;
}

#sbox-window{
    background: #ececec;
}