html, body{
  width:auto;
  height:100%;
  margin:0;
  padding:0;
  min-width:320px;
}
body{
  font-family:'Lato', tahoma, Arial, sans-serif;
  font-size:14px;
  background-color:#000;
}
#body-wrapper{
  margin:0;
  padding:0;
}
#click-mask{
  z-index:100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.2;
  display:none;
}
#click-mask.active{
  display:block;
}
noscriptmsg{
}
.header #menu-icon {
  display:none;
}
#main-container{
  min-height:calc(100vh - 130px);
  display:table;
  width:100%;
  margin:0;
  padding:0;
}
#main-container .side-menu{
  display:table-cell;
  vertical-align: top;
  width: 180px;
  background: #e7e7e7;
  padding:0;
  font-size: 14px;
}
#main-container .side-menu .firm-items{
  padding-top:10px;
}
#main-container .side-menu .menu-item{
  border-top:1px solid #FFF;
}
#main-container .side-menu .sel-firm-header + .menu-item,
#main-container .side-menu .firm-items + .menu-item{
  border-top: 2px solid #009000;
}
#main-container .side-menu .menu-item:first-of-type{
  border-top:0;
}
#main-container .side-menu .menu-item.current{
  font-weight:bold;
}
#main-container .side-menu .menu-item a{
  display:block;
  padding:10px;
  text-decoration:none;
  border-left: 4px solid transparent;
  color:#000;
}
#main-container .side-menu .menu-item a:hover{
  color:#FFF;
  background-color:#000000;
  background: linear-gradient(270deg, #bda400 0, #000000 100%);
}
#main-container .side-menu .menu-item.current a{
  color: #FFF;
  border-left: 4px solid #bda400;
  background-color:#000000;
  background: linear-gradient(270deg, #bda400 0, #000000 100%);
}
#main-container .side-menu .menu-item a img{
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  margin-right: 10px;
}
#main-container .side-menu .firm-items .menu-item a{
  padding-left:22px;
}
#main-container .side-menu .firm-items .sel-firm-header a{
  padding-top:0;
  padding-left:10px;
}
#main-container .side-menu .firm-items .sel-firm-header a img{
  margin-right:0;
}
#main-container .side-menu .firm-items .sel-firm-header a:hover{
  color:#009000;
  background:inherit;
}
.site-wrapper{
  padding:10px 20px 20px 20px;
  display:table-cell;
  vertical-align: top;
  background-color: #fbfbfb;
  border: 4px solid #FFF;
}
.breadcrumbs{
  font-size:11px;
  margin:0 0 20px 0;
  text-align:left;
}
.breadcrumbs a{
  text-decoration:underline;
}
.breadcrumbs a::after{
  content:"\00BB";
  padding-left:3px;
  display:inline-block;
}
.hidden{
  display:none !important;
}
.align-center{
  text-align:center;
}
.vert-align-helper{
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
input[type="file"].not-visible{
  position:absolute;
  color:transparent;
  height:0;
  width:0;
  font-size:0;
}
.css-upload-label{
  cursor:pointer;
}
.css-upload-output,
.css-upload-output.button{
  display:inline-block;
  width:auto;
}
.relative{
  position:relative;
}
.align-right{
  text-align:right;
}
.modal{
  position:relative;
  z-index:10;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
}
.modal .mod-bckg{
  content:' ';
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000;
  opacity:0.2;
  cursor:pointer;
}
.modal .mod-wnd{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:2;
  padding:24px 10px 20px 10px;
  text-align:left;
  background-color:#FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0 #009000;
  -moz-box-shadow: 0px 0px 10px 0 #009000;
  box-shadow: 0px 0px 10px 0 #009000;
  border-radius:4px;
}
.modal .mod-wnd .close,
.cookie-notice .close{
  position:absolute;
  right:-10px;
  top:-10px;
  width:19px;
  height:19px;
  background:url('/images/close.png') transparent no-repeat center center;
  cursor:pointer;
}
.modal .mod-wnd .title{
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.modal .mod-wnd .text{
  margin-bottom:10px;
}
a,
.link{
  color:#bda400;
  text-decoration:none;
  cursor:pointer;
}
a:hover,
.link:hover{
  color:#796900;
  text-decoration:underline;
}
a.button{
  width:calc(100% - 24px);
}
a.button:hover{
  color:#796900;
  text-decoration:none;
}
a.button-inline{
  width:auto;
  margin-top:0;
  margin-bottom:0;
  display:inline-block;
  vertical-align:top;
}
a.info-ico{
  display: inline-block;
  border: 2px solid #bda400;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  margin: 0 10px;
  text-decoration: none;
}
a.info-ico + .info-box{
  margin-top:10px;
  position:absolute;
  z-index:1;
}
button.button-inline{
  display:inline-block;
  vertical-align:top;
}
button.link{
  display:inline-block;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
  font-size:inherit;
  font-weight:inherit;
  line-height:inherit;
}
.button-inline.not-visible{
  visibility:hidden;
}
.underline{
  text-decoration:underline;
}
.italic{
  font-style:italic;
}
input[type="checkbox"]{
  margin: 0 7px 0 0;
}
input[type="checkbox"] + label{
  cursor:pointer;
}
.row{
  display:block;
  position:relative;
  margin-bottom:10px;
}
.row.with-separator{
  border-bottom:1px solid #e9e9e9;
  padding-bottom:10px;
}
.row .label{
  font-size:14px;
  margin-bottom:2px;
  position: relative;
  display: inline-block;
  vertical-align:middle;
  padding-right: 10px;
}
.row .float-right{
  position:absolute;
  right:0;
  top:0;
}
.row:focus-within > .label,
.row .cell:focus-within > .label{
  font-weight:bold;
}
.row .label.required::after{
  content:"*";
  position:absolute;
  right:0;
  top:0;
  display:inline-block;
  font-size:14px;
  color:#FF5800;
}
.row .label input[type="checkbox"]{
  vertical-align:middle;
}
.row.legend{
  font-weight: bold;
  font-size: 12px;
}
.row.legend span.required{
  display:inline-block;
  color:#FF5800;
}
.row .input{
  font-size:0;
}
.row .input label{
  font-size:14px;
}
.row .input.inline{
  display:inline-block;
  vertical-align:middle;
}
.row .input.value{
  font-size:inherit;
  padding:10px;
  border-bottom:1px solid #e9e9e9;
}
.row .input.with-buttons{
  padding-right:10px;
}
.row .input .text{
  font-size:14px;
}
.row .input.value .text{
  padding-bottom:10px;
}
.row .input.captcha{
  text-align:right;
  font-size:14px;
}
.row .input .after-wrapper-percent{
  position:relative;
  display:inline-block;
}
.row .input .after-wrapper-percent input{
  padding-right:24px;
  width:calc(100% - 38px);
}
.row .input .after-wrapper-percent::after{
  content:"%";
  position:absolute;
  right:10px;
  top:0;
  bottom:0;
  display:inline-block;
  font-size:14px;
  line-height:40px;
}
.row .input + .info-box{
  margin-top:10px;
}
.row .input .button-inline{
  padding:0 10px;
  line-height:39px;
}
.row .input .button-inline img{
  vertical-align:middle;
}
.row .input.with-buttons .button-inline{
  margin:0 5px;
}
.row .input.has-pass-preview{
  position:relative;
}
.row .input.has-pass-preview input[type="password"]{
  padding-right: 40px;
  width: calc(100% - 54px);
}
.row .input.has-pass-preview .pass-preview{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  z-index: 1;
  width: 40px;
  height:39px;
  text-align:center;
  cursor:pointer;
}
.row .input.has-pass-preview .pass-preview i{
  display:inline-block;
  line-height:39px;
  font-size:20px;
  color:#ddd;
}
.row .input.has-pass-preview .pass-preview:hover i{
  color:#000;
}
.row .field-format-tip{
  font-size:14px;
}
.row .error ~ .field-format-tip{
  color:#FF5800;
}
.row.with-separator-below{
  border-bottom:1px solid #7FFF81;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.row.with-separator-above{
  border-top:1px solid #7FFF81;
  padding-top:20px;
  margin-top:20px;
}
.row .title{
  font-weight:bold;
  margin-bottom:10px;
}
.two-cells,
.three-cells,
.has-cells{
  font-size:0;
}
.two-cells .cell,
.has-cells .cell{
  display:inline-block;
  vertical-align:top;
  width:calc(50% - 10px);
  margin-left:20px;
}
.three-cells .cell{
  display:inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 8px);
  margin-left: 12px;
}
.three-cells .cell .row .cell{
  width: calc(50% - 8px);
}
.two-cells .cell:first-of-type,
.three-cells .cell:first-of-type,
.has-cells .cell:first-of-type{
  margin-left:0 !important;
}
.cell .time{
  font-size:14px;
}
.cell .time select{
  width:67px;
}
.table-wrapper{
  padding:10px;
  background-color:#FFF;
  border-radius:10px;
}
.table{
  display:table;
  width:100%;
}
.table.width-auto{
  width:auto;
}
.table .row{
  border-bottom:1px solid #e9e9e9;
  padding:0;
  margin-bottom:0;
  display:table-row;
}
.table .cell{
  display:table-cell;
  vertical-align:top;
  padding:5px;
  border:1px solid #e9e9e9;
  border-right-width:0;
  border-top-width:0;
}
.table .cell:last-of-type{
  padding-right:0;
  border-right:1px solid #e9e9e9;
}
.table.middle .cell{
  vertical-align:middle;
}
.table-full-width .row{
  border-bottom:1px solid #e9e9e9;
  padding:10px;
}
.table .table-header .cell{
  background-color:#ECECEC;
  padding:5px;
  border-right:1px solid #FFF;
}
.table .table-header .cell:last-of-type{
  border-right-color:#ECECEC;
}
.table .cell .label{
  display:none;
}
.table.no-borders .row,
.table.no-borders .cell,
.table-full-width.no-borders .row,
.table.no-borders .table-header .cell{
  border:0;
}
.table.invoice-columns .row .cell{
  vertical-align:middle;
}
.table.invoice-columns input[type="text"]{
  width: auto;
}
.table.users .cell .online{
  color: #FFF;
  padding: 0 5px;
  background: #009900;
  border-radius: 4px;
}
.table a{
 color:#796900;
}
.table a:hover{
 color:#bda400;
}
.table .table-header .cell{
  line-height:18px;
}
.actions a{
  display:inline-block;
  vertical-align:top;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e9e9e9;
}
.actions a:first-of-type{
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.status a img,
.actions a img{
  border-radius:4px;
  margin-right:5px;
  width:20px;
  height:20px;
}
.filter-link{
  display:inline-block;
  vertical-align:top;
  margin-bottom:10px;
}
.filter-link::before {
  content:"\2B";
  margin-right:3px;
  display:inline-block;
  color:#FFF;
  background-color:#bda400;
  border-radius:4px;
  font-weight:bold;
  width:19px;
  text-align:center;
}
.filter-link.active::before{
  content:"\2D";
}
.filter-wrapper{
  margin-bottom:20px;
}
.filter-wrapper input[type="submit"]{
  margin:0;
}
.filter-wrapper form.filter{
  font-size:0;
}
.filter-wrapper form.filter .cell:last-of-type{
  margin-right:0;
  margin-left:4px;
}
.current-filter{
  margin:10px 0;
  background-color:#ECECEC;
  padding:10px;
  border-radius:10px;
}
.current-filter .title{
  font-weight:bold;
}
.current-filter .fields{
  margin:5px 0 10px 0;
}
.current-filter .fields .row{
  margin-bottom:0;
}
.current-filter .button-wrapper{
  display:inline-block;
}
.current-filter .button-wrapper .button{
  margin:0;
}
.header{
  color:#f3da35;
  background:#000;
  /*border-bottom:1px solid #f3da35;*/
  padding:0;
  font-size:0;
}
.header > .row{
  margin-bottom:0;
  text-align:right;
  display:table;
  width:100%;
  padding:5px 0;
}
.header > .row .cell{
  display:table-cell;
  vertical-align:top;
  text-align:right;
  text-decoration:none;
}
.header > .row .cell.logo-wrapper{
  text-align:left;
  padding:0 0 0 5px;
  background: #000;
}
.header > .row .cell.logo-wrapper .logo{
  width:200px;
  display:inline-block;
  padding:10px;
  border: 2px solid #f3da35;
  border-radius: 15px;
}
.header > .row .cell .mobile-menu-wrapper{
  display:none;
}
.header .menu-wrapper{
  display:block;
  vertical-align:top;
  width:auto;
  line-height:48px;
  font-size:14px;
  text-align:right;
  position:relative;
}
/*
.header .menu-wrapper .sel-firm-header{
  display:none;
}
*/
.header .menu-wrapper .menu{
  display: inline-block;
  vertical-align: top;
  position:relative;
  /*
  padding: 10px 20px;
  border-left:1px solid #f3da35;
  */
}
.header .menu-wrapper .menu > span.client-name{
  display: inline-block;
  padding: 10px 15px;
  vertical-align: top;
  font-weight: normal;
  font-size: 18px;
  color: #a0a0a0;
  position:relative;
}
.header .menu-wrapper .menu > span.client-name::after{
  position: absolute;
  content: ">";
  z-index: 1;
  right: -7px;
  top: 11px;
  font-size: 21px;
}
.header .menu-wrapper .menu > a{
  display: inline-block;
  padding: 10px 15px;
  vertical-align: top;
  font-weight:bold;
  font-size:18px;
}
.header .menu-wrapper .menu > a.current{
  color: #000;
  background-color: #f3da35;
  font-weight:bold;
}
.header .menu-wrapper .menu .separator{
  font-size: 0;
  height: 15px;
  border-right: 1px solid #f3da35;
  margin: 25px 0 0 0;
  display: inline-block;
  vertical-align: top;
}
.header .menu-lang > .current{
  display: inline-block;
  padding: 10px 15px;
  vertical-align: top;
  color:#009000;
}
.header .menu-lang ul{
  list-style:none;
  margin:0;
  padding:6px 0 0 0;
  display:none;
  vertical-align:top;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:1;
  /*border:2px solid #FFF;
  border-top:0;*/
  text-align:center;
}
.header .menu-lang li{
  background-color:#4caf50;
  color:#FFF;
  padding:5px 0;
}
.header .menu-lang li a{
  color:#FFF;
  font-weight:bold;
}
.header .menu-lang:hover{
  background-color:#4caf50;
}
.header .menu-lang:hover ul{
  display:block;
}
.header .menu-wrapper .side-menu{
  display:none;
}
.header .menu-wrapper .avatar{
  margin-right:10px;
}
#main-container .side-menu .sel-firm-header{
  padding-top:0;
  font-size:0;
}
.footer{
  padding-top:10px;
  border-top:1px solid #e9e9e9;
  text-align:center;
  padding:10px 10px 9px 10px;
  font-size:0;
  line-height:30px;
  color:#A9A9A9;
}
.footer .mid-container{
  width:50%;
  display:inline-block;
  vertical-align:top;
  font-size: 12px;
  text-align:left;
}
.footer .mid-container:last-of-type{
  text-align:right;
}
.footer .mid-container .cell{
  display:inline-block;
  vertical-align:top;
  margin:0 10px 0 10px;
}
.cookie-notice{
  position: fixed;
  z-index:111;
  bottom: 0;
  right: 0;
  left:0;
  margin:auto;
  width: 800px;
  max-width: calc(100% - 60px);
  margin: 10px auto;
  padding: 10px 20px;
  background-color:#000;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 2px #f3da35;
  -moz-box-shadow: 0px 0px 10px 2px #f3da35;
  box-shadow: 0px 0px 10px 2px #f3da35;
}
.cookie-notice .image{
  margin: 0;
  text-align: center;
  padding: 0;
  background: transparent;
  display: block;
  color: #f3da35;
  font-size:48px;
}
.cookie-notice .result-error{
  background-color:#FF5800;
  color:#FFF;
  margin:10px 0;
}
.cookie-notice .title{
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #f3da35;
  color: #f3da35;
  text-align: center;
  padding-bottom: 10px;
}
.cookie-notice .content{
  text-align:justify;
  font-size: 16px;
  color: #FFF;
}
.cookie-notice .content .row button{
  margin-top:0;
}
.cookie-notice .content .row.with-cells{
  text-align:center;
  margin:0;
}
.cookie-notice .content .row .cell{
  font-size: 16px;
  display: inline-block;
  margin: 10px;
}
.section-title{
  margin:0 0 20px 0;
  font-size:22px;
  font-weight:200;
  position:relative;
}
.section-subtitle{
  margin:0 0 10px 0;
  font-size:18px;
  font-weight:bold;
}
.section-title .action-buttons{
  position:absolute;
  top: -22px;
  right:0;
}
.section-title .correction{
  color:#bb000f;
}
input[type="text"],
input[type="number"],
input[type="e-mail"],
input[type="password"],
textarea,
select{
  padding:10px;
  border:2px solid #ddd;
  border-radius:4px;
  font-size:14px;
  line-height:16px;
  font-family: inherit;
  background-color:#FFF;
  width:calc(100% - 24px);
}
textarea{
  resize:vertical;
}
.page-invoice-view .preview-wnd .form textarea{
  height: 133px;
}
.captcha input[type="text"]{
  width:100px;
}
select{
  width:100%;
  padding-top:10px;
  padding-bottom:10px;
  cursor:pointer;
}
input[type="text"]:active,
input[type="number"]:active,
input[type="e-mail"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="e-mail"]:focus,
input[type="password"]:focus,
textarea:focus{
  background-color:#fbfbfb;
  outline:none;
  box-shadow:none;
}
input[type="submit"],
input[type="button"],
button,
.button{
  background-color:#f3da35;
  color:#000;
  padding:10px 10px;
  margin-bottom:10px;
  border:2px solid #bda400;
  border-radius:4px;
  font-size:14px;
  line-height:16px;
  font-weight:bold;
  width: auto;
  display: block;
  cursor: pointer;
  margin: 20px auto 0 auto;
}
input[type="submit"]{
  min-width:180px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover{
  color:#FFF;
}
.button.not-active{
  background: #e9e9e9;
  color: #888;
  border-color: #e9e9e9;
  cursor: default;
}
input[type="submit"].link,
input[type="button"].link{
  background-color:transparent;
  border:0;
  padding:0;
  color:#009000;
}
input[type="submit"].secondary,
input[type="button"].secondary{
  background-color:#e9e9e9;
  color:#009000;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance:none;
  margin:0;
}
/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
.button-inverted,
a.button-inverted,
input[type="submit"].button-inverted,
input[type="button"].button-inverted,
button.button-inverted{
  background-color:#ececec;
  color:#000;
  border:1px solid #f3da35;
}
.button-inverted:hover,
a.button-inverted:hover,
input[type="submit"].button-inverted:hover,
input[type="button"].button-inverted:hover,
button.button-inverted:hover{
  color:#bda400;
}
.button-small{
  padding:5px 10px;
}
.msg-container{
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin:auto;
  text-align: center;
  width: 100%;
  max-width: 640px;
  z-index:1;
}
.msg-container .msg,
.inner-msg{
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,0.25);
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 25%);
  cursor:pointer;
  margin-bottom:20px;
}
.inner-msg{
  margin-top:20px;
}
.content-wrapper .inner-msg:last-of-type{
  margin-bottom:0;
}
.content-wrapper ~.content-wrapper{
  margin-top:20px;
}
.msg-container .msg-success,
.inner-msg.msg-success{
  background-color:#4caf50;
  color:#FFF;
}
.msg-container .msg-error,
.inner-msg.msg-error{
  background-color:#FF5800;
  color:#FFF;
}
.msg-container .msg-error a,
.inner-msg.msg-error a{
  font-weight:bold;
  text-decoration:underline;
  color:#FFF;
}
input.error,
select.error,
textarea.error{
  border-color:#FF5800
}
input[type="text"]:disabled,
select:disabled{
  background-color:#E0FFE0;
  opacity:1;
}
select:active,
select:focus{
  outline:none;
}
select.day,
select.year{
  width:25%;
}
select.month{
  margin:0 10px;
  width:calc(50% - 20px);
}
.checkbox-wrapper{
  display:inline-block;
  vertical-align:top;
  width:20px;
  text-align:left;
}
.checkbox-wrapper input[type="checkbox"]{
  margin-left:0;
  margin-right:0;
}
label.terms{
  font-size:14px;
  width:calc(100% - 23px);
  display:inline-block;
  vertical-align:top;
}
.delete-form-wrapper{
  margin-top:25px;
  text-align: right;
}
.delete-form .text{
  margin:10px 0;
  font-weight:bold;
  text-align:center;
  color:#F00;
}
.delete-form select{
  width: auto;
  margin: auto;
  display: block;
}
.delete-form input[type="submit"]{
  background-color:#FF5800;
  border-color:#F00;
}
.content-wrapper{
  text-align:left;
  display:block;
  width:640px;
  max-width:calc(100% - 40px);
  margin:0 auto;
  padding:20px;
  background: #FFF;
  border-radius: 10px;
  /*
  border: 1px solid #e9e9e9;
  border-top: 0;
  border-bottom: 0;
  */
}
.content-wrapper.full-width{
  width:auto;
}
.content-wrapper .full-box{
  /*background-color:#e9e9e9;*/
  border-radius:4px;
  padding:10px;
}
.cap-wrapper{
  text-align:center;
  font-size:14px;
}
.cap-wrapper img,
.cap-wrapper input[type="text"]{
  width:320px;
  max-width:calc(100% - 24px);
  text-align:center;
}
.media-wrapper .cell{
  display:inline-block;
  vertical-align:top;
  padding: 10px;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  margin: 0 10px 10px 0;
}
.form .cap-wrapper a{
  text-align:inherit;
}
.side-menu + .site-wrapper .content-wrapper.full-width{
  max-width:none;
  width:auto;
}
.img-wrapper .img{
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
  max-width: 100%;
  border-radius: 50%;
  border: 1px solid #bda400;
  overflow: hidden;
}
.img-wrapper .img img{
  display:inline-block;
  vertical-align:top;
  max-width:100%;
  max-height:100%;
}
.info-box{
  font-size:14px;
  background-color:#ECECEC;
  padding:10px;
  border-radius:4px;
  display:inline-block;
}
.info-box p{
  margin-top:0;
}
.info-box p:last-of-type{
  margin-bottom:0;
}
.info-box .title{
  font-weight:bold;
  margin-bottom:10px;
}
.info-box + .info-box{
  margin-top:10px;
}
.paging-wrapper{
  position:relative;
  margin:10px 0;
}
.paging-wrapper .page{
  display: inline-block;
  border: 1px solid #4caf50;
  border-radius: 4px;
  text-align: center;
  padding: 0 5px;
  margin:0 5px;
}
.paging-wrapper .previous,
.paging-wrapper .current,
.paging-wrapper .spacer,
.paging-wrapper .next{
  display: inline-block;
  text-align: center;
  margin:0 5px;
}
.page{
  position:relative;
}
.page ul{
  margin:0;
  padding:0 0 15px 20px;
}
.page ul li{
  list-style:none; /* Remove default bullets */
  margin-bottom:10px;
}
.page ul li::before {
  content:"\2022";  /* \2022 is the CSS Code/unicode for a bullet */
  color:#bda400;
  display:inline-block;
  width:1em;
  margin-left:-1em;
}
.page ul li ul{
  margin-top:10px;
}
.inline-list .list-item{
  line-height:20px;
  padding:5px;
  background-color:#ECECEC;
  display:inline-block;
  margin:5px;
  border-radius:4px;
  font-size:0;
}
.inline-list .list-item span{
  font-size:14px;
  display:inline-block;
  vertical-align:top;
}
.inline-list .list-item a{
  display:inline-block;
  vertical-align: middle;
  border: 1px solid #bda400;
  border-radius: 4px;
  padding: 2px;
  font-size: 0;
  line-height: 1;
  margin-left:5px;
}
.inline-list .list-item a img{
  vertical-align:top;
}
.page ul.search-list{
  font-size: 14px;
  padding: 0 12px;
  background-color:#e9e9e9;
  position: absolute;
  left: 0;
  right: 0;
  top: 62px;
  z-index: 1;
}
.page ul.search-list li::before{
  content:"";
}
.page ul.search-list li{
  display:none;
  border-top:1px solid #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom:0;
  cursor:pointer;
}
.page ul.search-list li.show{
  display:list-item;
}
.contact-form .agreement label{
  font-size: 11px;
  display: inline-block;
  max-width: calc(100% - 20px);
  vertical-align: top;
  line-height: 13px;
}
.shadow-box{
  -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.1);
  box-shadow:0 0 5px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 10%);
}
.counter{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10px;
  background: #e9e9e9;
}
/* PAGE LOGIN */
.page-login .content-wrapper{
  width:280px;
  min-width: auto;
  border:0;
}
.page-login .form a{
  font-size:14px;
  display:block;
  text-align:right;
}
/* PAGE HOME */
.page-home .content-wrapper{
  padding-top:50px;
  border:0;
  background:transparent;
}
.page-home .row{
  text-align:center;
}
.page-home .row .cell{
  display:inline-block;
  vertical-align:top;
  margin:20px 30px;
}
/* PAGE USER HOME */
.page-user-home .dashboard .section{
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.page-user-home .dashboard .section:last-of-type{
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-user-home .dashboard .section .text{
  margin: 0 0 10px 0;
  text-align:center;
}
.page-user-home .dashboard .section .link{
  margin: 15px 0;
  text-align:center;
}
.page-user-home .dashboard .section .text .with-background{
  background: #e9e9e9;
  padding: 10px;
  border-radius: 10px;
}
.page-user-home .dashboard .section .text .subnote{
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 0 10px;
}
.page-user-home .dashboard .section .text .separator{
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  vertical-align: bottom;
  margin: 0 10px;
  color: #e9e9e9;
  font-size: 34px;
}
.page-user-home .dashboard .section .campaigns-wrapper{
  margin-top: 20px;
  text-align: left;
}
.page-user-home .dashboard .section .campaigns-wrapper .subtitle{
  margin-bottom:10px;
  font-size:16px;
  color:#000;
  font-weight:bold;
}
/* PAGE CHANGE PASSWORD */
.page-password-change .indication-box{
  margin-bottom:20px;
}
.page-password-change .content-wrapper,
.page-password-recover .content-wrapper{
  width:340px;
  min-width:auto;
}
/* PAGE PROFILE VIEW */
.page-profile-view .img-wrapper .img{
  /*width is set by inline style to meet limits*/
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #f3da35;
  width: 100px;
  height: 100px;
  line-height: 102px;
  font-size: 40px;
  font-weight: bold;
}
.page-profile-view .label{
  color:#808080;
}
.page-profile-view .button-wrapper{
  margin-top:10px;
}
.page-profile-view .button-wrapper .button{
  width: 156px;
  max-width:100%;
}
/* PAGE PROFILE EDIT */
.page-profile-edit .img-wrapper .img{
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #f3da35;
  width: 100px;
  height: 100px;
  line-height: 102px;
  font-size: 40px;
  font-weight: bold;
}
.page-profile-edit.firm-profile-edit .info-box{
  display:block;
}
.page-profile-edit.firm-profile-edit .info-box.duplicates,
.page-profile-edit.firm-profile-edit .info-box.duplicates .list{
  margin-bottom:10px;
}
.page-profile-edit.firm-profile-edit .info-box.duplicates .list ul{
  padding-bottom:0;
}
.page-profile-edit.firm-profile-edit .info-box.duplicates label{
  color:#FF5800;
  cursor:pointer;
}
/* PAGE PROFILE DELETE */
.page-profile-delete .content-wrapper{
  text-align:center;
}
.page-profile-delete select{
  text-align:center;
  width:100px;
}
/* PAGE 404 */
.page-404,
.page-404 .content-wrapper{
  text-align:center;
}
/* PAGE USERS LIST */
.page-users-list .filter .cell{
  width:calc((100% / 7) - 4px);
  display:inline-block;
  vertical-align: top;
  margin-bottom:10px;
  margin-right:4px;
}
.page-users-list .actions a img{
  margin-right:0;
}
/* PAGE BLOCKED IPS */
.page-ips-blocked-list .filter .cell{
  width:150px;
  max-width:calc(50% - 4px);
  display:inline-block;
  vertical-align: top;
  margin-bottom:10px;
  margin-right:4px;
}
.page-ips-blocked-list .actions a img{
  margin-right:0;
}
/* PAGE USERS LOCKED */
.page-users-locked-list .filter .cell{
  width:calc((100% / 5) - 4px);
  display:inline-block;
  vertical-align: top;
  margin-bottom:10px;
  margin-right:4px;
}
.page-users-locked-list .actions a img{
  margin-right:0;
}
/* PAGE WITH LIST */
.page-list .filter .cell{
  width:196px; /*max width before 640px breakpoint */
  max-width:100%;
  display:inline-block;
  vertical-align: top;
  margin-bottom:10px;
  margin-right:4px;
}

.print-version #body-wrapper,
.print-version #main-container{
  margin:0;
  padding:0;
  display:block;
  width:auto;
  min-height:auto;
}
.print-version .site-wrapper{
  display:block;
  width:auto;
  padding:0 20px;
}
.print-version .page-invoice-view,
.print-version table,
.print-version .invoice-wrapper{
  margin:0;
  padding:0;
}
.print-version .page-invoice-view{
  padding-top:15px;
}
/* PAGE COOKIES */
.page-cookies .row{
  margin-bottom:40px;
}
.page-cookies .row:last-of-type{
  margin-bottom:0;
}
.page-cookies .cookies-list{
  padding-bottom:0;
}
/* PAGE CONTACT */
.page-contact{
  width: 800px;
  margin: auto;
  max-width: 100%;
}
/* PAGE DEVICE */
.device-tags{
  margin-top: 5px;
}
.device-tags .tag{
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 10px 0 0;
  vertical-align: top;
  background-color: #f3da35;
  color: #000;
  border-radius: 4px;
  font-size:14px;
}
.device-tags .tag.has-close{
  padding-right: 25px;
  cursor: pointer;
}
.device-tags .tag.has-close:after{
  content: 'x';
  font-weight: bold;
  color: #bda400;
  font-size: 18px;
  position: absolute;
  right: 7px;
  top: 4px;
  line-height: 18px;
}
.page-devices-view .device-tags .tag{
  margin-top:0;
  background-color:transparent;
  border:1px solid #f3da35;
}
.page-devices-view .device-details .cell{
  border-right:0;
  padding:10px;
}
.page-devices-view .device-details .cell:first-of-type{
  background-color:#e9e9e9;
  width: 150px;
  border-bottom-color: #FFF;
}
/* MEDIA LIST - GENERIC STYLES */
.media-wrapper{
  color:#808080;
  overflow: auto;
  max-height: 50vh;
}
.media-wrapper .cell{
  text-align:center;
}
.media-wrapper .cell a,
.media-wrapper .cell .media-name{
  font-weight:bold;
}
.media-wrapper .img-wrapper,
.preview-wrapper .img-wrapper{
  text-align: center;
  width: 150px;
  height: 100px;
  overflow: hidden;
  font-size: 70px;
  line-height: 100px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  position:relative;
}
.media-wrapper .img-wrapper.type-image::before,
.preview-wrapper .img-wrapper.type-image::before{
  position: absolute;
  content: "\f03e";
  font: normal normal normal 20px / 1 FontAwesome;
  color: #7f9fff;
  z-index: 1;
  left: 0;
  top: 0;
  background: #FFF;
  /*opacity:0.9;*/
  padding: 5px;
  border-bottom-right-radius: 4px;
}
.media-wrapper .img-wrapper.type-video::before,
.preview-wrapper .img-wrapper.type-video::before{
  position: absolute;
  content: "\f008";
  font: normal normal normal 20px / 1 FontAwesome;
  color: #ff5800;
  z-index: 1;
  left: 0;
  top: 0;
  background: #FFF;
  /*opacity:0.9;*/
  padding: 5px;
  border-bottom-right-radius: 4px;
}
.media-wrapper .img-wrapper img{
  vertical-align:top;
}
.media-wrapper .cell .client-name{
  display: block;
  font-size: 12px;
  border-top: 1px solid #eee;
  margin-top: 5px;
  padding-top: 5px;
}
/* PAGE MEDIA EDIT*/
.page-media-edit .media-form .media-wrapper .media-select{
  font-size: 50px;
  cursor:pointer;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  overflow:hidden;
}
.page-media-edit .media-form .media-wrapper .media-select img,
.page-media-edit .media-form .media-wrapper .media-select video{
  max-width:100%;
  vertical-align: top;
}
.page-media-edit .media-form .media-name{
  font-size: 14px;
  background-color:#fff194;
  padding:10px;
  margin-top:5px;
  border-radius:10px;
  text-align:center;
  position:relative;
}
.page-media-edit .media-form .media-name .error-txt{
  display:none;
}
.page-media-edit .media-form .media-name.error .error-txt{
  display: block;
  background-color: #FF5800;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  color: #FFF;
  padding: 10px;
}
.page-media-edit .media-form .upload-result{
  font-size: 24px;
  margin-top: 10px;
  color: #4caf50;
}
.page-media-edit .media-form .upload-result.error{
  font-size:14px;
  color: #FF5800;
}
.page-media-edit .media-form .info-box{
  text-align:left;
  display:block;
}
.page-media-edit .media-form #progress-area{
  margin-top: 10px;
  background-color:#fff8c8;
  text-align:left;
  padding: 15px 20px;
  border-radius:10px;
}
.page-media-edit .media-form #progress-area .cell{
  display:inline-block;
  vertical-align:top;
  text-align:left;
}
.page-media-edit .media-form #progress-area .cell:first-of-type{
  width:45px;
}
.page-media-edit .media-form #progress-area .cell:last-of-type{
  width:calc(100% - 45px);
}
.page-media-edit .media-form #progress-area i{
  font-size:32px;
  color:#bda400;
}
.page-media-edit .media-form #progress-area .cell table{
  width:100%;
  font-size:14px;
  text-align:left;
  border-collapse: collapse;
}
.page-media-edit .media-form #progress-area .percent{
  text-align:right;
  font-size:14px;
  line-height: 22px;
  position:relative;
}
.page-media-edit .media-form #progress-area .percent i{
  font-size: 24px;
  line-height: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}
.page-media-edit .media-form #progress-area .progress-bar{
  height: 7px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
}
.page-media-edit .media-form #progress-area .progress-bar .progress{
  height: 100%;
  width: 0%;
  background: #bda400;
  border-radius: inherit;
}
.page-media-edit .media-form #progress-area .file-size{
  line-height: 12px;
  font-size: 12px;
}
/* PAGE CAMPAIGNS EDIT*/
.page-campaigns-edit .content-wrapper.modal{
  background-color:#e9e9e9;
}
.page-campaigns-edit .content-wrapper.modal #campaign-form::before {
  background: #000;
  position: absolute;
  z-index:1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 0.2;
  overflow: hidden;
  border-radius:10px;
}
.page-campaigns-edit .media-wnd{
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 1;
  background-color: #FFF;
  width: calc(100% - 60px);
  padding: 20px;
  border-radius:10px;
}
.page-campaigns-edit .media-wnd .spinner{
  display:none;
}
.page-campaigns-edit .media-wnd .load-more{
  display:none;
  text-align:center;
  color: #bda400;
  cursor: pointer;
  font-size:16px;
  font-weight:bold;
}
.page-campaigns-edit .media-wnd .loading ~ .spinner,
.page-campaigns-edit .media-wnd .more ~ .load-more{
  display:block;
}
.page-campaigns-edit .media-wnd .fa-spinner{
  font-size: 50px;
  display: block;
  color: #e9e9e9;
  margin: auto;
  width: 50px;
}
.page-campaigns-edit .media-wnd .media-search{
  background: #eee;
  padding: 10px;
  border-radius: 10px;
  margin-bottom:10px;
}
.page-campaigns-edit .media-wnd .media-search .cell{
  vertical-align:top;
  display:inline-block;
}
.page-campaigns-edit .media-wnd .media-search input[type="submit"]{
  margin-top:0;
}
.page-campaigns-edit .media-wnd .other-result{
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  margin-top: 25px;
}
.page-campaigns-edit .media-wnd .media-wrapper .media-cell{
  vertical-align:top;
  display:inline-block;
  text-align:center;
  cursor:pointer;
}
.page-campaigns-edit .display-cell,
.page-campaigns-view .display-cell{
  text-align:center;
  color:#808080;
  position:relative;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.page-campaigns-edit .display-cell .del-media{
  display:none;
}
.page-campaigns-edit .display-cell.active .del-media{
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 25px;
  cursor: pointer;
  color: #F00;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #FFF;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}
.page-campaigns-edit .preview-wrapper,
.page-campaigns-view .preview-wrapper{
  width: 145px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  height: 96px;
  background: #c3c3c3;
  border:1px solid #e9e9e9;
  border-radius:10px;
  overflow:hidden;
  cursor:pointer;
  margin-bottom:5px;
}
.page-campaigns-edit .preview-wrapper img,
.page-campaigns-view .preview-wrapper img{
  max-width:100%;
}
.page-campaigns-edit .preview-wrapper i,
.page-campaigns-view .preview-wrapper i{
  line-height: 40px;
  font-size: 50px;
  margin-top: 25px;
  color: #fff;
}
.page-campaigns-edit .row.separator,
.page-campaigns-view .row.separator{
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid #e9e9e9;
}
.page-campaigns-edit .devices-wrapper,
.page-campaigns-view .devices-wrapper{
  max-height:200px;
  overflow:auto;
}
.page-campaigns-edit .devices-wrapper .table,
.page-campaigns-view .devices-wrapper .table{
  border-top:1px solid #e9e9e9;
}
.page-campaigns-edit .devices-wrapper .spinner{
  display:none;
}
.page-campaigns-edit .devices-wrapper .loading ~ .spinner{
  display:block;
  font-size: 50px;
  display: block;
  color: #e9e9e9;
  margin: auto;
  width: 50px;
}
/* PAGE CAMPAIGNS VIEW*/
.page-campaigns-view .cell{
  font-size:14px;
}
.page-campaigns-view .cell .label{
  font-weight:bold;
}
.page-campaigns-view .preview-wrapper{
  margin:10px auto 0 auto;
  cursor:default;
}
.page-campaigns-view .campaign-tags{
  margin-top:0;
}
/*****************************************
 * MOBILE
 /****************************************/
@media only screen and (max-width:1300px){
  #main-container .side-menu{
    width:150px;
  }
}
@media only screen and (max-width:1000px){
  /*
   * menu as hamburger
   * .users list
   */
  #body-wrapper{
    padding-top:79px;
  }
  .header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header > .row .cell .mobile-menu-wrapper{
    display:block;
    padding:17px;
  }
  .header > .row .cell .mobile-menu-wrapper .user-avatar,
  .header #menu-icon{
    display:inline-block;
    vertical-align:top;
  }
  .header #menu-icon {
    margin-left: 10px;
  }
  .header #menu-icon .hamburger{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  }
  .header #menu-icon .hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #bda400;
    display: block;
    margin: 6px auto;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header > .row .cell .mobile-menu-wrapper.active + .menu-wrapper {
    left: 18px;
    right: 18px;
    display:block;
    overflow: auto;
    max-height: calc(100% - 60px);
  }
  .header .menu-wrapper {
    display: none;
    position: fixed;
    z-index: 1;
    top: 50px;
    left: 1000px;
    right: -1000px;
    font-size: 0;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    overflow: hidden;
    line-height:1;
    min-width: 200px;
    width: auto;
    box-shadow: 0 0 10px 2px #c1fffffc2;
    -webkit-box-shadow: 0 0 10px 2px #fff;
    -moz-box-shadow: 0 0 10px 2px rgba(255 255 255,1);
  }
  .header .menu-wrapper .menu{
    display:block;
    padding: 0;
    border: 0;
  }
  .header .menu-wrapper .menu-item a,
  .header .menu-wrapper .global-menu a,
  .header .menu-wrapper .user-menu a{
    font-size: 16px;
    font-weight:normal;
    display: block;
    text-align: left;
    padding: 20px 20px;
    border-bottom: 1px solid #bda400;
  }
  .header .menu-wrapper .user-menu,
  .header .menu-wrapper .user-menu a{
    background: #3d3d3d;
    text-align: center;
    font-weight: bold;
  }
  .header .menu-wrapper .user-menu > span.client-name,
  .header .menu-wrapper .user-menu .avatar-wrapper{
    display:inline-block;
    padding:20px 20px 0 20px;
    border-bottom:0;
    font-size:16px;
  }
  .header .menu-wrapper .menu > span.client-name::after{
    top:19px;
  }
  .header .menu-wrapper .menu .separator{
    display:none;
  }
  .header .menu-wrapper .menu-item.current a{
    background-color:#bda400;
    background: linear-gradient(270deg, #bda400 0, #000000 100%);
  }
  .header .menu-wrapper .menu-lang .current span{
    display:none;
  }
  .header .menu-wrapper .menu-lang{
    padding:10px;
  }
  .header .menu-wrapper .menu-lang ul{
    display:block;
    position:relative;
  }
  .header .menu-wrapper .menu-lang li{
    background: transparent;
    color: #4caf50;
    padding: 10px;
    font-size: 16px;
    display:inline-block;
  }
  .header .menu-wrapper .menu-lang li a{
    color: #4caf50;
    font-weight:normal;
  }
  .header .menu-wrapper .menu-lang li.current{
    background-color: #4caf50;
    color:#FFF;
    border-radius:10px;
    margin:0 10px;
  }
  .header .menu-wrapper .side-menu{
    display:block;
  }
  .header .menu-wrapper .side-menu .sel-firm-header + .menu-item,
  .header .menu-wrapper .side-menu .firm-items + .menu-item{
    border-top: 2px solid #009000;
  }
  .header .menu-wrapper .side-menu .menu-item:first-of-type{
    border-top:0;
  }
  .header .menu-wrapper .side-menu .menu-item.current{
    font-weight:bold;
  }
  .header .menu-wrapper .side-menu .menu-item a img{
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    margin-right: 5px;
  }
  .footer .mid-container,
  .footer .mid-container:last-of-type{
    text-align: center;
    display: block;
    width: auto;
  }
  #main-container {
    min-height: auto;
    display: block;
  }
  #main-container .side-menu{
    display:none;
  }
  .site-wrapper{
    display:block;
    border: 0;
    background-color: #FFF;
    padding: 15px;
  }
  .row.two-cells,
  .row.three-cells{
    margin-bottom:0;
  }
  .two-cells .cell,
  .three-cells .cell{
    display:block;
    width:auto;
    margin-left:0;
    margin-bottom:10px;
  }
  .table.width-auto {
    width:100%;
  }
  .table .table-header{
    display:none;
  }
  .table .cell .table-header,
  .table .cell,
  .table .cell .label{
    display:block;
  }
  .table .cell{
    border-top-width:0;
    border-right-width:2px;
    border-left-width:2px;
    border-bottom-width:1px;
  }
  .table .cell:first-of-type{
    border-top-width:2px;
  }
  .table .cell:last-of-type{
    border-bottom-width:2px;
    border-right-width:2px;
  }
  .table .row:after{
    content:" ";
    margin:25px 0;
    display:block;
  }
  .table .cell .label{
    font-weight:bold;
  }
  .search-wrapper .filter-wrapper form.filter .cell{
    width:auto;
    max-width:none;
    display:block;
    margin-bottom:10px;
    margin-right:0;
    margin-left:0;
  }
  .content-wrapper{
    padding:15px;
    max-width:100%;
    min-width: auto;
    width:auto;
    border:0;
  }
  .dashboard .cell{
    display:block;
    width:auto;
  }
  .section-title .action-buttons{
      position: relative;
    top: auto;
    margin-top: 10px;
    text-align: center;
    right: auto;
  }
  .table + input[type="submit"],
  .table + input[type="button"],
  .table + button,
  .table +.button{
    margin-top:0;
  }
  .page-devices-view .device-details .cell:first-of-type{
    width:auto;
    border-bottom-color:#e9e9e9;
    margin-bottom:0;
  }
  .page-devices-view .device-details .cell{
    border-right: 2px solid #e9e9e9;
  }
  .page-media-list .media-wrapper{
    text-align:center;
  }
  .page-campaigns-edit .cell.date .cell,
  .page-campaigns-edit .cell.display .cell{
    display: inline-block;
    margin-left: 20px;
    width: calc(50% - 10px);
  }
  .page-campaigns-edit .cell.date .cell .time select{
    max-width:45%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-campaigns-edit .media-wnd{
    max-width: 100%;
    left: -20px;
  }
}