html { font-family: 'Roboto', 'Arial'; }

body {
    margin: 0px;
}

.borderless { 
    border:none;
}

/* .footer {
    position: fixed;
    bottom: 0px;
    /* height: 35px !important; */
} */

.theme-margin {
    margin: 4px;
}

.theme-danger {
    background-color: #f2dede;
    color: #a94442 !important;
}

.paragraph{
    line-height: 1.6;
    font-size: 14px;
}
a{
    text-decoration: none;
    color: inherit;
}
table thead tr th {
    color: #000 !important;
    font-weight: bold !important;
}
.select-field select {
    width: 95% !important;
    width: calc(100% - 32px) !important;
}

.hide{ 
    display: none !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.invisible{
    visibility: hidden;
}
.pending-color{
    background-color: #FF9800 !important;
}
.inactive-tab-color{
    background-color: #ffffff !important;
}
.active-tab{
    background-color: #3f51b5 !important;
    color: #ffffff !important;
    font-size: 14px;
    display: inline-block;
    font-weight: bolder;
    
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-top-left-radius: 8px; 
    -webkit-border-top-right-radius: 8px;    

    /* Firefox 1-3.6 */
    -moz-border-top-left-radius: 8px; 
    -moz-border-top-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px; 
    -moz-border-bottom-right-radius: 8px;
}
.inactive-tab{
    background-color: #e1f5fe !important;
    color: #3f51b5 !important;
    font-size: 14px;
    display: inline-block;
    
    border: 1px solid #81d4fa;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-top-left-radius: 8px; 
    -webkit-border-top-right-radius: 8px;    

    /* Firefox 1-3.6 */
    -moz-border-top-left-radius: 8px; 
    -moz-border-top-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px; 
    -moz-border-bottom-right-radius: 8px;
}
.va-middle {
    vertical-align: middle;
}
.error{
    color: #ff1744;
    font-size: 12px;
    margin-top: 8px;
}
.green-text{
    color: #4CAF50;
}

button.green{
    background-color: #4CAF50 !important;
}
button.green:hover{
    background-color: #419743 !important;
}
button.red{
    background-color: #F44336 !important;
}
button.red:hover{
    background-color: #DA3D31 !important;
}
button.green{
    background-color: #4CAF50 !important;
}
button.green:hover{
    background-color: #419743 !important;
}
button.white{
    background-color: #ffffff !important;
}
button.white:hover{
    background-color: #dddddd !important;
}

.myContainer{
    max-width: 95% !important;
    width: 1200px !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
}
.inner-container{
    max-width: 95% !important;
    width: 1200px !important;
    /* width: 2000px !important; */
    margin: 0 auto;
    padding-top: 16px;
    /* padding-bottom: 36px; */
}

.readOnly input, .readOnly textarea{
    color: rgba(0, 0, 0, 0.87) !important;
}
.readOnly div:before{
    background: transparent !important;
    background-size: 5px 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 100%, transparent 0%) !important;
    background-repeat: repeat-x !important;
    background-position: left top !important;
}

.panel-header{
    background-color: #e1f5fe;
    /* background-color: #3a627c; */
    font-size: 16px;
    padding: 8px 20px 6px 20px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    position: relative;
    z-index: 10;
    border: 1px solid #81d4fa;
    border-bottom: 0px;

    /* border-color: #003557;
    color: #fff; */

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-top-left-radius: 4px; 
    -webkit-border-top-right-radius: 4px;
    

    /* Firefox 1-3.6 */
    -moz-border-top-left-radius: 4px; 
    -moz-border-top-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px; 
    -moz-border-bottom-right-radius: 4px;
}
    .panel-header .title-section{
      font-size: 16px;
      line-height: 38px;
      display: inline-block;
    }
    .panel-header.content-close{
        border-bottom: 1px solid #81d4fa;

        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;

        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -webkit-border-bottom-left-radius: 4px; 
        -webkit-border-bottom-right-radius: 4px;

        /* Firefox 1-3.6 */
        -moz-border-bottom-left-radius: 4px; 
        -moz-border-bottom-right-radius: 4px;
    }
    .panel-header.expandable{
        cursor: pointer;
    }
    .panel-header.expandable.content-close{
        background-color: #3f51b5;
        color: #ffffff;
    }
    .panel-header.expandable.content-close:hover {
        background-color: #D7EAF1;
        background-color: #3448aa;
    }
    .panel-header.expandable.disabled, .panel-header.expandable.disabled:hover{
        cursor: default;
        color: rgba(0, 0, 0, 0.26);
        background-color: rgba(0, 0, 0, 0.12);
    }
    .panel-header.expandable:hover .title-section{
        /*text-decoration: underline;*/
    }

.panel-content{
    /* Firefox 1-3.6 */
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-top-right-radius: 4px;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.panel-content.close {
    display: none;
}

.panel-content.open {
    display: block;
}

.panel-content-search{
    background: seashell;
    border-top: solid gainsboro 2px;
    border-top-style: inset;
    border-bottom: solid gainsboro 2px;
    border-bottom-style: inset;

    padding: 15px 15px 15px 15px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px;
    border-radius: 3px;

    overflow-x: auto;
}
.panel-content-inner{
    background: #fff;
    border-top: solid 1px #81d4fa;
    padding: 15px 15px 15px 15px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px;
    border-radius: 3px;

    overflow-x: auto;
}

.panel-content-using-footer{
    background-color: #e1f5fe;
    padding: 10px;
    /* position: relative; */
    position: initial;
    z-index: 1;
    margin-top: -1px;
    margin-bottom: -1px;
    border: 1px solid #81d4fa;
    
    /* Firefox 1-3.6 */
    -moz-border-top-right-radius: 4px;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-top-right-radius: 4px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-top-right-radius: 4px;
}

.panel-footer{
    background-color: #e1f5fe;
    /* background-color: #3a627c; */
    font-size: 16px;
    padding: 0px 20px 12px 20px;
    width: auto;
    font-weight: bold;
    position: relative;
    z-index: 10;
    border: 1px solid #81d4fa;
    border-top: 0px;

    /* border-color: #003557;
    color: #fff; */

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;    

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-bottom-left-radius: 4px; 
    -webkit-border-bottom-right-radius: 4px;    

    /* Firefox 1-3.6 */
    -moz-border-top-left-radius: 4px; 
    -moz-border-top-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px; 
    -moz-border-bottom-right-radius: 4px;
}

.panel-wide{
    display: flex;
    flex-direction: column;
}

.panel-content-wide{
    background-color: #e1f5fe;
    /* background-color: #3a627c; */
    padding: 10px;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    border: 1px solid #81d4fa;
    /* border: 1px solid #003557; */

    /* Firefox 1-3.6 */
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;    
}

.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-red{
    color: #ff1744;
}

.navbar-title{
    flex: 1;
    color: #1A5276 !important;
}
@media only screen and (max-width : 940px) {
    .navbar-title .full {
        display: none;
    }
}

.navbar{
    background-color: #1FA0DA !important;
    color: #000 !important;
}

.navbar-appbar{
    background-color: #d35000 !important;
    background-color: #3a627c !important;
    background-color: #e1f5fe !important;
}

#navbarMenu{
    min-width: 200px;
}
#navbarMenu a, #navbarMenu span, #navbarMenu .icon{
    color: #000;
}
#navbarMenu .submenu {
    padding-left: 40px;
    min-width: 200px;
}

.dialog-paper{
    overflow: auto;

    /* Firefox 1-3.6 */
    -moz-border-bottom-left-radius: 4px !important;
    -moz-border-bottom-right-radius: 4px !important;
    -moz-border-top-right-radius: 4px !important;
    -moz-border-top-left-radius: 4px !important;

    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-bottom-left-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-top-left-radius: 4px !important;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.loading-dialog{
}
.loading-dialog .grid-icon{
    width: 55px;
    flex-basis: auto;
}
.loading-dialog .icon{
}
.loading-dialog .desc{
    font-weight: bold;
    font-size: 16px;
}
.loading-dialog .dialog-paper{
    min-width: 200px;
}
.loading-dialog .dialog-content{
    position: relative;
    padding: 20px !important;
}

.message-dialog{
}
.message-dialog .dialog-title{
    padding: 15px;
    background-color: #c7c7c7;
    position: relative;
    color: #000;
}
.message-dialog .dialog-title h2{
    color: #000 !important;
    line-height: 28px !important;
    display: inline-flex !important;
    vertical-align: middle !important;
}
.message-dialog .dialog-title .icon{
    color: #fff !important;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.message-dialog .dialog-content{
    padding: 15px;
    line-height: 1.6;
    position: relative;
}
.message-dialog .dialog-action{
    position: relative;
}
.message-dialog .dialog-paper{
    min-width: 35%;
}
.message-dialog .dialog-title.danger, .message-dialog .dialog-title.incorrect{
    background-color: #EF5350;
    background-color: #f2dede;
}
.message-dialog .dialog-title.danger h2, .message-dialog .dialog-title.incorrect h2{
    color: #a94442 !important;
}
.message-dialog .dialog-title.danger .icon, .message-dialog .dialog-title.incorrect .icon{
    color: #a94442 !important;
}
.message-dialog .dialog-title.success{
    background-color: #64DD17;
    background-color: #dff0d8;
}
.message-dialog .dialog-title.success h2{
    color: #3c763d !important;
}
.message-dialog .dialog-title.success .icon{
    color: #3c763d !important;
}
.message-dialog .dialog-title.warning, .message-dialog .dialog-title.confirmation{
    background-color: #FBC02D;
    background-color: #fcf8e3;
}
.message-dialog .dialog-title.warning h2, .message-dialog .dialog-title.confirmation h2{
    color: #8a6d3b !important;
}
.message-dialog .dialog-title.warning .icon, .message-dialog .dialog-title.confirmation .icon{
    color: #8a6d3b !important;
}

.common-dialog .dialog-title{
    padding: 15px;
    background-color: #e1f5fe;
    color: #000;
}
.common-dialog .dialog-title h2{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    display: inline-flex !important;
    vertical-align: middle !important;
}
.common-dialog .dialog-title .icon{
    color: #fff !important;
    margin-right: 10px;
}
.common-dialog .dialog-title.danger{
    background-color: #EF5350;
    background-color: #f2dede;
}
.common-dialog .dialog-title.danger h2{
    color: #a94442 !important;
}
.common-dialog .dialog-title.danger .icon{
    color: #a94442 !important;
}
.common-dialog .dialog-title.success{
    background-color: #64DD17;
    background-color: #dff0d8;
}
.common-dialog .dialog-title.success h2{
    color: #3c763d !important;
}
.common-dialog .dialog-title.success .icon{
    color: #3c763d !important;
}
.common-dialog .dialog-title.warning{
    background-color: #FBC02D;
    background-color: #fcf8e3;
}
.common-dialog .dialog-title.warning h2{
    color: #8a6d3b !important;
}
.common-dialog .dialog-title.warning .icon{
    color: #8a6d3b !important;
}
.common-dialog .dialog-content{
    padding: 15px;
    max-height: 535px;
}
.common-dialog .dialog-content img {
    max-width: 100%;
    max-height: 100%;
}
.common-dialog .dialog-action{
    padding: 8px 15px;
}
.common-dialog .dialog-paper{
    min-width: 60%;
    border-width: 1px;
    border-style: solid;
    border-color: #81d4fa;
}
.common-dialog .dialog-paper.w20{ min-width: 20%; }
.common-dialog .dialog-paper.w25{ min-width: 25%; }
.common-dialog .dialog-paper.w30{ min-width: 30%; }
.common-dialog .dialog-paper.w35{ min-width: 35%; }
.common-dialog .dialog-paper.w40{ min-width: 40%; }
.common-dialog .dialog-paper.w45{ min-width: 45%; }
.common-dialog .dialog-paper.w50{ min-width: 50%; }
.common-dialog .dialog-paper.w55{ min-width: 55%; }
.common-dialog .dialog-paper.w60{ min-width: 60%; }
.common-dialog .dialog-paper.w65{ min-width: 65%; }
.common-dialog .dialog-paper.w70{ min-width: 70%; }
.common-dialog .dialog-paper.w75{ min-width: 75%; }
.common-dialog .dialog-paper.w80{ min-width: 80%; }
.common-dialog .dialog-paper.w85{ min-width: 85%; }
.common-dialog .dialog-paper.w90{ min-width: 90%; }
.common-dialog .dialog-title.grey{
    background-color: #D6DBDF;
}
.common-dialog .dialog-title.grey h2{
    color: #000 !important;
}
.common-dialog .dialog-title.grey .icon{
    color: #000 !important;
}

.no-margin{
    margin: 0;
}
.no-padding-right{
    padding-right: 0px;
}

.pac-container {
    z-index: 9999;
}

img.photo-display {
    max-width: 80%;
    max-height: 80%;
}

.faDisabledControl {
    vertical-align: middle;
    display: inline-flex;
}

.common-dialog .ReactCrop__crop-wrapper {
    max-height: 500px !important;
}
.common-dialog .ReactCrop__crop-wrapper img.ReactCrop__image-copy {
    max-height: 500px !important;
}
.common-dialog .ReactCrop { 
    max-height: 500px !important;
}
.common-dialog img.ReactCrop__image {
    max-height: 500px !important;
}

.maintenance-panel .header {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
}
.maintenance-panel .content {
    font-style: italic;
    line-height: 1.5;
}
.maintenance-panel .content > .grid {
    min-height: 200px; 
    height: 200px;
}

.iframe-outer {
    position: relative;

}
.iframe-cover {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.files-upload-preview {
    
}
.files-upload-preview .preview-item{
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #eeeeee;
    color: #333333;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    width: 233px;
}
.files-upload-preview .img-wrapper{
    width: 100%;
    height: 160px;
    text-align: center;
    margin-bottom: 5px;
}
.files-upload-preview .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
}
.files-upload-preview .filename{
    text-align: center;
}
.files-upload-preview .filesize{
    text-align: center;
}
.files-upload-preview .fileremove {
    float: right;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.files-upload-preview .fileremove:hover{
    background: #ddd;
}
.files-upload-preview .fileremove img {
    font-size: 0px;
    margin: 0;
    line-height: 0;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
  
.input-group .form-control,
.input-group .custom-select,
.input-group .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
  
.input-group .form-control:focus,
.input-group .custom-select:focus,
.input-group .custom-file:focus {
    z-index: 3;
}
  
.input-group .form-control + .form-control,
.input-group .custom-select + .form-control,
.input-group .custom-file + .form-control {
    margin-left: -1px;
}
  
.input-group .form-control:not(:last-child),
.input-group .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
  
.input-group .form-control:not(:first-child),
.input-group .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
  
.input-group .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  
.input-group .custom-file:not(:last-child) .custom-file-control,
.input-group .custom-file:not(:last-child) .custom-file-control::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
  
.input-group .custom-file:not(:first-child) .custom-file-control,
.input-group .custom-file:not(:first-child) .custom-file-control::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
  
.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
  
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
  
.input-group-prepend {
    margin-right: -1px;
}
  
.input-group-append {
    margin-left: -1px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
  
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
  
.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}
  
.form-control::-moz-placeholder {
    color: #868e96;
    opacity: 1;
}
  
.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
  
.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
  
.form-control::placeholder {
    color: #868e96;
    opacity: 1;
}
  
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-secondary {
    color: #AF101F;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}
  
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
  
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
  
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}
  
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* .faq-question {
    font-weight: bold;
    cursor: pointer;
}
  
.faq-answer {
    display: none;
}
  
.faq-open .faq-answer {
    display: block;
} */

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body::after {
  /* overlay layer visible on small devices when the right panel slides in */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1f0fe;/*rgba(78, 83, 89, 0.8);*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
body.cd-overlay::after {
  content: '';
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  body::after {
    display: none;
  }
}

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ol, ul, li {
	list-style: none;
}

.cd-faq {
  width: 100%;
  /* max-width: 1024px; */
  margin: auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    /* margin: 4em auto; */
    box-shadow: none;
  }
}
.cd-faq-categories div {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #3f51b5;/*#e1f0fe;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #45baef;
  text-overflow: ellipsis;
  cursor: pointer;
}
.cd-faq-categories div::before, .cd-faq-categories div::after {
  /* plus icon on the right */
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #81d4fa;/*#7f868e;*/
}
.cd-faq-categories div::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child div {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); */
  }
  .cd-faq-categories div {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding-left: 10px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories div::before, .cd-faq-categories div::after {
    display: none;
  }
  .cd-faq-categories div:hover {
    background: #5768c4;    
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .cd-faq-categories div::before {
    /* decorative rectangle on the left visible for the selected item */
    content: '';
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #32cd32;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #6575ca !important;    
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}
.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 80%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 220px;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}
.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbbbc7;
}
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}
.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    font-size: 20px;
    /* font-size: 1.5rem; */
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #cfdca0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-faq-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6c7d8e;
}
@media only screen and (min-width: 768px) {
  .cd-faq-content {
    /* display: none; */
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  content: '';
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.warningStyle{
    color: red;
    font-weight:bold;
    vertical-align:central;
    text-align:center;
}

.question {
    color: rgba(0, 0, 0, 0.54);
    padding: 10px 5px 0px 8px;
    font-size: 13px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    line-height: 1;
}

.answer {
    padding: 0px 15px 0px 15px;
    font-size: 18px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    line-height: 1;
}