﻿.div-lnng-help {
    float: right;
    width:auto;
    padding:0 0 0 30px;
}
 
/*#div-language-switcher{
            float:right;
            width: 20%;
            text-align: right;
            display: none;
        }*/
.closebtn {
    float: right;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    padding: 10px;
}

.default-p-list{
    padding-top:0;
    margin:0 0 0 -18px;
 } 
.default-p-list li{
      padding-top:5px;
}

.scroll {
    overflow-y: auto;
    height: 170px;
}

.data-list:hover, .data-list:focus {
    border: 0px solid green;
}

input::-webkit-calendar-picker-indicator {
    /*Change Arrow here*/
    /*border-image: url(double-down-arrow-grey.png) 30 round;*/
}
.Text-block {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    margin: 0 0 5px 0;
}

.Text-block-RT {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
}
.table-bg-days {
    border-collapse: collapse;
}

    .table-bg-days th {
        background-color: #effae4;
        border: 2px solid #ddf4c7;
        font-weight: 500;
        text-align: left;
    }

    .table-bg-days td {
        background-color: #ffffff;
        border: 2px solid #ddf4c7;
    }

.table-bg-days {
    border-collapse: collapse;
}

.table-help {
    border-collapse: collapse;
    border: 1px solid #ddf4c7;
}

    .table-help th {
        background-color: #effae4;
        border: 1px solid #ddf4c7;
        font-weight: 500;
        text-align: left;
        padding:5px;
    }

    .table-help td {
        background-color: #ffffff;
       
    }

.table-help {
    border-collapse: collapse;
}

.table-days-open-close {
    font-size: 12px;
    padding: 4px 3px 4px 3px;
    font-weight: 600;
}

.table-bg-fetures th {
    background-color: #effae4;
    border: 2px solid #ddf4c7;
}

.table-bg-fetures td {
    background-color: #ffffff;
    border: 2px solid #ddf4c7;
}

.align-right {
    text-align: right;
}

.div-popup-heading {
    float: left;
    font-size: 14px;
    font-weight: 600;
    width: 90%;
    padding: 10px 10px 5px 15px;
}

.div-popup-rb {
    float: left;
    width: 2%;
    /*padding: 3px 10px 0 15px;*/
}
.div-popup-text-fetures {
    float: left;
    width: 99%;
    padding: 3px 10px 0 5px;
}
.div-popup-text {
    float: left;
    width: 90%;
    padding: 3px 10px 0 5px;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.div-GST {
    float: left;
    width: 25%;
    padding: 3px 10px 0 0;
}

.div-RT {
    float: left;
    width: 3%;
    padding: 5px 8px 0px 0;
}

.td-text-column1 {
    border: 0px;
    background-color: #ffffff;
    width: 25%;
}

.td-control-column2 {
    border: 0px;
    background-color: #ffffff;
    width: 75%;
}

.fetures-td {
    border: 2px solid #ddf4c7;
    background-color: #effae4;
    width: 500px;
    text-align: left;
}

.fetures-option-td1 {
    border-top: 0;
    border-left: 2px solid #ddf4c7;
    border-right: 2px solid #ddf4c7;
    border-bottom: 2px solid #ddf4c7;
    background-color: #ffffff;
    width: 500px;
    height: 15px;
}

.fetures-btn-td2 {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    width: auto;
    height: 15px;
}

.data-list {
    margin: 0;
    border: 0;
    max-width: 120px;
    background: #ffffff;
    padding: 2px 2px 2px 2px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}

#confirmationAlertBox {
    z-index: 1080;
}

.thank-you {
    margin: 15px 0 10px 0;
    padding: 0;
    font-size:14pt;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}
.thanks-reviwed {
    margin: 0;
    padding: 0;
    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

/*Copied Modal CSS from bootstrap starts from here*/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 700px;
}

.modal-header {
    min-height: 30px;
    border: 1px solid #e5e5e5;
    border-bottom: 2px;
    background-color: lightgray; /* For browsers that do not support gradients */
    background-image: linear-gradient(#C0C0C0,#E8E8E8); /* Standard syntax (must be last) */
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    padding: 10px;
}

.combine {
    border: 1px solid lightgray;
}

.modal-body {
    position: relative;
    padding: 5px;
}

.modal-footer {
    padding: 5px 20px 20px;
    margin-top: 15px;
    text-align: right;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.txtbox {
    border: 1px solid #cbeea9;
    background-color: #def4ca;
}

.custom-file-input {
    display: inline-block;
    position: relative;
    color: #533e00;
}

    .custom-file-input input {
        visibility: hidden;
        width: 20px;
    }

    .custom-file-input:before {
        content: '...';
        display: block;
        background: -webkit-linear-gradient( -180deg, #b5b5b5, #ffffff);
        background: -o-linear-gradient( -180deg, #b5b5b5, #ffffff);
        background: -moz-linear-gradient( -180deg, #b5b5b5, #ffffff);
        background: linear-gradient( -180deg, #b5b5b5, #ffffff);
        border: 1px solid #9d9d9d;
        border-radius: 5px;
        outline: none;
        white-space: nowrap;
        cursor: pointer;
        text-shadow: 1px 1px rgba(255,255,255,0.7);
        font-weight: bold;
        text-align: center;
        font-size: 10pt;
        position: absolute;
        left:0;
        right: 0;
    }

    .custom-file-input:hover:before {
        border-color: #9d9d9d;
    }

    .custom-file-input:active:before {
        background: #9d9d9d;
    }

.file-blue:before {
    content: 'Browse File';
    background: -webkit-linear-gradient( -180deg, #99dff5, #02b0e6);
    background: -o-linear-gradient( -180deg, #99dff5, #02b0e6);
    background: -moz-linear-gradient( -180deg, #99dff5, #02b0e6);
    background: linear-gradient( -180deg, #99dff5, #02b0e6);
    border-color: #9d9d9d;
    color: #FFF;
    text-shadow: 1px 1px rgba(000,000,000,0.5);
}

.file-blue:hover:before {
    border-color: #9d9d9d;
}

.file-blue:active:before {
    background: #9d9d9d;
}


.custom-file-input {
    display: inline-block;
    position: relative;
    color: #533e00;
}

    .custom-file-input input {
        visibility: hidden;
        width: 20px;
    }

    .custom-file-input:before {
        content: '...';
        display: block;
        background: -webkit-linear-gradient( -180deg, #b5b5b5, #ffffff);
        background: -o-linear-gradient( -180deg, #b5b5b5, #ffffff);
        background: -moz-linear-gradient( -180deg, #b5b5b5, #ffffff);
        background: linear-gradient( -180deg, #b5b5b5, #ffffff);
        border: 1px solid #9d9d9d;
        border-radius: 5px;
        outline: none;
        white-space: nowrap;
        cursor: pointer;
        text-shadow: 1px 1px rgba(255,255,255,0.7);
        font-weight: bold;
        text-align: center;
        font-size: 10pt;
        position: absolute;
        left: -3px;
        right: 3px;
        top:-3px;
    }

    .custom-file-input:hover:before {
        border-color: #9d9d9d;
    }

    .custom-file-input:active:before {
        background: #9d9d9d;
    }

.file-blue:before {
    content: 'Browse File';
    background: -webkit-linear-gradient( -180deg, #99dff5, #02b0e6);
    background: -o-linear-gradient( -180deg, #99dff5, #02b0e6);
    background: -moz-linear-gradient( -180deg, #99dff5, #02b0e6);
    background: linear-gradient( -180deg, #99dff5, #02b0e6);
    border-color: #9d9d9d;
    color: #FFF;
    text-shadow: 1px 1px rgba(000,000,000,0.5);
}

.file-blue:hover:before {
    border-color: #9d9d9d;
}

.file-blue:active:before {
    background: #9d9d9d;
}

.lblDoclist {
    border: 1px solid #cbeea9;
    background-color: #def4ca;
}
.lblDoclist1 {
    border: 1px solid #cbeea9;
    background-color: #def4ca;
    overflow:hidden;
    height:auto;
}
        /*Copied Modal CSS from bootstrap ends here*/
 
.linkFontColor{
    color: #4B286D
}

/*CSS for validation pop-up*/

.hover_bkgr_fricc {

cursor: pointer;
display: none;
height: 100%;
position: fixed;

top: 0;
width: 100%;
z-index: 10000;
}

.hover_bkgr_fricc .helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}

.hover_bkgr_fricc > div {
background-color: #fff;
box-shadow: 10px 10px 60px #555;
display: inline-block;
height: auto;
max-width: 551px;
min-height: 100px;
vertical-align: middle;
width: 60%;
position: relative;
border-radius: 8px;
padding: 15px 5%;
float: left;
margin-top: 53px;
}

.popupCloseButton {
background-color: #fff;
border: 3px solid #999;
border-radius: 50px;
cursor: pointer;
display: inline-block;
font-family: arial;
font-weight: bold;
position: absolute;
top: -20px;
right: -20px;
font-size: 25px;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
}

.popupCloseButton:hover {
background-color: #ccc;
}

.trigger_popup_fricc {
cursor: pointer;
font-size: 20px;
margin: 20px;
display: inline-block;
font-weight: bold;
}
#promptText {
white-space: pre-line;
}

.vertical-center {
  margin: 0;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
}

.dialogCloseButton {
background-color: #fff;
border: 3px solid #999;
border-radius: 50px;
cursor: pointer;
display: inline-block;
font-family: arial;
font-weight: bold;
position: absolute;
top: 18px;
right: -6px;
font-size: 25px;
line-height: 21px;
width: 20px;
height: 20px;
text-align: center;
}

.okButton {
background-color: #4d90fe;
color: #FFFFFF;
width: 43px;
height: 31px;
width: 59px;
margin-left: 80%;
border-radius: 7px;
border: black;
margin-top: 0px;
}


  