*{margin:0;padding:0;}
html {height:100%;}
#login-form-wrap{
  min-height:100%;
  display:flex;
  justify-content: center;
  align-items: center;  
  background: #242522;
  flex-direction: column;
}
#login-form{
   background: #fff;
   padding: 20px 35px 35px 35px;
   width: 500px;
   box-sizing: border-box;
   text-align: center;  
}
#login-form a{
  text-decoration: none;
  color:#71911A;
}
#login-form input{
   display: block;
   margin-bottom: 15px;
   width: 100%;
}
#login-form button{
   width: 100%;
   background: #71911A;
   color:#fff;
   border:none;
   padding: 7px;
}
#login-form button + button{
    margin-top: 1rem;
 }
#login-form button.logout{    
    background: #000;
    margin-top: 2rem;   
 }
 #login-form button.miss{    
    background: #000;     
 }
 #login-form a.reg{
    display:block;
    width: 100%;
    background: #000;
    color:#fff;
    border:none;
    padding: 7px;
    box-sizing: border-box;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-decoration: none;
 }
 #login-form a.forgot{
    color:#000;
    
 }
#login-form img{
   margin-bottom: 15px;
}
#login-form fieldset{
    padding:1rem;
    margin-bottom: 2rem;
}
#login-form fieldset.accounts{
    position: relative;
}
#login-form fieldset.accounts p.sort-toggle{
    position: absolute;
    left:1rem;
    bottom:4px;
    font-size: 9px;
    color:#ccc;
    cursor: pointer;
}
#login-form fieldset.accounts p.sort-toggle.active{
    color:#71911A;
}

#login-form .select-wrap{
    margin-bottom: 1rem;
}
#login-form .select-item{
    display:flex;
}
#login-form .select-item p{
    flex-grow: 1;
    text-align: left;
    align-self: center;
}
#login-form .select-item p span{
    display: block;
}
#login-form .select-item p span.sub{
    font-size: 10px;
}
#login-form .select-item .sort-panel{
    margin-left: 8px;    
    display: flex;
}
#login-form .select-item {
    margin-bottom: 10px;
}
#login-form .select-item i{
    cursor: pointer;
    align-self: center;
}
#login-form .select-item .sort-panel i{
    background: #000;
    color:#fff;
    padding: 7px;
    margin-right: 1px;
}
#login-form .select-item i.fa-arrow-right{
    background: #71911A;
    color:#fff;
    padding: 7px;    
}
#login-form .check-wrap{
    text-align: left;
    margin-bottom: 15px;
    font-size: 12px;
    color: #212529;
 }
 #login-form .check-wrap i{
    margin-right:3px;
    font-size: 16px;
 }
body {
    font-size:12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:#212529;
    margin:0;
    height:100%;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;    
}
.layout{height:100%;position:relative;animation:fade-in 1.5s;}

@keyframes fade-in {
    from {opacity:0;}
    to {opacity:1;}
}
.menu {height:50px;position: fixed;width: 100%;display:flex;background: #242522;justify-content: flex-end;opacity: 0}
.chop-mode .menu{    
    background: #630303;   
}
.inprogress .menu{background: #AE541A;}
.loaded .menu{opacity:1;}
.menu a{padding-left:15px;padding-right: 15px;text-align: center;color:#c0c4b3;text-decoration: none; display:flex;justify-content: center;cursor: pointer}
.menu a.selected{background:#131412;color:#fff }
.menu a span{align-self: center;font-size:14px;cursor: pointer}
.menu a i{align-self: center;font-size:20px;margin-right:8px;}
.menu a div.stack{align-self: center;display:flex;flex-wrap: wrap;width:34px}
.menu a div.stack i{font-size:10px;margin-bottom: 2px;}
.menu a:target{opacity:0.7;}
.logo-wrap{
    flex-grow:1;
    padding: 5px 0 5px 5px;
    display: flex;
}
.logo-wrap p{
    color:#fff;
    margin-left: 10px;
    padding-top: 18px;
    font-size: 11px;
}
.marker-label-select{
    display: flex;
    color:#fff;
}
.marker-label-select div{
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.marker-label-select div input{
    margin-right: 5px;
}
#load-indicator{
    color:#fff;
    opacity: 0;
    font-size: 20px;
    align-self: center;
    margin-right: 10px;
}
#load-indicator.active{   
    opacity: 1;
}

#overlay-bg{
   width:100%;
   height:100%;
   position:fixed;
   left:0;
   top:0;
   background: rgba(0,0,0,0.8);   
   justify-content: center;
   display:none;
   z-index: 10;
}
#overlay-bg.active{display:flex;}
.overlay-content{    
    align-self: center;
    max-height: 90%;   
    background: #fff;    
}
.overlay-content div.top-panel{    
     position:sticky;top:0;left:0;width:100%;
}
.overlay-content .overlay-scroller{    
     padding: 20px;
     max-height:90%;
     overflow: auto;     
}

#db-prepare{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction: column; align-self: center;justify-content: center}
#db-prepare i{font-size: 60px; align-self: center;color:#71911A;}
#db-prepare p{margin-bottom:20px; font-size:18px;align-self: center;}
.loaded #db-prepare{display:none;}

.container{height: calc(100% - 50px);position: relative;top: 50px;opacity: 0}
.loaded .container{opacity:1;}
#left-panel{
    overflow-y:scroll;
    overflow-x:hidden;
    height:100%;
    width:500px;
    background: #242522;    
}
.chop-mode #left-panel{    
    background: #630303;   
}
.map #left-panel{
    overflow-y:auto;    
}

#drag-bar{width:4px;display:flex;cursor: col-resize;position:absolute;left:500px;top:0;height:100%;z-index:10;background: #eee}
#drag-bar i{align-self:center;font-size:8px;}
#right-panel{overflow: hidden;left:504px;top:0;width:calc(100% - 504px);height:100%;position:absolute;padding-left:15px;padding-right:15px;box-sizing: border-box;}

/* .container.fullpage #left-panel{display: none;} */
/* .container.fullpage #drag-bar{display:none;} */
/*.container.fullpage #right-panel{overflow:auto;left:0 !important; width:100% !important;}*/
.container.fullpage #right-panel{
    overflow:auto;
}


#customer-all-check-wrap{position:fixed;width:500px;box-sizing: border-box;z-index:10;display: flex;justify-content: space-between;background: #242522;border-bottom:1px solid #131412;}

#customer-all-check-wrap div.check{cursor:pointer;border: 1px solid #000;background: #131412; border-radius: 3px;justify-content: center;display:flex;width: 32px;height: 28px;}
#customer-all-check-wrap div.check i {font-size: 16px;align-self: center}
#customer-all-check-wrap span {margin-right:10px;align-self: center;color:#c0c4b3}
#customer-all-check-wrap div.inner{background: #242522;display:flex;justify-content:flex-end;padding-top:5px;padding-bottom:5px;margin-right: 31px}
#customer-all-check-wrap div.inner.filter-mode{justify-content:space-between}
#customer-all-check-wrap div.inner div:not(.btn-popup) {display:flex;}

.chop-mode #customer-all-check-wrap div.inner{    
    background: #630303;   
}
.customer-list {list-style:none;margin-top:40px;padding:0;font-size:12px;}
.customer-list-node {display:none;}
.customer-list-node.lvl0 {display:block;}
.customer-list-node.lvl1 {padding-left:22px;}
.customer-list-node.lvl2 {padding-left:22px;}
.customer-list-node.lvl3 {padding-left:22px;}
.show-filtered-only .customer-list-node.outfilter > .customer-list-node-inner {opacity: 0.3}
.show-filtered-only .customer-list-node.infilter  > .customer-list-node-inner{opacity: 1;}


.open > .customer-list-node {display:block !important;}
.customer-list-node-inner {display:flex;margin:0 0 1px;padding:8px 15px;text-decoration:none;}
.customer-list-node-inner div.folder-icon {align-self:center;font-size:16px;cursor:pointer;padding-right: 5px;display:flex}
.customer-list-node-inner div.folder-icon i{align-self: center;margin-right: 5px;color:#c0c4b3}
.customer-list-node-inner label{color:#c0c4b3;flex-grow: 1;align-self:center; white-space: nowrap;text-overflow: ellipsis;overflow:hidden}

.customer-list-node-inner label:hover{
    color:#AE541A;
}
.customer-list-node-inner .inventory{display:flex;}
.customer-list-node-inner .inventory div{justify-content:center;display:flex;font-size:10px;width:32px;border:1px solid #000;border-right:none;text-align:center;height:28px}
.customer-list-node-inner .inventory div span{align-self:center}
.customer-list-node-inner .inventory div i{align-self:center;font-size:16px;}
.customer-list-node-inner .inventory div:first-child{background: #131412;color:#fff;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.customer-list-node-inner .inventory div:nth-child(2){background: #775D2A;color:#fff}
.customer-list-node-inner .inventory div:nth-child(3){background: #71911A;color:#fff}
.customer-list-node-inner .inventory div:nth-child(4){background: #717376;color:#fff}
.customer-list-node-inner .inventory div:nth-child(5){background: #AE541A;color:#fff}
.customer-list-node-inner .inventory div:empty{opacity:0.4}
.customer-list-node-inner .inventory div:last-child{background: #131412; cursor:pointer;border-right:1px solid #000;border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.check .fa-check{color:#C0C4B3}
.check .fa-check.off{color:#242522}
.check .fa-check.halfoff{opacity: 0.5;}
.customer-list-node-inner .inventory div:hover .fa-check.off, #customer-all-check-wrap div.check:hover .fa-check.off{color:#ADB5BD;opacity:0.5}
button.deselect-nonfiltered-btn{
    background: #131412;    
    border: 1px solid #000;
    margin-right: 2px;
}
button.deselect-nonfiltered-btn i{    
    margin-left: 1px;
    color: #fff;
}
button.show-filtered-btn{
    background: #131412;
    color: #242522;
    border: 1px solid #000;
    margin-right: 2px;
}
button.show-filtered-btn i{    
    margin-left: 1px;
}
button.show-filtered-btn.active i{    
    color: #C0C4B3;
}

.tree-view, .orderedaction-view{
    height:100%;
}
/* .view.empty .table-wrap table{display:none} */
div.no-data-found{display:none;font-size:18px}
div.no-data-found i.fa-ban{color:#AE541A}
div.no-data-found .fa-stack{align-self: center;margin-right:10px;}
div.no-data-found span{align-self: center;}
.view.empty div.no-data-found{display:flex; margin-top: 100px;justify-content: center;}
.view.empty .top-panel{border-bottom:1px solid #ccc;}
.top-panel{display: flex;height:60px;background: #fff;}
.top-panel h4{align-self: center;margin-right: 20px;font-size:18px;line-height: 18px;font-weight: normal}
div.spacer{flex-grow: 1}

.top-panel select{
    padding:1px 5px;
}
.conjunction-select-wrap{display:flex;align-self: center;padding-top:3px;}
.conjunction-select-wrap > *{align-self: center;}
.conjunction-select-wrap input{margin-left:10px;margin-right: 3px;}



.filter .top-panel{position: sticky;top:0;z-index:10;}
.filter{background: #fff;}
.filter-row{opacity:0.6;display:flex;border-top: 1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;padding:9px 15px}
.filter-row.sub{border-top: none;padding-left:30px;}
.filter-row.active{opacity:1;background: #EDEDED;}
.filter-row:last-child{border-bottom: 1px solid #ccc;margin-bottom: 50px;}
.filter-row span{align-self: center;}
.filter-row-left{width:250px;display:flex;}
.filter-row-left input{align-self: center;margin-right: 5px;}
.filter-row-right{display:flex;flex-grow: 1;flex-wrap: wrap;}
.filter-row-right.tree_f16 .wrap div:first-child{margin-right: 20px;}
.filter-row-right.tree_f16 .supertypes{margin-top: 20px;}
.filter-row-right.tree_f16 .supertypes div{margin-bottom: 10px;}
.filter-row-right.tree_f16 .supertypes input{margin-right: 5px;}

.filter-row-right.dimensions label{display: block;margin-bottom:4px;}
.filter-row-right.dimensions.no-wrap div{margin-bottom: 15px;}

.filter-row-right .wrap{margin-right: 10px;display:flex;}
.filter-row-right .wrap input{align-self: center;margin-right: 5px;}
.filter-row-right span{margin-left:10px;margin-right: 10px;}
.filter-row-right span.no-marginleft{margin-left: 0;}
.filter-row-right span.dim{margin-left:5px;margin-right: 5px;}
select.treefilter8{margin-bottom: 10px}
.multi-check-wrap .opt{
    margin-bottom:10px;
    margin-top: 10px;
    font-weight: bold;
    display:flex;
}
.filter-row-right fieldset{padding:5px;}
.filter-row-right fieldset div{margin:10px;}
.filter-row-right fieldset div.off{opacity: 0.5;}
.filter-row-right fieldset div.sub{padding-left: 15px;margin-top: 0;}

h3.filter-title{
    border-top:1px solid #ccc;
    padding-top: 25px;
    margin-bottom: 10px;
}

.filter-save-load{
    display: flex;
}

.filter-info-child{
    margin-left: 20px;
}    

input[type='text'],input[type='number'],input[type='checkbox'],input[type='password'],input[type='email'],textarea{
    padding:5px;
    border:1px solid #ccc;
    box-sizing: border-box;
}
input[type=number]{width:50px}
select{padding:5px;border:1px solid #ccc}
option{padding:5px;}
option:hover{background: #F7F7F7;}
option:focus,
option:active,
option:checked {background: #ccc;}
button{
    border:none;
    padding:5px 8px;
    cursor:pointer;
    background:#eee;
    border:1px solid #ccc;
    font-size: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
button:hover{
    opacity: 0.8;
}
button.alarm{ background:#FF6600;color:#fff}
button.alarm i{ color:#fff}
button i{margin-right: 4px;color:#333}
button.no-label i{margin-right: 0}
button.back{
    border:none;
    background: none;
    font-size:18px;
    padding-left: 0;
    margin-right: 10px;
}
button.undo-chop{    
    background: #630303;
    color:#fff;   
}
button.undo-chop i{        
    color:#fff;   
}
.button-bar{
    display:flex;
    align-self: center;
    align-items: center;    
}
.button-bar span{
    margin-right: 6px;
}
.button-bar i.fa-toggle-on,
.button-bar i.fa-toggle-off{
    font-size:20px;    
    margin-right: 20px;
}

.green-actions .button-bar i.fa-toggle-on{    
    margin-right: 5px;
}
.green-actions .button-bar i.fa-toggle-on.inactive{    
    transform: rotate(180deg);
}

.button-bar button{
    margin-left:1px;
}

.button-bar button.selected{
    background: #242522;
    color: #fff;
    border: none;
}
.button-bar button.selected i{   
    color: #fff;
}

.invalid{
    border:1px solid #FF6600;
}

.table-wrap{overflow:auto;animation:fade-in 1.5s;}
.tree-view .table-wrap, .orderedaction-view .table-wrap{
    max-height:calc(100% - 60px)
}

table.data thead th{ 
    background: #ededed;
    font-weight: bold;
    position: sticky;
    top:0;
    border:1px solid #ccc;
    padding:8px 20px;   
}



.table-wrap table.header th span:hover, .table-wrap table.header th i:hover{opacity:0.7;}
.table-wrap table.data{ empty-cells: show;width:100%;border:1px solid #eee; border-top:none;border-collapse: collapse;cursor: pointer;background: #fff; }
.table-wrap table.data tr.tree-deleted{ cursor:not-allowed;}
.table-wrap table.data tr:hover td{background: #eee}
.table-wrap table.data tr.gray td{background: #eee}
.table-wrap table.data tr.deleted{display:none}
.table-wrap table tr{line-height:20px;}
table.data td{
    border:1px solid #ccc;
    border-top:none;
    font-size:12px;
    padding:4px 4px;    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
     max-width:300px;
}
table.data td.show-full{   
    white-space:normal
    
}
table.data td ul{    
    padding-left:8px;    
}
.table-wrap table th{
    white-space: nowrap
}

table.data td.mark1:not(:empty){color: #775D2A; font-size:20px; padding:0}
table.data thead th.mark1 i.fa-tree{transform: rotate(30deg);}

table.data td.mark2:not(:empty){color:#71911A;font-size:20px; padding:0}

table.data td.mark3:not(:empty){color:#717376;font-size:20px; padding:0}

table td.mark4:not(:empty){color: #AE541A;font-size:20px; padding:0}

div.inex i{
   font-size: 20px;   
}
div.inex i.fa-times{
   color: #AE541A;
}
div.inex i.fa-check{
   color:#71911A;
}

table div.inex-choose i.fa{   
    font-size: 16px !important;    
}
div.inex-choose i.fa-toggle-on{
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
div.inex-choose.mode_1 i.fa-times{
   color: #AE541A;
}
div.inex-choose.mode_-1 i.fa-check{
   color:#71911A;
}

div.inex-choose.mode_-1 i.fa-toggle-on{
   transform: rotate(180deg);
}


table th i.fa{font-size: 20px;color: #333;}
table th i.fa-caret-down,table th i.fa-caret-up{position:absolute;right:6px;top:9px;}

.pager{display:flex;height:30px;align-self: center;}
.empty .pager{display: none;}
.pager select, .pager i{margin-left: 3px;margin-right: 3px}
.pager i{align-self: center;cursor: pointer}
.pager i.disabled{opacity:0.2;cursor:default}
.pager select{width:50px;}

.datepicker {display:inline;position: relative;margin-right:5px;}
.datepicker .input-row {display:inline-flex;cursor:pointer;border:1px solid #ccc;padding:5px;}
.datepicker .input-row p{width:80px;align-self: center;text-align: center; }
.datepicker .input-row i{font-size:18px;align-self: center;text-align: center; color:#242522}
.datepicker-popup {position:absolute;z-index:1000;left:0;top:25px;border:1px solid #ccc;border-radius: 3px; padding:4px;background: #fff}
.datepicker-popup .month-select {display:flex;background: #242522;color:#c0c4b3;border-radius: 3px;padding-top:2px;padding-bottom:2px}
.datepicker-popup .month-select .prev, .datepicker-popup .month-select .next{width:30px;text-align: center;font-size: 16px;cursor: pointer}
.datepicker-popup .month-select span{flex-grow: 1; text-align: center;font-size: 13px;align-self: center;margin:0}
.datepicker-popup label{width:24px;height:24px;margin:1px;text-align: center;line-height: 24px;}
.datepicker-popup .days, .datepicker-popup .daynames{display:flex;width: 182px;flex-wrap: wrap}
.datepicker-popup .daynames{font-weight: bold;background: #fff;}
.datepicker-popup .days label{background: #e0e0e0;cursor:pointer;}
.datepicker-popup .days label:hover{opacity:0.7}

.tab-panel{position: relative;padding-top:39px;}
.tab-buttons{position: absolute;top:1px;}
.tab-buttons button{padding:8px 10px;padding-bottom: 12px}
.tab-buttons button.active{background: #fff;border-bottom: 1px solid #fff;}
.tab-panel table.header th{border-top:none}
.tab-content{padding:20px;background: #fff;border:1px solid #ccc;}

.togglecheck{
    font-size: 20px;    
    cursor: pointer;
}


.column-config .top-panel{
    position: sticky;
    top:0;    
}

table.col2 td{
    padding:8px 20px;
    border-bottom:1px solid #ccc;    
}

table.col2 tr:hover td{
    background: #eee
}
table.col2.maintenance tr td{
    width: 100%;;
}
table.col2.maintenance tr td:last-child button{
    width:100%;        
}

table.col2{
    border:1px solid #ccc;
    border-collapse: collapse;
    width:100%;
    cursor:pointer;    
}

.page-head{
    display:flex;
    align-items: center;
    height:60px;
    position: sticky;
    top:0;
    background: #fff;
    z-index: 10;
}
.page-head h1{
    font-size: 20px;
    font-weight: normal;
}

.detail-view{    
    padding-bottom: 25px;
}

.top-panel.colored{
    margin-top: 25px;
    background: #DDDDDD;
    height:40px;  
    padding-left: 10px;
    padding-right: 10px;
}

.top-panel.colored h4{
    font-size: 14px;
}

.detail-view-info{
    margin-bottom: 10px;
}
.detail-view-info i{
    margin-right: 5px;
}
.detail-view-info.path span{
    cursor: pointer;
}
.detail-view-info.path span:hover{
    color:#AE541A;
}
.detail-view-info.path span::after{
    content: " > ";
}
.detail-view-info.path span:last-child::after{
    content: "";
}
.detail-view-stats{
   display:flex;
   margin-left: 10px;
}
.detail-view-stats div{
   width:20px;
   height:20px;
   margin-right: 1px;
}
.detail-view-stats div.mark1{
   background: #775D2A;
}
.detail-view-stats div.mark2{
   background: #71911A;
}
.detail-view-stats div.mark3{
   background: #717376;
}
.detail-view-stats div.mark4{
   background: #AE541A;
}

.single-view{
    margin-bottom: 25px;
}

table.single{
   border:1px solid #ccc;
   border-collapse: collapse;
   width:100%;  
   margin-bottom: 15px;
}

table.single td{
   padding:8px 10px;
   border:1px solid #ccc;
}
table.single td ul{
   margin:8px;
}
table.single td.photos{
   padding:0;
   padding-bottom:10px;
   padding-right: 10px;
   background: #EDEDED;
}
table.single td.photos img.thumb{
   margin:10px 0 0 10px;
   display: block;
   float:left;
   cursor: pointer;
}
table.single th{
   font-weight: bold;
   text-align: left;
   padding:8px 10px;
   background: #EDEDED;
   vertical-align: top;
   width:150px;
   box-sizing: border-box;
   border:1px solid #ccc;
}
table.single.executed th{   
    background: #71911A;
    color:#fff;
}

table.single.not-executed th{   
    background: #AE541A;
    color:#fff;
}


.action-execute-widget{
    margin-right:15px;
}


.action-execute-widget button.execute{
    width:150px;
}

.action-execute-widget input[type='text'], .action-execute-widget textarea{
   width:100%;
   margin-bottom: 10px;
}
.action-execute-widget .restore-input{
    margin-bottom:10px;
}

.action-execute-widget .restore-input input{
    margin-right:6px;
}

.photo-view{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.8);   
    box-sizing: border-box;
    padding: 20px; 
    z-index: 10000;  
}

.photo-view-inner{    
    width:100%;
    height:100%;    
    background-size: contain; 
    background-repeat: no-repeat;  
    background-position: center center;    
    display: flex;
    justify-content: space-around;
}
.photo-view-inner img{    
    max-width: 95%;
    max-height: 95%;
    align-self: center;    
}

.photo-view .photo-close{
    position: absolute;
    right:20px;
    top:20px;
    color:#fff;
    font-size: 45px;
    cursor: pointer;
}

.new-action .action-description{
   margin-top: 8px;  
}

.new-action .action-description:not(:empty){
  padding: 8px;
  background: #ddd;
  margin-top: 8px;
  margin-bottom: 8px; 
}

.new-action .select-row{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.new-action .remark{
  width:100%;
  height:150px;
  margin-bottom: 10px;
}

.new-action .select-row select{
  width:30%;
}

.new-action select#actions{   
    width:150px;
}

.new-action select#cached-actions{
    margin-left: 10px;
    width:150px;
}

.new-action h2{
    font-weight:normal;
    font-size: 18px;
    margin-top: 20px;
}

.new-action .security-input{
    margin-bottom:10px;
    display:flex;
    align-self: center;
    align-items: center; 
}

.new-action .security-input input{
    margin-right:6px;
}

.ztv-checkpoint{
   
    margin-bottom: 10px;    
    padding:8px;
    border:1px solid #ccc;
}
.ztv-checkpoint.state2{
    background: #EDEDED;
   
}
.ztv-checkpoint-description{
    display:flex;
    align-items: center;
    cursor: pointer;
}
.ztv-checkpoint-description i{
    align-self: flex-start;
    padding-top: 3px;
}
.ztv-checkpoint-description p{
    padding-left:10px;
}

.ztv-checkpoint .edit-panel{
    margin-top: 10px;
}

.ztv-checkpoint .edit-panel select{
    margin-bottom: 10px;
}

.ztv-checkpoint .edit-panel textarea{
    width:100%;
    margin-bottom: 10px;
}

.ztv-checkpoint p.set-input{
    font-weight: bold;
    padding-top: 8px;
}



.print #left-panel{    
    width:300px;   
    -moz-user-select: text;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    user-select:text;   
}


.print #right-panel{    
    width:calc(100% - 300px);   
    left:300px;    
}

table.print-container{
   
    border:1pt solid #000;
    width:100%;
    box-sizing: border-box;
    font-size:10px;    
    padding: 0;    
    border-collapse: collapse;
    -moz-user-select: text;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    user-select:text;   
}

.actions-print p.head{    
    background: #EDEDED;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 5px;
}
.actions-print p.head:first-child, .actions-print p.head.hidden + p{       
    border-top: none; 
}
.actions-print p.head.hidden{    
    display: none;   
 }

.fill-table{
    width:100%;
    box-sizing: border-box;
    font-size:10px;    
    padding: 0;        
    border-collapse: collapse;
}
.fill-table td{    
    border: 1px solid #000;
}
.fill-table td.remark p{    
    padding:5px;
}
.fill-table td.remark span{
    font-weight:bold;
}
.actions-print div{
    display: flex;
}
.actions-print {
   position: relative;   
}
.actions-print .no-break-before{
   
    page-break-after: avoid;
    height:10px;
    background: #71911A;
}
.actions-print .action-elem{
    display: block;
    page-break-inside: avoid;    
    position: relative;
    border: 1px solid #000;
    margin-top: 10px;    
}
.actions-print .action-elem.followup{   
    margin-top: 0;    
    border-top: none;
}
.actions-print .tree-info{    
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;   
    margin-bottom: 5px;
    page-break-after: avoid;
    break-after: avoid;
    display: block;
    position: relative;   
    background: #EDEDED;   
}
 .actions-print p.head.hidden + .tree-info{       
    border-top: none; 
}
.actions-print .action-pos{    
    border-top: 1px solid #000;    
}
.hidden + .action-pos{    
    border-top: none;    
}
.actions-print .action-pos:first-child{    
    border-top: none;    
}
.actions-print .tree-info:first-child{    
    border-top: none;   
}

.actions-print .tree-info .inner{
    display: flex;
}
.actions-print p.col20{
    width:20%;    
    border-right: 1px solid #000;
    box-sizing: border-box;
    padding: 5px;
}
.actions-print p.info, .actions-print p.description{    
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    padding: 5px;
}
.actions-print p.info:empty{    
    border:none;
    height: 1px;
    background: #000;
    padding: 0;
}
.actions-print p.treename{
    width:50%;
    box-sizing: border-box;
    flex-grow: 1;    
    padding: 5px;
}
.actions-print p.trunks{   
    box-sizing: border-box;
    padding: 5px;
    border-left: 1px solid #000;
    white-space: nowrap;
}
.actions-print p.action_name{    
    box-sizing: border-box;
    padding: 5px;
    flex-grow: 1;
    font-weight: bold;
}
.actions-print p.priority{    
    box-sizing: border-box;
    padding: 5px;
    font-weight: bold;
}

.actions-print .total{    
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    box-sizing: border-box;
    padding: 5px;
    justify-content: flex-end;
    font-weight: bold;
    background-color: #cccccc;
}
.actions-print .total p{    
    align-self: center;
    margin-right: 5px;
    margin-left: 5px;
}
.actions-print input[type='number'], .actions-print input.src, .actions-print input.target{    
    width:80px;
    text-align: right;
    border:none;
    background: #fff;
    border-radius: 3px;
}
.actions-print input.target{    
    width:80px;
    text-align: right;
}
.actions-print .costs{    
    border-top: 1px solid #000;    
    box-sizing: border-box;
    padding: 5px;
    justify-content: flex-end;
    font-weight: bold;
    background-color: #e1f1b3;
}
.actions-print .costs p{    
    align-self: center;
    margin-right: 5px;
    margin-left: 5px;
}
.actions-print .arbo{    
    font-weight: bold;
    white-space: nowrap;
}
.actions-print div.ztv{    
    box-sizing: border-box;
    display: block;
    padding: 5px;
}
.actions-print ul{        
    list-style-position: inside;
    margin-top: 10px;
}
.actions-print p.foreign_key{    
    box-sizing: border-box;
    padding: 5px;
}

table.print-container tbody.sel{
    opacity:0.4;
}
table.print-container tr.nbra td{
    page-break-after: avoid;
}
table.print-container td{
    border:1pt solid #000;
    background: #fff;
    padding:5px;    
}
table.print-container td.ztv ul{    
    padding-left:10px;    
}
table.print-container td.c{
    font-weight: bold;
}
table.print-container td.i{
    padding-left: 20px;
}
table.print-container td.o{
    padding-left: 35px;
}
table.print-container td.ge{
    padding-left: 50px;
}
table.print-container td.g{
    padding-left: 20px;
}
table.print-container.inventory td.c{
    font-weight: bold;
    background: #ddd;
}
table.print-container.inventory tr td:last-child{
    background: #EDEDED;
    width: 30px;
    text-align: center;
}
table.print-container th{
    text-align: center;
    background: #ddd;
    border:1pt solid #000;
    padding: 5px;
}

table.print-container td.address{
    background: #EDEDED;
    border:none;
}
table td.edit-border{
    height:5px;
    background-color:#AE541A;
    padding:0;
}
table.fill-table td.done, table.print-container td.done{	
    height:50px;
    vertical-align:top;
    border-right:none;
}
table.fill-table td.time, table.print-container td.time{	
    height:50px;
    background-color:#e1f1b3;
    vertical-align:top;
    border-right:none;
}
table.fill-table td.sig, table.print-container td.sig{	
    height:50px;
    background-color:#cccccc;
    vertical-align:top;
}
table.print-container.actions td.c{
    font-weight: bold;
    background: #ddd;
}
table.fill-table td.remark{	   
    border-left:none;
}
table.print-container tr.light-gray td, table.print-container td.light-gray{
    font-weight: bold;
    background: #EDEDED;
}
table.offer-summary{
    width:100%;
    border:1px solid #000;
    border-collapse: collapse;        
}
.offer-sign{
    display: flex;
    justify-content: space-between;
}

.offer-summary1{      
    margin-top: 25px;  
}
.offer-summary1-row{
    display: flex;
    border-bottom:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
    padding: 5px;
}
.offer-summary1-row p.name{
    flex-grow: 1;
}
.offer-summary1-row p.num{
    width:120px;
}
.offer-summary1-row p.costs{
    width:50px;
    text-align: right;
    padding-right: 5px;
}
.offer-summary1-head{
    display: flex;
    justify-content: space-between;
    padding:5px;
    background-color: #e1f1b3;
    border-left:1px solid #000;
    border-top:1px solid #000;
    border-right:1px solid #000;
}
.offer-summary1-control{
    display: flex;
}
.offer-summary1-control .control-item{
    margin-left:15px;
}
.offer-summary1-control .control-item input{
    margin-right:5px;
}
.offer-summary1-row.total{
    font-weight: bold;       
    background-color: #ccc;    
}
.offer-summary1-row-customer-wrap{
    page-break-inside: avoid;
}
.offer-summary1-row.lvl0{
    background: #EDEDED; 
    font-weight: bold; 
}
.offer-summary1-row.total p.name{
    text-align: right;
    padding-right: 10px;
}
.offer-summary1-row.overall{
    font-weight: bold;   
    background-color: #e1f1b3;
    page-break-before: avoid;
}
.offer-summary1-row.overall p.name{
    text-align: right;
    padding-right: 10px;
}
.offer-summary1-row.overall p{
    align-self: center;
}
.offer-summary1-row.hidden{
    display:none;
}
.offer-summary1-row.lvl1 p:first-child{
    padding-left:30px;
}
.offer-summary1-row.lvl2 p:first-child{
    padding-left:30px;
}
.offer-summary1-row.lvl3 p:first-child{
    padding-left:30px;
}
table.offer-summary1 h3{
   font-size: 14px;
   margin-bottom: 5px;      
}
table.offer-summary1 td{   
    border:1px solid #000;
    padding:5px;   
}
table.offer-summary td.no-border{   
    border-color: #fff;    
    font-weight: bold; 
}
table.offer-summary td:last-child{   
    width:200px; 
}
.offer-requests-wrap{
    margin-top: 15px;
}
.offer-request-options{
    margin-top:30px;
    background: #c0c4b3;
    padding:10px;
    color:#242522;
}
.print-menu .offer-request-options button{   
    color: #c0c4b3;   
    background-color:#242522;
}
.print-menu .offer-request-options p{   
    font-weight: bold;    
}
.offer-requests-wrap select{
    width:100%;
}
table.print-container.controls td{
    text-align: center;
}
table.print-container.controls td.dataField{
    background: #ccc;
    border-bottom: none;
}
table.print-container.controls td.border{
    background: #ccc;
    border-top: none;
    height: 20px;
}
table.print-container.controls td.leftAlign{
    text-align: left;
}
table.print-container.controls tr.header{
    font-weight: bold;
}
input.borderBottom{
    border:none;
	border-bottom:1px solid #000000;
}
input.borderTop {
    border:none;
	border-top: 1px solid #000000;
}
table.legend{
    font-size: 10px;
}
.page-break{
    page-break-before: always;
}
.print-menu{
    color:#c0c4b3;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.print-menu .opt-row{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid #c0c4b3;
}
.print-menu .opt-row.active-offer{
    color:#AE541A;
    border-bottom: 1px solid #AE541A;
}
.print-menu .opt-row i{
    margin-right: 8px;
    font-size:18px;
}
.print-menu .opt-row span{
    align-self: center;
}
.print-menu button{
    margin-top: 20px;   
    width: 100%; 
    background: #c0c4b3;
    color:#242522;
}
.print-preamble{
    margin-top:15px;
    margin-bottom: 15px;
}

table.print-container.controls tr.header td{
   background-color:#cccccc;
}

table.print-container.controls .rot {
display: block;
-moz-transform: rotate(-90deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform: rotate(-90deg); /* Safari */
-o-transform: rotate(-90deg); /* Opera */
-ms-transform: rotate(-90deg); /* IE9 */
transform: rotate(-90deg); /* W3C */
}

.map #left-panel{    
    width:300px;    
}

.map #right-panel{    
    width:calc(100% - 300px);
    left:300px;    
    padding-left: 0;
    padding-right: 0;      
}

#map{
    width:100%;
    height:100%;
    position: relative;
}
.map .info input, .map .info textarea{
    background: rgba(0,0,0,0.1);
    margin-top: 8px;
    margin-bottom:15px;
    width: 100%;   
    border:none;
	border-bottom: 1px solid #c0c4b3;
    color: #c0c4b3;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
.map .info {
   margin-top:25px;
}
.map .info textarea{
   height: 80px;
}
.map .info h4{
    font-weight: normal;     
}
.map #detailBtn:disabled {
    display: none;
}
#map-green-info{
    display:none;
}
#map-naa-info{
    display:none;
}
#map-forestaction-info{
    display:none;
}
.map #edit-btn{
    margin-bottom: 15px;
}
#edit-table{
    display:none;
    margin-bottom: 15px;
}
#edit-table td{
    width:50%;
}
#edit-table button{
    width:100%;
}
.map .disabled-btn{
    opacity:0.6;
}

div.btn-popup-holder{
    position: relative;
}
div.btn-popup{
    position: absolute;
    margin-top: 5px;
    right:0;
    background: #fff;
    display: none;
    white-space: nowrap;
    overflow: visible;
    padding: 10px;
    background: #DDDDDD;    
    border-radius:3px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
div.btn-popup#filter-deselect-dialog{
    background: #131412;    
    flex-direction: column;
}
div.btn-popup#filter-deselect-dialog.open{
    display: flex;
}
div.btn-popup#filter-deselect-dialog button{
    display: block;
    width:auto;
    margin-bottom: 4px;
}
div.btn-popup#filter-deselect-dialog button:last-child{   
    margin-bottom: 0;
}
div.btn-popup#datasheet-dialog{
    position: absolute;
    margin-top: 5px;
    left:780px;  
    right:auto;
    top:45px;  
    z-index:2000;
}
div.btn-popup#green-pdf-dialog{
    position: absolute;
    margin-top: 5px;
    left:auto;  
    right:15px;
    top:45px;  
    z-index:2000;
}

div.btn-popup#datasheet-dialog .opt-row-sub{
    margin-left:20px;
}

div.btn-popup.open{  
    display: block;    
}
div.btn-popup .opt-row {    
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
}
div.btn-popup .opt-row span{    
    align-self:center
}

.opt-row.indented{
    padding-left: 24px;
}
div.btn-popup i {   
    margin-right: 10px; 
    font-size: 16px;   
    width:15px; 
}
div.btn-popup  button{    
   width:100%;
}
div.btn-popup h3{  
    font-size:16px;  
    margin-bottom: 8px;  
}
.admin-view .top-panel{
    position: sticky;
    top:0;
    background: #fff;
    z-index: 1000;
}

.form-table{
   border:1px solid #ccc;
   border-collapse: collapse;
   width:100%;  
   margin-bottom: 15px;
}

.form-table td{
   border-bottom:1px solid #ccc;
   padding:5px;
}
.form-table td .select-wrap{
   display: flex;
   justify-content: space-between;
}
.form-table td .select-wrap i{
   font-size: 25px;      
}
.form-table td .select-wrap div{
   width:45%;
}
.form-table td .select-wrap div.middle{
   width:50px;
   text-align: center;
   align-self: center;
}
.form-table td .select-wrap div.middle button{
   width:100%;   
}
.form-table td .select-wrap div select{
   width:100%;
   height: 100%;
}
.form-table tr td:first-child{
   width:20%;   
   
}
.zip-progress{
    display: flex;
    justify-content: flex-end;
}
.zip-progress i{
    color:#AE541A;
}
.zip-progress span{
    align-self: center;
}

.bar-horizontal{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 8px;
}
.bar{
    position: absolute;
    background: #71911A;
    height: 100%;
    z-index: 1; 
    width:0%;
    transition: width 2s;    
}
.bar-name{
   position: relative;
   z-index: 2; 
   padding: 8px;
}
.bar-data{
   position: relative;
   z-index: 2; 
   padding: 8px;
}
.green-action-filter-wrap{
    display: flex;
    background: #EDEDED;
}
.green-action-filter{   
   margin:10px;   
   box-sizing: border-box;
   background: #fff;
}
.green-action-filter.treenames, .green-action-filter.actions{
   flex-grow: 1;   
}
.green-action-filter h1{
   font-size: 12px;
   padding-bottom: 4px;
   background: #EDEDED;
}
.green-action-filter-item{
   padding:2px 8px;
   display: flex;
}
.green-action-filter-item .togglecheck{
   font-size: 16px;
   margin-right: 8px;
   cursor: pointer;
   color:#242522;
}
.green-action-filter-item span{
   align-self: center;   
}
.green-action-filter-item span.to{
   margin-left: 12px;
   margin-right: 12px;   
}
.green-action-filter-item span.gt{
   width:71px;
   margin-right: 12px;   
   text-align: right;
}
.green-action-filter-item input[type='number']{
   padding:0;
   width:40px;   
   border:none;
}

.green-actions .button-bar{
    width:100%;
} 
.green-actions .button-bar h4{
    margin-right:8px;
} 

table.print-container.greens-userdefined th#split{
    width:150px;    
}
table.print-container.greens-userdefined th#split p:first-child{
    text-align: right;
}
table.print-container.greens-userdefined th#split p:last-child{
    text-align: left;
}
table.print-container.greens-userdefined tbody td{
    text-align: center;
}
table.print-container.greens-userdefined tbody tr td:first-child{
    text-align: left;
}

.new-note{
    width:100%;
    max-width: 500px;    
}
.new-note  textarea{
    width:100%;    
    height: 200px;
    margin-bottom: 10px;
}
.new-note .button-bar button{   
    flex-grow: 1;
}
.new-note .button-bar button:first-child{
    margin-right: 10px;
 }

 .green-toggle{
     display: flex;
     color:#fff;
     align-items: center;
     margin-right: 75px;
 }
 .green-toggle input{    
    margin-right: 5px;
}
mark{
   
    
}
.result-block{
    margin-bottom: 25px;   
    background:#EDEDED;  
    
}
.result-block:empty{
    display: none;
}
.result-wrap{
    
    border-bottom: 5px solid #fff;    
    padding: 15px;
}
.result-wrap:last-child{
    margin-bottom: 0;      
}
.result-rootline{    
    margin-top: 10px;
}
.result-rootline:first-child{    
    margin-top: 0;
    font-weight: bold;
}
.result-rootline i{
    margin-right: 5px;
    
 }
.result-rootline span{
    cursor: pointer;
 }
.result-rootline span:hover{
    color:#AE541A;
 }
.result-rootline span::after{
   content: " > ";
}
.result-rootline span:last-child::after{
    content: "";
 }
 .result-rootline span.found{
    font-weight: bold;
}
.search-wrap input{
    border:none;
}
.top-panel .search-wrap {
    border: 1px solid #ccc;
    margin-right:15px;
    padding-left: 5px;
}
.top-panel .search-wrap i{
    color: #ccc;   
}

#customer-all-check-wrap .search-wrap {
    border: none;
    margin-left: 13px;
    padding-left: 5px;
    background:#131412;
    align-self: center;
    box-sizing: border-box;
}
#customer-all-check-wrap .search-wrap i{
    color: #C0C4B3;   
}
.customer-refresh{
    background:#131412;  
    color: #C0C4B3;
    align-self: center;
    width: 32px;
    height: 28px;
    border:1px solid #000;
    border-radius: 3px;
    display: flex;
    justify-content: center;    
    cursor: pointer;
}
.customer-refresh i{
    font-size: 16px;
    align-self: center;
}
#customer-all-check-wrap .search-wrap input{
    background:#131412;  
    color: #C0C4B3;
    width:240px;
}
.accessibility-choice select{
    display: block;
    width:100%;
    margin-bottom: 10px;
}
.form-table textarea{
    width:100%;
    height:120px;
}
.customer-list-node.simple label{
    color:#212529;
}
.customer-list-node.simple .customer-list-node-inner div.folder-icon i {
	color:#212529;
}

.customer-list-node.simple.selected,
.customer-list-node.simple.selected .customer-list-node.simple{
    background: #ccc;
}
.customer-list-node.simple.selected .customer-list-node.simple input[type="checkbox"]{
    display: none;
}
.customer-list-node.simple.selected .customer-list-node.simple input[type="checkbox"]:checked{
    display: inline;
}
.customer-list.simple{
    margin-top: 0;
}
.customer-list.simple .customer-list-node-inner {
    padding: 8px 15px;
    padding-left:0;
}
.employees-access-flex{
    display: flex;
    justify-content: space-between;
}
.employees-all-access{
    display: flex;
    padding: 8px 15px;
    padding-left:0;
    font-weight: bold;
}
.employees-all-access p{
    align-self: center;
    margin-left: 5px;
}
input[type="text"]:disabled {
    background: #fff;
    color:#666666;
  }

  .map-layer-btn-wrap{
    background: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow : 0 2px 6px rgba(0,0,0,.3);
    color : rgb(25,25,25);
    font-family : Roboto,Arial,sans-serif;
    font-size : 16px;
    line-height : 38px;
    padding-left : 5px;
    padding-right : 5px;
    margin-left:10px;
    margin-top:10px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .map-layer-btn-wrap i{
    margin-left:5px;  
    opacity:0.2; 
    align-self: center;
  }
  .map-layer-btn-wrap.active i{
    opacity:1;
  }
  .map-layer-btn{
      padding-right:5px;
      border-right:1px solid #000;
  }
  .map-layer-popup{
    width:100%;
    max-width:400px;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    border-radius:5px;  
    align-self: auto;
  }
  .map-layer-popup .layer-item{
    display: flex;
    justify-content: space-between;    
  }
  .map-layer-popup .layer-item-wrap{
    opacity:0.5;
    margin-bottom: 20px;
  }
  .map-layer-popup .layer-item-wrap.active{
    opacity:1;
  }
  .map-layer-popup .layer-item i{
    font-size: 20px;
    align-self: center;
  }
  .map-layer-popup .layer-item-wrap p.layer-legal{
     margin-top:3px;
    font-size: 10px;
  }
  .map-layer-popup button{
    width:100%;
    background-color: #242522;
    color:#fff;
  }
  #map-popupholder{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;  
    background: rgba(0,0,0,0.8);
    overflow: auto;
    box-sizing: border-box;
    padding:1rem; 
  }
  #map-popupholder:empty{
    display: none;
  }
  .popup-wrap{
    display:flex;
    padding:1rem;  
    width:100%;
    box-sizing: border-box;
    height:calc(100% - 2rem);
    z-index:2;
    align-items: center;
    justify-content: center;
  }

  #account-select{
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;  
    background: #242522;
  }
  #account-select .inner{
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;  
    background: #242522;
  }
  .newlink{
    display:flex;
 }
 .newlink div:first-child{
    flex-grow: 1;
    margin-right: 1rem;
 }
.newlink :nth-child(2){
    margin-right: 1rem;
 }

  .newlink input{
    width:100%;
    margin-bottom: 1rem;
 }
 .newlink select{
    cursor:pointer;
 }
 .newlink label{
    font-size: 0.7rem;
    display: block;
    line-height: 1.4rem;
 }
 .newlink button{
     margin-left: 1rem;
     align-self: center;
   
 }
 .selectable-link{
    -moz-user-select: text;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    user-select: text;
 }
 .link-edit{
     display: flex;
 }
 .link-edit i{
     margin-left: 9px;
     align-self: center;
 }
 .account-help-btn{
    text-decoration: underline;
     cursor: pointer;
     margin-top: 25px;
 }
 .account-help{
    text-align: left;
 }
 .account-help ol{
    margin-left: 1rem;
 }
 .account-help ol li{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
 }
 .acceptance-options{
   margin-right: 2rem;
}
 .acceptance-option{
     line-height: 1.6rem;
 }
 .acceptance-option input{
    margin-right: 1rem;
}
.acceptance-attachments {
	/*background-color: #ededed;*/
   
    margin-top: 2rem; 
}
.acceptance-attachments .inner {
    display: flex;
    background-color: #ededed;
    padding: 1rem;  
}
.acceptance-attachments .inner .action-info{
    flex-grow: 1;
}
.acceptance-attachments .inner .action-info textarea{
    width:100%;
    height:120px;
}
.acceptance-attachments .button-bar{
    margin-top: 1rem;
}
.acceptance-attachments h1 {
	font-size: 20px;
	font-weight: normal;
    margin-bottom: 1rem;
}
.acceptance-widget{
    display:flex;
    margin-top: 1rem;    
}
.acceptance-widget .pending-state{
    display:none;    
}
.acceptance-widget.pending .pending-state{
    display:flex;
    background-color: #ededed;
}
.acceptance-widget.pending .pending-state input{
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}
.acceptance-widget.pending button.execute{
    display: none;
}

span.acceptance{
    display:inline-block;
    padding:0.2rem;
    
  }
  .acc-info{
    padding: 0.8rem;
    background-color: #ededed;
    margin-top: 1rem;
  }
  .acc-info label{
    display: block;
    font-weight: bold;
    
    margin-bottom: 10px;
  }
  .acc-info span{  
    margin-bottom: 10px;
  }
  .acc-info .photo-holder-control{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .acc-info .remark{
    margin-top: 1rem;
  }
  .fixed-panel{
    margin-top: 1rem;
  }
  
.fixed-panel textarea{
    margin-bottom: 1rem;
    border-radius: 0;
    border:1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    height:120px;
  }

  .fixed-panel button{
    margin-right: 1rem;   
  }

#dialog-wrap{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:flex;
    background-color: rgba(0,0,0,0.8);  
    justify-content: center;
} 
#dialog-wrap:empty{   
    display:none;
} 
#dialog{
    background: #fff;
    align-self: center;
    padding: 1rem;
    width:100%;
    max-width:400px;
    border-radius:5px;  
}
#dialog p{    
    margin-bottom: 20px;
    font-weight: bold;
}
#dialog .option{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#dialog button{
    width:50%;
    background: #242522;
    color:#fff;
    
}
.qrcode-row{
    margin-top: 15px;
    font-weight: bold;
}
.qrcode-row a{
    text-decoration: none;
    color: #000000;
}
.print-qrcode-panel{
    padding: 10px;
    border: 1px solid #c0c4b3;
    margin-top: 30px;
}

.print-qrcode-panel .newlink{
    display: block;
}
.print-qrcode-panel .newlink div:first-child, .print-qrcode-panel .newlink :nth-child(2) {
		margin-right:  0;
}

.print-qrcode-panel .newlink select{
    width:100%;
}

.print-qrcode-panel .newlink button{
   margin: 0;
}
.print-qrcode-panel .last-link-insert{
    margin-top:1rem;
}
.print-qrcode-panel .last-link-insert p{
    text-align: center;
    margin-bottom:1rem;
}
.print-qrcode-panel .last-link-insert label{
    text-align: center;
    cursor: pointer;
}

#qrcode{
    margin-top:30px;
    margin-bottom: 30px;
}
.control-reason{
    margin-top: 25px;
    background: #DDDDDD;    
    padding: 10px;
}
.control-reason h4{
    font-weight:normal;
    font-size:16px;
    margin-bottom: 8px;
}
.season-input-holder{
    display:flex;   
    justify-content: space-between; 
}
fieldset.season-input{
    margin-top: 1rem;   
    padding: 0.5rem;
    border:1px solid #ccc;
}
.season-edit-remark{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.season-editing{
    color:#fff;
    background: #AE541A;
}
table.col2 tr.season-editing:hover td{
    background: #AE541A;
}
.seasontest{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.seasontest p{
    margin-top: 5px;
}
.flex-col{
    display: flex;
    margin-top: 2rem;
}
.flex-col button{
    flex-grow: 0;
    width:150px !important;
    margin-right: 1rem;
}
.season-maintenance{
    margin-top: 2rem;
    padding: 8px 20px;
    border: 1px solid #ccc;
}
.task-progress{
    display:flex;
}
.task-progress label{
    align-self: center;
}
.task-progress i{
    color: #AE541A;
}
.worksheet-head{
    display: flex;
}
.worksheet-head p{
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
}
.worksheet-actions .sec-check-wrap{
    margin-top: 5px;;
}
.worksheet-item{
    display: flex;
    padding:10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;        
}
.worksheet-item.checked{
    background-color: #71911A;   
    color:#fff;     
}
.worksheet-item:last-of-type{   
    border-bottom: 1px solid #ccc;        
}
.worksheet-item textarea{
    width:100%;   
    margin-top: 5px;     
}
.worksheet-item p{
    font-weight: bold;     
}
.worksheet-item div:first-child{
    margin-right: 10px;     
}
.worksheet-item div:last-child{
    flex-grow: 1;     
}
.worksheetid-input-wrap{
    align-self: center;
}
.execution-input-wrap{
    margin-top: 25px;
    margin-bottom: 25px;
}
.execution-input-wrap textarea{
    width: 50%;
    display: block;
    margin-bottom: 15px;
}
button.user-email-button i{
    margin-right: 0;
}
#custom-overlay-holder{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.3);
    z-index: 100;
    display: none;
    justify-content: center;
}
#custom-overlay{
    align-self: center;
    background: #fff;
    padding: 1rem;
    border: 1px solid #000;
}
.overlay-btns button{
    margin-right: 0.8rem;   
}
#custom-overlay-ok-btn:disabled{
    cursor: not-allowed;
}
#delete-confirm p{
    max-width:300px;
}
#delete-confirm .check-wrap{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
#delete-confirm .check-wrap input{
    margin-right: 0.5rem;
}
#delete-confirm .fa-check{
    color:#71911A;
}
#delete-confirm .fa-times{
    color: #AE541A;
}
.marker-label{
    background-color: #000;
    padding: 2px;
}
.new-document h2{
    font-size: 18px;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: 1rem;
    
}
.new-document .recent-files{
    margin-top: 50px;
}
.new-document table{
    width:100%;
}
.routine-options{
    margin-top: 20px;
    margin-bottom: 20px;
}
.routine-options p.info{   
    margin-bottom: 5px;
}
.routine-options-inner{
    margin-top: 8px;
    position:relative;    
} 
.routine-options-select-wrap{
    margin-top: 15px;
}

.single-view.new-action .button-bar{
    margin-top: 20px;
}
.preset-ztv ul{
    margin: 8px;
}
#action-reminder-popup p{
    margin-bottom: 10px;
}
#action-reminder-popup button{
    margin-top: 10px;
    width: 100%;
    background-color: #AE541A;
    color:#fff;
}
table.single th{
    vertical-align: middle;   
}
table.single th .check-wrap{
    display: flex;   
}
table.single th .check-wrap p{
    margin-left: 5px;
}

table.single td .create-routine-options{
    display: flex;
}
table.single td .create-routine-options p{
    align-self: center;
    margin-right: 4px;
}
table.single td .create-routine-options select{
    align-self: center;
    margin-right: 25px;
}
table.single td .create-routine-options button{
    align-self: center;
    margin-left: 25px;
}
table.single td .create-routine-options .create-routine-options-finished-action{
    display: flex;
}

#remind-action-batch-confirm .batch-items-wrap{
    margin-top: 10px;
}
  
#remind-action-batch-confirm .batch-items-wrap .confirm-item{
    display:flex;
}
#remind-action-batch-confirm .batch-items-wrap .confirm-item i{
    align-self: center;
    margin-right: 5px;
}
#remind-action-batch-confirm .batch-items-wrap .confirm-item p{
    align-self: center;   
}
.overlay-btns{
    margin-top: 20px;
}
button#custom-overlay-cancel-btn{
    background: #630303;
    color:#fff;
    border: none;
}
button#custom-overlay-ok-btn{
    background: #71911A;
    color:#fff;
    border: none;
}
button#custom-overlay-ok-btn:disabled{
    opacity: 0.7;
}
#action-reminder-popup button#custom-overlay-ok-btn {    
    background-color: #AE541A;    
}
table.data tr.action-exists td{
    color: #630303;    
}
.action-routine-wrap{
    background: #fff;
    padding:10px;
    border:1px solid #ccc;
    margin-bottom: 15px;
}
.action-routine-confirm{
    display:flex;
    font-weight: bold;
}
.action-routine-confirm input{
    margin-right: 5px;
    cursor: pointer;
}
.new-action-create-options{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.new-action-create-options p{   
    width:200px;
    align-self: center;
}
.new-action-create-options input{
    cursor: pointer;
    margin-right: 5px;
}
#kml-fieldset{
    margin-top: 2rem;
    padding:1rem;
    border: 1px solid #ccc;
}
#kml-fieldset input{
    margin-right: 1rem;
}
button.edit-customer{
    margin-left: 1rem;
}

.offer-view p.head {
    background: #EDEDED;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 5px;
}

.offer-view .tree-info{    
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;   
    margin-bottom: 5px;
    page-break-after: avoid;
    break-after: avoid;
    display: block;
    position: relative;   
    background: #EDEDED;   
}
.offer-view .tree-info .inner{    
    display: flex;
}
.offer-view p.col20 {
    width: 20%;
    border-right: 1px solid #000;
    box-sizing: border-box;
    padding: 5px;
}
.offer-view .arbo {
    font-weight: bold;
    white-space: nowrap;
}
.offer-view p.treename {
    width: 50%;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 5px;
}
.offer-view p.trunks {
    box-sizing: border-box;
    padding: 5px;
    border-left: 1px solid #000;
    white-space: nowrap;
}

.offer-view .action-pos,
.offer-view .priority {   
    display: flex;
}
.offer-view p.action_name {
    box-sizing: border-box;
    padding: 5px;
    flex-grow: 1;
    font-weight: bold;
}
.offer-view p.info, .offer-view p.description {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    padding: 5px;
}
.offer-view .costs {
    border-top: 1px solid #000;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    background-color: #e1f1b3;
}
.offer-view .costs p,
.offer-view .total p {
    align-self: center;
    margin-right: 5px;
    margin-left: 5px;
}
.offer-view input[type='number'], 
.offer-view input.src,
.offer-view input.target {
    width: 80px;
    text-align: right;
    border: none;
    background: #fff;
    border-radius: 3px;
}
.offer-view .total {
   
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    background-color: #cccccc;    
}
.offer-view .action-elem {
    display: block;
    page-break-inside: avoid;
    position: relative;
    border: 1px solid #000;
    margin-top: 10px;
}
p.no-data{
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}
.docs-list{
    max-height: 300px;
    overflow: auto;
}



@media print { 
  nav, #left-panel{
      display:none !important;
  }
  .layout{     
      height: auto !important;
  }
  #right-panel{
      position: static !important;
     height: auto !important;
      width:100% !important;
     
      padding:0 !important;
  }
  .container{
      height:auto !important;
      position:static !important;
  }
  table.print-container{
      margin:0;
  }
  table.print-container tbody.sel{
    display: none;
  }
  
   .offer-summary1-control{
       display: none;
   }
   .offer-summary1{        
       margin-top: 0;  
   }
   input[type=number] {     
    -moz-appearance:textfield; /* Firefox */ 
   }
   ::-webkit-input-placeholder { /* WebKit browsers */
       color: transparent;
   }
   :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: transparent;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: transparent;
    }
   :-ms-input-placeholder { /* Internet Explorer 10+ */
      color: transparent;
   }   
  
   .layout.map{
       height: 100% !important;
   }
   .layout.map .container{
    height: 100% !important;
   }
   .layout.map #right-panel{
     height: 100% !important;
     width:100% !important; 
     margin:0 !important;  
   }
   body{
       margin: 0;
       padding: 0;
   }
   #alkis-btn-wrap, .gm-fullscreen-control{
       display: none;
   }
   
 
}

@media only screen and (max-width: 1250px) {
    .menu a span {
        display: none;
    }
}
