/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300italic,400,400italic,300,500,500italic,700,700italic,900,900italic);

@font-face{
		font-family: myriad;
		font-style:normal;
		font-weight:normal;
		src: url(myriad.otf);
	}

@font-face{
		font-family: dinnex-light;
		font-style:normal;
		font-weight:normal;
		src: url(dinnex-light.otf);
	}

@font-face{
		font-family: dinnex-bold;
		font-style:normal;
		font-weight:normal;
		src: url(dinnex-bold.otf);
	}

@import url(font/font.css);

body {
  margin: 0;
  font-family:"dinnex-light",Tahoma,Verdana,Arial,Sans-Serif !important;
  height:100% !important;
  min-width:620px;
  background-color: #FAFAFA;
  font-size: 14px;
  line-height: 145%;  
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color:#411F56 !important;
    border: none;
}

.li-logo:hover{
    background:#411F56 !important; 
}

.li-logo-home:hover{
    background:#411F56 !important; 
}

.text-decoration-none{
    text-decoration:none !important;
}

.flag-inside{
    position:absolute;
    right:3px;
    top:0px;
}

.flag-brazil {
    width:24px;
    height:24px;
    background:url("../../Assets/flags/brazil.png") no-repeat;
}

.flag-united_states {
    width:24px;
    height:24px;
    background:url("../../Assets/flags/united_states.png") no-repeat;
}

.flag-spain {
    width:24px;
    height:24px;
    background:url("../../Assets/flags/spain.png") no-repeat;
}

.color-default{
    color: #3c4146;
}

.btn-plus{
    padding:12px 15px;
}

.ico-load {
    z-index:999;
}

.ico-btn{
    margin:2px 0px 0px 2px !important;
}

#create-model{
    width:150px;
    margin:0px auto;
}

.label-prop {
    font-size:12px;
    margin:3px 0px 0px 3px;
}

#load-new-material {
    margin:10px 0px 0px 5px;
}

.ico-load-approve{
    z-index:999;
    position:absolute;
    width:32px;
    left:50%;
    top:3px;
    margin-left:-16px;
}

#info-shot-image {
    margin-top:20px;
}

.box-msg-search{
    padding-left:20px;
}

.box-msg-search > span {
    font-size:22px;
}

#modelCanvas {
    z-index:55;
}

#reference{
    margin-bottom:5px;
}

.large-modal {
    width:810px !important;
}

.opening-title {    
    padding-top: 10px;
}

.over-options:hover {
    text-decoration: underline !important;
}

#find-products{
    margin:8px 0px 0px 10px;
}

.btn-type-material{
    width:84px;
}

.btn-user-lib {
    padding-top:4px;
    padding-bottom:4px;
}

.group-options {
    position:relative;
    margin-bottom:20px;
}

.group-options > a > span{
    font-size:16px;
    margin-left:0px;
    display:block;
    margin-bottom:0px;
}

.group-options > .glyphicon{
    text-decoration:none;
    font-size:18px;
    margin:1px 0px 0px 4px;
}

.box-items-group{
    margin-bottom:20px;
    padding-top:20px;
    padding-left:20px;
    width:98%;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
}

.box-move-copy{
    position:absolute;
    padding-top:51px;
    right: -300px;
    top: 0;
    width:300px !important;
    height: 100%;
    z-index:900;
    background:#FFFFFF;
    opacity:0;
    -webkit-box-shadow: -8px 2px 31px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: -8px 2px 31px -7px rgba(0,0,0,0.75);
    box-shadow: -8px 2px 31px -7px rgba(0,0,0,0.75);
}

.box-move-copy-open {
    opacity:1;
    right: 0px;
}

.feedback-warning {
    color: red;
    font-size: 80%;
}

.mask-move{
    position:absolute;
    top:0px;
    left:0px;   
    background: #FFFFFF;
    height:100%;
    width:100%;
    opacity:0.3;
    z-index:888;
    display:none;
}

.mask-dimensions{
    z-index:888;
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
}

.nav-copy-move{
    position:relative;
    width:100%;
    height:40px;
    background:#CABAD2;
}

.nav-div-copy-move{
    position:relative;
    padding:12px 15px 8px 15px;
    color:#FFFFFF;
    font-size:14px;
    cursor:pointer;
}

#nav-primary-copy-move{
    background:#411F56;
}

.nav-div-copy-move:hover{
    background:#75b8de;
}

#nav-primary-copy-move:hover{
    background:#562871;
}

.line-nav{
    position: relative;
    display: block;
    padding: 15px 15px;
    font-size: 17px;  
    font-weight: normal !important;
    cursor:pointer;
}

.line-nav > a{
    color: #FFFFFF;
    text-decoration:none;
}

.line-nav:hover,
.line-nav:focus{
    text-decoration: none;
    background-color: #411F56;
}

.padding-alert-profile{
    width:95%;
    padding:5px;
}

.alert-delete {
    padding:5px;
}

.ico-nav-copy-move{
    margin:0px 5px 0px 0px;
}

.close-copy-move{
    margin:12px 10px 0px 0px;
    font-size:12px;
    color:#FFFFFF;
}

.close-copy-move:hover{
    opacity:0.7;
    cursor:pointer;
}

.content-copy-move{
    max-height:93%;
    overflow:auto;
    padding:20px 20px 20px 20px;
}

.title-copy-move{
    font-size:18px;
    color:#999999;
}

.list-copy-move{
    list-style: none;
    margin-top:20px;
    padding-left:0px;
    cursor:default;
    width:auto;
}

.list-copy-move ul{
    list-style: none;
    padding-left:15px;
    margin:5px 0px 5px 0px;
}

.list-copy-move .li-line {
    width:auto;
    padding:6px 15px;
    height:30px;
    min-width:200px;
    color:rgba(0,0,0,.87);
}

.list-copy-move .li-line:hover {
    background:#CABAD2;
    color:#FFFFFF;
}

.box-avatar{
    position:fixed;
    left:0px;
    margin-left:8%;
    top:107px;
    width:160px;
    background:#FAFAFA;
    z-index:100;
}

#content-library{
    width:98%;
}

#box-type-material{
    margin-bottom:15px;
}

#download-material{
    margin-left:5px;
}

.box-drop-image-profile{
    position:relative;
    top:0px;
    left:0px;
    z-index:0;
    height:300px;
    width:100%;
    font-size:22px;    
    text-align:center;  
    margin-bottom:10px; 
}

.jcrop-keymgr{
    display:none !important;
}

.drop-crop{
    border:dashed 1px #684282;
    padding-top:105px;
}

.preview-img{
    position:absolute;
    overflow:hidden;
    right:0px;
    top:0px;
}

#box-invert-aggregate{
    margin-top:10px;
}

#image-profile {
    width:160px;
    height:160px;
    border:1px solid #CCC;
}

.img-crop{
    position:absolute;
}

.modal-crop{
    position:absolute;
    z-index:10000;
    top:0px;
    left:0px;
    padding:20px;
    width:100%;
    margin:0px auto;
}

#modal-crop-footer{
    background:#FFFFFF;
    padding:10px;
}

#content-modal-crop{
    border:1px solid #DEDEDE;
}

#box-preview {
    position:absolute;
    top:0px;
    right:0px;
}

.margin-right-user{
    margin-right: 15px;
}

.box-social-networks{
    margin:-4px 0px 0px 20px;
}

#btn-reset{
    position:absolute;
    z-index:0;
}

.margin-profile-data{
    margin-bottom:5px;
}

.social-network {
    margin-top:4px;
}

.content-profile{
    z-index:50;
    width:calc(100% - 280px);
    margin-left:calc(8% + 160px);
}

.box-name-profile{
    margin-top:15px;
    border:1px solid #dedede;
    padding: 6px 5px 4px 5px;
    background:#FFFFFF;
    color:#562871;
}

.info-importer{
    margin:10px 0px;
}

.ico-help{
    color:#684282 !important;
}

.ico-help:hover{
    color:#562871 !important;
    cursor:pointer;
}

.ico-user-profile{
    margin: 0px 3px 0px 5px;
}

.box-update-img-profile{
    margin-top:5px;
    text-align: center;
}

.ico-edit-img{
    font-size:11px;
}

.menu-profile{
    margin-top:30px;
}

.nav-profile{
    margin-bottom:20px;
    width:95%;
}

.nav-index {
    width:97%;
}

.line-menu-profile{
    padding: 6px 5px 4px 5px;    
}

.line-menu-profile:hover{
    background:#EEEEEE;
    cursor:pointer;
}

.active-share{
    color:#562871 !important;
}

.active-menu-profile { 
    background:#dedede;
}

.ico-menu-profile{
    margin:1px 5px 0px 0px;
}

.nav-profile > li > a{
    color:#562871;
}

.nav-profile > li > a:hover {
    background-color: #684282;
    color: #FFFFFF;
}

.selected-folder {
    background:#CABAD2 !important;
    color:#FFFFFF !important;
}

.title-profile-data{
    border-bottom: 1px solid #DEDEDE;
    width: 95%;
    margin:30px 0px 15px 0px;
    font-size:18px;
}

.title-profile-data:first-child{
    margin-top:0px;
}

.edit-profile-data{
    font-size:12px;
    margin-left: 10px;
}

.box-profile-data{
    width:95%;   
}

.about-me{
    text-align:justify;
}

.input-default {
    display: block;
    width: 100%;
    height: 48px;
    background-color: #FFFFFF;
    border: 1px solid rgb(204, 204, 204);
    color: #562871;
    border-radius: 3px;
    padding: 0 10px 0 115px;
    line-height:normal;
    font-family: "Roboto" !important;
    font-weight:600;
}

.input-default:disabled {
    background: #dddddd;
}

.label-form {
    position: absolute;
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #562871;
    top: 13px;
    text-align: right;
    width: 105px;
    padding-right: 10px;
    font-size: 14px;
    font-family: "Roboto" !important;
    font-weight:400;
    border-right: 1px solid #562871;
}

.label-form-translate{
    top:38px;
}

.label-form-plus{
    width: 120px;
}

.label-form-small-size{
    width: 50px;
}

.input-default-plus{
    padding-left: 130px;
}

.input-default-small-size{
    padding-left: 60px;
    min-width: 139px;
}

.input-not-label{
    padding-left: 20px !important;
}

.input-48{
    width:48%;
}

.input-60{
    width:60%;
}

.textarea-default{
    display: block;
    width: 100%;
    height: 150px;
    background-color: #FFFFFF;
    color: #562871;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    padding: 10px 10px 10px 115px;
    font-family: "Roboto" !important;
    font-weight:600;
}

.textarea-default:disabled {
    background: #dddddd;
}

.textarea-label{
    height: 126px !important;
    line-height: 122px !important;
}

.text-error {
    color: red;
}

.input-error{
    border-color: #a94442;
}

.line-form {
    position: relative;
    padding: 0 0 15px 0;
}

.padding-translate-input{
    padding-right:30px;
}

.input-profile{
    max-width:400px;
}

.input-about-me{
    min-height:100px;
}

.btn-profile-data{
    margin:10px 5px 0px 0px;
}

.input-profile-margin{
    margin-bottom:5px;
}

.profile-name{
    font-size:24px;
    margin-bottom:5px;
}

.list-tree-items{
    margin-top:10px;
}

.ico-ul-copy-move{
    margin:2px 10px 0px 0px;
    color:#562871;
}

.ico-ul-edit{
    margin:0px 7px 0px 0px;
    color:#562871;
}

.ico-folder{
    color:#562871;
    margin:0px 10px 0px 0px;
}

.ico-arrow-rigth{
    margin-top:3px;
    font-size:10px;
}

.input-new-group-name{
    margin-top:10px;
    width:100%;
    outline:none;
}

.transition {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

#tooltip-privacy-lib{
    right:58px;
    top:2px;
    min-width:150px;
}

#tooltip-permission-lib{
    right:58px;
    bottom:2.5px;
    min-width:130px;
}

.tooltip-btn-item{
    right:0px;
    bottom:37px;
    width: 200px;
}

.tooltip-btn-aggregate{
    right:0px;
    bottom:35px;
    width: 112px;
}

.tooltip-btn-material{
    right:0px;
    bottom:37px;
    width: 200px;
}

.tooltip-add-txt{
    top:0px;
    left:90px;
}

.tooltip-group-options {
    top:-3px;
    left:105px;
}

.tooltip-group-options-edit {
    top:-3px;
    left:65px;
}

.tooltip-dimensions {
    top:  -3px;
    left: 80px;
}

.tooltip-btn-dimensions{
    top:-33px;
    right:0px;
    width:77px;
}

.tooltip-btn-drilling{
    top:-33px;
    right:0px;
    width:118px;
}

.tooltip-opening {
    top:  -3px;
    left: 70px;
}

.tooltip-predefinedResizing {
    top: -5px;
    left: 50%;
}
.tooltip-material-texture-style {
    position: relative !important;
    top: -54px;
    right: -40%;
    width: 241px;
}
.tooltip-material-color-style {
    top: 373px;
    right: 159px;
}
.model3D-options-title {
    margin-top: 11px;
    font-size: 18px;
    font-weight: bold;
    font-family:"dinnex-bold",Tahoma,Verdana,Arial,Sans-Serif !important;
}

.select-form-control{
    padding-top: 10px;
    padding-bottom: 15px;
}
.select-form-control label{
    font-weight: normal;
    padding-left: 15px;
    padding-right: 5px;
}

.item-option{
    position:relative;
}

#new-item{
    position:absolute;
    left:0px;
    top:20px;
}

.drop-search {
    padding:6px 10px !important; 
    border-right:0px;
}

.thumb-material {
    height:100%;
}

#drop-material-option {
    top:31px;
    left:0px;
    min-width:50px;
}

.box-slc-materials{
    position:relative;
}

.title-default-material {
    position:absolute;
    left:0px;
    top: 0px;
}

.box-tooltip-default {
    position:relative;
    width:180px;
    z-index:999;
}

.box-tooltip-input{
    position: absolute;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    padding: 6px;
    border-radius:3px;
    max-width: 68px;
    top: 0px;
    right: -38px;
    z-index:999;
}

.inpt-dimensions{
    width:100%;
    max-width:60px;
    outline:none;
    border:1px solid #CCC;
    margin-bottom:5px;
    border-radius:3px;
}

.inpt-dimensions:last-child{
    margin-bottom:0px;
}

.title-options-type{
    text-transform: uppercase;
}

#title_agregado{
    bottom:53px;
    right:10px;
    width:150px;
}

#title-delete-agg {
    right:39px;
    bottom:33px;
}

#title-save-agg {
    right:0px;
    bottom:33px;
}

.nav-filter {
    margin:0px 15px 0px 15px;
    width: 95%;
    position: relative;
}

.nav-filter > li > a{
    color:#562871;
}

.nav-filter > li > a:hover{
    background-color:#684282;
    color:#FFFFFF;
}

.ico-triangle-bottom {
    margin:2px 0px 0px 4px;
}

.option-default{
    position:relative;
    margin:0px 0px 0px 5px !important;
    outline: none;
    font-size:12px;
}

.option-default:hover {
    text-decoration:none !important;
}

.edit-options {
    margin-left:10px;
    font-size:12px;
}

.view-options {
    margin:1px 15px 0px 5px;
    font-size:12px;
    position:relative;
}

.view-layer {
    margin:3px 15px 0px 5px;
    font-size:12px;
    position:relative;
}

.ico-eye {
    position:absolute;
    top:0px;
    left:0px;
}

.input-preset{
    width: 55px;
    height:25px;
}

.label-presets {
    margin:3px 10px 0px 0px;
}

.box-left-preset{
    position:relative;
    width:53%;
    margin-right:5%;
}

.slide-bar-preset {
    margin-bottom:10px !important;
    width:42% !important;
}

#slide-bar-reduce{
    width: 150px !important; 
    margin: 13px 10px 0px !important;
}

.alert-aggregate {
    position:absolute;
    right:-110px;
    bottom:-20px;
    padding: 4px 10px;
}

.disabled-create-group {
    pointer-events: none;
    cursor: not-allowed;
}

.disabled-nav {
    pointer-events: none;
    cursor: not-allowed !important;
}

.disabled-config{
    pointer-events: none;
    cursor: not-allowed !important;
    color:#c7c6c6 !important;
    opacity:0.6;
}

.delete-options {
    margin:1px 0px 0px 5px;
    font-size:12px;
    color:#a94442;
    opacity:0.8;
}

.delete-options:hover {
    color:#a94442;
    opacity:1;
}

#content-items{
    overflow-y: auto;
    height:99.5%;
}

.title-group {
    position:relative;
    border-bottom: #CCC 1px solid;
    background-color: #684282 ;
    color:#FFFFFF;
    width: 100%;
    padding:5px;
    height:31px;
}

.footer-group{
    position:absolute;
    bottom:0px;
    width: 100%;
    height:31px;
    z-index:0;
    padding:7px;
}

.img-group-item {
    height:75px;
    position:relative;
    margin:0px auto;   
}

.box-delete-item-group{
    width:30px;
    height:29px;
    margin-left:13px;
    font-size:19px;
    line-height:100%;
}

.ico-config-menu{
    margin-right:5px;
}

.ico-build{
    position:relative;
    background: url("../Assets/build.png") center center;
    background-size: contain;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
}

.ico-cube{
    position:relative;
    background: url("../Assets/codepen_white.png") center center;
    background-size: contain;
    height: 19px;
    width: 19px;
}

.ico-bell{
    position:relative;
    background: url("../Assets/bell-outline.png") center center;
    background-size: contain;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
}

.ico-facebook{
    position:relative;
    background: url("../Assets/face.png") center center no-repeat;
    background-size: contain;
    height: 19px;
    width: 19px;
}

.ico-twitter{
    position:relative;
    background: url("../Assets/twitter-t.png") center center no-repeat;
    background-size: contain;
    height: 19px;
    width: 19px;
}

.ico-linkedin{
    position:relative;
    background: url("../Assets/linkedin.png") center center no-repeat;
    background-size: contain;
    height: 19px;
    width: 19px;
}

.btn-open-group{
    margin:4px 10px 0px 0px;
}

.alert-update-profile{
    padding:5px;
    font-size:12px;
    margin-top:30px;
}

.opened-group {
    border-color:#CABAD2 !important;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
}

.opened-group > .content-group > .title-group {
    background:#CABAD2 !important;
    color: #FFFFFF !important;
}

.ico-btn-group{
    font-size:12px;
    margin-top:2px;
}

.ico-remove-group:hover {
    cursor:pointer;
    opacity:0.5;
}

.list-options {
    list-style:none;
    padding-left:3px;
    margin:10px 0px 30px 0px;
}

.list-options > li {
    margin-top:15px;
    position:relative;
}

.ico-sucess {
    margin:-2px 0px 0px 5px;
}

.box-name-option {
    position:relative;
    margin:10px 0px;
}

#tooltip-name-opt{
    top:-6px;
    left:4px;
}

.opening-type-option{
    margin-left:4px;
    margin-top:2px;
}

#tooltip-opening-by-layers{
    top:20px;
    left:40px;
}

#tooltip-name-group {
    top:0px;
    left:4px;
}

.inpt-option {
    width:70% !important;
    margin-right:5px !important;
}

.btn-add {
    height:33px !important;
}

.ul-item-approve {
    list-style: none;
    margin-top:10px;
    border-top: 2px solid grey;
    padding:10px 0px 0px 0px;
}

.txt-li-item-approve {
    padding-top:15px;
}

.btn-li-item-approve {
    padding-top:12px;
}

.txt-user-item-approve {
    text-align:left;
    min-width:200px;
    margin-right:30px;
}

.box-title-list-lib{
    width:100%;
    height:30px;
    cursor:pointer;
}

.txt-margin-top {
    margin-top:6px;
}

.modal-lg {
    width:810px;
}

.modal-title {
    color:#3c4146;
}

.modal-content{
    background:#FAFAFA !important;
}

.badge{
    cursor:pointer;
}

.thumb-item-approve {
    max-height:50px;
    margin-bottom:10px;
    height:50px;
    width:50px;
}

.alert-name-option {
    color:#a94442;
}

.sub-list-options {
    list-style:none;
    padding-left:15px;
}

.libraries-options {
    height:280px !important;
    cursor:pointer;
}

.list-dimensions{
    list-style: none;
    padding-left: 0px;
    margin: 0px 5px 0 5px;
    white-space: nowrap;
}

.list-dimensions > li{
    margin-top: 5px;
    cursor: pointer;
    text-align: right;
}

.list-dimensions > li:hover{
    opacity:0.7;
}

.dimension-active{
    font-weight:bold;
    font-family:"dinnex-bold",Tahoma,Verdana,Arial,Sans-Serif !important;
}

.td-dimension{
    position:relative;
    padding-top:18px !important;  
    min-width:120px;
}

.td-dimension-reference{
    position:relative;
    padding-top:11px !important;
}

.td-dimension-icos{
    position:relative;
    width:58px;
}

.list-group-options{
    list-style: none;
    padding-left:0px;
    margin-top: 5px;
    margin-right: 5px;
    white-space: nowrap;
}

.list-group-options > li{
    padding: 3px 0px;
}

.edit-group{
    color:#333;  
}

.edit-group:hover{
    color:#333 !important; 
    text-decoration:underline;
    cursor:pointer;
}

.modal-importer{
    width:100%;
    max-width:740px;
}

.modal-options{
    height: 98%;
}
.modal-options .modal-content{
    height: 95%;
    min-height: 445px;
    max-height: 760px;
}
.modal-responsivo{
    height: calc(98% - 124px);
    max-height: 623px;
}
.modal-options .modal-content .material-modal-footer{
    height: 65px;
}
.modal-materials {
    margin-bottom:10px;
    max-height:600px;
    overflow-y:auto;
    overflow-x: hidden;
}

.box-list-items-delete {
    max-height:600px;
    overflow-y:auto; 
    position:relative;
}

.seta-right {
    font-size:17px;
    margin:3px 0px 0px 5px;
}

.seta-right:hover {
    text-decoration:none !important;
}

.box-lib-new-material {
    padding-right: 0;
    margin-bottom: 15px;
}

.gif-material {
    height:100px;
}

#box-name-group {
    margin-bottom:15px;
    position:relative;
}

.layers-model {
    margin-bottom:15px;
}

.color-tit-list {
    color:#3c763d;
}

#btn-drop-material-option{
    margin-bottom:15px;
}

.title-list-options {
    cursor:pointer;
}

.fb-video{
    width:100%;
}

.width-100 {
    width: 100%;
}

.description{
    height:150px !important;
}

.price-lib {
    font-size: 13px;
    color: #3c4146;
    position:absolute;
    right:2px;
    bottom:1px;
}

.menu_cab {
    margin:0px 0px;
}

.opacity-zero {
    opacity:0;
}

#menuOptions {
    position:absolute;
    top:57px;
    left:5px;
    padding:20px 10px 10px 20px;
    background:#FFFFFF;
    border:1px solid #684282;
    height:auto;
    /*max-width:510px;*/
    max-width:272px;
    min-width:150px !important;
    margin-right:20px;
    z-index:9999;
}

.logo_normal {
    display:block !important;
}

.logo_mobile {
    display:none !important;
}

.subMenuOptions {
    position:relative;
    height:110px;
    width:110px;
    background:#684282;
    border:2px solid #FFFFFF;
    margin:0px 10px 10px 0px;   
}

#alert-canvas {
    position:absolute;
    top: 3px;
    left: 3px;
    max-width:60%;
}

.txt-alert {
    margin-right:20px;
}

.txt-alert-canvas {
    padding-left: 10px;
    width:92%;
}

.subMenuOptions:hover {
    border:2px solid #684282;
    cursor:pointer;
}

#text-description-feed {
    height:80px;
}

.label-aggregate-input,
.label-pos-aggregate{
    margin:3px 5px 0px 0px;
}

.label-dimension-aggregate {
   margin:3px 5px 0px 0px;
   width:130px; 
}

.btn-anc {
    margin-top:10px;
}

.cursor-pointer {
    cursor:pointer;
}

.cursor-default{
    cursor:default;
}

.title-position {
    font-size:14px;
}

.box-title-pos {
    padding-bottom:4px;
    border-bottom: 1px solid #CCCCCC;
}

#title-rotation {
    margin-top:5px;
}

.margin-title-aggregate{
    margin-top:15px;
}

.nav-aggre{
    margin-bottom:10px;
}

.nav-aggre > li > a{
    color:#562871;
}

.nav-aggre > li > a:hover{
    background-color:#684282;
    color:#FFFFFF;
}

.btn-margin {
    margin:0px 5px 0px 0px !important;
}

.btn-margin-left{
    margin-left:5px !important;
}

.name-option-opening{
    width:100% !important;
}

.list-layers{
    max-height:150px;
    overflow-y:auto;
}

.input-pos {
    height:25px;
    width:80px;
    margin:0px 10px 10px 0px;
}

.input-rotation-direction {
    width: 125px;
    height: 30px;
    padding: 5px;
}

.slc-insertAs {
    margin:15px 0px;
}

#modelCanvasAnchorage{
    width:100%; 
    height:220px; 
    touch-action:none;
}

.box-slc-anchorage{
    position:absolute;
    width:350px;
    height:290px;
    padding:3px;
    left:120px;
    bottom:12px;
    z-index: 999;
    background-color:#FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
}

.box-buttons-customer{
    margin-bottom:20px;
}

.modal-customer{
    margin-top:80px;
}

.btn-customer{
    width:198px;
}

.btn-add-aggregate {
    position:absolute;
    bottom:0px;
    right:0px;
    font-size: 18px;
    padding:4px 0px 0px 2px;
    line-height:45px;
    color: #FFFFFF;
    outline:none;
    background-color:#684282 !important;
}

.btn-new{
    z-index: 999;
    position:fixed;
    bottom:50px;
    right:100px;
    font-size: 18px;
    padding:0px 0px 0px 2px;
    line-height:0px;
    color: #FFFFFF;
    outline:none;
    background-color:#684282;
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.btn-new:hover{
    background-color:#411F56;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
}

.btn-sub{
    width:35px;
    height:35px;
    right:105px;
    bottom:55px;
    z-index:888;
}

.btn-sub > .glyphicon{
    margin:-2px 0px 0px -2px;
}

.rotate-90:hover{
    -ms-transform: rotate(90deg) !important; /* IE 9 */
    -webkit-transform: rotate(90deg) !important; /* Chrome, Safari, Opera */
    transform: rotate(90deg) !important; 
}

.rotate-button:hover > .btn-rotate{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);    
}

.rotate-button:hover > #btn-importer{
    bottom:100px;
}

.ico-new{
    margin-top:-2px;
    margin-bottom:2px;
}

.box-inputs-aggregate{
    position:relative;
    margin:11px 0px 0px 0px;
}

.slc-default,
.slc-pos-default {
    height:25px;
    padding:0px;
    width:120px;
    margin-right: 10px;
}

.slc-pos-default-predefined-point {
    height:25px;
    padding:0px;
    width:140px;
    margin-right: 10px;
}

.slc-ins {
    width: 160px;
}


.feedback {
    position:fixed;
    top:300px;
    left:0px;
    width:22px;
    height:100px;
    background:url(../Assets/feedback.png) no-repeat;
    z-index:999;
    cursor:pointer;
}

#body-item{
    overflow-x:hidden;
    width: 100%;
}

#boxCanvas {
    position:relative;
    overflow:hidden;
}

.load-agg{
    margin:17px 3px 0px 0px;
}

.load-brand{
    margin:8px 0px 0px 3px;
}

.load-translate {
    background: url("../../Assets/loader.gif") no-repeat;
    background-size: 32px 32px;
}

.btn-options {
    position:absolute;
    right:3px;
    top:69px;
}

.btn-openings {
    position:absolute;
    right:3px;
    top:102px;
}

.items-information-edit{
    position: absolute;
    right: 1px;
    top: 35px;
}
.items-information-view {
    position:absolute;
    right:1px;
}

.items-information-edit button{
    min-width: 100px;
    margin: 2px 1px;
}
.items-information-view button{
    min-width: 100px;
    margin: 2px 3px;
}

.btn-delete-aggregate {
    margin-right:5px;
}

.ul-group{
    padding-left:21px !important;
}

.box-position-aggregate{
    position:absolute;
    width: 250px;
    left: -255px;
    bottom: 5px;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 0;
}

.show-tree-items{
    opacity:1;
    left:5px;
    top:5px;
    bottom:inherit;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.show-position-aggregate{
    opacity:1;
    left:5px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.box-list-canvas {
    position:absolute;
    opacity:0;
    right:-203px;
    top: 2px;
    min-width: 130px;
    max-width: 500px;
    overflow-y: auto;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.input-rotation {
    width: 59px;
    height:25px;
    margin-right:4px;
}

.box-buttons-aggregate {
    position:relative;
    margin-top:5px;
}

.box-options-view {
    top:3px;
}

.show-options-canvas {
    opacity:1;
    right:3px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.scroll-options {
    margin-top: 5px;
    overflow-y: auto;
    max-height: 650px;
}

.scroll-options .dropdown-toggle{
    width: 100%;
    text-align: left;
}

.scroll-options .dropdown-toggle > span{
    margin-top: 6px !important;
}


.btn-delete-material {
    margin-right:5px;
}

.feedback-btn-subscription {
    position:absolute;
    bottom:80px;
    left:-39px;
    width:100px;
    height:22px;
    text-align:center;
    font-size:16px;
    background:#FFFFFF;
    color:#562871;
    z-index:999;
    cursor:pointer;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.margin-btn-left-sm {
    margin-left:5px;
}

.btn-filtro {
    border-radius:0px;
    padding-top:4px;
    padding-bottom:4px;
}

.ico-menu {
    position:absolute;
    font-size:60px;
    top:10px;
    width:100%;
    left:0px;
    text-align:center;
    color:#FFFFFF;
}

.txtMenuOptions {
    position:absolute;
    bottom:10px;
    left:0px;
    width:100%;
    text-align:center;
    color:#FFFFFF;
}

.f_left {
    float:left;
}

.f_right {
    float:right;
}
    
.clr {
    clear:both;
}

.titulo {
    color:#562871;
    font-family: 'myriad', Tahoma, Verdana, Arial, sans-serif;
    font-size:24px;
    font-weight: normal;
    margin:0px 0px 10px 0px;
}

.nav-search-options {
    margin:10px 0px 2px 0px;
}
.nav-search-options .nav-filter {
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

#tit-options {
    margin-bottom:0px;
}

.title-options {
    font-size:24px;
    margin:0px 0px 10px 0px;
}

.sub-title-options {
    font-size:14px;
}
#loader-options,
#loader {
    width:32px;
    height:32px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-16px;
    margin-left:-16px;
}

#loader-options{
    position: static !important;
    margin-top: 0 !important;
    margin-left: calc(50% - 16px) !important;
} 

#loader-ref{
    width:32px;
    height:32px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-16px;
    margin-left:-16px;
}

.loader-folder{
    width:15px;
	height:15px;
	position:relative;
    margin:2px 5px 0px 0px;
}

.loader-libs {
    width:32px;
	height:32px;
	position:relative;
    margin:10px auto 20px auto;
}

.loader-filter{
    width:25px;
	height:25px;
	position:relative;
    margin:10px 0px 10px 100px;
}

.box-loader {
    text-align:center; 
    width:100%;
}

.box-thumb-option {
    height:13px;
    width:13px;
    margin:2.5px 0px 0px 4px;
    border:1px solid #CCC;
    color:#ff0000;
    cursor:pointer;
    font-style:italic;
    line-height:91%;
    font-weight:bold;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.list-options-group {
    list-style:none;
    padding-left: 30px;
    white-space: nowrap;
}

.list-options-group > li{
    margin-right: 30px;
}

.font-options-group {
    font-size:12px;
}

.ico-light-on {
    background:url(../Assets/light_on.png) center;
    cursor:pointer;
    height:20px;
    width:20px;
}

.ico-light-off {
    background:url(../Assets/light_off.png) center;
    cursor:pointer;
    height:20px;
    width:20px;
}

.box-layer-option {
    position:relative;
    margin:3px 0px 0px 3px;
}

.disabled-eye {
    pointer-events: none;
}

.disabled{
    pointer-events: none;
    cursor:not-allowed;
    opacity:0.6
}

.btn-editar {
    margin:-3px 0px 0px 5px;
}

.ico-mais {
    text-decoration:none;
    margin:1px 0px 0px 3px;
    font-size:16px;
}

.ico-mais:hover {
    text-decoration:none;
}

.list-camadas-options {
    list-style:none;
    padding-left:0px;
}

.checkbox-camadas{
    margin-top:3px !important;
    width:20px !important;
    min-width: inherit !important;
}

.label-checkbox-camadas{
    margin:1px 0px 0px 2px;
}

.content-form{
    overflow-y: auto;
    overflow-x: hidden;
    height:94%;
    padding-right:5px;
}

.box-buttons-form{
    position:absolute;
    bottom:0px;
    right:15px;
}

.more-layers{
    cursor:pointer;
}

.box-more-layers {
    border-left: 1px solid #CCC;
    overflow-y: auto;
}

.label-camadas {
    position:relative;
    margin:1px 0px 0px 5px;
}

.box_lista_itens {
    min-width:235px;
    margin:0px 20px 20px 0px;
    border:1px solid #CCCCCC;
    padding:0px !important;
    height:320px;
    background-color: #FFFFFF;
    border-radius: 3px;
}
.box_lista_itens .cursor-move{
    cursor: move;
}

.box-lista-group{
    min-width:235px;
    margin:0px 20px 20px 0px;
    border:1px solid #684282;
    padding:0px !important;
    height:285px;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.box-itens-group {
    height:258px;
}

#tooltip-trash {
    left:20px;
    top:0px;
}

.input-off {
    background: none;
    outline:none;
    padding:0px;
    border:none;  
}

.input-off:focus{
    background:#FFFFFF;
    color:#3c4146;
}

.name-group{
    width:70%;
    margin-left:20px;
}

.box-material{
    max-height:230px;
}

.box_lista_materials {
    max-height:230px;
}

.lista-itens {
    min-height:188px !important;
    max-height:188px !important;
}

.box_lista_itens:hover {
    border:1px solid #CABAD2;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
}

.box_lista_itens_publish:hover {
    border:1px solid #3c763d !important;
}

.box_lista_itens_pendent{
    border:1px solid #fcce6f !important;
}

.mask_item{
    position:relative;
    opacity:0;
    background:rgba(28, 47, 64, 0.70);
    color:#FFFFFF;
    font-size:18px;
    text-align:center;
    margin-top:-200px;
    width:336px;
    height:198px;
    padding-top:90px;
    -webkit-transition:1s;
    -moz-transition:1s;
    -o-transition:1s;
    transition:1s;
    cursor: url(../Assets/zoom.png),default;
}

.menu-move {
    max-height:350px;
    overflow-y:auto;
}

.mask_item_lista {
    width:100% !important;
}

.box_img_item {
    overflow:hidden;
    border-bottom:1px solid #CABAD2;
    background:#e8e6e6;
    max-height:186px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box_img_item_publish {
    border-bottom:1px solid #3c763d;
}

.box_img_item_pendent {
    border-bottom:1px solid #fcce6f;
}

.title_item_publish {
    color:#3c763d !important;
    text-decoration:none !important;
}

.title_item_pendent {
    color:#fcce6f !important;
    text-decoration:none !important;
}

.box_img_item_lista {
    border:none !important;
}

.box_img_item:hover > .mask_item{
    opacity:1;
    -webkit-transition:1s;
    -moz-transition:1s;
    -o-transition:1s;
    transition:1s;
}

.box_img_item:hover > .box_seleciona{
    display:block;
}

.img_library_g {
    margin:0px auto !important;
    height:166px;
}

#box_arquivo {   
    position:relative;
}

.close_alert {
    position:absolute !important;
    top:8px;
    right:3px;
    cursor:pointer;
}

.close_alert:hover {
    opacity:0.8;
}

#info-dimensions-min {
    position:absolute;
    top:3px;
    left:3px;
    width:70%;    
}

.box_lista_libraries {
    position:relative;
    min-width:235px;
    margin:0px 20px 20px 0px;
    border:1px solid #CCCCCC;
    padding:0px !important;
    height:365px;
    background-color: #FFFFFF;
    border-radius: 3px;

}

.box-img-group {
    margin:5px 1px 0px 6px;
    width:30%;
    border:1px solid #CCCCCC; 
    background:#e8e6e6; 
    padding:0px !important;  
    text-align:center;
}

.box-img-group-user-not-login{
    cursor: default !important;
}

.box_img_mini_library {
    margin:5px 1px 0px 6px;
    width:30%;
    height:60px;
    border:1px solid #CCCCCC; 
    max-height:70px;
    background:#e8e6e6; 
    padding:0px !important;  
    text-align:center;
}

.box_img_library {
    overflow:hidden;
    border-bottom:1px solid #411F56;
    height:166px;
}

.box_lista_libraries:hover{
    border:1px solid #684282;
    display:block;
    background:#684282;
}

.box_lista_libraries:hover > .box_img_library > .box_seleciona{
    display:block;
}

.box_lista_libraries:hover {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
}

.img_library {
    height:58px;
    width:100%;
    border:none;
}

.img_library_item {
    height:58px;
    border:none;
    margin:0px auto;
}

.editar {
    display:inline-block;
    font-size:14px;
    margin:10px 0px 0px 7px;
}

.tit_library {
    margin:5px 0px;
    text-decoration:none;
    font-size:15px;
    color:#562871;
    padding-left:7px;
}

.box_lista_libraries:hover > a > .tit_library{
    text-decoration:none !important;
    color:#FFFFFF;
}

.box_lista_libraries:hover > a{
    text-decoration:none !important;
    color:#FFFFFF;
}

.box_lista_libraries:hover > a  > .userLibrary{
    text-decoration:none !important;
    color:#FFFFFF;
}

.box_lista_libraries:hover > .userLibrary,
.box_lista_libraries:hover > .userLibrary > a
{
    color:#FFFFFF;
}

.box_lista_libraries:hover > a  > .descriptionLibrary{
    text-decoration:none !important;
    color:#FFFFFF;
    min-height:85px;
}

.ico-details {
    z-index:100;
    display: inline-block;
    font-family: 'myriad', Tahoma, Verdana, Arial, sans-serif;
    line-height:none;
}

.box_lista_libraries:hover > .txt-lib > .tit_library,
.box_lista_libraries:hover > .txt-lib > .tit_library > a > .ico-details{
    text-decoration:none !important;
    color:#FFFFFF !important;
}

.box_lista_libraries:hover > .txt-lib  > .userLibrary{
    text-decoration:none !important;
    color:#FFFFFF;
}

.box_lista_libraries:hover > .txt-lib  > .descriptionLibrary{
    text-decoration:none !important;
    color:#FFFFFF;
    min-height:85px;
}

.box_lista_libraries:hover > .txt-lib  > .descriptionLibrary > a{
    text-decoration:underline !important;
    color:#FFFFFF;
    min-height:85px;
}

.validaAlert {
    width:70%;
    padding:6px;
    margin-left:5px;
}

#mobileMenu {
   padding:17px 20px 16px 20px; 
}

#imgFile {
    height:166px;
    max-width:292px;
    margin:10px auto 10px auto;
}

.txt-required{
    font-size: 13px;
    color: #656565;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.padding-modal {
    padding:15px 13px 0px 13px;
}

.padding-modal-normal {
    padding: 15px 10px 0px 10px;
}

.info-texture {
    width:30%;
}

#menu-login {
    left:inherit !important;
    right:0px !important;
    max-height:500px !important;
    overflow-y: auto !important;
}

.home{
    padding-top:52px;
}

#logo-banner{
    margin-left:20px;
}

.box-img-texture {
    position:relative;
    height:270px;
    margin-bottom:5px;
}

.active-menu { 
    background:#411F56;
}

#img-natural {
    height:250px;
}

.box-img-natural{
   display:none;
   z-index:888;
   position:absolute;
   width:413px;
   padding:5px;
   background:#FFFFFF;
   border:1px solid #684282;
}

.box-img-natural img{
   width:400px;
}

.box-img-preview {
    position:absolute;
    top: 0;
    left: 25%;
    z-index: 0;
    height: 225px;
    width: 50%;
    font-size: 22px;
    border:dashed 1px #684282;
}
.box-img-preview img{
    height: 100%;
    width: 100%;
}

.box-home {
    height:360px;
    background:url(../Assets/nautilus.png) no-repeat center #CCC;
    margin-bottom:20px;
}

opacity-zero{
    opacity:0;
}

.box-inputs-translate{
    position:absolute;
    background:#f0eef1;
    padding:10px 10px 13px 10px;
    border:#CCCCCC 1px solid;
    top:0px;
    right:0px;
    width:250px;
    z-index:-999;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    cursor:default !important;
}

.show-inputs-translate{
    opacity:1;
    z-index:999;
}

.input-border-default{
    border: 1px solid #CCCCCC !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
}

.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   overflow:hidden;
   height:100%;
   background-color: rgba(0, 136, 204, 0.70);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
    background-color: rgba(0, 0, 0, 0.70);
    color:#FFFFFF;
    text-align:center;
    padding:10px 0px;
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
    padding:20px;
    color:#000000;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-first a.info {
   position:relative;
   margin:0px auto;
   display:block;
   width:120px;
   padding:10px 0px;
   text-align:center;
   background:#000000;
   color:#FFFFFF;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
    text-decoration:none;
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;   
   -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75); 
}


.color-green {
    background-color: rgba(45, 121, 45, 0.70) !important;
}

#info-dimensions {
    margin-top:15px;
    margin-bottom:0px !important;
}

.btn-preview{
    z-index:888;
    position:absolute;
    right:3px;
    top:157px;
    background:#684282;
    color:#FFFFFF;
    border:none;
    border-radius:3px;
    padding:4px 8px 7px 8px;
}

.btn-preview:hover{
    background:#411F56;
}

.font-16{
    font-size:16px;
}

.font-14{
    font-size:14px;
}

.title_tooltip {
    position:absolute;
    margin-left:20px;
    border-radius:3px;
    padding:5px 10px;
    background:#411F56;
    color:#FFFFFF;
    font-size:12px;
    display:none;
    z-index: 10;
}

.tooltip-option {
    z-index:999;
    top:-30px;
}

#tooltip-option-edit {   
    left:20px;
}

#tooltip-option-reference {
    left:30px;
}

#tooltip-option-default {
    left:50px;
}

#tooltip-option-view {
    left:80px;
}

#tooltip-dimension-default{
    right:0px;
    top:-25px;
    width:100px;
    z-index:888;
}

#tooltip-dimension-reference{
    right:0px;
    top:-25px;
    width:120px;
    z-index:888;
}

#tooltip-dimension-view{
    right:0px;
    top:-25px;
    width:100px;
    z-index:888;
}

#tooltip-new-option{
    left:80px;
    top: 38px;
    width:60%;
}

#tooltip-new-option-aggregate{
    left:120px;
    top: 38px;
    width:50%;
}

.padding-inpt-reference{
    padding-right:5px !important;
}

.box-slc-reference{
    margin-right:10px;
}

.box-ref{
    padding:5px 10px;
    background:#CABAD2;
    border-radius:2px 10px;
    width:auto;
    margin:0px 0px 5px 0px;
    color:#562871;
    cursor:move;
}

.btn-add-ref{
    margin:0px 0px 0px 5px;
}

.content-modal-ref{
    max-height:550px;
    overflow-y:auto;
    overflow-x: hidden;
}

.mini-modal {
    position:absolute;
    top:-7px;
    margin-left:20px;
    border-radius:3px;
    padding:5px 10px;
    background:#FFFFFF;
    display:none;
}

#title_publish {
    left:0px;
    top:-173px;
    width:100%;
    margin-left:0px;
    position:absolute;
}

.tooltip-trigger:hover > .title_tooltip {
    display:block;
}

.width-full {
    width:100% !important;
}

#btn-maximize {
    position:absolute; 
    top:3px;
    right:3px;
}

#btn-select-model {
    position:absolute; 
    top:3px;
    right:40px;
}
#btn-select-model.home-viewer{
    right: 14px;
}

#btn-tree-items{
    position:absolute; 
    top:3px;
    left:3px; 
}

#btn-new-model {
    position:absolute; 
    top:3px;
    right:188px; 
}

#btn-new-high-quality-model {
    position:absolute; 
    top:3px;
    right:225px; 
}

#btn-download-model {
    position:absolute; 
    top:3px;
    right:151px; 
}

#btn-flip {
    position:absolute; 
    top:3px;
    right:114px; 
}

#btn-flip-fake{
    position:absolute; 
    top:3px;
    right:167px; 
    z-index:0;
    height:30px;
    width:0px;
}

#btn-reduce {
    position:absolute; 
    top:3px;
    right:77px; 
}

#btn-reduce-fake{
    position:absolute; 
    top:3px;
    right:130px; 
    z-index:0;
    height:30px;
    width:0px;
}

#btn-culling {
    position:absolute; 
    top:3px;
    right:40px;
}

#btn-culling-fake{
    position:absolute; 
    top:3px;
    right:92px; 
    z-index:0;
    height:30px;
    width:0px;
}

#select-model {
    position:absolute;
    top:33px;
    right:40px;
    left:inherit !important;
    width:80px;
}
#select-model.home-viewer {
    right:14px;
}

.box-brand-name{
    position:absolute;
    top:3px;
    left:3px;
    color:#CABAD2;
}

.box-brand-name:hover > .text-brand{
    text-decoration:underline !important;
}

.ico-verify{
    width:16px;
    height:16px;
    margin:1px 0px 0px 5px;
}

.box_seleciona {
    position:absolute;
    top:0px;
    right:0px;
    border-bottom-left-radius:5px;
    height:50px;
    width:50px;
    padding:3px 0px 0px 25px;
    display:none;
}

.seleciona_subscription{
    height:100% !important;
    width:100% !important;
    padding:0px;
    z-index:55;
}

.check-subscribe {
    position:absolute;
    right:3px;
    top:3px;
}

.margin-btn-left {
    margin-left:10px;
}

.userLibrary {
    color:#999999;
    font-size:12px;
    position:absolute;
    left:7px;
    bottom:0px;
}

#title-new-model{
    position:absolute;
    right:188px;
    top:35px;
    width:250px;
}

#title-new-high-quality-model{
    position:absolute;
    right:225px;
    top:35px;
    width:250px;
}

#title-download-model {
    position:absolute;
    right:151px;
    top:35px;
    width:250px;
}

#title-tree-items{
    position:absolute;
    left:3px;
    top:35px;
    width:160px;
    margin:0px;
}

#title_culling {
    position:absolute;
    right:40px;
    top:35px;
    width:250px;
}

#title_flip {
    position:absolute;
    right:114px;
    top:35px;
    width:250px;
}

#title_reduce {
    position:absolute;
    right:77px;
    top:35px;
    width:250px;
}

#mini-modal_reduce {
    position:absolute;
    right:77px;
    top:35px;
    width:340px;
    border:1px solid #AAA;
}

#span-reduce-help {
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 5px;
    display: block;
}

#reduce-percent {
    width: 70px;
    margin-right:5px;
}

#reduce-percent-slider {
    width: 70px;
    margin-right:5px;
}

#label-reduce-percent {
    line-height:240%;
}

#btn-reduce-confirm {
    width: 70px;
    margin-left: 20px;
}

.userLibraryLista {
    left:460px;
}

.descriptionLibrary {
    color:#999999;
    font-size:12px;
    margin-left:7px;
}

.descriptionItem {
    color:#999999;
    font-size:12px;
    margin-left:7px;
    min-height:90px;
    width:100%;
}
.descriptionItem-user-not-login {
    cursor: default !important;
    width: 100%;
}

.descriptionItemLista {
    font-size:14px !important;
    min-height:140px !important;
}

.descriptionLibLista {
    font-size:14px !important;
    min-height:130px !important;
}

.boxLibLista{
    height:168px !important;
}

.hideFile {
    height:100%; 
    width:96px;
    opacity:0;
    position:absolute;
    top:0px;
    left:0px;
    z-index:999;
}

.title-red{
    color:#3c763d;
}

.navegacao {
    padding:10px 15px;
}

.box-library-details {
    position:fixed;
    width:100%;
    height:230px;
    padding-top:15px;
    top:51px;
    background:#FAFAFA;
    z-index:555;    
    min-width:520px;
}

.box-library-details-menu {
    top:81px;
}

.box-user-details {
    position:fixed;
    width:100%;
    height:230px;
    padding-top:15px;
    margin-top:52px;
    background:#FAFAFA;
    z-index:888;
    min-width:640px;
}

.box-cab-search{
    position:relative;
    width:100%;
    padding-top:80px;
    background:#FAFAFA;
    z-index:888;  
    min-width:640px;
}

.box-search-details {
    position:fixed;
    width:100%;
    height:125px;
    padding-top:15px;
    margin-top:52px;
    background:#FFFFFF;
    z-index:888;  
}

.border-none{
    border:none;
}

.border-bottom {
    border-bottom:1px solid #CCCCCC;
    margin-top:5px;
}

.box-library-details-img{
    overflow:hidden;
    width:296px;
    float:left;
    margin:0px 20px 0px 15px;
}

.ico-editar {
    font-size:13px;
}

.user-title {
    margin:0px 0px;
    text-decoration:none;
    font-size:22px;
    padding:0px 15px 0px 20px;
    color:#3c4146;
    position:relative;
}
.user-info {
    height: auto;
    width: 100%;
}
.user-name {
    margin:0px 0px 10px 0px;
    text-decoration:none;
    font-size:28px;
    color:#3c4146;
    position:relative;
}
.user-info .box-avatar{
    position: static;
    margin: 0;
    padding:0px 15px 0px 20px;
    width: 195px;
}
.user-info .about-user{
    width: 85%;
}

.link-about-me{
    display:none;
}

.more-details-user{
    margin-top:30px;
    font-size:18px;
    display:block;
}

.user-libs-main{
    padding-top: 270px;
}

.user-libs-main .row{
    margin-top: 15px;
}

.search-title-result{
    color:#08C;
}

.library-details-title {
    margin:5px 0px;
    text-decoration:none;
    font-size:22px;
    padding-left:7px;
    color:#3c4146;
    position:relative;
    height:31px;
}

.library-details-title:hover {
    color:#562871;
}

#txt-name-library {
    z-index:888;
    display:block;
    position:relative;
    background:#FAFAFA;
    min-width:400px;
    height:35px;
    margin-left:-1px;
    top:-1px;
}

#txt-description-library {
    z-index:888;
    display:block;
    position:relative;
    background:#FAFAFA;
    min-width:400px;
    max-width:600px;
    min-height:60px;
}

#txt-description-library:hover {
    color:#562871;
}

.input-alert {
    outline-color:#a94442;
}

.library-details-txt {
    color:#3c4146;
    font-size:12px;
    margin-left:7px;
    min-height:60px;
    max-height:106px !important;
    max-width:1000px;
    position:relative;
}

.library-details-user {
    position:relative;
    color:#3c4146;
    font-size:12px;
    margin:10px 0px 0px 7px;
    cursor:default;
}

.mais-detalhes {
    font-size:18px;
    margin-top:10px;
    margin-left:5px;
}

.margin-top-principal {
    margin:20px 0px 0px 0px;
}

.btn_select {
    margin:0px 0px 10px 0px;
}

.padding-alert {
    padding:5px;
    width:97%;
}
.padding-alert strong:hover {
    cursor: pointer;
}

.ok-disabled{
    color: #BBBBBB !important;
}

.options-config {
    height:30px;
    min-width:30px;
    width:30px;
}

.options-config > .material-icons{
    font-size:18px;
}

.alert-subscribe {
    width:100% !important;
}

.gif-subscribe {
    margin:13px 5px 0px 0px;
}

.margin-bottom-cab {
    margin-bottom:0px;
}

.margin-bottom-10{
    margin-bottom:10px;
}

.margin-bottom-20{
    margin-bottom:20px !important;
}

.margin-bottom-30{
    margin-bottom:30px;
}

.padding-none {
    padding:0px;
}

#imageFileLib {
    height:35px; 
    width:96px;
    opacity:0;
    position:absolute;
    top:0px;
    left:0px;
    z-index:999;
}

#drawingFile2 {
    height:35px; 
    width:96px;
    opacity:0;
    cursor:pointer;
    position:absolute;
    top:0px;
    left:0px;
    z-index:999;
}

.editar_item {
    position:absolute;
    bottom:4px;
    right:4px;
}

#title_description {
    left:70px;
}

#title_preset {
    left:50px;
}

.tit_item {
    color:#562871;
    padding:5px 10px 5px 5px;
}

.tit_item_lista {
    font-size:18px;
    padding-left:10px !important;
}

#img_modal {
    margin:0px auto 15px auto;
}

#rodape {
    min-height:117px;
    margin:28px 0px 0px 0px !important;
    background:#684282 !important;
}

#cabecalho {
    background:#411F56 !important;
    position:fixed;
    width:100%;
    z-index:999;
    min-width:675px;
    height:51px;
}

.sub-menu-cab{
    top:51px;
    background:#684282 !important;
    position:fixed;
    width:100%;
    z-index:888;
    height:30px;
    min-width:300px;
}

.config-menu{
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px;
}

.config-menu-dropdown{
    position: absolute;
    top: 100%;
    left:-1px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #411F56;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.config-menu-dropdown:last-child{
    left:-118px;
}

.config-menu-dropdown > li > a {
    display:block;
    padding: 4px 10px 3px 10px;
    color: #FFFFFF;
    width:100%;
}

.config-menu-dropdown > li > a:hover {
    color: #DDDDDD;
}

.li-config-menu{
    float: left;
}

.li-config-menu > a{
    display:block;
    padding:6px 13px 4px 13px;
    color:#FFFFFF;
}

.li-config-menu > a:hover{
    text-decoration:none;
    background:#411F56 !important;
}

.active-config-menu{
    background:#411F56 !important;
}

.more-configs{
    display:none;
    position:relative;
}

.more-configs > a{
    font-size:22px;
    line-height:50%;
    padding-bottom:13px;
}

.more-configs-item{
    display:none;
    position:relative;
}

.more-configs-item > a{
    font-size:22px;
    line-height:50%;
    padding-bottom:13px;
}

.more-config-colors-importer{
    display:none;
}

.more-config-edit-item{
    display:none;
}

.more-config-publish-item{
    display:none;
}

.more-config-unpublish-item{
    display:none;
}
.more-config-delete-item{
    display:none;
}

.more-config-move-item{
    display:none;
}

.more-config-clean-selected-item{
    display:none;
}

.principal {
    position:relative;
    z-index:10;   
    height:100%;
    outline:none;
    cursor:default !important;
}

*[role=button] {
    outline: none !important;
}

button{
    outline:none !important;
}

.margin-alert-top {
    margin-top:10px;
}

.img_texture {
    width:100%;
    height:186px !important;
}

.box-color-group {
    width:100%;
    height:75px;
}

.edit {
    padding-top:52px;
}

.default {
    padding-top:77px;
}

.sub-menu-active{
    padding-top:107px;
}

.items {
    padding-top:280px;
}

.items-menu{
    padding-top:317px;
}

.user-libs {
    padding-top:225px;
}

.search-libs{
    padding-top:20px; 
}

.search-pg {
   padding-top:190px; 
}

.center {
    text-align:center;
}

.padding-lista {
    padding-left:30px;
}

.copyright {
    margin:90px 0px 0px 0px;
}

.in-add, .in-remove {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.btnHidden {
    display:none;
}

.price-lib {
    font-size: 13px;
    color: #3c4146;
    position:absolute;
    right:2px;
    bottom:1px;
}

#menu-user > a {
    color:#FFFFFF;
}
.submenu,
.submenu-user {
   padding-left:20px; 
}

.img_item {
    max-height:198px;
    margin:0px auto !important;
}

#confirmDelete {
    border-radius:0px;
    margin:10px 0px 0px 0px !important;
    display:none;
}

.box-inputs-reference{
    margin-top:15px;
}

.inpt-p{
    width:100px;
}

.inpt-ref-option{
    position:absolute;
    height:26px;
    margin: -7px 0px 0px 8px;
    width:50px;
    padding:2px;
}

.box_inpt_p {
    padding:0px;
}

.box_inpt_center {
    padding:0px 5px;
}

a {
    cursor:pointer;
}

input[type=checkbox].css-checkbox {
	position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}

.web-two-style{background-image:url(../Assets/web-two-style.png);}

.show-animation {
    -webkit-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
    opacity:0; 
}

.show-me {
    opacity:1;
    height:auto;
}

.font-normal{
    font-weight:normal !important;
}

.ng-jcrop-thumbnail-wrapper {
    display:none !important;
}

#ico-login {
    margin-left:5px;
}

.menu_hide {
    display:none;
}

.menu_show {
    display:block;
}

.inline-block{
    display:inline-block !important;
}

#description-library-text {
    position:absolute;
    border:1px solid #562871;
    min-width:397px;
    position:absolute;
    left:0px;
    top:0px;
    z-index:555;
    padding-left:3px;
    height:50px;
    outline:none;
}

#name-library-text {
    background:none;
    border:1px solid #562871;
    min-width:397px;
    position:absolute;
    left:6px;
    top:-1px;
    z-index:555;
    padding-left:3px;
    outline:none;
}

.green-color {
    color:#3c763d;
}

.yellow-color{
    color:#fcce6f;
}

.blue-color{
    color:#148fc8;
}

.red-color{
    color:#a94442;
}

.ico-publish {
    position:absolute;
    left:5px;
    top:5px;
    font-size:16px;
    z-index: 200;
    cursor: default;
}

.ico-draft {
    position:absolute;
    left:25px;
    top:5px;
    font-size:16px;
    z-index: 200;
    cursor: default;
}

.ico-heavy-model{
    position:absolute;
    top:5px;
    font-size:16px;
    z-index: 200;
    cursor: default;
}

.input-alert{
    border:1px solid #a94442 !important;
}

.alert-text::-webkit-input-placeholder {
    color: #a94442;
}

.alert-text::-moz-placeholder{
    color: #a94442;
}

#ico-login {
    font-size:18px;
    margin:2px 2px 0px 0px;
}

#ico-seta-login {
    font-size:13px;
    margin:5px 0px 0px 5px;
}

#login-user {
    font-size:13px;
    line-height:110%;
    padding:11px 35px 11px 25px;
}

#ops {
    color:#684282;
    font-weight:bold;
    font-family:"dinnex-bold",Tahoma,Verdana,Arial,Sans-Serif !important;
    font-size:100px;
}

.title-error{
    color:#684282;
    font-weight:bold;
    font-family:"dinnex-bold",Tahoma,Verdana,Arial,Sans-Serif !important;
    font-size:70px;
}

#box-manter-prop {
    margin-bottom:10px;
}

.img-error-center{
    margin:0px auto;
}

.txt-center {
    text-align:center;
}

#txt-internal{
    margin:40px 0px 30px 30px; 
}

#txt-not-found{
    margin:60px 0px 30px 30px; 
}

#txt-forbidden {
    margin:60px 0px 30px 30px;  
}

.span-error{
    color:#684282;  
    padding-left:20px;
    font-size:25px;
    display:inline-block;
    margin-top:40px;
    line-height:150%;
}

#alter-img {
    color:#562871 !important;
    font-size:13px;
}

#imageFile {
    position:absolute;
    top:20px;
    width:150px;
    opacity:0;
    left:0px;
    cursor:pointer;
}

.li-logo {
   padding:7px 15px !important;
}

.li-logo-home {
   padding:7px 15px !important;
}

.li-flag{
    padding:13px 15px !important;
}

#box-download-model {
    position:relative;
    height:100%;
    width:100%;
    border:1px dashed #684282;
    text-align:center;
    padding:18% 0px 20% 0px;
    line-height:250%;
    font-size:20px;
}

.fileModel {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    opacity:1;
}

#box-height-texture {
    overflow-y:auto;
}

.check-prop{
    margin-right:3px !important;
}

.label-top{
    margin-top:2px;
}

.tit_texture {
    font-size:30px;
    margin-bottom:10px;
}

.box-texture-item {
    margin-top:30px;
}

.box-texture-item > div {
    margin-bottom:15px;
    width:100%;
}

.box-texture-modal{
    margin-top:15px;
}

.box-texture-modal > div{
    margin-bottom:15px;
    width:100%;
}

.box-pending-modal {
    margin:10px 0px;
    max-height:350px;
    overflow-y:scroll;
}

.lista_material {
    height:188px !important;
    position:relative;
}

.userMaterial {
    position:absolute;
    bottom:10px;
}

.menu-material {
    position: fixed;
    border: 1px solid #dedede;
    height: 70%;
}

.margin-md-2 {
    margin-left: 16.66666667%;
}

.height-box-material {
    height:70%;
    padding-right:0px !important;
}

.marg-sending {
    margin:10px 0px 0px 5px;
}

.fieldset-quality legend{
    margin-bottom:10px !important;
}

.panel-body div span {
    color:#656565; 
    font-size:13px;
}

.btn-add-quality{
    color:#684282;
    cursor:pointer;
}

.btn-add-quality:hover{
    color:#562871;
}

.tooltip-add-quality{
    right:10px;
    top:-25px;
}

.form-group-texture{
    margin:5px 0px 20px;
}

.txt-texture-data {
    position:relative;
    min-width:20%;
    padding-top:13px;
}

.medida-mm {
    font-size:11px;
    font-weight:bold;
    font-family:"dinnex-bold",Tahoma,Verdana,Arial,Sans-Serif !important;
}

.btn-texture {
    margin:0px 0px 10px 0px;
    position:relative;
}

.btn-next {
    position:relative;
    margin-top:20px;
}

.btn-back {
    position:relative;
    margin-bottom:20px;
}

.drop-file {
    border: 1px dashed #684282;
    text-align:center;
    height:60px;
    padding-top:20px;
    margin-bottom:15px;
}

.fileTexture {
    position:absolute;
    height:30px;
    width:80px;
    top:15px;
    left:0px;
    opacity:0;
}

.filePending {
    position:absolute;
    height:30px;
    width:80px;
    top:10px;
    left:0px;
    opacity:0;
}

#urlFile {
    position:absolute;
    z-index:0;
    opacity:0;
}

.cadastro-texture-model {
    z-index:55;
}

.cadastro-dados-model {
    z-index:999;
}

.margin-top-btn {
    margin-top:10px !important;
}

.img-thumb-texture {
    width:60px;
    height:60px;
    margin-left:10px;
}

.img-correct-file {
    width:30px;
    height:30px;
    margin-left:10px;
}

#crumbs {
    border:1px solid #dedede;
    height:2.3em;
    list-style-type:none;
    background:#FFFFFF;
    padding:0;
    margin:0;
    overflow:hidden;
}

#crumbs li {
float:left;
line-height:2.2em;
padding-left:.75em;
color:#777;
}

#crumbs li a {
display:block;
padding:0px 15px 0px 0px;
background:url(../Assets/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
text-decoration:none;
}

#crumbs li a:hover, #crumbs li a:focus {
text-decoration:underline;
}

#nav_list {
    padding-top:5px;
    width:97%;
    position:relative;
}

#menu-left {
    background:#684282;
    position:fixed;
    top:0px;
    left:0px;
    width:41px;
    height:100%;
    z-index:888;
}

#box-conteudo {
    position:absolute;   
    padding-left:45px;
    padding-top:55px;
    width:100%;  
}

#title-box-list {
    padding:6px 15px 6px 58px;
    position:fixed;
    top:0px;
    right:0px;
    z-index:777;
    width:100%;
}

#feedback-subscriptions {
    position:absolute;
    left:41px;
    bottom:43px;
    background:#FFFFFF;
    width:250px;
    border: 1px solid #684282;
    border-bottom:none;
    border-left:none;
}

.box-filter-subscribe{
    position:fixed;
    padding:47px 0px 43px 0px;
    top:0px;  
    left:-209px;
    width:250px;
    height:100%;
    background:#FFFFFF;
    border-right:1px solid #c3c8c8;
    z-index:222;
    opacity:0;
}

.box-filter-subscribe-show{
    left:41px !important;
    opacity:1 !important;
}

.btn-filter-subscribe{
    position:absolute;
    left:41px;
    top:0px;
    background: #CCC;
    padding:13px 15px 0px 15px;
    height:100%;
    cursor:pointer;
}

.btn-filter-subscribe:hover{
    background: #CABAD2;
    color:#FFFFFF;
}

.btn-filter-subscribe-open{
    background: #CABAD2;
    color:#FFFFFF;
}

#title-menu-active{
    margin:8px 0px 0px 50px;
}

.transition {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.sub-menu-cab-hide{
    top:0px;
    z-index:0;
}

.title-filter{
    width:100%;
    background:#CCC;
    padding:5px 10px; 
}

.content-filter{
    position: relative;
    height: calc(50% - 30px);
    overflow-y: auto;
    width: 100%;
    background: #FFFFFF;
}

.line-filter{
    padding:5px 10px 1px 10px;
}

.line-filter:hover{
    background:#CABAD2;
}

.line-filter > label {
    margin-top:1px;
}

.check-filter{
    position:relative;
    opacity:0;
    margin-right:10px !important;
}

.check-filter-show{
    opacity:1;
}

.filter-active { 
    padding-left:295px !important;
}

#box-list-library {
    height:100%;
    border-radius:3px;
}

.title-list {
    padding:7px 15px;
    font-size:20px;
    background:#FFFFFF;
    border-bottom:1px solid #c3c8c8;
    font-weight:normal;
}

.title-list > language > div > .menu_cab > li > a{
    padding: 5px 0px 6px 15px !important;
}

.title-list > language > div > .menu_cab > li > a:hover{
    background:none !important;
}

.box-paginacao {
    padding:0px 15px;
    background:#FFFFFF;
    border-top:1px solid #c3c8c8;
    text-align:center;
    height:43px;
    position:fixed;
    padding-left:45px;
    right:0px;
    bottom:0px;
    width:100%;
    z-index:777;
}

.list-library {
    padding:0px 10px 83px 10px;
    height:100%;
    overflow-y:auto;
}

.margin-library {
    margin:10px 5px 10px 5px !important;
}

.menu-lib-type{
    position:fixed;
    font-size: 17px;
    font-weight: normal !important;
    background:#684282;
    color:#FFFFFF;
    text-align:center;
    padding:9px 0px;
    width:150px;
    left:-55px;
    cursor:pointer;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.menu-lib-type:hover{
    background:#CABAD2;
    color:#FFFFFF;
}

#menu-sign{
    top:55px;
}

#menu-available{
    top:206px;
}

.nav-menu-left > li > a {
    padding-top:8px;
    padding-bottom:8px;
    border-radius:0px;
    padding-left:30px;
}

.nav-menu-left > li > a {
    background:#FFFFFF;
    color:#684282;
}

.nav-menu-left > li:hover > a {
    background:#CABAD2;
    color:#FFFFFF;
}

.nav-menu-left > li > a:active,
.nav-menu-left > li > a:focus {
    background:#CABAD2;
    color:#FFFFFF;
}

.active_blue {
    background: #FFFFFF !important;
    color:#684282 !important;
}

.active_material{
    background-color: #411F56 !important;
    border-color: #562871 !important;
}

#box-tipo-material {
    width:200px;
    margin:0px auto 15px auto;  
}

.padding-info {
    padding-top:5px;
    padding-bottom:5px;
}

.tipo-material {
    width:100px;
    height:35px;
    border:1px solid #dedede;
    text-align:center;
    font-size:18px;
    cursor:pointer;   
    line-height:185%;
    margin-bottom:10px;
}

.tipo-material:active,
.tipo-material:focus,
.tipo-material:hover {
    background:#CABAD2;
    color:#FFFFFF;
}

.margin-pagination {
    margin:5px 0px 0px 0px;
}

.padding-left-none {
    padding-left:0px;
}

#conteudo_filtro {
    padding:15px;
}

.radio-label{
    display:block;
    margin:0px 0px 0px 5px;
    font-weight:normal !important;
}

.help-inpt{
    margin:0px 0px 5px 0px;
    z-index:555;
}

.btn-enviar {
    position:relative;
    margin:4px 10px 0px 0px;
}

.btn-new-lib {
    margin:4px 0px 0px 5px;
}

.box-search {
    width:350px;
    padding-right:5px;
    margin:7px 0px 0px 0px;
}

.box-change-language {
    width:50px;    
    height:20px;
    margin:5px 5px 5px 5px;
}

.box-search-modal {
    padding-right:5px;
    margin:-5px 0px 0px 70px;
}

.drop-flag{
    right:5px;
    top:35px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    color:#684282;
    border: 1px solid #CCCCCC;
    background:#FFFFFF;
    margin: 0px; 
    padding:8px;
    z-index: 888;
    position: absolute;
    list-style: none;
    display:none;
}

.drop-flag > li {
    cursor:pointer;
}

.style-drop {
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    color:#684282;
    border: 1px solid #CCCCCC;
    background:#FFFFFF;
    margin: 0px; 
    padding:8px;
    z-index: 888;
    position: absolute;
    list-style: none;
    display:none;
}

.style-drop > li > a {
    color:#684282;
    text-decoration:none;
}

.style-drop > li > a:hover {
    color:#CCCCCC;
}

.style-drop > li:first-child {
    margin-top:5px;
}

.style-drop > li {
    color:#684282;
}

.style-drop > li:hover {
    color:#CCCCCC;
}

.ul-drop-search{
    left:0px;
    top:35px;    
}

.ul-drop-search > li {
    cursor:pointer;
}

.serch-btn {
    padding:6px 10px;
    height:34px;
    max-height:34px;
}

.ico-search{
    margin-top:3px;
}

.btn-filtrar {
    width:100%;
    text-align:center;
    margin-top:15px;
}

.box-close {
    color:#562871;
    cursor:pointer;
}

.box-close:hover {
    color:#286090;
}

.box-voltar {
    color:#684282;
    font-size:37px;
    cursor:pointer;
    width:37px;
    margin-bottom:10px;
}

.box-voltar:hover {
    color:#562871;
}

.buttons-options{
    font-size: 18px;
    padding: 7px 0px 0px 9.8px;
    line-height: 0px;
    color: #FFFFFF;
    outline: none;
    background-color: #684282;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    margin-left:5px;
    z-index:999;
    position:relative;
}

.buttons-options:hover{
    background-color:#562871;
}

.buttons-options-new {
    position:absolute;
    padding: 7px 0px 0px 8.6px;
    left:52px;
    top:0px;
    z-index:111;
    cursor:pointer;
}

#show-buttons-new:hover > #new-option-layer{
    left:94px;
    z-index:888;
}

#show-buttons-new:hover > #new-option-aggregate{
    left:136px;
    z-index:888;
}

#show-buttons-new:hover > .rotate-90{
    -ms-transform: rotate(90deg) !important; /* IE 9 */
    -webkit-transform: rotate(90deg) !important; /* Chrome, Safari, Opera */
    transform: rotate(90deg) !important; 
}

.content-dimensions{
    margin-top:20px;
}

.ico-dimensions{
    font-size:11px;
    cursor:pointer;
    margin-right:3px;
}

.ico-dimensions:last-child{
    margin-right:0px;
}

.ico-dimensions:hover{
    opacity:0.7;
}

.totalItens{
    position:absolute;
    width:100px;
    height:30px;
    padding-top:6px;
    background:#684282;
    text-align:center;
    color:#FFFFFF;
    top:115px;
    left:50%;
    margin-left:-50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.lista {
    width:97%;
}

.menu-lista {
    position:absolute;
    top:7px; 
    right:20px;
}

.btn-menu-list {
    border-radius:0px;
    text-align:center;
    width:50px;
}

.body-inherit {
    min-width:inherit !important;
}

.ico-list {
    padding-top:3px;
}

#btn-bibliotecas {
    margin-right:10px;
    display:none;
}

.dropdown-list{
    position:absolute;
    z-index:999;
    list-style:none;
    padding:0px 0px 3px 0px;
    margin:0px;
    width:150px;
    border-radius:5px;
    overflow:hidden;
    background:#684282;
    border:1px solid #CCCCCC;
    display:none;
}

.dropdown-list > li{
    padding:0px;
    margin:0px;
}

.dropdown-list > li > a{
    font-size:14px;
    padding:0px 10px;  
    line-height:100%; 
    width:100%;   
    color:#FFFFFF;
}

.dropdown-list > li > a:hover,
.dropdown-list > li > a:focus{
    text-decoration:none;  
    color:#CABAD2;
}


#drop-filtro {
    right:14px;
    top:40px;    
}

#drop-filtro-lib {
    right:183px;
    top:40px;   
}

#drop-filtro-search{
    right:80px;
    top:95px;
}

#drop-status {
    left:13px;
    top:40px;
}

#drop-filtro-item {
    right:114px;
    top:40px;
}

.active-drop {
    display:block !important;
}

#ico-list-lib {
    cursor:pointer;
    display:none;
    margin-right:10px;
}

#more-config-edit{
    display:none;
}

#more-config-delete{
    display:none;
}

#more-config-clean-selected{
    display:none;
}

.hide-more-config{
    display:none !important;
}

.active-pag {
    color: #FFFFFF !important;
    background-color: #684282 !important;
}

.position-relative{
    position:relative;
}

.box-search-lib{
    max-width:400px;
}

.serch-btn-lib{
    position:absolute;
    right:0px;
    top:0px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}

.dot-load{
    border-radius:50%;
    display:inline-block;
    width:8px;
    height:8px;
    background:#622374;
    margin-top:2px;
}

.dot-active{
    width:11px;
    height:11px;
    margin-top:0px;
}

#box-dots-load{
    margin:15px 0px 0px 58px;
}

#main_preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #622374;
    z-index: 9999;
    -webkit-transition: transform 0.2s ease-out 0.15s;
    -moz-transition: transform 0.2s ease-out 0.15s;
    -o-transition: transform 0.2s ease-out 0.15s;
    transition: transform 0.2s ease-out 0.15s;
    -ms-transition: transform 0.2s ease-out 0.15s;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1)
}

.preloader-internal{
    background-color:#FAFAFA !important;
}

#main_preloader svg {
    height: auto;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 210px;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

#main_preloader .logo {
    width: 204px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.15s ease-out 0.4s;
    -moz-transition: opacity 0.15s ease-out 0.4s;
    -o-transition: opacity 0.15s ease-out 0.4s;
    transition: opacity 0.15s ease-out 0.4s;
    -ms-transition: opacity 0.15s ease-out 0.4s
}

#main_preloader .logo .talk,
#main_preloader .logo .us,
#main_preloader .logo .ghost {
    fill: #59c6f2
}

#main_preloader .logo .of,
#main_preloader .logo .dot {
    fill: #fff
}

#main_preloader.in {
    -ms-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0)
}

#main_preloader.in .logo {
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    opacity: 0
}

.logo-preloader{
    height: auto;
    position: absolute;
    width: 210px;
}

.centralize{
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#inpt-brand-name{
    background:none;
    position:relative;
    outline:none;
    border:1px solid #FAFAFA;
    width:100%;
}

#inpt-brand-description{
    background:none;
    position:absolute;
    top:-3px;
    left:-2px;
    outline:none;
    border:1px solid #FAFAFA;
    width:100%;
    overflow:hidden;
    resize:none;
    text-align:justify;
}

.box-edit-brand:hover {
    border:1px solid #CABAD2;   
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    cursor:pointer;
}

.btn-edit-cover-brand{
    position:absolute;
    display:none;
    padding:7px 0px 0px 10px;
    width:90px;
    height:30px;
    border-bottom:none;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    background:#CABAD2;
    color:#411F56;
    bottom:0px;
    right:80px;
}

.box-edit-brand:hover > .btn-edit-cover-brand {
    display:block;
}

.brand-img{
    height:100%;
    width:100%;
}

.tooltip-img-brand{
    bottom:0px;
    left:70px;
}

.tooltip-img-brand-logo{
    left:313px;
    bottom:1px;
}

#text-brand-description{
    text-align:justify;
    position:relative;
    width:100%;
}

.box-brand-libraries{
    position:relative;
    margin:20px 11%;
}

.box-brand-description{
    position:relative;
    min-height:100px;
    padding-right:5%;
    width:calc(100% - 280px);
    margin:20px 0px 30px 280px;
}

.box-brand-content{
    position:relative;
    padding-top:52px;
    background:#FAFAFA;
    width:100%;
    min-width:640px;
}

.box-brand-cover{
    position:relative;
    width:100%;
    height:128px;       
    z-index:888;    
}

.box-brand-details {
    position:relative;
    margin:0px 10%;
}

.box-logo-brand{
    position:absolute;
    top:-50px;
    left:0;
    border: 1px solid #CABAD2;
    z-index:900;
    width:231px;
    height:166px;
    overflow:hidden;   
}

.trade-logo-brand{
    position:absolute;
    bottom:-40px;
    left:0px;
    opacity:0.5;
    background:#000000;
    color:#FFFFFF;
    width:231px;
    height:40px;
    padding:12px 0px 0px 20px;
}

.box-edit-logo-brand:hover > .trade-logo-brand{
    bottom:0px;
}

#logo-brand{   
    width:231px;
    height:166px;
}

.box-brand{
    height:200px;
    cursor:pointer;
}

.box-brand-img{
    overflow:hidden;
    border-bottom:1px solid #CABAD2;
    height:166px;
}

.box-brand-img-edit{
    overflow:hidden;
    border:1px solid #CABAD2;
    height:166px;
    width:233px;
}

.box-brand-cover-edit{
    height:128px;
    overflow:hidden;
    min-width:300px;
    width:70%;
    margin-bottom:10px;
}

.brand-lib{
    position:absolute;
    right: 70px !important;
    bottom: 50px !important;
    color:#684282;
    font-size:15px;
}

.brand-lib:hover > .text-brand{
    text-decoration:underline;
}

.brand-alert{
    margin-left:5px;
    width:340px;
    padding: 5px;
    font-size:12px;
}

.box-brand-edit{
    margin:25px 0px 20px 0px;
}

.ico-brand{
    margin:1px 0px 0px 4px;
    font-size:17px;
}

.btn-brand-img{
    margin:135px 0px 0px 10px;
}

#brandDescription{
    height:150px;
    min-width:300px;
    width:70%;
}

.brand-description-translation{
    min-width:300px;
    width:70%;
}

.next-tour{
    pointer-events: inherit !important;
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    opacity:1 !important;
}

.next-tour:hover,
.next-tour:focus,
.next-tour:active,
.next-tour:hover{
    cursor:pointer !important;
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.help {
    width: 20px;
    height: 20px;
    position: relative;
    background: url("../../Content/img/help_white.svg");
    background-size: contain;
}

.privacy {
    color: black;
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 53px;
    z-index:888;
}
.privacy.item {
    right: 70px !important;
    bottom: inherit !important;
    top: 20px !important;
}
.privacy .btn-default:hover {
    background-color: white !important;
    color: black !important;
    border-color: #ccc !important;
}

.drop-privacy-profile{
    width: 192px !important;
    margin-top: 1px;
    background-color: #fff !important;
    border: 1px solid #CCCCCC;
    top:inherit !important;
    left: inherit !important;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
}

.drop-privacy-lib{
    top:35px !important;
}

.line-privacy-profile {
    color: black !important;
    float: left;
    padding: 2px 10px;
    width: 100%;
}
.line-privacy-profile:hover,
.line-privacy-profile:focus {
    color: #ccc !important;
}
.line-privacy-profile .f_left:first-child {
    width: 30px;
    min-height: 1px;
}
.line-privacy-profile .f_left {
    width: 22px;
}

.item-information-view .dropdown-menu,
.privacy .dropdown-menu {
    width: 192px !important;
    margin-left: -140px;
    margin-top: 1px;
    background-color: #fff !important;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.75);
}
.item-information-view .dropdown-menu
{
    min-width: 192px !important;
    max-width: 300px !important;
    top: 66px !important;
    margin-left: 1px !important;
}

.item-information-view .dropdown-menu li.menu-header,
.privacy .dropdown-menu li.menu-header {
    margin-left: 10px !important;
}

.item-information-view .dropdown-menu li.divider,
.privacy .dropdown-menu li.divider{
    width: 100% !important;
    margin-top: 27px !important;
    background-color: #C0C0C0 !important;
}
.item-information-view .dropdown-menu li a,
.privacy .dropdown-menu li a {
    color: black !important;
    float: left;
    padding: 2px 10px;
    width: 100%;
}
.item-information-view .dropdown-menu li a:hover,
.item-information-view .dropdown-menu li a:focus,
.privacy .dropdown-menu li a:hover,
.privacy .dropdown-menu li a:focus {
    color: #ccc !important;
}
.privacy .dropdown-menu li a .f_left:first-child {
    width: 30px;
    min-height: 1px;
}
.privacy .dropdown-menu li a .f_left {
    width: 22px;
}
.privacyLista {
    bottom: inherit;
    right: 73px !important;
    margin-top: 2px !important;
}
.privacy.item.options {
    width: 174px;
}
.privacy.item.options > .option{
    margin-top: 5px;
    width: 128px;
    height: 37px;
}
.privacy.item.options > .option:first-child{
    margin-top: 5px;
    width: 126px;
}
.privacy.item.options > .option:last-child {
    width: 166px;
}
.privacy.item.options > .option:hover{
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.75);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.75);
}
.privacy.item.options > .option > a {
    padding-bottom: 0;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 6px;
}
.privacy.item.options > .option > a input {
    margin-right: 15px;
    vertical-align: top;
}
.privacy.item.options > .option > a .glyphicon {
    font-size: 25px;
    top: -1px;
    margin-right: 3px;
}
.privacy.item.options > .option > a .text {
    vertical-align: top;
}
.search-type {
    padding-right: 0 !important;
}
.share-modal {
    background-color: #F3F3F3;
    padding-right: 0;
}
.share-modal .options-division {
    width: 300px;
}
.share-modal .options-division .options ul{
    list-style: none;
    padding-left: 0;
}
.share-modal .options-division .options ul li{
    margin-top: 5px;
}
.share-modal .options-division .options ul a{
    color: black;
}
.share-modal .options-division .options ul a:visited,
.share-modal .options-division .options ul a:hover,
.share-modal .options-division .options ul a:focus{
    color: black;
    text-decoration: none;
}
.share-modal .search-division {
    width: 700px;
    background-color: white;
    margin-top: -10px;
    margin-right: 0;
    padding: 10px 10px 20px 10px;
}
.share-modal .search-division .search-type {
    padding-left: 0 !important;
    width: 110px !important;
}
.share-modal .search-division label {
    margin-right: 5px !important;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
}

.share-modal .search-division input {
    width: 300px !important;
    margin-top: 12px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.share-modal .search-division input::-webkit-calendar-picker-indicator {
  display: none;
}
.search-division .ico-load {
    position: absolute;
    width: 20px;
    top: 18px;
    left: 285px;
}

#btn-share{
    margin-top: 12px !important;
    padding:9px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left:none;
}

.share-modal .search-division .textarea {
    width: 100%;
    max-width: 100%;
    height: 180px;
    max-height: 400px;
    background-color: white;
    border: 1px solid #AFAFAF;
    overflow-y: auto;
}
.share-options {
    position: absolute;
    background-color: white;
    width: 350px;
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.75);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.75);
    z-index: 100;
}
.share-options > div {
    width: 100%;
}
.share-options .share-option {
    margin: 4px 4px;
    padding: 2px 2px;
    color: black;
    border-radius: 2px;
    border: 1px solid white;
}
.share-options .share-option:hover,
.share-options .share-option:visited,
.share-options .share-option:focus {
    color: white;
    background-color: #08C;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #08C;
}
.share-options .share-option .label-name {
    font-weight: bold;
    font-family:"dinnex-bold",Tahoma,Verdana,Arial,Sans-Serif !important;
}
.share-options .share-option .trandingname-label,
.share-options .share-option .identification-label,
.share-options .share-option .customertype-label {
    font-size: 11px;
    margin-top: 1px;
}
.search-division .textarea .sharing-option {
    color: white;
    font-size: 12px;
    margin: 2px 2px;
    padding: 4px 4px;
    background-color: #08C;
    border-radius: 2px;
    border: 1px solid #08C;
    cursor: default;
}
.search-division .textarea .sharing-option > .close {
    cursor: pointer;
    color: black;
    font-size: 12px;
    margin-top: 1px;
    margin-left: 7px;
}
.search-division .textarea .sharing-option > .ico-load {
    position: static !important;
    width: 14px !important;
    color: #0088CC;
    background-color: #0088CC;
}
.search-division .loading-shared-accounts{
    position: absolute;
    top: 170px;
    right: 330px
}
.box_lista_itens .title_tooltip.publishedItem {
    position: absolute !important;
    top: 25px !important;
    left: -15px !important;
    background-color: #3c763d;
    color: white !important;
    z-index: 100 !important;
}

.box_lista_itens .title_tooltip.draftItem {
    position: absolute !important;
    top: 25px !important;
    left: 5px !important;
    background-color: #148fc8;
    color: white !important;
    z-index: 100 !important;
}

.tooltip-heavy-model {
    position: absolute !important;
    top: 25px !important;
    left: 0px;
    background-color: #a94442;
    color: white !important;
    z-index: 100 !important;
    margin-left:0px !important;
}

.left-5{
    left:5px;
}

.left-25{
    left: 25px !important;
}

.left-45{
    left: 45px !important;
}

.pendentItem {
   background-color: #fcce6f !important; 
}

.box_lista_itens .reportItemContent {
    color: #EEE;
    position: absolute;
    right: 6px;
    top: 301px;
    cursor: pointer;
}
.box_lista_itens .title_tooltip.reportItemContent {
    position: absolute !important;
    top: 271px!important;
    right: -13%  !important;
    width: 129px !important;
    background-color: red !important;
    color: white !important;
    z-index: 100 !important;
}
.tit_item .reportItemContent {
    color: #EEE;
    position: absolute;
    right: 4px;
    top: 302px;
    cursor: pointer;
}
.tit_item .title_tooltip.reportItemContent {
    position: absolute !important;
    top: 272px !important;
    width: 130px !important;
    background-color: red !important;
    color: white !important;
}
.box_lista_itens .reportItemContent:hover,
.tit_item .reportItemContent:hover {
    color: red;
}
.reportItemContentModalBody .reportItemContentModalLabel {
    font-size: 90%;
    line-height: 100%;
}
.reportItemContentModalBody .reportItemContentModalInput {
    margin: 0 3px 10px 0;
}
.reportItemContentModalBody .reportItemContentModalTextarea {
    min-height: 130px;
    max-width: 580px;
}
.reportItemContentModalFooter img {
    width: 33px;
}
.reportItemContent-loading {
    width: 100%;
}
.reportItemContent-loading img {
    position: relative;
    margin-top: 50px;
    left: 50%;
    margin-left: -50px;
}
.reportItemsContent-loading {
    position: relative;
    margin-top: -2px;
    left: 50%;
    margin-left: -50px;
    height: 15px;
}
.horizontal-center {
    position: relative;
    margin: auto;
    width: 50%;
}
.change-user-body {
    margin: auto;
    width: 50%;
    margin-top: 40px;
}
.change-user-table {
    margin-top: 50px;
}
.change-user-searching-options {
    height: 25px;
    position: absolute;
    top: 5px;
    right: 45px;
}
.dropdown-options {
    margin-left: 60px;
    background-color: white;
    width: 366px;
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.75);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.75);
    z-index: 100;
}
.dropdown-options > div {
    width: 100%;
}
.dropdown-options .dropdown-option {
    margin: 4px 4px;
    padding: 2px 2px;
    color: black;
    border-radius: 2px;
    border: 1px solid white;
}
.dropdown-options .dropdown-option:hover,
.dropdown-options .dropdown-option:visited,
.dropdown-options .dropdown-option:focus {
    color: white;
    background-color: #08C;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #08C;
}
.dropdown-options .dropdown-option .label-name {
    font-weight: bold;
    font-family:"dinnex-bold",Tahoma,Verdana,Arial,Sans-Serif !important;
}
.change-user-table ul {
    padding-left: 0;
}
.change-user-table li {
    list-style-type: none;
}
.logo-home {
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 10px;
}
.nav-text-home {
    padding-top: 13px;
    font-size: 17px;
}
.banner-home {
    margin-top: -20px;
}
.video-home {
    width: 100%;
    z-index: 10;
    height: 560px;
    position: relative;
}

.division-home {
    height: 15px;
}
.text-home {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-cover {
    position: relative;
    display: block;
    max-width: 100%;
    min-height: 523px;
    border-bottom: 3px solid #CABAD2;
    text-align:center;
}

.banner-text-center {
    position: relative;
    width:502px;
    margin:0px auto;
}
.banner-text-center h1.title {
    font-size: 38px;
    margin-bottom: 30px;
}
.banner-text-center h1 {
    line-height: 1.5;
    font-size: 1.25vw;
    text-align: center;
    color: #3c4146;
    margin-top: 8%;
    /*font-weight: bold;
    text-shadow: 2px 2px #3c4146;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3c4146;*/
}
.banner-text-center a {
    background-color: #684282;
    border-color: #684282;
    padding: 10px 0;
    font-size: 14px;
    width: 200px;
    margin:0px 0px 30px 10px;
}

#btn-register{
    background-color: #CABAD2 !important;
    color: #562871 !important;
    border-color: #CABAD2 !important;
}

#btn-register:hover{
    background-color: #562871 !important;
    color: #FFFFFF !important;
}

.text-home h1{
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #3c4146;
}
.text-home a {
    background-color: #CABAD2;
    border-color: #CABAD2;
    display: inline-block;
    margin: 80px auto 16px auto;
    padding: 16px 95px;
    font-size: 20px;
}
.banner-text-center a:hover,
.banner-text-center a:focus,
.text-home a:hover,
.text-home a:focus{
    background-color: #411F56 !important;
    border-color: #562871 !important;
}
.home-public-items{
    margin: 1% 1% 40px 1%;
    overflow: auto;
    display: table;
    margin-bottom: 40px;
    width:98%;
}
.home-public-items.public-items{
    margin: 0 0;
    width: 100%;
}
.home-public-items .home-public-items-center{
    height: 90%;
}
.home-public-items .home-public-items-center.public-items{
    width:100%;
}
.home-public-items .h1{
    margin-top: 0.5%;
    margin-bottom: 3%;
    font-size: 1.6vw;
}
.home-public-items .text{
    margin-top: 0.5%;
    margin-bottom: 1%;
    font-size: 1.6vw;
    margin-left: 15px;
}
.home-public-items .text.public-items{
    margin-left: 2%;
    margin-bottom: 2%;
}

.home-public-items .box_lista{
    /*padding-left: 14.5%;*/
    width: 100%;
}

.home-public-items .box_lista_itens{
    min-width: 1px;
    max-height: 268px;
    margin-left: 15px !important;
    margin-right: 0px !important;
    margin-bottom: 15px !important;
    width: calc((100% - 17px * (6))/6);

    float: left;
}
.home-public-items .box_lista_itens.materials{
    max-height: 234px;
}
.home-public-items .navegacao{
    min-width: 500px !important;
    max-width: 85%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;

    display: inline-block;
    vertical-align: top;
    
    /* if you need IE7 support */
    *display: inline;
    zoom: 1
}

.home-public-items .box_lista_itens .tit_item{
    padding-bottom: 0;
    min-height: 28px;
}
.home-public-items .box_lista_itens .descriptionItem{
    min-height: 33px;
    max-height: 100px;
    margin-left: 13px;
    margin-right: 13px;
    line-height: 1.3;
    cursor: default !important;
    max-width: 90%;
}
.home-public-items .box_lista_itens .userLibrary{
    position: relative;
}
.home-public-items .explore-more{
    padding-right: 0.6%;
}
.home-public-items .explore-more a{
    background-color: #CABAD2;
    border-color: #CABAD2;
}
.home-public-items .explore-more a:hover{
    background-color: #411F56 !important;
    border-color: #562871 !important;
}
.mask-preview-item{
    width: 100%;
}
.box-set-preset{
    margin: 5px 0px 20px 0px;
}
.btn-preset {
    margin: 0px 0px 15px 0px;
}
.ico-eng {
    margin:1px 5px 0px 0px;
}
.notification-bell {
    height: 50px;
    padding-top: 13px !important;
}
.notification-bell.notification-dropdown-open {
    text-decoration: none;
    background-color: #411F56;
}
.notification-total{
    background-color: #f03d25;
    border: 1px solid #d83722;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    font-family:"dinnex-bold",Tahoma,Verdana,Arial,Sans-Serif !important;
    line-height: 11px;
    padding: 0 1px 2px;
    position: absolute;
    left: 29px;
    top: 9px;
    color: #fff;
    padding-right: 6%;
    padding-bottom: 1px;
}
.notification-dropdown{
    position: absolute;
    top: 48px;
    right: 73px;
    z-index: 1000;
    float: right;
    min-width: 360px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box;
}
.notification-dropdown .notifications{
    position:relative;
    color: black;
    text-align: left;
    padding: 4px 3px 3px 8px;
    border-top: 1px solid #D0D0D0;
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 1px 10px rgba(0,0,0,.2);
    z-index: 1002;
}
.notification-dropdown ul{
    z-index: 1001;
    height: 400px;
    margin: 0 !important;
    width: 100%;
    padding: 0;
    overflow-y: auto;
}
.notification-dropdown .new-notification{
    display: block;
    height: 77px;
    width: 100%;
    background-color: #FFF;
    border: 1px solid rgba(241, 241, 241, 1);
}
.notification-dropdown .new-notification .notification{
    text-decoration: none;
    cursor: pointer;
}
.notification-dropdown .new-notification .notification > div{
    padding: 8px;
    height: 100%;
    width: 100%;
}
.notification-dropdown .new-notification .notification > div.not-read{
    background-color: #EAEAEA;
}
.notification-dropdown .new-notification .notification > div:hover{
    background-color: #F3F3F3;
}
.notification-dropdown .new-notification .notification > div .notification-img{
    float: left;
    height: 60px;
    width: 60px;
    margin-right: 5px;
}
.notification-dropdown .new-notification .notification > div .notification-img img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.notification-dropdown .new-notification .notification > div .notification-info{
    line-height: 8px;
    font-size: 11px;
    font-weight:normal; 
    text-align: left;
    font-family: "Segoe UI",Tahoma,Verdana,Arial,Sans-Serif;
}
.notification-dropdown .new-notification .notification > div .notification-info .text{
    min-height: 10px;
    max-height: 42px;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    color: #000;
}
.notification-dropdown .new-notification .notification > div .notification-info .time{
    color: #999;
    margin-top: 7px;
}
.notification-dropdown .see-more{
    z-index: 1002;
    text-align: center;
    padding: 3px;
    border-top: 1px solid #D0D0D0;
    background-color: rgb(241, 241, 241);
    box-shadow: 0px -1px 5px rgba(0,0,0,.2);
}
.notification-dropdown .see-more .disabled {
  cursor: not-allowed;
  color: #AAAAAA;
  text-decoration: none;
}
.termsOfUse-back-button {
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
}
.termsOfUse-back-button a{
    background-color: #684282;
    border-color: #562871;
}
.termsOfUse-back-button a:hover{
    background-color: #411F56 !important;
    border-color: #562871 !important;
}
.radio-options{
    border-top: 1px dashed #ddd; 
    border-bottom: 1px dashed #ddd;
    padding-top: 23px;
    padding-bottom: 19px;
    cursor: pointer;
}
.radio-options label{
    cursor: pointer;
}
.radio-options:first-child{
    border-top-style: solid;
}
.radio-options:last-child{
    border-bottom-style: none;
}
.radio-options.selected{
    background-color: rgb(193, 215, 255);
    /*background-color: rgba(0, 0, 255, 0.5);*/
}
.btn-config-material {
    margin-bottom: 30px;
}
.btn-config-material .config-material-label {
    float: right;
    margin-top: 2px;
    margin-left: 10px;
    color: black;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
}
.material-choose-color {
    margin-bottom: 0;
}
.material-pick-color{
    margin-bottom: 10px;
}

.material-texture-maping-type.title {
    margin-bottom: 0;
}
.material-texture-maping-type .option{
    margin-right: 20px;
}
.material-texture-maping-type .option label {
    color: black;
    font-size: 14px;
    margin-left: 2px;
}
.edit-material-label{
    margin-right: 4px;
}
.opening-type .option{
    margin-right: 20px;
    position:relative;
}
.opening-values input {
    width: 30%;
    min-width: 100px;
    margin-right: 0px !important;
}
.opening-values md-switch {
    margin: 2px 10px;
}
md-switch.md-checked.md-primary .md-bar{
    background-color: rgba(151, 63, 181, 0.5) !important;
}
md-switch.md-checked.md-primary .md-thumb{
    background-color: rgb(134, 63, 181) !important;
}

input[type=search]{
    height: 34px !important;
}
input[type=search] ~ span.clear-button{
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 46px;
    font-size: 14px;
    opacity: .25;
    color: black;
}
input[type=search] ~ span.clear-button:hover,
input[type=search] ~ span.clear-button:focus{
    opacity: 1;
}

/*# sourceMappingURL=bootstrap.css.map */

/* Css slide bar */

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.1px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3.8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #684282;
  border-radius: 1.3px;
  border: 0.2px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.8px 0.8px 1.6px #000000, 0px 0px 0.8px #0d0d0d;
  border: 0.4px solid #000000;
  height: 20px;
  width: 9px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.3px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #b9bec3;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3.8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #684282;
  border-radius: 1.3px;
  border: 0.2px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0.8px 0.8px 1.6px #000000, 0px 0px 0.8px #0d0d0d;
  border: 0.4px solid #000000;
  height: 20px;
  width: 9px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3.8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0.2px solid #000101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #684282;
  border: 0.2px solid #000101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0.8px 0.8px 1.6px #000000, 0px 0px 0.8px #0d0d0d;
  border: 0.4px solid #000000;
  height: 20px;
  width: 9px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
  height: 3.8px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #684282;
}
input[type=range]:focus::-ms-fill-upper {
  background: #b9bec3;
}

/* Css remove clear button on IE */

input[type=search]::-ms-clear,
input[type=text]::-ms-clear {
   display: none;
}

.glyphicon-folder-open{
    margin-right:3px;
}

/* Media */

@media (max-width: 1400px)
{
    .box-search {
        width:250px;
    }

    .home-public-items .box_lista_itens{
        width: calc((100% - 17px * (4))/4);
    }
}

@media (max-width: 1300px) {
  .user-info .about-user{
    width: 80%;
  }
}

@media screen and (max-width: 1270px) {    	
    .box_img_item {
        min-height:186px;
    }

    .box-search {
        width:350px;
    }

    .logo_normal {
        display:none !important;
    }

    .logo_mobile {
        display:block !important;
    }

	.menu_cab > .current {
		display: block; /* show only current <li> item */
	}

	/* on nav hover */
	.menu_cab:hover {
		background-image: none;
	}
	.menu_cab:hover > li {
		display: block;
		margin: 0 0 5px;
	}
	
}

@media screen and (max-width: 1050px) {
    #txt-description-library {
        width: 250px !important;
    }

    #description-library-text {
        width: 247px !important;
    }
}

@media (max-width: 1000px)
{
    .menu-material {
        position: relative;
        border: 1px solid #dedede;
        margin-bottom:15px;    
    }

    .margin-md-2 {
        margin-left: auto;
    }

    .height-box-material {
        height: auto;
    }

    .user-info .about-user{
        width: 75%;
      }

    .home-public-items .box_lista_itens{
        width: calc((100% - 17px * (3))/3);
    }
}

@media screen and (max-width: 991px) {
    #box-height-texture{
        overflow-y:inherit !important;
    }

    .box-more-layers {
        border-left: none;
        height:auto !important;
        margin:15px 0px; 
      }

    .box-form-item{
        margin:20px 0px;
        height:inherit !important;
        max-height: inherit !important;
    }
}

@media (max-width: 900px)
{
    .home-public-items .box_lista_itens{
        width: calc((100% - 17px * (2))/2);
    }
}

@media screen and (max-width: 950px) {	
    #title-box-list {
        padding-left:58px;
    }

    #ico-list-lib {
        display:block;
    }

    #btn-bibliotecas {
        display:block;
    }

    .box-search {
        width: 250px;
    }
}

@media screen and (max-width: 800px) {
    #txt-name-library {
        min-width:240px;
    }
    #name-library-text {

        min-width:197px;
    }

    /*.banner-text-center h1 {
        display: none;
    }
    .banner-text-center a {
         font-size: 1.6vw !important;
         margin-top: 26% !important;
         padding: 5% 0 !important;
         width: 70% !important; 
    }*/

    .user-info .about-user{
        width: 350px;
      }

  .about-me-description{
      display:none;
  }

  .link-about-me{
      display:block;
  }
}

@media screen and (max-width: 767px) {
    .box-search {
        width:170px;
    }

    .li-flag{
        display:none !important;
    }
}

@media screen and (max-width: 925px) {
    .more-configs-item {
        display:block;
    }

    .more-config-edit-item{
        display:block;
    }

    .edit-item{
        display:none;
    }
}

@media (max-width: 885px) {
    .more-config-duplicate-item{
        display:block;
    }

    .duplicate-item{
        display:none;
    }
}

@media (max-width: 840px) {
  .publish-item {
    display:none;
  }

  .unpublish-item{
    display:none;
  }

  .more-config-unpublish-item{
      display:block;
  }

  .more-config-publish-item{
      display:block;
  }
}

@media (max-width: 810px) {
  .more-configs {
    display:block;
  }

  #config-delete{
      display:none;
  }

  #more-config-delete{
      display:block;
  }
}

@media (max-width: 600px) {
  .box-library-details-img {
    width:200px;
  }
}

@media (max-width: 721px) {
    .delete-item{
        display:none;
    }

    .more-config-delete-item{
        display:block;
    }
}

@media (max-width: 645px) {
  #config-edit{
      display:none;
  }

  #more-config-edit{
      display:block;
  }
}

@media (max-width: 635px) {
  .move-item{
      display:none;
  }

  .more-config-move-item{
      display:block;
  }
}

@media (max-width: 630px) {
  #clean-selected{
      display:none;
  }

  #more-config-clean-selected{
      display:block;
  }
}

@media (max-width: 555px) {
  .clean-selected-item{
      display:none;
  }

  .colors-importer{
      display:none;
  }

  .more-config-clean-selected-item{
      display:block;
  }

  .more-config-colors-importer{
      display:block;
  }
}

@media screen and (min-width: 1270px) {
    .menu-inicio {
        display:none !important;
    }
}

@media screen and (max-width: 991px) {
    .tooltip-predefinedResizing{
        left: 25%;
    }
}

@media screen and (max-height: 708px) {
    .box-position-aggregate{
        max-height:calc((100% - 8px * (2)));
        width: 270px;
        overflow-y:auto;
    }
}