@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: "Monserat";
    url("../fonts/Montserrat-Regular.3fe868a1a993.ttf") format("truetype");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, hr, p, figure {
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    border-width: 0;
}

h1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700!important;
    font-size: 36px!important;
    line-height: 50px;

    letter-spacing: 0.2px;

    color: #32363A;
}

h4{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600!important;
    font-size: 24px!important;
    line-height: 40px;
    /* identical to box height, or 167% */

    letter-spacing: 0.2px;

    color: #32363A;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
}

ul, ul {
    display: block;
    margin: 0;
    padding: 0;
}

li {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.2px;

    color: #32363A;
}
span{
    color: #ffffff;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.navbar{
    background-color: #26374C;
    border: none;
}

.top_header{
    color: #FFFFFF;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    /* identical to box height, or 0% */

    align-items: center;
}

.logo{
    padding-top: 10px;
    padding-bottom: 10px;
}

.simple-p{
    margin-top: 10px;
}

.top_header_elements{
    color: #ECF5FD;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.pagination-group{
    border-color: #8DABC4;
}

.pagination-button {
    background: none;
    border-width: 1px;
    border-color: #8DABC4;
    color:#FFFFFF;
}

.pagination-button:focus, .pagination-button:hover, .pagination-button-active{
    color:#FFFFFF;
    background-color: #266979;
    outline:0;
}
.pagination__next > span{
    color:#337ab7;
}
.pagination__prev > span{
    color:#337ab7;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: url("/static/images/select_down.svg");
  font-size: 1rem;
  top: 6px;
  right: 10px;
  position: absolute;
}

input{
    border-radius: 0!important;
    border-width: 1px!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom-color: #334B69!important;
    background: none!important;
    color: #8DABC4!important;
}

input::placeholder {
    color: #8DABC4!important;
    opacity: 1!important;
}

input:focus {
    border-radius: 0;
    border-width: 1px;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom-color: #334B69!important;
    box-shadow: none!important;
}

.header-btn{
    padding-top: 0!important;
}

.settings-dropdown-btn{
    padding-top: 0!important;
    padding-right: 0!important;
    background: none!important;
}

.image-white{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) hue-rotate(195deg) contrast(100%);
}

.image-gray{
    filter: brightness(0) saturate(100%) invert(88%) sepia(1%) hue-rotate(81deg) contrast(93%);
}
.add-button-empty{
    color: white;
    font-family: Fira Sans;
    background-color: #26374C;
    border-color: #30C999;
}
.add-button-empty:focus{
    color: white;
    outline:0;
}
.add-button-empty:hover{
    color: white;
    outline:0;
}
.sync-button{
    color: white;
    font-family: Fira Sans;
    background-color: #30C999;
}
.sync-button:focus{
    color: white;
    outline:0;
}
.sync-button:hover{
    color: white;
    outline:0;
}
.back-button{
    color: white;
    font-family: Fira Sans;
    background-color: #32363A!important;
}
.back-button:focus{
    color: white;
    outline:0;
}
.back-button:hover{
    color: white;
    outline:0;
}
.pretty_select2_select{
    width: 400px;
}
.select2-select{
    min-width: 100%;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #7A7A7A;
    border-radius: 8.0754px;
    min-height: 35px;
}

.select2-results__options > li{
    font-size: 14px!important;
}

.control-label{
    color: white;
}
.items-table a{
    color: white!important;
}
.filled-block{
    background: #26374C
}

.block-with-right-border{
    border-style: solid;
    border-right-width: 1px;
    border-right-color: #334B69;
}

.block-with-bottom-border{
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #334B69;
}

.block-with-left-border{
    border-style: solid;
    border-left-width: 1px;
    border-left-color: #334B69;
}

.block-with-top-border{
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #334B69;
}

.breadcrumbs{
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

textarea{
    width: 100%;
    background-color: #212F40;
    border-style: solid;
    border-color: #334B69;
    outline: 0;
    color: #FFFFFF;
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    resize: none;
}
textarea::placeholder {
    color: #8DABC4;
    opacity: 1;
}
p{
    color: #FFFFFF;
}
.viewerCheckbox{
    cursor: pointer;
}
.actionsButton{
    cursor: pointer;
    width: 100%;
    height: 18px;
}
/*.popover{*/
/*    background-color: #334B69;*/
/*}*/
/*.popover .arrow:after{*/
/*    border-bottom-color: #334B69!important;*/
/*}*/
/*.popover-content a{*/
/*    color: #FFFFFF;*/
/*    cursor: pointer;*/
/*    text-decoration: none;*/
/*}*/
/*.popover-title{*/
/*    color: #FFFFFF;*/
/*    background-color: #334B69;*/
/*    border-bottom-color: #334B69;*/
/*}*/
a.btn:hover{
    color: #337ab7;
    outline:0;
}

a.viewer-tab-header{
    min-width: 200px;
}

a.viewer-tab-header > p{
    margin-left: 20px;
    margin-top: 10px;
}
.text-input-filled, .text-input-filled:focus{
    /*background-color: #212F41!important;*/
    border: 1px solid #334B69!important;
    color: #FFFFFF!important;
}
.form-row{
    margin-bottom: 20px;
}
.pretty-label{
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
}
.bootstrap-filestyle {
    border: none!important;
}
.group-span-filestyle label{
    padding: 0;
}
.group-span-filestyle span{
    font-family: Fira Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    color: #8DABC4;
}
.row-without-margins{
    margin-right: 0;
    margin-left: 0;
}
.voice-button{
    color: #8DABC4;
    width: 100%;
    margin-top: 20px;
}

.mr-20{
    margin-right: 20px;
}

.min-w-200{
    min-width: 200px;
}
.inline{
    display: inline;
}
.datepicker table tr td span {
    color: black;
}
.action-btn{
    cursor: pointer;
}
.button-img{
    display: inline;
}


hr.bottom{
    color: #7A7A7A;
}

header {
    /*background-color: white;*/
    top: 10px;
    height: 60px;
    /*position: absolute;*/
    width: 100%;
}

footer {
    /*background-color: white;*/
    bottom: -120px;
    height: 120px;
    position: absolute;
    width: 100%;
}

footer p, header p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    text-align: left;
    letter-spacing: 0.2px;
    color: #32363A;
}


p.mail{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    text-align: left;
    letter-spacing: 0.2px;

    color: #32363A;
    display: inline-block;
}

p.header-phone{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    letter-spacing: 0.2px;

    color: #32363A;
    display: inline-block;
}

.phone-link{
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 10px;
}

.mail-link, .phone-link{
    text-decoration: none!important;
}

.year{
    margin-top: 10px;
    text-align: center;
}

.header-icon-container{
    display: inline-block;
}

main{
    margin-top: 40px;
    margin-bottom: 60px;
}

.submit-phone-button {
  position: relative;
  width: 70%;
  padding: 15px;
  border: 2px solid #32363A;
  border-radius: 8.0754px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.323016px;
  text-transform: uppercase;

  color: #32363A!important;
  background: none!important;

  left: 15%;
  text-decoration: none!important;
  outline: none!important;

  cursor: pointer;
}

.submit-phone-button-error{
  border-color: #DADADA;;
  color: #DADADA;
}

.submit-phone-button > a, .submit-phone-button > a > span, .submit-phone-button > a > span > span{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;

  color: #32363A!important;
  background: none!important;
  text-decoration: none!important;
  outline: none!important;
}

.submit-phone-button.clicked > a{
  line-height: 28px;
  vertical-align: top;
}
.submit-phone-button.clicked > a > span, .submit-phone-button.clicked > a > span > span{
  line-height: 20px;
  vertical-align: top;
}

#countLabel{
    float: right;
    color: grey;
    margin-right: 15px;
    margin-bottom: 20px;
}
#countLabel > span{
    color: grey;
}

.modal-max{
    width: 95%;
}

.simple-table > thead > tr > th{
    height: 20px!important;
}

.login-cover-group3-item {
  display: flex;
  position: relative;
  flex: 0 1 62px;
}

.login-cover-group {
  display: flex;
}

.login-cover-group.layout {
  position: relative;
  min-height: 42px;
  flex-grow: 1;
  box-sizing: border-box;
  border: 1px solid #7A7A7A;
  border-radius: 8.0754px;
  margin: 20px 0px;
}
.phone{
  height: 100%;
  padding-left: 12px;
  outline: none!important;
  min-width: 455px;
  width: 100% !important;
  border: none!important;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #32363A!important;
}

.fa-icon{
    vertical-align: middle;
    border: 2px solid gray;
    border-radius: 5px;
    color: gray;
    padding: 3px;
}
.submit-phone-button:hover{
    background: #23A6F0!important;
    border: 2px solid #23A6F0!important;
    border-radius: 8.0754px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;

    text-align: center;
    letter-spacing: 0.323016px;
    text-transform: uppercase;

    color: #FFFFFF!important;
}

.submit-phone-button:hover > a, .submit-phone-button:hover > a > span, .submit-phone-button:hover > a > span > span{
  background: #23A6F0!important;
  color: #FFFFFF!important;
}

.back-button:hover{
    background: #23A6F0!important;
    border: 1px solid #23A6F0!important;
    color: #FFFFFF!important;
    outline: 0!important;
}


.gray-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  letter-spacing: 0.2px;

  color: #7A7A7A;

}

.add-button{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 35px;
  /* identical to box height, or 250% */

  letter-spacing: 0.3px;
  text-transform: uppercase;

  color: #23A6F0!important;
}
.add-button:focus{
    color: #23A6F0;
    outline:0;
    text-decoration: none!important;
}
.add-button:hover{
    color: #23A6F0;
    outline:0;
    text-decoration: none!important;
}

.add-button img{
    margin-bottom: 4px;
}

.inline-label{
    margin-right: 0;
    margin-bottom: 0;
    text-align: left!important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    /* identical to box height, or 214% */

    letter-spacing: 0.2px;
}

.phone-div{
    width: 100%;
}

#share_buttom_counter{
    font-weight: 900;
}

#share_buttom_counter_label, #share_buttom_counter{
    color: #32363A;
}

a.delete-row {
  color: #D43F3A;
}
a.delete-row i.fa-trash {
  font-size: 18px!important;
  line-height: 30px!important;
}
a.add-row{
    display: block;
    margin-top: 15px;
}

a:hover > #share_buttom_counter_label, a:hover > span > #share_buttom_counter{
    color: white;
}

a.menu-item{
    border: 1px solid #32363A;
    color: black!important;
    border-radius: 4px;
    padding: 8px;
    vertical-align: middle;
}

.breadcrumb > li{
    font-size: 15px;
    line-height: 20px;
}

.caret{
    color: black;
    margin-left: 10px!important;
}

.close-alert{
    color: black;
}
.close-alert > span{
    color: black;
}

.wms_stock{
    color: black!important;
}

.wms_stock_turnover{
    color: black;
}

thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
tbody td.stuck {
  background-color: white;
  position: sticky;
  left: 0;
  z-index: 1;
}

input:disabled{
    background-color: #eee!important;
    cursor: not-allowed!important;
}

.btn-max, .btn-group-max > .btn {
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 6px;
}

@media (max-width: 1000px) {
    .input-group-addon, .input-group-btn {
        width: unset !important;
    }

    .modal-content{
        max-width: 650px;
    }
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 1050px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1100px;
  }
}
@media (min-width: 1350px) {
  .container {
    width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1450px) {
  .container {
    width: 1250px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1550px) {
  .container {
    width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1650px) {
  .container {
    width: 1450px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1500px;
  }
}
@media (min-width: 1750px) {
  .container {
    width: 1550px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1600px;
  }
}
@media (min-width: 1850px) {
  .container {
    width: 1650px;
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1700px;
  }
}
@media (min-width: 1950px) {
  .container {
    width: 1750px;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 1800px;
  }
}
