.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.bottom-5 {
    margin-bottom: 5px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.bottom-15 {
    margin-bottom: 15px;
}

.bottom-20 {
    margin-bottom: 20px;
}

.bottom-25 {
    margin-bottom: 25px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-25 {
    padding: 25px;
}

.padding-30 {
    padding: 30px;
}

.pt-24 {
    padding-top: 24px;
}

.mono-space-font {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.text-white {
    color: #fff;
}

.table-center th {
    text-align: center;
}

.table-center td {
    text-align: center;
}

.shadowed {
    -webkit-filter: drop-shadow(0px 0px 7px black);
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#000')";
}

.login-logo {
    color: white;
}

.login-logo img {
    width: 117px;
}

.login-box-body {
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.75);
}

.checkbox label {
    padding-left: 0;
}

.grid-view table.kv-grid-table {
    margin-bottom: 0;
}

.grid-view .summary {
    padding: 10px;
}

.box.box-info {
    border: 1px solid #bce8f1;
    border-top-width: 3px;
}

.crud-form .form-horizontal .form-group .hint-block {
    font-size: 13px;
    font-style: italic;
    color: #777777;
}

.crud-form .form-horizontal .form-header {
    padding-left: 6px;
}

.crud-view .panel-heading h3.panel-title {
    font-size: 18px;
}

.crud-view .kv-panel-before em {
    display: inline-block;
    margin-top: 6px;
}

.kv-grid-table tr > div.tooltip {
    display: none !important;
}

.auth-role-form-rights .control-label {
    margin-left: 10px;
}

.option-update .form-group {
    margin-bottom: 30px;
}

.option-update .form-group .control-label small {
    font-weight: normal;
}

.city-form .leaflet-container {
    cursor: crosshair;
}

.sms-template-form .bg-gray-light.alert a {
    color: #333333;
}

.user-panel > .info > p.non-bold {
    font-weight: 200;
}

.ias-spinner {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.cursorPointer {
    cursor: pointer;
}

textarea.form-control.bigger {
    height: 100px;
}

.input-group.date {
    min-width: 150px;
}

.kv-grid-table .actionColumn {
    min-width: 110px;
    width: 110px;
}

.voucher-editor canvas {
    border: 1px solid #d2d6de;
}

.permissions-view-box {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.box.box-solid.box-info2 {
    border: 1px solid #bce8f1;
}

.box.box-solid.box-info2 .box-header {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.box.box-info2 {
    border: 1px solid #bce8f1;
    border-top-width: 3px;
}

.pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow: auto;
    box-sizing: border-box;
}

.rw-multiselect:hover {
    border-color: #d2d6de !important;
}

.rw-list > li, .rw-list > li.rw-list-option, .rw-multiselect-taglist > li, .rw-multiselect-taglist > li.rw-list-option {
    border-radius: 0 !important;
}

.rw-widget, .rw-multiselect-wrapper {
    border-radius: 0 !important;
}

.rw-widget input, .rw-multiselect-wrapper input {
    border-color: #d2d6de !important;
}

.rw-widget.rw-state-focus, .rw-widget.rw-state-focus:hover {
    border-color: #3c8dbc !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.geosuggest, .react-autosuggest__container {
    position: relative;
}

.geosuggest__input, .react-autosuggest__input {
    padding: .5em 1em;
    -webkit-transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
    width: 100%;
}

.geosuggest__input:focus, .react-autosuggest__input:focus {
    border-color: #3c8dbc;
    box-shadow: 0 0 0 transparent;
}

.geosuggest__suggests {
    background: #fff;
    border: 1px solid #3c8dbc;
    border-top-width: 0;
    margin-top: -1px;
    max-height: 25em;
    overflow-x: hidden;
    overflow-y: auto;
    transition: max-height 0.2s, border 0.2s;
    -webkit-transition: max-height 0.2s, border 0.2s;
    list-style: none;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
}

.react-autosuggest__suggestions-container {
    margin-top: -1px;
    transition: max-height 0.2s, border 0.2s;
    -webkit-transition: max-height 0.2s, border 0.2s;
}

.react-autosuggest__suggestions-container > ul {
    background: #fff;
    border: 1px solid #3c8dbc;
    border-top-width: 0;
    margin-top: -1px;
    max-height: 25em;
    overflow-x: hidden;
    overflow-y: auto;
    transition: max-height 0.2s, border 0.2s;
    -webkit-transition: max-height 0.2s, border 0.2s;
    list-style: none;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
}

.geosuggest__suggests--hidden {
    border-width: 0;
    max-height: 0;
    overflow: hidden;
}

/**
* A geosuggest item
*/
.geosuggest__item, .react-autosuggest__suggestion {
    cursor: pointer;
    padding: .5em .65em;
}

.geosuggest__item:hover, .geosuggest__item:focus, .react-autosuggest__suggestion:hover, .react-autosuggest__suggestion:focus {
    background: #f5f5f5;
}

.geosuggest__item--active, .react-autosuggest__suggestion--focused {
    background: #3c8dbc;
    color: #ffffff;
}

.geosuggest__item--active:hover, .geosuggest__item--active:focus, .react-autosuggest__suggestion--focused:hover, .react-autosuggest__suggestion--focused:focus {
    background: #cccccc;
}

.sidebar-right .content-wrapper {
    margin-right: 230px;
}

.sidebar-right .right-sidebar {
    transform: translate(0, 0);
}

.right-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 50px;
    min-height: 100%;
    z-index: 810;
    transform: translate(230px, 0);
    width: 230px;
    -webkit-transition: -webkit-transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, transform .3s ease-in-out;
    /*@media (max-width: @screen-header-collapse) {
      padding-top: 100px;
    }
    @media (max-width: @screen-xs-max) {
      //.translate(-@sidebar-width, 0);
    }
    .sidebar-collapse & {
      @media (min-width: @screen-sm) {
        .translate(-@sidebar-width, 0);
      }
    }
    .sidebar-open & {
      @media (max-width: @screen-xs-max) {
        .translate(0, 0);
      }
    }*/
}

.dynamicform_wrapper .form-group {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
}

.main-header .sidebar-toggle {
    float: none;
}

.btn-group.btn-justified-flex {
    display: flex;
}

.btn-group.btn-justified-flex .btn {
    flex: 1;
}

.right-sidebar {
    max-height: 100%;
    padding-bottom: 50px;
    display: flex;
}

.right-sidebar .sidebar {
    width: 100%;
}

.right-sidebar .sidebar #actionPanel {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.horizontal-scroll-wrapper {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.report-table th {
    text-align: center;
}

.report-table td {
    min-width: 80px;
    text-align: right;
}

/*# sourceMappingURL=main.css.map */
