﻿
@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url('fonts/Roboto-Light-webfont.woff');
}

@font-face {
    font-family: Roboto;
    font-weight: bold;
    src: url('fonts/Roboto-Medium-webfont.woff');
}

html, body, object, iframe, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    /*font-family: 'Roboto', MetaPro, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    font-family: 'Segoe UI', Poppins, sans-serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
}

#aspnetForm div:not(.head-toolbar-btn) {
    /*font-family: 'Roboto', MetaPro, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    font-family: 'Segoe UI', Poppins, sans-serif;
}

h1, h2, h3, h4, span, h5, h6, strong, span {
    border: 0;
    /*font-family: 'Roboto', MetaPro, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    font-family: 'Segoe UI', Poppins, sans-serif;
    margin: 0;
    padding: 0;
}

.button {
    border: none;
    cursor: pointer;
}

body {
    background-color: var(--color-bg-light);
}

* {
    -moz-transition: box-shadow 200ms ease-in;
    -o-transition: box-shadow 200ms ease-in;
    -webkit-transition: box-shadow 200ms ease-in;
    transition: box-shadow 200ms ease-in;
}

/*input[type=text]:focus, textarea:focus { box-shadow: 0 0 0 1px #83dce1; }*/

::-webkit-input-placeholder {
    color: #bbb;
}

:-moz-placeholder { /* Firefox 18- */
    color: #bbb;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

.clearfix-in:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix-in {
    display: inline-block;
}

textarea:focus, input:focus, select:focus {
    outline: 0;
}

select, input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea { /*border:solid 1px silver;*/
    border: solid 1px #d9e2eb !important;
    width: 100%;
    resize: none !important;
    font-weight: normal;
}

input[type="text"], input[type="password"] {
    /*border: solid 1px silver;*/
    border: solid 1px #d9e2eb !important;
    /*padding:3px 5px;
    width:100%;*/
    color: #333;
}

select {
    background: none no-repeat scroll 0 0 #FFFFFF;
    /*border: 1px solid silver;*/
    border: 1px solid #d9e2eb !important;
    box-shadow: 0 0 3px #E8E8E8 inset;
    height: 22px;
    width: 100%;
    font-weight: normal;
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    background: rgba(5, 0, 0, 0.1)
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: rgba(5, 0, 0, 0.3)
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(5, 0, 0, 0.4);
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*td,
th {
  padding: 2px 3px;
}*/

/*.table-cell-1 > tr > td{
     padding: 2px 3px;
}*/

.style_hide {
    display: none;
}

.style_hide-imp {
    display: none !important;
}

.table-full-width, .dv-full-width {
    width: 100%;
}

.td-valign-top {
    vertical-align: top
}

.valign-txt-btm {
    vertical-align: text-bottom;
}

.full-height {
    height: 100%
}

.half-width {
    width: 50%;
}

.half-width-imp {
    width: 50% !important;
}

.no-scroll {
    overflow: hidden !important;
}

.full-h-w {
    height: 100%;
    width: 100%;
}

.td-0 td {
    padding: 0 !important;
}

.td-25 {
    vertical-align: top;
    width: 25%;
}

.td-35 {
    vertical-align: top;
    width: 35%;
}

.td-50 {
    vertical-align: top;
    width: 50%;
}

.td-100 {
    vertical-align: top;
    width: 100%;
}

.td-fix-150 {
    width: 150px;
}

.td-fix-250 {
    width: 250px;
}

.grid-row-options {
    padding: 2px 10px;
}

.nowrap {
    white-space: nowrap;
}

.flex-field {
    display: none;
}

.txt-box-cal {
    width: 100px !important;
}

.tx-box-time {
    width: 50px !important;
}

.tab-cont {
    display: block;
    margin: 1px;
}

.element-readonly {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    color: inherit;
    outline: none;
}

.v-top {
    vertical-align: top;
}

.v-mid {
    vertical-align: middle;
}

.v-bot {
    vertical-align: bottom;
}

.v-txt-bot {
    vertical-align: text-bottom;
}

.v-aln-bot {
    vertical-align: bottom;
}

.v-mid-imp {
    vertical-align: middle !important;
}

.min-h-262 {
    min-height: 262px;
}

.min-h-195 {
    min-height: 195px;
}

.min-h-100 {
    min-height: 100px;
}

.min-h-150 {
    min-height: 150px;
}

.m-wid-400px {
    min-width: 400px;
}

.mx-wid-400px {
    max-width: 400px;
}

.min-wid-240px {
    min-width: 240px;
}

.min-wid-unset-imp {
    min-width: unset !important;
}

.wid-700px {
    width: 700px;
}

.wid-500px {
    width: 500px;
}

.wid-430px {
    width: 430px;
}

.wid-400px {
    width: 400px;
}

.wid-375px {
    width: 375px;
}

.wid-340px {
    width: 340px;
}

.wid-315px {
    width: 315px;
}

.wid-300px {
    width: 300px;
}

.wid-250px {
    width: 250px;
}

.wid-250pximp {
    width: 250px !important;
}

.wid-256px {
    width: 256px;
}

.wid-265px {
    width: 265px;
}

.wid-230px {
    width: 230px;
}

.wid-200px {
    width: 200px;
}

.wid-195px {
    width: 195px
}

.wid-150px {
    width: 150px
}

.wid-150px {
    width: 150px
}

.wid-165px {
    width: 165px
}

.wid-150pximp {
    width: 150px !important;
}

.wid-142px {
    width: 142px
}

.wid-130px {
    width: 130px;
}

.wid-120px {
    width: 120px
}

.wid-115px {
    width: 115px;
}

.wid-110pximp {
    width: 110px !important;
}

.wid-110px {
    width: 110px
}

.wid-90px {
    width: 90px;
}

.wid-104px {
    width: 104px;
}

.wid-100px {
    width: 100px;
}

.wid-80px {
    width: 80px;
}

.wid-75px {
    width: 75px
}

.wid-70px {
    width: 70px
}

.wid-60px {
    width: 60px
}

.wid-65px {
    width: 65px
}

.wid-50px {
    width: 50px
}

.wid-44px {
    width: 44px
}

.wid-56px {
    width: 56px
}

.wid-40px {
    width: 40px !important
}

.wid-30px {
    width: 30px
}

.wid-19px {
    width: 19px
}

.wid-20px {
    width: 20px
}

.wid-25px {
    width: 25px
}

.wid-26px {
    width: 26px
}

.wid-15px {
    width: 15px
}

.wid-16px {
    width: 16px
}

.wid-17px {
    width: 17px
}

.wid-28px {
    width: 28px
}

.wid-auto {
    width: auto
}

.wid-auto-imp {
    width: auto !important;
}

.min-wid-auto {
    min-width: unset;
}

.min-wid-5per {
    min-width: 5%
}

.wid-1per {
    width: 1%
}

.wid-2per {
    width: 2%
}

.wid-3per {
    width: 3%
}

.wid-5per {
    width: 5%
}

.wid-8per {
    width: 8%
}

.wid-9per {
    width: 9%
}

.wid-10per {
    width: 10%
}

.wid-13per {
    width: 13%
}

.wid-14per {
    width: 14%
}

.wid-15per {
    width: 15%
}

.wid-155per {
    width: 15.5%
}

.wid-16per {
    width: 16%
}

.wid-17per {
    width: 17%
}

.wid-18per {
    width: 18%
}

.wid-19per {
    width: 19%
}

.wid-20per {
    width: 20%
}

.wid-24per {
    width: 24%
}

.wid-25per {
    width: 25%
}

.wid-26per {
    width: 26%
}

.wid-28per {
    width: 28%
}

.wid-275per {
    width: 27.5%
}

.wid-30per {
    width: 30%
}

.wid-30perimp {
    width: 30% !important
}

.wid-33per {
    width: 33%
}

.wid-34per {
    width: 34%
}

.wid-35per {
    width: 35%
}

.wid-37per {
    width: 37%
}

.wid-38per {
    width: 38%
}

.wid-41per {
    width: 41% !important
}

.wid-40per {
    width: 40%
}

.wid-45per {
    width: 45%
}

.wid-46per {
    width: 46%
}

.wid-48per {
    width: 48%
}

.wid-49per {
    width: 49%
}

.wid-49-4per {
    width: 49.4%
}

.wid-50per {
    width: 50%
}

.wid-52per {
    width: 52%
}

.wid-54per {
    width: 54%
}

.wid-55per {
    width: 55%
}

.wid-56per {
    width: 56%
}

.wid-60per {
    width: 60%
}

.wid-70per {
    width: 70%
}

.wid-75-5per {
    width: 75.5% !important
}

.wid-80per {
    width: 80%
}

.wid-81per {
    width: 81%
}

.wid-85per {
    width: 85%
}

.wid-90per {
    width: 90%
}

.wid-93per {
    width: 93%
}

.wid-90perimp {
    width: 90% !important
}

.wid-92perimp {
    width: 92% !important
}

.wid-95per {
    width: 95%
}

.wid-95perimp {
    width: 95% !important
}

.wid-98per {
    width: 98%
}

.wid-985per {
    width: 98.5%
}

.wid-98perimp {
    width: 98% !important
}

.wid-99per {
    width: 99%
}

.wid-995per {
    width: 99.5%
}

.wid-99perimp {
    width: 99% !important
}

.wid-100perimp {
    width: 100% !important
}

.wid-100per {
    width: 100%;
}

.wid-100per-imp {
    width: 100% !important;
}

.wid-101per {
    width: 101%
}

.hight-auto {
    height: auto !important;
}

.hig-1per {
    height: 1%;
}

.hig-90per {
    height: 90%;
}

.hig-95per {
    height: 95%;
}

.hig-5px {
    height: 5px;
}

.hig-10px {
    height: 10px;
}

.hig-16px {
    height: 16px
}

.hig-19px {
    height: 19px;
}

.hig-20px {
    height: 20px;
}

.hig-22px {
    height: 22px;
}

.hig-24px {
    height: 24px;
}

.hig-27px {
    height: 27px;
}

.hig-28px-imp {
    height: 28px !important;
}

.hig-28px {
    height: 28px;
}

.hig-30px {
    height: 30px;
}

.hig-34px {
    height: 34px;
}

.hig-35px {
    height: 35px;
}

.hig-38px {
    height: 38px;
}

.hig-40px {
    height: 40px;
}

.hig-45px {
    height: 45px;
}

.hig-50px {
    height: 50px;
}

.hig-100px {
    height: 100px;
}

.hig-140px {
    height: 140px;
}

.hig-158px {
    height: 158px;
}

.hig-250px {
    height: 250px;
}

.hig-280px {
    height: 280px;
}

.hig-300px {
    height: 300px;
}

.hig-calc-22px {
    height: calc(100vh - 22px);
}

.hig-calc-52px {
    height: calc(100vh - 52px);
}

.hig-calc-70px {
    height: calc(100vh - 70px);
}

.hig-calc-132px {
    height: calc(100vh - 132px);
}

.hig-calc-160px {
    height: calc(100vh - 160px);
}

.hig-calc-330px {
    height: calc(100vh - 330px);
}

.hig-calc-325px {
    height: calc(100vh - 325px);
}

.hig-calc-300px {
    height: calc(100vh - 300px);
}

.hig-calc-275px {
    height: calc(100vh - 275px);
}

.hig-calc-265px {
    height: calc(100vh - 265px);
}

.hig-calc-280px {
    height: calc(100vh - 280px);
}

.hig-calc-112px {
    height: calc(100vh - 112px);
    overflow: auto
}

.hig-calc-143px {
    height: calc(100vh - 143px);
    overflow: auto
}

.hig-calc-37px {
    height: calc(100vh - 37px);
    overflow: auto
}

.hig-calc-33px {
    height: calc(100vh - 33px);
    overflow: auto
}

.max-hig {
    max-height: 490px;
    overflow: auto
}

.font-lrgr {
    font-size: larger;
}

.font-lrg {
    font-size: large;
}

.font-25 {
    font-size: 25px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-12-imp {
    font-size: 12px !important;
}

.font-10 {
    font-size: 10px;
}

.font-9 {
    font-size: 9px;
}

.font-inherit {
    font-size: inherit;
}

.border-radius-10-imp {
    border-radius: 10px !important;
}

.text-cen {
    text-align: center
}

.text-cen-imp {
    text-align: center !important;
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.element_rightalign, .align-right {
    text-align: right
}

.align-right-imp {
    text-align: right !important
}

.f-right {
    float: right;
}

.fl-right {
    float: right;
}

.f-left {
    float: left;
}

.fl-left {
    float: left;
}

.overf-hide {
    overflow: hidden
}

.overf-hide-imp {
    overflow: hidden !important;
}

.pad-0 {
    padding: 0 !important;
}

.pad-1px {
    padding: 1px
}

.overx-hide {
    overflow-x: hidden;
}

.pad-3px {
    padding: 3px
}

.pad-2px {
    padding: 2px
}

.pad-4px {
    padding: 4px;
}

.pad-4px-imp {
    padding: 4px !important
}

.pad-5px {
    padding: 5px
}

.pad-5px-imp {
    padding: 5px !important
}

.pad-7px {
    padding: 7px
}

.pad-8px {
    padding: 8px
}

.pad-9px {
    padding: 9px !important
}

.pad-10px {
    padding: 10px
}

.pad-15px {
    padding: 15px
}

.pad-10px-imp {
    padding: 10px !important
}

.pad-10-0-imp {
    padding: 10px 0 !important
}

.pad-0-3px {
    padding: 0 3px
}

.pad-2-3px {
    padding: 2px 3px
}

.pad-0-1px {
    padding: 0 1px
}

.pad-0-5px {
    padding: 0 5px
}

.pad-0-10 {
    padding: 0 10px
}

.pad-2-10 {
    padding: 2px 10px
}

.pad-3-10 {
    padding: 3px 10px
}

.pad-8-10 {
    padding: 8px 10px
}

.pad-2-3 {
    padding: 2px 3px
}

.pad-r-0-imp {
    padding-right: 0px !important;
}

.pad-r-0 {
    padding-right: 0px;
}

.pad-r-1 {
    padding-right: 3px;
}

.pad-r-3 {
    padding-right: 3px
}

.pad-r-5 {
    padding-right: 5px
}

.pad-r-10 {
    padding-right: 10px
}

.pad-r-18-imp {
    padding-right: 18px !important;
}

.pad-r-10-imp {
    padding-right: 10px !important;
}

.pad-r-60 {
    padding-right: 60px
}

.pad-r-60imp {
    padding-right: 60px !important;
}

.pad-l-0 {
    padding-left: 0;
}

.pad-l-6 {
    padding-left: 6px;
}

.pad-l-7 {
    padding-left: 7px;
}

.pad-l-9-imp {
    padding-left: 9px !important;
}

.pad-l-10 {
    padding-left: 10px;
}

.pad-l-0-imp {
    padding-left: 0 !important;
}

.pad-l-20 {
    padding-left: 20px
}

.pad-l-25 {
    padding-left: 25px
}

.pad-l-60imp {
    padding-left: 60px !important;
}

.pad-l-16 {
    padding-left: 16px
}

.pad-l-10 {
    padding-left: 10px
}

.pad-5-10 {
    padding-left: 5px
}

.pad-b-3 {
    padding-bottom: 3px
}

.pad-b-5-imp {
    padding-bottom: 5px !important;
}

.pad-b-5 {
    padding-bottom: 5px;
}

.pad-b-4 {
    padding-bottom: 4px
}

.pad-b-10 {
    padding-bottom: 10px
}

.pad-b-1 {
    padding-bottom: 1px
}

.pad-b-0 {
    padding-bottom: 0 !important;
}

.pad-t-0 {
    padding-top: 0 !important;
}

.pad-t-10 {
    padding-top: 10px !important;
}

.pad-t-15 {
    padding-top: 15px;
}

.pad-t-20 {
    padding-top: 20px !important;
}

.pad-t-8 {
    padding-top: 8px;
}

.pad-t-5 {
    padding-top: 5px;
}

.pad-t-3 {
    padding-top: 3px;
}

.pad-t-1 {
    padding-top: 1px;
}

.pad-bot-10px {
    padding-bottom: 10px
}

.pad-t-2 {
    padding-top: 2px;
}

.pad-l-3 {
    padding-left: 3px;
}

.pad-l-5 {
    padding-left: 5px;
}

.pad-l-8-imp {
    padding-left: 8px !important;
}

.pad-l-6-imp {
    padding-left: 6px !important;
}

.pad-top-50px {
    padding-top: 50px;
}

.pad-l-b-r-zero {
    padding: 10px 0 0 !important;
}

.pad-t-b {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.pad-r-l {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pad-r-l-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pad-b-t-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.pad-b-t-3-imp {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.pad-tb5-lr13 {
    padding: 5px 13px;
}

.mar-r-l {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mar-0px {
    margin: 0;
}

.mar-0px-imp {
    margin: 0 !important;
}

.mar-1px-imp {
    margin: 1px !important;
}

.mar-2px {
    margin: 2px;
}

.mar-3px {
    margin: 3px;
}

.mar-4px {
    margin: 4px;
}

.mar-5px {
    margin: 5px;
}

.mar-8px {
    margin: 8px;
}

.mar-10px {
    margin: 10px;
}

.mar-12px {
    margin: 12px;
}

.mar-30px {
    margin: 30px;
}

.mar-20px {
    margin: 20px;
}

.mar-50px {
    margin: 50px;
}

.mar-auto {
    margin: auto;
}

.mar-30-auto {
    margin: 30px auto
}

.mar-30-auto-imp {
    margin: 30px auto !important
}

.mar-10-0 {
    margin: 10px 0
}

.mar-0-5 {
    margin: 0 5px
}

.mar-0-10 {
    margin: 0 10px
}

.mar-0-15 {
    margin: 0 15px
}

.mar-l-10 {
    margin-left: 10px
}

.mar-l-2 {
    margin-left: 2px;
}

.mar-l-5 {
    margin-left: 5px
}

.mar-l-5-imp {
    margin-left: 5px !important;
}

.mar-l-45 {
    margin-left: 45px
}

.mar-l-50 {
    margin-left: 50px
}

.mar-l-180 {
    margin-left: 180px
}

.mar-l-2per {
    margin-left: 2%
}

.mar-t-0 {
    margin-top: 0 !important
}

.mar-t-1 {
    margin-top: 1px
}

.mar-t-3 {
    margin-top: 3px
}

.mar-t-2 {
    margin-top: 2px
}

.mar-t-4 {
    margin-top: 4px
}

.mar-t-4-imp {
    margin-top: 4px !important;
}

.mar-t-5 {
    margin-top: 5px
}

.mar-t-6 {
    margin-top: 6px
}

.mar-t-8 {
    margin-top: 8px
}

.mar-t-10 {
    margin-top: 10px
}

.mar-t-10imp {
    margin-top: 10px !important
}

.mar-t-12 {
    margin-top: 12px
}

.mar-t-15 {
    margin-top: 15px
}

.mar-t-30 {
    margin-top: 30px
}

.mar-t-20 {
    margin-top: 20px
}

.mar-r-0 {
    margin-right: 0px;
}

.mar-r-2 {
    margin-right: 2px
}

.mar-r-3 {
    margin-right: 3px
}

.mar-r-5 {
    margin-right: 5px
}

.mar-r-8 {
    margin-right: 8px
}

.mar-r-10 {
    margin-right: 10px
}

.mar-r-23 {
    margin-right: 23px
}

.mar-r-30 {
    margin-right: 30px
}

.mar-b-3 {
    margin-bottom: 3px
}

.mar-b-5 {
    margin-bottom: 5px
}

.mar-b-5imp {
    margin-bottom: 5px !important;
}

.mar-b-8 {
    margin-bottom: 8px;
}

.mar-b-10 {
    margin-bottom: 10px
}

.mar-b-15 {
    margin-bottom: 15px
}

.mar-b-10imp {
    margin-bottom: 10px !important;
}

.mar-b-15imp {
    margin-bottom: 15px !important;
}

.mar-b-2 {
    margin-bottom: 2px !important
}

.mar-b-0 {
    margin-bottom: 0 !important
}

.mar-0-auto {
    margin: 0 auto
}

.mar-auto {
    margin: auto
}

.mar-10-auto {
    margin: 10px auto;
}

.mar-5-auto {
    margin: 5px auto;
}


.top-28px {
    top: 28px;
}

.mar-l-r-min4 {
    margin-left: -4px;
    margin-right: -4px;
}

.mar-t-b {
    margin-bottom: 0;
    margin-top: 0;
}

.mar-t-b-5px {
    margin-bottom: 5px;
    margin-top: 5px;
}

.mar-t-b-10px {
    margin-bottom: 10px;
    margin-top: 10px;
}

.disable-cursor {
    cursor: not-allowed;
}

.clr-both {
    clear: both
}

.vis-hid {
    visibility: hidden
}

.dis-block {
    display: block
}

.dis-inl-block-imp {
    display: inline-block !important;
}

.dis-none {
    display: none;
}

.dis-flex {
    display: flex
}

.dis-inline-flex {
    display: inline-flex
}

.dis-block-imp {
    display: block !important
}

.dis-in-block {
    display: inline-block
}

.dis-in-block-imp {
    display: inline-block !important
}

.dis-tab {
    display: table
}

.dis-tab-r {
    display: table-row
}

.dis-tab-c {
    display: table-cell
}

    .dis-tab-c .attachement-viewer {
        float: left;
        position: relative;
    }

.cell-spac-5 {
    border-collapse: separate;
    border-spacing: 5px;
}

.lh-nor {
    line-height: normal;
}

.lh-nor-imp {
    line-height: normal !important;
}

.lh-27px {
    line-height: 27px
}

.lh-24px-imp {
    line-height: 24px !important;
}

.lh-25px {
    line-height: 25px;
}

.lh-25px-imp {
    line-height: 25px !important;
}

.over-auto {
    overflow: auto
}

.pointer {
    cursor: pointer
}

.no-pointer {
    cursor: default;
}

.txt-dec {
    text-decoration: none;
}

.txt-dec-imp {
    text-decoration: none !important;
}

.pos-rel {
    position: relative
}

.fon-wht-b {
    font-weight: bold
}

.fon-wht-nor-imp {
    font-weight: normal !important;
}

.bg-tran {
    background-color: Transparent
}

.bg-none {
    background: none;
}

.bg-white {
    background-color: #fff !important
}

.col-white {
    color: #fff
}

.col-white-imp {
    color: #fff !important
}

.col-white-btn {
    color: #fff !important
}

    .col-white-btn:hover {
        color: #fff !important
    }

.col-black {
    color: #000
}

.txt-in-20 {
    text-indent: 20px
}

.txt-in-3px {
    text-indent: 3px
}

.font-cengo {
    font-family: 'Century Gothic';
}

.no-borderimp {
    border: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.hide-last-td tr td:last-child {
    width: 0.0001px;
}

.border-btm-ddd {
    border-bottom: 1px solid #ddd;
}

.vh-ht-62 {
    height: calc(50vh - 62px) !important;
}

.rotate-90 {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}

.rotate-0 {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: rotate(0);
}

/*COMMON CLASSES*/

.style_toolbaritem label {
    display: none;
}

html {
    overflow: hidden;
}

.sty-uc-accorent {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 260px;
}

.ApplicationToolBar .dv-item {
    padding: 5px 0 0 5px;
}


.wht-spc-nrm {
    line-height: normal;
    white-space: normal !important;
}

.border-box1 {
    border: 1px solid #d9e2eb;
}

.bordr-rad {
    border-radius: 0px;
}

.bordr-rad-imp {
    border-radius: 0px !important;
}

.bordr-none-imp {
    border: none !important;
}

.out-line-none {
    outline: none;
}

.out-line-none-imp {
    outline: none !important;
}

.child-bold label {
    font-weight: bold;
}


/*General Classes*/

.hide {
    display: none;
}

.style-mandatory {
    background-color: #fcdddd;
}

.pad-5 {
    padding: 5px
}

.button-default {
    background-color: #408387;
    border: solid 1px #408387;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    padding: 4px 8px;
    text-decoration: none;
}

    .button-default:hover {
        -moz-transition: background-color .15s ease-in-out;
        -o-transition: background-color .15s ease-in-out;
        -webkit-transition: background-color .15s ease-in-out;
        background-color: #22777c;
        border: solid 1px #22777c;
        box-shadow: 1px 1px 3px #888888;
        color: #fff;
        transition: background-color .15s ease-in-out;
    }


/*COLORS*/

.col-gr-1 {
    color: #408387;
}

.col-gr-2 {
    color: #00B16A;
}

.col-bg-gr-2 {
    background-color: #00B16A !important;
}

.col-yellow-1 {
    color: #FFEB3B;
}

.col-bl-1 {
    color: #4183D7;
}

.col-bg-bl-1 {
    background-color: #4183D7 !important;
}

.col-bl-2 {
    color: #4B77BE;
}

.col-vio-1 {
    color: #9A12B3;
}

.col-gray-1 {
    color: #bbb;
}

/*END COLORS*/


/*Calendar Extender Css*/


/*.ajax-toolkit-calendar-default { border: solid 1px #bababa; background-color: #fff; -webkit-box-shadow: 8px 7px 15px -9px rgba(0,0,0,0.75); -moz-box-shadow: 8px 7px 15px -9px rgba(0,0,0,0.75); box-shadow: 8px 7px 15px -9px rgba(0,0,0,0.75); padding: 5px; }
    .ajax-toolkit-calendar-default .ajax__calendar_container { background-color: #ffffff; border: solid 1px silver; color: #000000; }
    .ajax-toolkit-calendar-default .ajax__calendar_day:hover { background-color: #90ddff; }
    .ajax-toolkit-calendar-default .ajax__calendar_other .ajax__calendar_day { background-color: #ffffff; border-color: #ffffff; color: #646464; }
    .ajax-toolkit-calendar-default .ajax__calendar_other .ajax__calendar_year { background-color: #ffffff; border-color: #ffffff; color: #646464; }
    .ajax-toolkit-calendar-default .ajax__calendar_today { color: #1d77e6; }*/

.ajax__calendar .ajax__calendar_footer:hover, .ajax__calendar_title:hover {
    color: #fff !important;
    font-weight: 700;
}

.ajax__calendar {
    -moz-box-shadow: 8px 7px 15px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 8px 7px 15px -9px rgba(0, 0, 0, 0.75);
    background-color: #fff;
    border: solid 1px #bababa;
    box-shadow: 8px 7px 15px -9px rgba(0, 0, 0, 0.75);
    padding: 0 0 7px 0;
}

    .ajax__calendar .ajax__calendar_container {
        background-color: #ffffff;
        border: none !important;
        color: #000000;
        width: 180px !important;
    }

    .ajax__calendar .ajax__calendar_day:hover {
        background-color: #408387 !important;
        border-radius: 25px !important;
        color: #fff !important;
    }

    .ajax__calendar .ajax__calendar_other .ajax__calendar_day {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #646464;
    }

    .ajax__calendar .ajax__calendar_other .ajax__calendar_year {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #646464;
    }

    .ajax__calendar td.ajax__calendar_today {
        background-color: #408387;
        color: #fff;
    }

    .ajax__calendar .ajax__calendar_footer {
        background-color: #408387;
        bottom: 0;
        color: #fff;
        height: 24px;
        left: 0;
        position: absolute;
        right: 0;
    }


.ajax__calendar_prev, .ajax__calendar_next {
    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
    filter: invert(100%);
    height: 23px !important;
}

.ajax__calendar .ajax__calendar_container table {
    width: 100% !important;
}

.ajax__calendar_days, .ajax__calendar_body {
    width: 100% !important;
}

.ajax__calendar_body {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}

.ajax__calendar_header {
    background: #408387;
    color: white;
    height: 25px !important;
    left: 0;
    line-height: 25px !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.lbl-mar-r-20 label {
    margin-right: 20px
}

.red-highlight {
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px 3px;
}

.radio-btn-list label {
    cursor: pointer;
    margin: 0 5px;
}

.table-row-5x-top-border td {
    border-top: solid 3px #22777c;
}

.tab-mar-5px {
    margin: 5px;
    width: calc(100% - 10px);
}

.z-inx-99997 {
    z-index: 99997 !important;
}

.z-inx-99999 {
    z-index: 99999 !important;
}

.modal-zindex {
    z-index: 10000 !important;
}

.full-width-o-content {
    width: calc(100% - 20px)
}

.oasys-page-contents {
    border-collapse: separate;
    height: 100%;
    /*box-shadow: 0 2px 5px rgba(200, 200, 200, 1);*/
    /*margin: 10px;*/
}

.oasys-page-contents-resp {
    border-collapse: separate;
    box-shadow: 0 2px 5px rgba(200, 200, 200, 1);
    margin: 10px;
}

.wid-100-20 {
    width: calc(100% - 20px) !important
}

.wid-100-10 {
    width: calc(100% - 10px);
}

.wid-100-95 {
    width: calc(100% - 95px);
}

.emp-code-txt {
    height: 24px;
    width: 100px;
}

.box-shadow-gray {
    border-collapse: separate;
    box-shadow: 0 2px 5px rgba(200, 200, 200, 1);
}

.tab-first-cen tr td:first-child {
    text-align: center;
    width: 50px;
}

.gv-par-1-2-icon .grid-view-tab > tbody > tr > td:first-child, .gv-par-1-2-icon .grid-view-tab > tbody > tr > td:nth-child(2), .gv-par-1-2-icon .Grid_View_Tab > tbody > tr > td:first-child, .gv-par-1-2-icon .Grid_View_Tab > tbody > tr > td:nth-child(2) {
    padding: 2px;
    text-align: center;
    width: 25px;
    white-space: nowrap;
}

.gv-par-1-2-3-icon .grid-view-tab > tbody > tr > td:first-child, .gv-par-1-2-3-icon .grid-view-tab > tbody > tr > td:nth-child(2), .gv-par-1-2-3-icon .grid-view-tab > tbody > tr > td:nth-child(3), .gv-par-1-2-3-icon .Grid_View_Tab > tbody > tr > td:first-child, .gv-par-1-2-3-icon .Grid_View_Tab > tbody > tr > td:nth-child(2), .gv-par-1-2-3-icon .Grid_View_Tab > tbody > tr > td:nth-child(3) {
    text-align: center;
    width: 25px;
}

.gv-par-1-2-icon .Css_ReportGrid > tbody > tr > td:first-child, .gv-par-1-2-icon .Css_ReportGrid > tbody > tr > td:nth-child(2), .gv-par-1-2-icon .Css_ReportGrid > tbody > tr > td:first-child, .gv-par-1-2-icon .Css_ReportGrid > tbody > tr > td:nth-child(2) {
    padding: 2px;
    text-align: center;
    width: 25px;
}

.all-td-nowrap td {
    white-space: nowrap;
}

.tab-tr1-header tr:first-child td {
    background-color: #408387;
    border: 1px solid gray;
    color: white;
    font-size: 12px;
    font-weight: 700;
}

.report-cen .Css_ReportGrid {
    margin: 0 auto;
}

.first-td-small .grid-view-tab > tbody > tr > td:first-child, .first-td-small > tbody > tr > td:first-child {
    padding: 2px;
    width: 25px;
}

.o-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    width: 100%;
}

.o-col {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    display: block;
    flex: 1;
    width: 100%;
}

.oasys-cards-tab-1 td {
    padding: 3px;
}

.oasys-cards-tab-1 tr > td:first-child {
    background-color: aliceblue;
    width: 10%;
}

.oasys-cards-tab-1 tr > td {
    background-color: white;
}

.oasys-cards-tab td {
    border: 1px solid #eee;
    padding: 3px;
}

.oasys-cards-tab tr > td:nth-child(odd) {
    background-color: aliceblue;
    width: 10%;
}

.oasys-cards-tab tr > td:nth-child(even) {
    background-color: white;
}

/*----- OASYS New Poup*/

.OASYSjq-modal-container {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 99999;
}

    .OASYSjq-modal-container .modal-content {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        margin: 150px auto;
        max-width: 500px;
        outline: 0 none;
        position: relative;
        text-align: center;
    }

    .OASYSjq-modal-container .modal-header {
        background-color: #335153;
        border-bottom: 1px solid #e5e5e5;
        color: #fff;
        font-size: 14px;
        line-height: 28px;
        padding: 5px;
        padding-left: 15px;
        text-align: left;
    }

    .OASYSjq-modal-container .modal-middle {
        border-bottom: 1px solid #e5e5e5;
        padding: 15px;
    }

    .OASYSjq-modal-container .modal-footer {
        background-color: #f1f1f1;
        border-bottom: 1px solid #e5e5e5;
        font-size: 14px;
        padding: 15px;
    }

    .OASYSjq-modal-container .btn-default {
        background-color: #fff;
        border-color: #ccc;
        color: #333;
    }

    .OASYSjq-modal-container .OASYSjq-modal-button {
        -moz-user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        margin-bottom: 0;
        margin-right: 10px;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }

    .OASYSjq-modal-container .OASYSjq-modal-close {
        color: #fff;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        /*opacity: 0.2;*/
        text-shadow: 0 1px 0 #fff;
        background: none;
        border: none;
    }

    .OASYSjq-modal-container #oasysjqtmr {
        color: #ff0000;
        font-size: 18pt;
    }

/*--*/

.label-bg-none label {
    background: none !important;
}

.hig-calc-100px {
    height: calc(100vh - 100px);
    overflow: auto
}

.split-half-page {
    width: calc(50vw - 30px);
    padding: 10px;
}

.box-shdw {
    box-shadow: 0 2px 5px rgba(200, 200, 200, 1);
}

.resetdefault * {
    padding: 0px 0px 0px 0px;
}

/*
    New tree view hangout
*/

.hng-tree-menu {
    position: absolute;
    z-index: 999;
    top: 32px !important;
    /*left: 10px;*/
    display: none;
    background-color: #fff;
    border: solid 1px #408387 !important;
    min-width: 380px;
}

    .hng-tree-menu .hng-tree-header {
        background-color: #408387;
        padding: 3px 5px;
    }

        .hng-tree-menu .hng-tree-header span {
            color: #fff;
            font-weight: bold;
        }

table.oasys-grid-header-bg th {
    background-color: #408387 !important;
    color: #fff;
}

.tab-first-canreq tr td:first-child {
    text-align: center;
    padding: 5px 0px;
    width: 80px;
}

.fa-rotate-45 {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-pre-att {
    display: inline-block;
    float: right;
}

.fa-pre-loader {
    color: #1F98C7;
}

.fa-pre-tick {
    color: #2acf37;
}

.fa-pre-cross {
    color: #ff0000;
}

.box-shadow-none-imp {
    box-shadow: none !important;
}

.Accom-ocuppant-scroll {
    height: Calc(100vh - 135px);
    overflow-x: hidden;
}

.row-min-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.Accom-clr-scroll {
    margin-bottom: 3px;
    overflow: auto;
    max-height: calc(100vh - 220px);
}

.wid-calc-23-imp {
    width: calc(100% - 23px) !important;
}

.top-29px {
    top: 29px;
}

.pos-abs {
    position: absolute;
}

.font-weg-nor {
    font-weight: normal !important;
}

.cur-point {
    cursor: pointer !important;
}

.word-break-all {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
}

    .word-break-all span {
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }

.comn-td-wrap td {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.color-333 {
    color: #333;
}

.style1-first-td td:first-of-type {
    font-weight: normal !important;
}

.tbl-lyot-fxd {
    table-layout: fixed;
}

/****************  EDOCS Print ********************/

@media print {
    .calendar-btn {
        display: none
    }

    .print-pad-t-0-imp {
        padding-top: 0px !important;
    }

    .print-mrg-t-0-imp {
        margin-top: 0px !important;
    }

    .print-mrg-t-20 {
        margin-top: 20px;
    }

    .print-mheight-unset {
        min-height: unset !important;
    }

    .print-hide {
        display: none;
    }

    .print-pad-10 {
        padding: 10px;
    }
}

/****************  Resposive for taking oasys-app.css only ********************/

@media (max-width: 320px) {
    .jq-toast-single {
        width: auto !important;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .jq-toast-single {
        width: auto !important;
    }
}

@media (min-width: 481px) and (max-width: 640px) {
    .jq-toast-single {
        width: auto !important;
    }
}

@media (min-width: 641px) and (max-width: 980px) {
}

@media (min-width: 981px) and (max-width: 1200px) {
}

.dir-rtl {
    direction: rtl;
}

.default-pg-button {
    background-color: #408387;
    color: #fff;
    padding: 8px 7px;
    border-radius: 3px;
    text-align: center;
}

    .default-pg-button:hover, .default-pg-button:active {
        color: #fff !important;
        text-decoration: none;
    }

.login-tbl a:visited, .login-tbl a:hover, .login-tbl a:active, .login-tbl a:focus {
    color: #fff !important;
    text-decoration: none;
}

.opacity-pnt-8 {
    opacity: .8;
}

.spn-textwarp {
    word-break: break-all;
    max-height: 50px;
    display: inline-block;
    line-height: 16px !important;
    white-space: normal;
    overflow: auto;
}

.chkbx-ml-0 input[type="checkbox"] {
    margin-left: 0px;
}

.text-elips {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* bootstrap 3 Panel */

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        border-radius: 4px;
        margin-bottom: 20px;
        border-radius: 4px;
        margin-bottom: 0;
    }


.panel-default > .panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 0;
}

.panel-default > .panel-collapse {
    border-top: 1px solid #ddd;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-body {
    padding: 15px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.m-r-min-8px {
    margin-right: -8px;
}

.m-r-min-5px {
    margin-left: -5px;
}

.tbl-lyot-fxd > tbody > tr > td, .tbl-lyot-fxd > tr > td {
    padding: 0px;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

.panel-info {
    border-color: #bce8f1;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-info > .tr-custom-heading {
    background-color: #408387 !important;
    color: #fff !important;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.style_modalPopupPanel {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    z-index: 1001; /* higher than backdrop */
    text-align: center;
}
