
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/rP2Hp2ywxg089UriCZOIHQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./fonts/rP2Cp2ywxg089UriAWCrCBamC2QX.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/rP2Cp2ywxg089UriAWCrCBimCw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/rP2Cp2ywxg089UriASitCBamC2QX.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/rP2Cp2ywxg089UriASitCBimCw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input{
  outline: none;
  text-transform: uppercase;
  }
select{
  text-transform: uppercase;  
  }
textarea{
  text-transform: uppercase;  
  }

.history span{
  text-transform: uppercase;  
  }
td{
  text-transform: uppercase;  
  }
.txt_company_name, .txt_company_contact, .txt_company_email, .txt_company_notifications{
  text-transform: uppercase;  
  }
.password{
  text-transform: unset;
  }
.password td{
  text-transform: unset;
  }
.clear{
  clear: both;
  }


body{
  font-family: 'DM Sans', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;

  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,157,70,.2), rgba(0,157,70,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,157,70,.2), rgba(0,157,70,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,157,70,.2), rgba(0,157,70,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,157,70,.2), rgba(0,157,70,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;

  }

a{
  color: #000;  
  transition: color 0.2s ease-in-out;
  }
a:hover{
  color: #e37601;  
  }

#centerpanel{
  margin-top: 92px;
  }
a.easyui-linkbutton{
  color: #fff;
  display: inline-block;
  background-color: #e27600;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 6px;
  text-decoration: none;
  }
a.easyui-linkbutton:hover{
  background-color: #ff8500;
  transition: 0.2s ease-in-out;
  }

.logo_wrapper{
  float: left;
  width: 236px;
  }
.logo{
  height: 80px;
  margin: 5px;
  margin-right: 80px;
  float: left;
  transition: 0.2s linear;
  }

.menu2{
  width: 100%;
  text-align: left;
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 8;
  padding-left: 10px;
  box-shadow: 0px 8px 8px rgba(179, 179, 179, 0.5);
  box-sizing: border-box;
  height: 92px;
  font-size: 16px;
  transition: 0.2s linear;
  }

.menu2 div{
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s linear;
  float: left;
  text-align: center;
  }
.menu2 div.menu2_wrapper{
  width: calc(100vw - 270px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  }


.menu2_wrapper div.active{
  color: #e37601;
  }
.menu2_wrapper div:hover{
  color: #e37601;
  }

.menu2.small{
  height: 60px;
  }
.menu2.small .logo{
  height: 50px;
  }



#task_stat{
  margin: 0pc;
  margin-left: 5px;
  }
#message_stat{
  margin: 0pc;
  margin-left: 5px;
  }

.title{
  text-align: center;
  font-weight: bold;
  padding: 20px;
  top: 32px;
  z-index: 8;
  margin-bottom: 0px;
  font-size: 23px;
  color: #e37601;
  text-transform: uppercase;
  }




.input-wrapper {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    margin-bottom: 5px;
    margin-top: 15px;
    }
.input-wrapper.full {
  width: 97%;
  margin-right: 0vh;
  }
.input-wrapper.size1{
  width: 15%;
  }
.input-wrapper.size2{
  width: 30%;
  }
.input-wrapper.size3{
  width: 45%;
  }
.input-wrapper.size5{
  width: 70%;
  }
.input-wrapper.chkbox{
  float: left;
  width: auto;
  }



.popup .input-wrapper.size1, .popup2 .input-wrapper.size1{
  width: 18%;
  margin-right: 8%;
  }
.popup .input-wrapper.size2, .popup2 .input-wrapper.size2{
  width: 33%;
  margin-right: 8%;
  }
.popup .input-wrapper.size3, .popup2 .input-wrapper.size3{
  width: 48%;
  margin-right: 8%;
  }
.popup .input-wrapper.size5, .popup2 .input-wrapper.size5{
  width: 73%;
  margin-right: 8%;
  }



.file_input_data{
  position: absolute;
  margin-left: calc(80vw * 0.15 + 5px);
  }

.popup .file_input_data, .popup2 .file_input_data{
  margin-left: calc(100% * 0.18 + 5px);
  }
.popup .cell80 .file_input_data, .popup2 .cell80 .file_input_data{
  margin-left: calc(80vw * 0.15 + 5px);
  }



.form-control {
  display: block;
  float: left;
  margin: 0;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #6a6a6a;
  background-color: transparent;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  outline: none;
  overflow: hidden;
  resize: none;
  margin-bottom: 5px;
  box-shadow: 2px 3px 3px rgba(179, 179, 179, 0.5);
  background-color: #fff;
  }
select.form-control{
  padding-top: 0.25vh;
  padding-bottom: 0.25vh;
  }
textarea.form-control{
  line-height: 20px;
  height: 77px;
  overflow: auto;
  margin-top: 8px;
  }


select:required:invalid {
  color: #5d5d5d;
}
select.error:required:invalid {
  color: #f00;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}

.form-control.error{
  border-bottom: 1px solid #f00;
  color: #f00;
  }
.form-control.error::-webkit-input-placeholder {
  color: #f00;
}
.form-control.error:-ms-input-placeholder {
  color: #f00;
}
.form-control.error::-moz-placeholder {
  color: #f00;
  opacity: 1;
}
.form-control.error:-moz-placeholder {
  color: #f00;
  opacity: 1;
}


.control-label {
  display: block;
  position: absolute;
  opacity: 0;
  margin-top: -10px;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 13px;
  }

.form-control:placeholder-shown + .control-label {
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out;
}

.form-control:not(:placeholder-shown) + .control-label,
.form-control:focus:not(:placeholder-shown) + .control-label {
  visibility: visible!important;
  z-index: 1!important;
  opacity: 1!important;
  transform: translateY(-10px)!important;
  transition: 0.2s ease-in-out transform!important;
}



.history_outer{
  width: auto;
  max-height: 145px;
  border: 1px solid #aaa;
  overflow: hidden;
  box-shadow: 6px 3px 3px rgba(179, 179, 179, 0.5);
  }
.history_outer.showall{
  max-height: fit-content;
  }
.history{
  width: 100%;
  overflow: hidden;  
  padding: 0px;
  text-align:left;
  display: table;
  }
.history .empty{
  display: block;
  padding: 5px;
  }
.show_more{
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  margin-bottom: 10px;
  clear: both;
  transition: 0.2s ease-in-out;
  }
.show_more:hover{
  color: #e27600;
  }


.history div{
  width: 100%;
  clear: both;
  line-height: 25px;
  background-color: #ddd;
  display: table-row;
  }
.history div:nth-child(2n+0){
  background-color: #fff;
  } 
.history div span{
  display: table-cell;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1px 9px;
  }
.history div span:last-child{
  text-align: right;
  }
.history div span .fa-trash-o, .history div span .fa-pencil{
  float: none;
  }


.tabs2{
  position: sticky;
  background-color: #fff;
  top: 62px;
  padding-top: 10px;
  padding-bottom: 10px;  
  padding-left: 10px;
  z-index: 2;
  box-shadow: 3px 5px 21px -3px rgb(0 0 0 / 20%);
  }

  .tabs2 div{
  display: inline-block;
  width: 100px;
  background-color: #eee;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  }
.tabs2 div.active{
  background-color: #fff;
  font-weight: bold;
  color: #e37601;
  border: 1px solid #e37601;
  }
.cell{
  float: left;
  width: 20%;
  padding-left: 10px;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 5px;
  line-height: 28px;
  }
.cell.cell80{
  width: 80%;
  text-align: left;
  line-height: normal;
  }

.popup .cell, .popup2 .cell{
  width: 13%;
  }
.popup .cell40, .popup2 .cell40{
  width: 40%;
  } 
.popup .cell20, .popup2 .cell20{
  width: 20%;
  } 

.popup .cell60, .popup2 .cell60{
  width: 60%;
  }  
.popup .cell.cell80, .popup2 .cell.cell80{
  width: 87%;
  }

.row{
  padding-top: 10px;
  padding-bottom: 0px;
  }
div.row:nth-child(2n+0){
  background-color: #f3f3f3;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,157,70,.2), rgba(0,157,70,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,157,70,.2), rgba(0,157,70,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,157,70,.2), rgba(0,157,70,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,157,70,.2), rgba(0,157,70,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;  
  } 
.inline_btn{
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #fff;
  transition: 0.2s ease-in-out;
  }
.inline_btn:hover{
  background-color: #e37601;
  }

.titlerow{
  width: 100%;
  padding: 10px;
  background-color: #999;
  color: #fff;
  box-sizing: border-box;
  }


.companytab{
  margin-top: 20px;
  transition: 0.2s ease-in-out;
  opacity: 0;
  }
.companytab.active{
  opacity: 1;
  }


.select_color option[value="red"] {background: red;}
.select_color option[value="green"] {background: green;}
.select_color option[value="grey"] {background: grey;}
.select_color option[value="orange"] {background: orange;}
.select_color option[value="yellow"] {background: yellow;}
.select_color option[value="blue"] {background: blue;}

.select_color[data-chosen='red']{background: red; }
.select_color[data-chosen='green']{background: green; }
.select_color[data-chosen='grey']{background: grey; }
.select_color[data-chosen='orange']{background: orange; }
.select_color[data-chosen='yellow']{background: yellow; }
.select_color option[value="blue"] {background: blue;}


input[type="checkbox"]{
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #e37601;
  }


.black{
  position: fixed;
  background-color: #140a00a1;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  min-width: 100vw;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  }
.black.active{
  visibility: visible;
  opacity: 1;
  }

.popup{
  position: fixed;
  background-color: #fff;
  z-index: 10;
  width: 80vw;
  height: auto;
  margin: auto;
  visibility: hidden;
  padding: 10px;
  overflow: auto;
  box-shadow: 3px 5px 21px -3px rgb(0 0 0 / 80%);
  max-height: 95vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  margin-top: 50px;
  }
.popup.active{
  visibility: visible;
  margin-top: 0px;
  opacity: 1;
  }


.black2,.black3{
  position: fixed;
  background-color: #140a00a1;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  min-width: 100vw;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  }
.black2.active,.black3.active{
  visibility: visible;
  opacity: 1;
  }

.popup2,.popup3{
  position: fixed;
  background-color: #fff;
  z-index: 10;
  width: 60vw;
  height: auto;
  margin: auto;
  visibility: hidden;
  padding: 10px;
  overflow: auto;
  box-shadow: 3px 5px 21px -3px rgb(0 0 0 / 80%);
  max-height: 95vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  margin-top: 50px;
  }
.popup2.active,.popup3.active{
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  }
 
.popup .content, .popup2 .content, .popup3 .content{
  padding-top: 15px;
  text-align: left;
  }

.hidden{
  display: none;
  } 

.fa-upload{
  cursor: pointer;
  font-size: 16px;
  margin: 5px;
  }
.fa-pencil{
  cursor: pointer;
  font-size: 16px;
  margin: 5px;
  float: right;
  }
.fa-trash-o{
  cursor: pointer;
  font-size: 16px;
  margin: 5px;
  color: #f00;
  float: right;
  }
.fa-download{
  cursor: pointer;
  font-size: 16px;
  margin: 5px;
  }

.btn_save_customer{
  float: right;
  padding: 10px 41px;
  margin: 5px;
  background-color: #eee;
  cursor: pointer;  
  }
.btn_save_customer.active{
  background-color: #64af85;
  color: #fff;
  }

.btn_cancel_customer{
  float: right;
  padding: 10px 41px;
  margin: 5px;
  margin-right: 40px;
  background-color: #eee;
  cursor: pointer;  
  }
.btn_cancel_customer.active{
  background-color: #ffcbcb;
  }



.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
  word-wrap: break-word;
  white-space: normal;
  }

.window-proxy-mask, .window-mask {
    background: #000;
}

#docs_other .fa-trash-o, #docs_other .form-control, #tab_files .fa-pencil{
  float: none;
  }
#tab_files tr td:last-child{
  text-align: center;
  }

.fa-upload,.close_note,.fa-download,.fa-pencil,.fa-file-text,.fa-commenting,.fa-eye,.fa-archive,.ico_close{
  transition: 0.2s ease-in-out;
  }
.fa-upload:hover,.close_note:hover,.fa-download:hover,.fa-pencil:hover,.fa-file-text:hover,.fa-commenting:hover,.fa-eye:hover,.fa-archive:hover,.ico_close:hover{
  color: #e37601;
  }

.datagrid-row-selected {
  background: #e37601;
  color: #fff;
  }
.datagrid-row-selected .fa:hover {
  color: #fff;
  }

#company_oweral{
  padding-top: 25px;
  box-shadow: 3px 5px 21px -3px rgb(0 0 0 / 20%);  
  }