/*
rwsgreen:#00A89F
rwsblue: #003D7F
rwsmediumgrey: #4B4B4C
rwslightgrey: #808184
mute: #6c757d!important
 */
/*-------------------------------------------- Bootstrap classes customized-------------------------------------------*/
body{
    font-family: 'Open Sans', sans-serif;
    color: #4f4f4f;
    font-size: 0.8rem;
    background: linear-gradient(white, white, #f7f7f7);
    -webkit-font-smoothing: antialiased;
}

.long-page {
    background: linear-gradient(white, white, white, #fefefe);
}
th.mandatory-field::after{
    content: "*";
    color: #000000;
    font-size: 0.6rem;
    vertical-align: top;
}
.asterik-field::before{
    content: "*";
    color: #000000;
    font-size: 0.6rem;
    vertical-align: top;
}
.bg-white {
    background-color: white!important;
}

.bg-gray {    
    background: #f5f5f5!important
}

.bg-aliceblue {
    background-color: aliceblue!important;
}

.bg-lesser-white {
    background: linear-gradient(white, #f7f7f7);
}

.bg-light-gray{
    background: #fdfdfd!important;
}

h1, .h1, h2, .h2, h3, .h3, .h4, h4, .h5, h5, h6, .h6 {
    font-weight: 300;
}

.dropdown-item:hover {
	background: #f5f5f5
}

.list-group-item-action.active {
    background-color: #f5f5f5;
    color: #4f4f4f;
    border-color: #E3E3E3;
}

.input-group-text {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0;
    padding-bottom: 0;
}

input, optgroup, select, textarea {
    padding-left: 0.3rem;
}

button.disabled {
    cursor: no-drop;
}

.input-group-text > .fa-search {
    cursor: pointer;
}
.fa-2x, .fa-3x{
    vertical-align: sub
}

i.fa-info-circle {
    cursor: default;   
}
.password-visibility-toggle {
    font-size: 75%;
    cursor: pointer;
    color:  #808184;
}

.password-visibility-toggle:hover {
    color: #4B4B4C;
}


.default-font-size{
    font-size: 0.8rem!important;
}

.large-font-size{
    font-size: 1rem!important;
}

.small-font-size {
    font-size: 0.75rem!important;
}

.badge {
    padding-left: 0.5em!important;
    padding-right: 0.5em!important;
    padding-top: 0.4em!important;
    padding-bottom: 0.4em!important;
    border-radius: 0.6rem;
}

.badge-secondary {
    background-color: #7d9ab3;

}

.dropdown-item {
    font-size: 0.8rem;
}

a.disabled{
    cursor: no-drop;
    pointer-events: none;
}

.form-control{
    height: calc(1.6rem + 2px);
    font-size: inherit;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 1px;
    padding-bottom: 0.2rem;
    border-radius: 1px;
}

.form-control-lg {
    height: calc(2.25rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f8f8f8;
    opacity: 1;
}

thead > tr:first-child th{
    border-top:none;
}

thead > tr:first-child td{
    border-top:none;
}

.password-criteria.fail{
    color: #dfdfdf;
}

.dropdown-header {
    font-size: .875rem;
    color: #21253e;
    font-weight: bold;
}

.btn {
    font-size: 0.9rem;
}

 .inline-btn{
     line-height: 1.3;
     border-top-left-radius: 0rem;
     border-bottom-left-radius: 0rem;
 }

.btn-primary, .btn-primary.disabled, .btn-primary:disabled  {
    background-color: #00A89F;
    border-color: #00A89F;
}

.btn.disabled, .btn:disabled {
    opacity: 0.40;
}

.btn-primary:hover {
    background-color: #00bab1;
    border-color: #00bab1;
}


.btn-blue {
    background-color: #0046ab;
    border-color: #0046ab;
    color: white;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active{
    background-color: #025bb6;
    border-color: #025bb6;
}


.btn-outline-primary{
    background-color: #ffffff;
    border-color: #00A89F;
    color: #00A89F!important;;
}

.btn-outline-primary:hover {
    background-color: #00A89F;
    border-color: #00A89F;
    color: white!important;;
}

a {
    color: #1261b5;
}

a:hover {
    color: #0ce;
    text-decoration: none;
}

.nav-link{
    font-size: 1rem;
    white-space: nowrap;
}

.dropdown-toggle {
    white-space: nowrap;
}

.badge{
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    padding: .4em;
    border-radius: .8rem;
}

.badge-info {
     background-color: #03A9F4;
}

.form-text-input{
    background-color:rgba(255,255,255,0.2);
}
.navbar-nav > li {
    float: left;
    position: relative;
}

.token-container {
    background: rgb(255, 255, 255);
    border: 1px dashed #dee2e6;
    height: 5.5rem;
    width: 100%;
    margin-top: 0.3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: auto;
}

.simple-upload-container {
    background: rgb(255, 255, 255);
    border: 1px dashed #dee2e6;
    height: 5.5rem;
    width: 100%;
}

.simple-upload-container> .document-list {
    overflow: auto;
    max-height: 5.6rem;
}

.inovia-form .form-row{
    padding-bottom:0.75rem;
}

.inovia-form .form-check-label{
    font-weight: normal;
}
.inovia-form .form-row > .col:first-child{
    padding-right: 1rem
}

.description {
    font-weight: 300;
    font-size: 0.85rem;
    line-height: 1.8;
}

@media (min-width: 992px) {
    .navbar-nav > .active .nav-link::before {
        height: 0.24em;
        background-image: linear-gradient(to left, #0ce, #00A89F); /* Works in all browsers including IE 11*/
        bottom: -9px;
        content: " ";
        left: 0;
        position: absolute;
        right: 0;
        box-shadow: 0 1px 1px #7ad0c8;
    }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 0.24em solid #00A89F;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 1px rgba(0,0,0,0.15);
}

.nav-tabs .nav-item  a{
    color: rgba(0,0,0,.5);
}


.tab-pane .tab-pane-footer {
    border-top: 1px solid #dee2e6;
    padding: 1rem;
    background: #f9f9f9;
}
.input-group-append > .fa-search{
    color: #767676;
}

.tab-content{
    border: 1px solid #dee2e6;
    border-top: none;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
    border-radius: 0 0 3px 3px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    margin-bottom: 0.5rem;
    width: 100%;
}


.tab-content-no-border{
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}


.table th, .table td {
    height: 2.23rem;
    vertical-align: middle;
}

table.border-light td,
table.border-light th {
    border-top: 1px dotted #fbfbfb;
}


thead.green-bottom th{
    border-bottom: 2px solid #00a89f!important;
}
.border-green-round-corner{
    border: 2px solid #A0EED6 !important;
    border-top-color:2px #A0EED6 !important;
    border-bottom-color:2px #A0EED6 !important;
    border-right-color:2px #A0EED6 !important;
    border-left-color:2px #A0EED6 !important;
    border-radius: 5px!important;
    background: white;
}
table.hyphenate-empty-cell td:empty::after {
    content: '--'
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.tooltip-inner {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    padding: 5px 8px;
    background-color: #d1ecf1;
    color: #0c5460;
    text-align: center;
    border-radius: .25rem;
    max-width: 400px;
}

.tooltip.show {
    opacity: 0.95;
}

.bs-tooltip-left {top: -12px; left: -182px;}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #d1ecf1 !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    border-top-color: #d1ecf1  !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    border-left-color: #d1ecf1  !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    border-right-color: #d1ecf1  !important;
}


.popover{
    font-family: 'Open Sans', sans-serif;;
    font-size: 0.8rem;
    z-index: 0;
}

/*-------------------------------------------- inovia classes --------------------------------------------*/

/* Remove autofill yellow background on Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

input.no-blue-glow:focus {
    box-shadow:none!important;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da!important;
    border-bottom: 1px solid #ced4da!important;
}

.rws-green {
    color: #00A89F;
}
.rws-blue{
    color: #003D7F;
}

.link-color{
    color: #1261b5;
}

.hl-border {
    border:1px solid #ff0000
}
.wide-text-box {
    width: 20rem!important;
}

.btn.reduced-padding {
	padding: .125rem .5rem!important;	
}

main {
    padding-top: 0.7rem;
    min-height: calc(100vh - 143px); /* Depends on margin-top, menu and footer heights*/
}

@media (min-width: 992px){
    main {
        padding-top: 2rem;
    }
}


@media print {
    .action-icon, .sortable::after, [data-toggle="tooltip"] {
        display: none !important;
    }

    button {
        display: none !important;
    }

    input,
    textarea {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .page-title {
        font-size: 1.75rem!important;
    }

    body {
        background: none;
    }

    select {
        border: 0;
        outline: 0;
    }
}

.menubar-style {
    box-shadow: 0 1px 3px rgba(100,100,100,.2);
    background: white;
}
@media (min-width: 992px){
    .page-title {
        font-weight:  300;
        font-size: 1.75rem;
    }
}

.page-title {
    font-size: 1.4rem;
    font-weight:  300;
}


.text-large{
    font-size: 0.9rem;
    font-weight: 300;
}

.user-icon-lg-div{
    background: aliceblue;
    padding: 2rem;
    text-align: center;
}

.user-icon-lg-div > .fa-user-circle {
    color: #607D8B;
}

.indent-answer{
    padding-left: 1rem;
}

a:active, a:focus {
    outline: none;
}

.info-list > div {
    border-bottom: 1px dotted lightgray;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.info-list > div:last-child,
.info-list.compact > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-list.compact  > div {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.info-list .far,
.info-list .fas {
    padding-right: 0.3rem;
}

.nav-tabs--left {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: flex;
    flex-flow: column nowrap;
}

.nav-tabs--left .nav-link {
	font-size: inherit;
    transition: border-color .125s ease-in;
    white-space: nowrap;
}

.nav-tabs--left .nav-link.active {
    border-top: 1px solid #ddd;
    border-left: 0.24em solid #00A89F;
    box-shadow: none;

    border-bottom-color: #ddd;
    border-right-color: #fff;
    border-bottom-left-radius: 0.25rem;
    margin-right: -1px;
}

.nav-tabs--left + .tab-content {
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-left: none;
    border-bottom: 1px solid #dee2e6;

    -webkit-box-shadow: none;
    box-shadow: none;

    margin-bottom: 0;
}

.nav-tabs--left + .tab-content .row{
    margin: 0
}


.wide-table td, .wide-table th {
    font-size: 0.75rem;
}

.compact td, .compact th {
    padding: 0.25rem;
}


div.inovia-panel {
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border-radius: 4px;
    background: white;
}

div.inovia-panel.sharp-corners{
    border-radius: 0!important;
}

.inovia-panel .panel-header {
    font-size: 1.0rem;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

div.inovia-panel > .panel-content {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: auto;
}

.inovia-panel > .panel-footer {
    border-top: 1px solid #dee2e6;
    padding: 1rem;
}

div.inovia-panel.green-top {
    border-top: 0.24em solid #00A89F;
}

.inovia-panel.rounded-corner {
    border-radius: 10px!important;
    background: white;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

thead.green-line tr:last-child th{
    border-bottom: 0.24em solid #00A89F;
}

.inovia-panel.long-panel{
    background: linear-gradient(white, white, white, #fdfdfd);
}

@media (max-width: 576px) {
    .big-panel {
        padding: 40px 15px 33px 15px;
    }
}

.btn:disabled {
    cursor: no-drop;
}

.btn-link {
	color: #1261b5!important;
}

.btn-link:hover {
    color: #0ce!important;
    text-decoration: none;
}

.btn-gradient {
    padding: 10px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    background-image: linear-gradient(to right, #00A89F 0%, #0Ce 100%)
}

.btn-gradient:hover {
    background-image: linear-gradient(to right, #00A89F 0%, #00A89F 100%)
}


/* FA mathematics symbols are not working for some reason. */
.symbol-greater-than-equal:before {
    content: "\2265";
}

.container-div{
    margin: 1rem;
}

.right-border {
    border-right: 1px solid #f5f5f5;
}

thead > tr:first-child th {
    border-top: none;
}

.fixed-title-bottom-border {
    border-bottom: 2px solid #ecf0f4;
    padding-bottom: 0.5rem;
}

.info-table table {
    border-collapse: collapse;
}

.info-table th,
.info-table td {
    height: 1rem;
    vertical-align: middle;
    padding: 0.3rem;
    border-top: 1px dotted lightgray;
    margin-bottom: 0;
}

.info-pane {
    background: #fcfcfc;
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #e2e5e8;
}

table.inline-border {
    border-style: hidden;
}
table.inline-border td,
table.inline-border th {
    border: 1px solid #dee2e6;
}

table.top-align td,
table.top-align th,
td.top-align,
th.top-align,
tbody.top-align td{
    vertical-align: top;
}
.table-striped {
    margin-bottom: 0;
    background-color: white;
}

.capitalize-first-letter:first-letter {
    text-transform: uppercase;
}

.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: #D4EAEF;*/
    background-color: #f7f7f7;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: white;
}

.h-60 {
    height:60%!important
}
.vertical-table table tr:first-child th {
    border-top: none;
    width: 50%;
}

.vertical-table th {
    text-align: right;
}

.vertical-table td, .truncate {
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vertical-table table tr:first-child td {
    border-top: none;
}

table.no-top-border tr:first-child th {
    border-top: none;
}

table.no-top-border tr:first-child td {
    border-top: none;
}


#uploadModal .form-group.row:not(:first-child) {
    border-top: 1px dotted #e9ecef;
    padding-top: 1rem;
}

#uploadModal .form-group:last-child{
    margin-bottom: 0;
}

input.label-like {
    background: transparent;
    border: 1px dotted transparent;
    color: #00A89F;
}

input.label-like:hover {
    border: 1px dotted #ced4da;
}

.border-color-rwsgreen{
    border-color: #00A89F;
}


.fixed-title-position {
     position: fixed;
     top: 3.6rem;
     width: 100%;
     z-index: 2;
     padding-top: 1.5rem;
     background-color: #fff;
}

.fixed-title-position + div {
    margin-top: 2.9rem;
}

.title-section-fixed {
    position: fixed;
    top: 3.6rem;
    padding-top: 2.6rem;
    width: 100%;
    z-index: 2;
    background-color: #fff;
}

.title-section-fixed > div {
    border-bottom: 2px solid #ecf0f4;
    padding-bottom: 0.5rem;
}

.title-section-fixed + div {
    margin-top: 4.4rem;
}

@media (min-width: 992px){
    .title-section-fixed + div {
        margin-top: 3rem;
    }
}

.title-separator {
    border-bottom: 2px solid #ecf0f4;
    padding-bottom: 0.5rem;
}

div.smallpanel{
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 1rem;
    background: linear-gradient(white, #fdfdfd);

    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.required-field::after{
    content: "*";
    color: #ff3b22;
    font-size: 0.6rem;
    vertical-align: top;
}

th.sortable, th.sorted-asc, th.sorted-desc{
    cursor: pointer;
}

th.sortable::after{
    content: '\f0dc';
    font-family: "Font Awesome 5 Free";
    font-size: 0.75rem;
    padding-left: 0.3rem;
    color: #a8a8a8;
}


th.sorted-asc::after{
    font-family: "Font Awesome 5 Free";
    font-size: 0.75rem;
    padding-left: 0.3rem;
    content: '\f0de';    
    color: #00A89F;
}

th.sorted-desc::after{
    font-family: "Font Awesome 5 Free";
    font-size: 0.75rem;
    padding-left: 0.3rem;
    content: '\f0dd';   
    color: #00A89F;
}

th.sorted-asc:hover::after, th.sorted-desc:hover::after{
    content: '\f0dc';
}

.column-selection {
    background: rgba(0, 0, 255, 0.1);
    border-radius: 0.1em;
    border: 0.05em solid rgba(0, 0, 255, 0.2);

}

.summable {
    cursor: cell;
}

.additional-option-icon {
  	opacity: 0;
  	color: #4B4B4C;    
    font-size: 0.75rem; 
	cursor: pointer; 
}

.additional-option:hover .additional-option-icon {
  opacity: 1;
}

.delete-icon{
    color: #f5284c;
    cursor: pointer;

}

.label-icon{
     color: #00A89F; /*#444444;*/
}

.action-icon{
    color: #0ce;
    cursor: pointer;
}

.rem-1 {
    width: 1rem!important;
}

.rem-3 {
    width: 3rem!important;
}

.rem-8 {
    width: 8rem!important;
}
.rem-9 {
    width: 9rem!important;
}
.rem-10 {
    width: 10rem!important;
}

.rem-15 {
    width: 15rem!important;
}
.rem-20 {
    width: 20rem!important;
}

.rem-five-and-half {
    width: 5.5rem;
}

.form-control-height{
    height: calc(1.6rem + 2px) !important;
}
tr.row-separator > th, tr.row-separator > td {
    border-top: 1px solid #dee2e6!important;
}

.div-separator {
    border-top: 1px solid #dee2e6;
}

.div-separator-light {
    border-top: 1px dotted lightgray;
}
.div-separator-dark {
    border-bottom: 2px solid #dee2e6;
}

.div-separator-fine{
    border-top: 1px dotted #ecf3f9;
}

.div-table  > div {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.125rem;
    margin-bottom: 0.125rem;
}
.div-table > div:last-child {
    border-bottom: none;
}

/*Custom class*/
@media (min-width: 992px){
    .h-lg-100 {
        height: 100%!important;
    }
}

.ajax-loading {
    display: block;
    height: 3rem;
    color: #6c757d;
    font-style: italic;
    text-align: center;
}
 .ajax-loading > .in-progress {
    display: block;
    height: 100%;
    z-index: 100;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-image: url("https://res.cloudinary.com/inovia/image/upload/v1553228921/loading-spinner.svg");
}

.norecord{
    width: 100%;
    height: 100%;
    position: relative;
    top: 4rem;
    left: 0;
    z-index: 100;
    display: block;
}
.w-1{
    width: 1%;
}
.w-5 {
    width: 2%;
}
.w-7 {
    width: 7%;
}
.w-8 {
    width: 8%;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}
span.grippy {
    content: '....';
    width: 1rem;
    display: inline-block;
    overflow: hidden;
    line-height: 5px;
    padding: 3px 4px;
    cursor: move;
    vertical-align: middle;
    margin-top: -.7em;
    font-size: 0.7rem;
    font-family: sans-serif;
    letter-spacing: 2px;
    color: #cccccc;
    text-shadow: 1px 0 1px #8d8888;
}

span.grippy::after {
    content: '.. .. .. ..';
}

.calendar{
   cursor: pointer;
}

.calendar input{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.toolbar {
    background: #f5f5f5;
    padding-top: 1.2rem;
    padding-right: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    border-radius: 4px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #dee2e6;
}

/*Include sticky.js*/
.toolbar.sticky-toolbar {
    position: fixed;
    top: 3.1rem; /*Depends on the menu-bar height and top margin of the toolbar*/
    z-index: 2;
}

.toolbar.sticky-toolbar + div {
    margin-top: 5.4rem;
}
.tab-pane {
    background: white!important;
}

.tab-content .toolbar {
    margin-top:0;
    border-radius:0;
    border-right: none;
    border-top: none;
    border-left: none;
}

.vertical-divider {
    border-left: 2px solid #ededed;
    border-right: 2px solid #fffdfd;
    height: 2rem;
    margin-right: 10px;
    margin-left: 10px;
}

div.vertical-separator-white {
    display: inline-flex;
    height: 1.2rem;
    border-right: 1px solid #f9f9f9;
    border-left: 1px solid #d4d4d4;
    vertical-align: middle;
    margin-left: 0.5rem;
}


.truncate100c {
    max-width: 100ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.success{
    color: #4caf50;
}

.failure {
	color: #ff355e;
}

.warning {
    color: #ff9105;
}

.user-circle-lg-color {
    color: #607D8B;
}

.bg-warning {
    background-color: #fff3cd!important;
}


input::-ms-clear,
.float-label::-ms-reveal {
    display: none;
}

.form-submit-error-response {
    color: #ff355e;
    padding-bottom: 1rem;
    font-size: 0.8rem;
}
.field-validation-error {
    border-color: red;
}

.compact-footer {
    font-size: 0.7rem;
    color:  #6c757d;
}

/* Gradient text box*/
.gradient-textbox-wrap input {
    outline: none;
    border: none;
}

.gradient-textbox-wrap input:focus {
    border-color: transparent !important;
}

.gradient-textbox-wrap {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}

.gradient-textbox-wrap input {
    font-size: 15px;
    color: #555555;   
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}

.gradient-textbox-wrap > .password-visibility-toggle {
    font-size: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
}
.gradient-textbox {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.gradient-textbox::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background-image: linear-gradient(to left, #0CE, #00A89F);
}

.gradient-textbox::after {
    content: attr(data-placeholder);
    font-size: 15px;
    color: #999999;
    line-height: 1.2;
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    padding-left: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.float-label:focus + .gradient-textbox::after,
.has-value.float-label + .gradient-textbox::after { 
    top: -22px;
}

.float-label:focus + .gradient-textbox::before,
.has-value.float-label + .gradient-textbox::before {
    width: 100%;
}

.corner-ribbon{
    width: 200px;
    background: #ee4433d4;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.sticky-ribbon{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.red{background: #F44336;}

.collapsible{
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -moz-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    padding: 1.3rem 2rem 0.8rem 2rem;
}

.collapsible > .header {
    position: relative;
    color: #003D7F;
    font-size: 1.2rem;
    font-weight: 300;
    cursor: pointer;
    margin-bottom: 0.7rem;
}

.collapsible > .content {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 300;
}

.collapsible .content > .para-title {
    font-size: 1rem;
    font-weight: 300;
}

.collapsible .content > .para-title ~ p {
    padding-left: 1rem;
}

.row.section,
.inovia-panel.section {
    margin-top: 1rem;
}
/* arrow icon on the right */
.collapsible > .header::before,
.collapsible > .header::after {
    content: '';
    top: 50%;
    position: absolute;
    right: 0;
    height: 2px;
    width: 13px;
    background: #00A89F;

    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;

    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.collapsible > .header::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 9px;
}

.collapsible > .header::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.collapsible > .header.collapsed::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.collapsible > .header.collapsed::after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.orange{
    color:#ff6735
}

.bg-orange {
    background-color: #ff6735;
}

.bg-deeppink{
    background-color: deeppink;
}

.block-ui-msg {
    font-size: 0.9rem;
    color:#e43;
    background: whitesmoke;
    padding: 0.5rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2)!important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15)!important;
}

.changed {
    color: #e43
}

.bar-loader {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 2px;
}
.bar-loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -300px;
    width: 300px;
    height: 2px;
    background-color: #ff6735;
    animation: loading 1s linear infinite;
}
@keyframes loading {
    from {left: -300px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

 #unsupportedBrowserMsg {
		    position: absolute;
		    width: 800px;
		    height: 300px;
		    margin: -100px 0 0 -400px;
		    top: 40%;
		    left: 50%;
		    border: 1px solid #d6757f;
		    padding: 20px;
		    background: #f5c6cb;
}
 #unsupportedBrowserMsg > ul > li {
 	font-size: 1rem;
 }

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-unset {
    overflow: unset!important;
}

.profile-badge{
    font-size: 0.75rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #fff;
    padding: 1px 2px 1px 2px;
}

[v-cloak] {
    display: none;
}

/*daterangepicker library*/
.daterangepicker {
    font-family: inherit;
}

.daterangepicker td.start-date.end-date {
    border-radius: 18px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0ce;
}

.export-panel .far,
.export-panel .fas{
    color: #6c757d;
    cursor: pointer;
}

.export-panel .far:hover,
.export-panel .fas:hover {
    color: #00A89F;
    /*text-shadow: 2px 2px #e9e9e9;*/
}


@media only screen and (min-width: 568px){
    .iziToast:after {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2)!important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15)!important;
    }
}

.iziToast {
    font-family: inherit!important;
    font-size: inherit!important;
}

.iziToast>.iziToast-body .iziToast-message, .iziToast>.iziToast-body .iziToast-title {
    font-size: 0.8rem!important;
    line-height: 1.3rem!important;
}

/*Sweetalert*/
.swal2-popup .swal2-content {
    font-size: 0.9rem
}

.swal2-popup .swal2-title {
    font-size: 1.25rem
}

.swal2-popup .swal2-styled.swal2-confirm {
      background-color: #00A89F;
      font-size:  0.9rem
}

.swal2-popup .swal2-styled.swal2-cancel {
    font-size:  0.9rem;
}


/* Typeahead*/
.tt-menu {
    left: 0;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 2px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #fff !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

#siteMenu_loginAsEmail ~ .tt-menu {
    left: -160px !important;
    min-width: 460px;
}

.tt-suggestion {
    padding: 5px 10px;
    font-size: inherit;
    border-bottom: 1px solid #f3f3f3;
}

.tt-suggestion.tt-cursor {
    background-color: #f5f5f5;
}

.tt-dataset > .tt-suggestion:last-child {
    border-bottom: none!important;
}

.ta-dropdown td{
    white-space: nowrap;
}
/*V-Calendar*/
.vc-container{
    font-family: inherit!important;
}
.vc-text-lg {
    font-size: 14px!important;
}

/* Country list */
.country-list-columns {
    column-count: 1;
    column-gap: 1.5rem;
}

@media (min-width: 768px) {
    .country-list-columns {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .country-list-columns {
        column-count: 4;
    }
}

.country-item {
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    justify-content: space-between;
    align-items: center;
    break-inside: avoid-column;
    font-size: 0.85rem;
}
.country-item:hover {
    background-color: #f8f6f6;
}

.selected-country{
    background: #f5f5f5;
    color: #00A89F;
    cursor: no-drop!important;
    transition: transform 0.4s ease, color 0.5s ease;
}

.disabled-action-icon{
    color: #a0a0a0;
    cursor: no-drop!important;
}
/* Country list */
input::placeholder {
    font-size: 0.75rem;
}

