@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");

@page {
    margin-top: 0.5in;
    margin-bottom: 0.70in;
}


html, body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

select {
    width: 100%;
}


.top-menu .dropdown-menu li:first-child {
  margin-top: 10px;
}

.top-menu .dropdown-menu li:last-child {
  margin-bottom: 10px;
}

.top-menu .dropdown-menu li {
  margin-left: 10px;
  margin-right: 10px;
}

/* margins */
.no-m-t {
  margin-top: 0 !important;
}

.no-m-l {
  margin-left: 0 !important;
}

.no-m-b {
  margin-bottom: 0 !important;
}

.no-m-r {
  margin-right: 0 !important;
}

/* paddings */

.no-p-t {
  padding-top: 0 !important;
}

.no-p-l {
  padding-left: 0 !important;
}

.no-p-b {
  padding-bottom: 0 !important;
}

.no-p-r {
  padding-right: 0 !important;
}

.p-w-lg {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-w-md {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-w-sm {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* borders */

.bordered {
  border: 1px solid #ddd;
}

.border-top {
  border-top: 1px solid #ddd;
}

.border-left {
  border-left: 1px solid #ddd;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.border-right {
  border-right: 1px solid #ddd;
}

.login-box .logo-name {
  font-size: 48px;
}

.login-box input {
  text-align: center;
}

.horizontal-bar .accordion-menu {
  text-align: left;
}

.page-title h3 {
  font-size: 18px;
}

.modal-open .page-content {
  margin-right: -16px;
}

label {
  font-weight: 600;
}

  label.error {
    font-size: inherit;
  }

.form-group label.error {
  float: none;
}
.modal .form-group label.error {
  float: left;
}

.ibox-content fieldset + fieldset {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.panel.panel-red .validation-summary-errors > * {
  color: #fff;
}

.form-control.error,
.form-control.input-validation-error,
.form-control.error + .select2-container .select2-selection,
.form-control.input-validation-error + .select2-container .select2-selection {
  border: 1px solid #cc5965;
}

.input-group-btn:first-child > .select2-container .select2-selection {
  margin-right: -1px;
}

.form-control[disabled],
.form-control[readonly],
.form-control[disabled]:focus,
.form-control[readonly]:focus,
.select2-container.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #fff;
}

.bootstrap-datetimepicker-widget,
.clockpicker-popover,
.select2-container.select2-container--open {
  z-index: 3;
}

.modal-open .select2-container.select2-container--open {
  z-index: 9999999;
}

.select2-container,
.select2-container .select2-selection,
.select2-container .select2-search__field {
  outline: 0;
}

  .select2-container.select2-container--focus .select2-selection {
    border: 1px solid #bdc5c9;
    background: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  }

  .select2-container .select2-selection .select2-selection__clear {
    margin-right: 10px;
  }

  .select2-container .select2-selection .select2-selection__arrow {
    height: 30px;
  }

.select2-hidden-accessible {
  position: absolute !important;
}

.select2-dropdown {
  padding: 6px 0;
}

.select2-results__option {
  padding: 6px 10px;
}

.input-group-addon {
  background: #fff;
}

.input-group.datepicker {
  border: none;
  box-shadow: none;
  padding: 0;
}

  .input-group.datepicker .input-group-addon {
    background: #fff;
  }

.input-with-icon {
  position: relative;
}

.form-inline .input-with-icon {
  display: inline-block;
}

.input-with-icon .form-control {
  padding-left: 30px;
}

  .input-with-icon .form-control + .select2-container--default .select2-selection--single,
  .input-with-icon .form-control + .select2-container--default .select2-selection--multiple {
    padding-left: 28px;
    line-height: 20px;
  }

.input-with-icon > .fa {
  position: absolute;
  top: calc(50% - 7px);
  left: 12px;
  z-index: 4;
}

.dropdown-menu li form {
  padding: 0;
}

.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}

  .btn-white:hover,
  .btn-white:focus,
  .btn-white:active,
  .btn-white.active,
  .open .dropdown-toggle.btn-white,
  .btn-white:active:focus,
  .btn-white:active:hover,
  .btn-white.active:hover,
  .btn-white.active:focus {
    color: inherit;
    border: 1px solid #d2d2d2;
  }

  .btn-white:active,
  .btn-white.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  }

  .btn-white:active,
  .btn-white.active,
  .open .dropdown-toggle.btn-white {
    background-image: none;
  }

    .btn-white.disabled,
    .btn-white.disabled:hover,
    .btn-white.disabled:focus,
    .btn-white.disabled:active,
    .btn-white.disabled.active,
    .btn-white[disabled],
    .btn-white[disabled]:hover,
    .btn-white[disabled]:focus,
    .btn-white[disabled]:active,
    .btn-white.active[disabled],
    fieldset[disabled] .btn-white,
    fieldset[disabled] .btn-white:hover,
    fieldset[disabled] .btn-white:focus,
    fieldset[disabled] .btn-white:active,
    fieldset[disabled] .btn-white.active {
      color: #cacaca;
    }

.btn.btn-bare {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}

  .btn.btn-bare:active,
  .btn.btn-bare.active,
  .btn.btn-bare:focus {
    background-color: transparent;
    color: #cacaca;
    outline: none;
  }

    .btn.btn-bare:hover,
    .btn.btn-bare:focus,
    .btn.btn-bare:active,
    .btn.btn-bare.active,
    .open .dropdown-toggle.btn.btn-bare,
    .btn.btn-bare:active:focus,
    .btn.btn-bare:active:hover,
    .btn.btn-bare.active:hover,
    .btn.btn-bare.active:focus {
      color: inherit;
      border: 1px solid #d2d2d2;
    }

.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-link {
  color: #5f5f5f;
  display: block;
  outline: none;
  padding: 5px 7px;
  text-align: left;
  width: 100%;
}

  .btn-link:hover {
    background: #f7f7f7;
    color: #262626;
    text-decoration: none;
  }

.btn-no-border {
  background: transparent;
  border: 1px solid transparent;
}

  .btn-no-border:hover {
    background: #fff;
    border: 1px solid #e5e5e5;
  }

.spinner-container {
  float: left;
  padding-right: 8px;
}

  .spinner-container .sk-spinner-rotating-plane.sk-spinner,
  .spinner-container .sk-spinner [class^="sk"] {
    background-color: #3f84cf;
  }

  .spinner-container .sk-spinner-rotating-plane.sk-spinner {
    margin: 3px;
    width: 20px !important;
    height: 20px !important;
  }

  .spinner-container .sk-spinner-disable {
    animation: none !important;
  }

.sk-spinner-wave div {
  background-color: #5f5f5f;
}

.user-profile .affix {
  top: 78px;
  width: 262px;
}

.profile-image-container {
  display: block;
  cursor: pointer;
}

  .profile-image-container .preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

    .profile-image-container .preview[src=""] {
      display: none;
    }

  .profile-image-container input[type="file"] {
    position: absolute;
    z-index: -1;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

  .profile-image-container span.fa {
    background: #f9f9f9;
    display: block;
    font-size: 7em;
    margin: 0 auto;
    line-height: 140px;
    height: 150px;
    text-align: center;
    width: 150px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    -o-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
  }

.ibox {
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

  .ibox.collapsed .ibox-content {
    display: none;
  }

  .ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
  }

  .ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
  }

  .ibox:after,
  .ibox:before {
    display: table;
  }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
}

  .ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
  }

  .ibox-title .label {
    float: left;
    margin-left: 4px;
  }

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}

  .ibox-tools > a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
    text-decoration: none;
  }

  .ibox-tools a.btn-primary {
    color: #fff;
  }

  .ibox-tools .dropdown-menu > li > a {
    /*padding: 4px 10px;*/
    font-size: 12px;
  }

.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}

.ibox-content {
  clear: both;
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.table.table-condensed {
  margin-bottom: 0;
}

  .table.table-condensed thead th,
  .table.table-condensed tbody td {
    padding: 5px 8px;
    vertical-align: middle;
  }

  .table.table-condensed > tbody tr > td {
    cursor: pointer;
  }

.table.custom.table-expanded > thead > tr > th {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px;
}
.table.custom.table-expanded > tbody > tr > td {
  padding-top: 15px;
  padding-bottom: 15px;
}
  .table.custom.table-expanded > thead > tr > th:first-child,
  .table.custom.table-expanded > tbody > tr > td:first-child {
    padding-left: 10px;
  }

  .table.custom.table-expanded > tbody > tr > td:last-child {
    padding-right: 10px;
  }

.table.table-hover tbody tr.no-data:hover {
  background: inherit;
}

.table > thead.with-options th {
  font-weight: normal;
}

.table .hidden-options {
  display: none;
}

.table.custom {
  margin-bottom: 0;
  overflow-y: visible;
}

  .table.custom > thead > tr > th,
  .table.custom > tbody > tr > td,
  .table.custom > tfoot > tr > td {
    vertical-align: middle;
    padding: 5px 1px;
  }

  .table.custom > tbody tr > td {
    cursor: pointer;
  }

  .table.custom > tbody > tr.checked {
    background: #ffc;
  }

  .table.custom > tfoot .pagination-wrapper .pagination,
  .table.custom > tfoot .pagination-wrapper .pagination-info {
    display: table-cell;
    vertical-align: middle;
    margin: 5px 0;
    padding-left: 5px;
  }

  .table.custom .master-row td.toggle {
    padding: 0 !important;
  }

  .table.custom .master-row .toggle-handle {
    color: #4e5e6a;
    padding: 10px;
  }

  .table.custom .master-row .toggle-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-align: right;
    text-rendering: auto;
    width: 9px;
  }

    .table.custom .master-row .toggle-icon:before {
      content: "\f105";
    }

  .table.custom .master-row.expanded .toggle-icon:before {
    content: "\f107";
  }

  .table.custom .master-row.expanded + .detail-row {
    visibility: visible;
    display: table-row;
  }

  .table.custom .master-row + .detail-row {
    visibility: hidden;
    display: none;
  }

  .table.custom .detail-row > td {
    padding: 1px 10px 0;
  }

    .table.custom .detail-row > td > .table.custom thead tr th {
      border-bottom-width: 1px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .table.custom .detail-row > td > .table.custom tbody td {
      border-top: 1px solid #e7eaec;
    }

  .table.custom .detail-row .table {
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    margin: 2px 0;
  }


.required:after {
    content: " *";
    color: red;
}

.table-header {
    font-weight:800 !important;
    color: darkgray;
}

.text-bold {
    font-weight: bold !important;
}

.status-circle {
    font-size: 12px;
}

.clearer-input {
    font-family: monospace;
    font-weight: bold;
    font-size: 20px;
    /*text-transform:uppercase!important;*/
}

.clearer-input-xs {
    font-family: monospace;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase !important;
}

.ibox {
    scroll-margin-top: 120px;
}

.scrollable-right {
    height: calc(100vh - 308px);
    overflow-y: scroll;
}

#inner-div {
    min-height:5000px !important;
    z-index: auto;
}

.p-t-25 {
    padding-top: 25px !important;
}

.btn-t-lg {
    font-size: 18px;   
}

.btn-t-md {
    font-size: 14px;
}

.btn-t-sm {
    font-size: 12px;
}

li.droplink span.text-bold {
    text-shadow: 1px 1px lightgrey;
}

.bg-success {
    background: #22BAA0 !important;
    background-color: #fff;
}

.bg-default {
    background: #f1f1f1 !important;
    border-color: #e7e7e7;
}

.bg-info {
    background: #12AFCB !important;
    color: #fff;
}

.bg-warning {
    background: #f6d433 !important;
    color: #fff;
}

.bg-primary {
    background: #7a6fbe !important;
    color: #fff;
}

.no-bg-color {
    background-color: transparent !important;
}

.grey-out-formfield {
    background-color: #ededed !important;
}


/*
    Experimental
*/
@media (min-width: 1300px) {
    .container {
        width: 1366px;
    }
}

.sub-menu-m {
    max-height: 150px;
    overflow-y: scroll;
}

.number-input-right {
    text-align: right;
}

.list-action {
    width: 125px;
    text-align: center;
}

.list-action a:hover {
    text-decoration: none;
    font-weight:600;
}

.locked-input {
    background: #999999 !important;
    cursor: not-allowed;
    color: white;
    font-weight: 800;
}


/* Custom Panel colors*/

.panel-light-blue {
    color: #fff;
    background: #26c6da;
}

.ibox-content-overflow {
    overflow-x: auto;
}


/* Resizeable input */
.resizable-input {
    /* make resizable */
    overflow-x: hidden;
    resize: horizontal;
    display: inline-block;
    /* no extra spaces */
    padding: 0;
    margin: 0;
    white-space: nowrap;
    /* default widths */
    width: 10em;
    min-width: 2em;
    max-width: 30em;
}

    /* let <input> assume the size of the wrapper */
    .resizable-input > input {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    /* add a visible handle */
    .resizable-input > span {
        display: inline-block;
        vertical-align: bottom;
        margin-left: -16px;
        width: 16px;
        height: 16px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAJUlEQVR4AcXJRwEAIBAAIPuXxgiOW3xZYzi1Q3Nqh+bUDk1yD9sQaUG/4ehuEAAAAABJRU5ErkJggg==");
        cursor: ew-resize;
    }

.info{
    text-decoration: none;
}

.info:hover{
    color: #5f5f5f;
    font-weight: 800;
}

.lock .normal input,
.lock select,
.lock textarea,
.lock span {
    pointer-events: none;
    background: #999999 !important;
    cursor: not-allowed;
    color: white;
    font-weight: 800;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 15px;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #b9b9b9;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

.text-italic {
    font-style: italic;
}

.horizontal-bar .accordion-menu > li > ul {
    width: 240px !important;
}

.badge {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}