﻿.inline-block {
    display: inline-block !important;
}
.fieldcontainer .field-label {
   text-align: left;
    color: darkblue;
    font-size: 1em;
    display: inline-block !important;
}
.fieldcontainer .field-label-120 {
   width: 120px !important;
   text-align: left;
    color: darkblue;
    font-size: 1em;
    display: inline-block !important;
}
.fieldcontainer .field-label-70 {
   width: 70px !important;
   text-align: left;
    color: darkblue;
    font-size: 1em;
    display: inline-block !important;
}

.fieldcontainer .field-input-180 {
   width: 180px !important;
   text-align: right;
    font-size: 1em;
    display: inline-block !important;
}

.fieldcontainer .field-input-70 {
   width: calc(100% - 85px) !important;
}

.field-reminder-70-180 {
   width: calc(100% - 270px) !important;
    display: inline-block !important;

}
.fieldcontainer-70-180 {
    vertical-align: top;
   width: 265px !important;
    display: inline-block !important;
}

div .fieldcontainer {
    float: right;
}


.top6 {
    margin-top: 6px;
}


.top15 {
    margin-top: 15px;
}



ul.form-container-fluid {
    width: 100%
}

ul.form-container-fluid li p {
     width: 70px !important;
   text-align: left;
    color: black;
    font-size: 1em;
    display: inline-block !important;
}
.k-content {
    color: black !important;
}
ul.form-container-fluid li .field-input-full-70 {
    width: calc(100% - 85px);
    left: 0
}

div.form-container-fluid div {
    display: inline-block !important;
    float: right;
}

div.form-container-fluid div p.field-label{
   text-align: right;
    color: darkblue;
    font-size: 1em;
    display: inline-block !important;
}
div.form-container-fluid div p.field-label{
   padding-right: 9px
}
div.form-container-fluid div .field-input {
}


.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: inline-block;
    margin: auto;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}


.tgl-flip + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-perspective: 100px;
          perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
legend {
    width: inherit;
    border: none;
    margin: 0;
    font-weight: bold;
    color: #13688c;
    font-size: 18px;
}

fieldset {
    direction: rtl;
    padding: 0 0 10px 0 !important;
    border: 2px solid #13688c !important;
    border-radius: 6px !important;
}

    fieldset fieldset {
        margin: 0 10px 10px 10px !important;
        padding: 0 10px 10px 10px !important;
        border: 2px solid #b6d0db !important;
    }

.w100 {
    width: 100%;
}

.has-pointer{
    cursor:pointer
}


.query-builder .form-control{
    height:20px;
}

.bootstrap-select > .dropdown-toggle {
    height: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.checkbox-inform-margin {
    margin-top: 35px;
    margin-bottom: 10px;
}



._720kb-datepicker-calendar {
    max-width: 400px;
}