﻿
.gradientBoxesMenu {
    background-color: white;
    margin-top: 10px;
    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* gradients */
    background: -webkit-gradient(linear, left top, left bottom,
    /*color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); */
    color-stop(0%, white), color-stop(15%, #E3EDFD), color-stop(100%, #C2C8FC));
    background: -moz-linear-gradient(top, #E3EDFD 0%, white 55%, #C2C8FC 130%);
}

.divEffect {
    background-color: #eee;
    background: -moz-linear-gradient(top, #eee, #999);
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eee, endColorstr=#999, GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#eeeeee', EndColorStr='#999999', GradientType=0);
    color: #000000;
    padding: 15px;
    min-height: 250px;
    width: 400px;
}

.gradientBoxesWithOuterShadows {
    padding: 10px;
    background-color: white;
    margin-top: 10px;
    float: left;
    border: 1px solid #00000014;
    /*-webkit-box-shadow: 5px 5px 5px 5px #c4c4c4;
    -moz-box-shadow: 5px 5px 5px 5px #c4c4c4;
    box-shadow: 0px 0px 5px 5px rgba(196, 196, 196, 0);*/
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*background: #e5e5e5;
    background: -moz-radial-gradient(center, ellipse cover, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-radial-gradient(center, ellipse cover, #e5e5e5 0%,#ffffff 100%);
    background: -o-radial-gradient(center, ellipse cover, #e5e5e5 0%,#ffffff 100%);
    background: -ms-radial-gradient(center, ellipse cover, #e5e5e5 0%,#ffffff 100%);
    background: radial-gradient(ellipse at center, #e5e5e5 0%,#ffffff 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    font: 600 15px "Open Sans",Arial,sans-serif;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    padding: 20px;
}

.gradientTransaction {
    background-color: white;
    margin-top: 5px;
    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    box-shadow: 0px 1px 10px rgba(23, 69, 88, .5);
    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* gradients */
    background: -webkit-gradient(linear, left top, left bottom,
    /* color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); */
    color-stop(0%, #0099FF), color-stop(15%, #0099FF), color-stop(100%, #F2F8FF));
    /*background: -moz-linear-gradient(top, white 0%, white 55%, #F2F8FF 130%); */
    background: -moz-linear-gradient(top, #0099FF 0%, #0099FF 130%);
}

.gradientAccountDtls {
    background-color: white;
    margin-top: 10px;
    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* gradients */
    background: -webkit-gradient(linear, left top, left bottom,
    /*color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); */
    color-stop(0%, white), color-stop(15%, white), color-stop(100%, #C2C8FC));
    background: -moz-linear-gradient(top, white 0%, white 55%, #C2C8FC 130%);
}

.popup {
    height: 380px;
    width: 40%;
    top: -47px;
    left: 58px;
    position: absolute;
    z-index: 1000;
    display: none;
    background: #FFF;
    border: 5px solid #cccccc;
    border-radius: 10px;
}

.popupclose {
    float: right;
    background: url(../images/CloseIcon.png);
    cursor: pointer;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    margin-right: -10px;
}

.documentbut {
    padding-top: 6px; /* margin-left:30%; */
    height: 25px;
    color: #FFF;
    background: #7c8a88;
    cursor: pointer;
    font-weight: 600;
    font-family: Arial,Calibri; /* font-size:70%; */
    text-align: center;
    border-radius: 4px;
}




.uploadfile {
    float: left;
    margin-left: 20%;
    background: #abacb1;
    margin-top: 70px;
    text-align: center;
    padding-top: 7px;
    color: #FFF;
    font-weight: 600;
    font-family: Arial,Calibri;
    font-size: 70%;
}

.webcam {
    float: left;
    width: 100%;
    background: #FFF;
}

#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 500;
    width: 100%;
    height: 100%;
    display: none;
}

label {
    /*color: #03F;*/
    color: #376787;
    /* color: #008080;   */
    font-family: Cambria;
    font-size: 90%;
    font-weight: 700;
}

.lblCSS {
    color: #376787;
    font-family: Cambria;
    font-size: 90%;
    font-weight: 700;
}

.lbl_CSS {
    font-family: sans-serif;
}

.ButtonStyle {
    color: #FFF;
    background-color: #039;
    text-align: center;
    display: inline;
}
/*legend {
      padding: 0.4em 0.5em;
    border: 1px solid #0187cd;
    color: white;
    background-color: #027ec1;
    font-size: 90%;
    font-weight: bold;
    float: left;
    border-top-left-radius: 5px 5px;
    width: 98%;
  }*/
footer {
    height: 46px;
    clear: both;
    padding-top: 20px;
    background: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

#footer p {
    margin: 0;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

/*input.twitterStyleTextbox{
    border-right: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	width: 100%;
    	font-size: 13px;
    	padding: 4px 4px 0px 4px;
    	border-radius: 4px;
    	-moz-border-radius: 4px;
    	-webkit-border-radius: 4px;
    	box-shadow: 0px 0px 8px #d9d9d9;
    	-moz-box-shadow: 0px 0px 8px #d9d9d9;
    	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
     	border-left:5px solid #777;
	height: 22px;
}*/

/*input.twitterStyleTextbox:focus {
    outline: none;
    border: 2px #7FB3D5;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    background-color: #F8E0EC;
}*/

/*input[type="text"]:focus
{
    outline: none;
    border: 2px #7FB3D5;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    background-color: #F8E0EC;
}*/


/*input[type="text"],input[type="Password"]
{
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 19px;
    font-size: 13px;
    padding: 4px 4px 4px 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
     border-left:5px solid #777;
}*/


input[type="text"] {
    border-radius: 2px;
    padding: 5px 5px;
    font-size: 14px;
    font-family: 'Rubik',sans-serif;
    border-color: #000000a3;
    border: 1px solid #aba7a7;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    width:100%;
}

select {
    border-radius: 2px;
    padding: 5px 5px;
    text-align: left;
    font-size: 14px !important;
    font-family: Rubik,sans-serif;
    border: 1px solid #aba7a7;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    width:100%;
}
/*select:focus {
    outline: none;
     border: 2px #7FB3D5;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    background-color: #F8E0EC;
}*/

.grid-view {
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
    font-size: 0.9em;
}

    .grid-view tr.header {
        color: white;
        background: #2063b7;
        background: -webkit-linear-gradient(top, #2063b7, #FFF);
        background: -moz-linear-gradient(top, #2063b7, #FFF);
        background: -ms-linear-gradient(top, #2063b7, #FFF);
        background: -o-linear-gradient(top, #2063b7, #FFF);
        height: 25px;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
    }

    .grid-view tr.normal {
        color: black;
        background-color: #FDC64E;
        height: 25px;
        vertical-align: middle;
        text-align: center;
    }

    .grid-view tr.alternate {
        color: black;
        background-color: #D59200;
        height: 25px;
        vertical-align: middle;
        text-align: center;
    }

.grid-viewNew th {
    background: rgb(193, 193, 193);
    background: -webkit-linear-gradient(top, #009688, #00c7b5);
    background: -moz-linear-gradient(top, #009688, #00c7b5);
    background: -ms-linear-gradient(top, #009688, #00c7b5);
    background: -o-linear-gradient(top, #009688, #00c7b5);
    padding: 5px;
    font-size: small;
    color: White;
    border-style: none;
    /*! border-width: 1px; */
    /*! border-color: #2063b7; */
}

.grid-view th a {
    color: #15547a;
    text-decoration: none;
}

    .grid-view th a:hover {
        color: #15547a;
        text-decoration: underline;
    }

.grid-view td {
    color: #333333;
    /*background:#d9d9d9 ;  
   background: -webkit-linear-gradient(top, #d9d9d9, #fff);
    background: -moz-linear-gradient(top, #d9d9d9, #fff);
  background: -ms-linear-gradient(top, #d9d9d9, #fff);
  background: -o-linear-gradient(top, #d9d9d9, #fff);*/
    font: small "arial";
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #7A64E3;
}

.grid-view tr.even td {
    background: #FFFFFF;
}

.grid-view td a {
    color: #15547a;
    font: bold small "arial";
    padding: 2px;
    text-decoration: none;
}

    .grid-view td a:hover {
        color: red;
        font-weight: bold;
        text-decoration: underline;
    }

.grid_Footer {
    color: Red !important;
    background-color: #e2e2e2;
    font-weight: bold;
}

.Add_btn {
    height: 25px;
    line-height: 30px;
    width: 25px;
    border: 0px;
    background-image: url('../Images/Add.png');
    cursor: pointer;
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup {
    min-width: 200px;
    min-height: 150px;
    background: white;
}

.autocomplete-w1 {
    background: url(images/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 8px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 0;
}

.autocomplete {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

    .autocomplete .selected {
        background: #823434;
    }

    .autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
    }

    .autocomplete strong {
        font-weight: normal;
        color: #3399FF;
    }

.listMain {
    background-image: url('images/wordWheelBack.gif');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    z-index: 1000;
    width: 795px !important;
    max-height: 310px;
    list-style: none;
    overflow-y: scroll;
    scrollbar-arrow-color: #B89020;
    scrollbar-base-color: #8E6E1C;
    scrollbar-face-color: #B6C5D4;
    scrollbar-3dlight-color: #8E6E1C;
    scrollbar-highlight-color: #EED47D;
    scrollbar-shadow-color: #959595;
    scrollbar-darkshadow-color: #00337E;
    margin-left: 0px;
    border-bottom: 1px solid #B5C6D4;
    border-left: 1px solid #B5C6D4;
    margin-top: 0px;
    font-family: Courier New;
    font-size: small;
    text-align: left;
}

.wordWheel .itemsMain {
    background: none;
    border-collapse: collapse;
    color: #00337E;
    white-space: nowrap;
    font-family: Courier New;
    font-size: small;
    text-align: left;
}

.wordWheel .itemsSelected {
    background-color: #3366CC;
    border: 2px #7FB3D5;
    color: Snow;
    font-family: Courier New;
    font-size: small;
    text-align: left;
    background-color: #a34b77;
}

.TitleBar {
    background-color: #33F;
    border-top-color: #39F;
    border-right-color: #39F;
    border-bottom-color: #39F;
    border-left-color: #39F;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: blink;
}

/*#blur {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:1px;
	overflow:hidden;
	padding:0;
	margin:0;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:500;
}

#Progress
{
	position: absolute;
	background-color:Red;
	width: 600px;
	height:600px;
	z-index: 600;
}
*/
#blur {
    left: 0;
    z-index: 500;
    position: fixed;
    cursor: wait;
    top: 0%;
    background-color: #C2BEBE;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: .5;
    height: 100%;
    width: 100%;
    text-align: center;
    /*display:none;*/
}

#progress {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 600px;
    z-index: 600;
    /*color:#2C8620;*/
    color: #DD3627;
    /*display:none;*/
}

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    box-shadow: 7px 7px 5px #888;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 20px 10px 20px;
    text-decoration: none;
}

    .btn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
        cursor: pointer;
    }

    .btn:active {
        background-color: #3498db;
        color: Blue;
        position: relative;
        top: 1px;
        border: 10px solid #3498db;
        box-shadow: 7px 7px 5px #3498db;
    }

.txt_class {
    color: #7465C9;
    font-family: Arial;
    font-size: 90%;
    font-weight: 600;
}



.grid-viewNew {
    text-align: left;
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    font-family: "Calibri";
    font-size: 0.9em;
    float: left;
    box-shadow: 0 0 4px 3px rgba(167, 167, 167, 0.12941176470588237);
    margin: 20px 0;
}

    .grid-viewNew tr.header {
        color: white;
        background: #2063b7;
        background: -webkit-linear-gradient(top, #2063b7, #FFF);
        background: -moz-linear-gradient(top, #2063b7, #FFF);
        background: -ms-linear-gradient(top, #2063b7, #FFF);
        background: -o-linear-gradient(top, #2063b7, #FFF);
        height: 25px;
        vertical-align: middle;
        text-align: left;
        font-weight: bold;
    }

    .grid-viewNew tr.normal {
        color: black;
        background-color: #FDC64E;
        height: 25px;
        vertical-align: middle;
        text-align: left;
    }

    .grid-viewNew tr.alternate {
        color: black;
        background-color: #D59200;
        height: 25px;
        vertical-align: middle;
        text-align: left;
    }

    .grid-viewNew th {
        /* background: rgb(39, 109, 196); */
        background: var(--LegendBgColor, linear-gradient(to top, #06539a 0%, #023e75 100%));
        background: -moz-linear-gradient(top, #009688, #00c7b5);
        background: -ms-linear-gradient(top, #009688, #00c7b5);
        background: -o-linear-gradient(top, #009688, #00c7b5);
        padding: 3px;
        font-size: small;
        color: White;
        border-style: None;
        border-width: 0px;
        /*! border-color: #2063b7; */
    }

        .grid-viewNew th a {
            color: #15547a;
            text-decoration: none;
        }

            .grid-viewNew th a:hover {
                color: #15547a;
                text-decoration: underline;
            }

    .grid-viewNew td {
        /* color: #333333; */
        color: #313135;
        background: #ffffff;
        /* background: -webkit-linear-gradient(top, #ffffff, #fff); */
        background: -moz-linear-gradient(top, #fff, #fff);
        background: -ms-linear-gradient(top, #fff, #fff);
        background: -o-linear-gradient(top, #fff, #fff);
        font: small "Calibri";
        padding: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #b9b7b7 !important;
    }

    .grid-viewNew tr.even td {
        background: #FFFFFF;
    }

    .grid-viewNew td a {
        color: #15547a;
        font: bold small "Calibri";
        padding: 2px;
        text-decoration: none;
    }

        .grid-viewNew td a:hover {
            color: red;
            font-weight: bold;
            text-decoration: underline;
        }

        .grid-viewNew td a img {
            width: 41px;
        }

    .grid-viewNew tr {
        border-bottom: 1px solid #b9b7b7 !important;
    }

.grid-viewDboard {
    text-align: left;
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    font-family: Calibri;
    font-size: 0.9em;
    float: left;
    box-shadow: 0 0 4px 3px rgba(167, 167, 167, 0.12941176470588237);
    margin: 20px 0;
}

    .grid-viewDboard tr.header {
        color: white;
        background: #2063b7;
        background: -webkit-linear-gradient(top, #2063b7, #FFF);
        background: -moz-linear-gradient(top, #2063b7, #FFF);
        background: -ms-linear-gradient(top, #2063b7, #FFF);
        background: -o-linear-gradient(top, #2063b7, #FFF);
        height: 25px;
        vertical-align: middle;
        text-align: left;
        font-weight: bold;
    }

    .grid-viewDboard tr.normal {
        color: black;
        background-color: #FDC64E;
        height: 25px;
        vertical-align: middle;
        text-align: left;
    }

    .grid-viewDboard tr.alternate {
        color: black;
        background-color: #D59200;
        height: 25px;
        vertical-align: middle;
        text-align: left;
    }

    .grid-viewDboard th {
        background: var(--shortcut-linear,linear-gradient(to top, #09203f 0%, #537895 100%));
        padding: 3px;
        font-size: small;
        color: White;
        border-style: None;
        border-width: 0px;
        /*! border-color: #2063b7; */
    }

        .grid-viewDboard th a {
            color: #15547a;
            text-decoration: none;
        }

            .grid-viewDboard th a:hover {
                color: #15547a;
                text-decoration: underline;
            }

    .grid-viewDboard td {
        /* color: #333333; */
        color: #313135;
        background: #ffffff;
        /* background: -webkit-linear-gradient(top, #ffffff, #fff); */
        background: -moz-linear-gradient(top, #fff, #fff);
        background: -ms-linear-gradient(top, #fff, #fff);
        background: -o-linear-gradient(top, #fff, #fff);
        font: small "Calibri";
        padding: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #b9b7b7 !important;
    }

    .grid-viewDboard tr.even td {
        background: #FFFFFF;
    }

    .grid-viewDboard td a {
        color: #15547a;
        font: bold small "Calibri";
        padding: 2px;
        text-decoration: none;
    }

        .grid-viewDboard td a:hover {
            color: red;
            font-weight: bold;
            text-decoration: underline;
        }

        .grid-viewDboard td a img {
            width: 41px;
        }

    .grid-viewDboard tr {
        border-bottom: 1px solid var(--charthead,linear-gradient(to top, #09203f 0%, #537895 100%));
    }

.grid-viewCSS {
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
    font-size: 0.9em;
    float: left;
}

    .grid-viewCSS tr.header {
        color: white;
        background-color: #fb901c;
        height: 25px;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
    }

    .grid-viewCSS tr.normal {
        color: black;
        background-color: #FDC64E;
        height: 25px;
        vertical-align: middle;
        text-align: center;
    }


    .grid-viewCSS tr.alternate {
        color: black;
        background-color: #D59200;
        height: 25px;
        vertical-align: middle;
        text-align: center;
    }

    .grid-viewCSS th {
        background: rgb(158, 158, 158);
        padding: 3px;
        font-size: small;
        color: White;
        border-style: solid;
        border-width: 1px;
        border-color: #32528c00;
    }

        .grid-viewCSS th a {
            color: #15547a;
            text-decoration: none;
        }

            .grid-viewCSS th a:hover {
                color: #15547a;
                text-decoration: underline;
            }

    .grid-viewCSS td {
        /* color: #514f4f; */
        color: rgb(128, 128, 128);
        font: small "arial";
        padding: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(218, 218, 218);
        background: rgb(242, 242, 242);
        /* opacity: 0.7; */
    }

    .grid-viewCSS tr.even td {
        background: #FFFFFF;
    }

    .grid-viewCSS td a {
        color: #15547a;
        font: bold small "arial";
        padding: 2px;
        text-decoration: none;
    }

        .grid-viewCSS td a:hover {
            color: red;
            font-weight: bold;
            text-decoration: underline;
        }
/*    .subbtn
       {
           width:30%; height:25px; margin-left:2%; color:#fff; padding-top:15px; font-family:Arial,Calibri; font-size:105%; float:left; cursor:pointer; border-radius:5px;
               background:#1b86ce; 
    
             background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b86ce), to(#8ba0f1));

 
  background: -webkit-linear-gradient(top, #1b86ce, #8ba0f1);

  
  background: -moz-linear-gradient(top, #1b86ce, #8ba0f1);

  
  background: -ms-linear-gradient(top, #1b86ce, #8ba0f1);

 
  background: -o-linear-gradient(top, #1b86ce, #8ba0f1);

       }
       .subbtnarr
       {width:20%; height:40px; background:#FFF; float:left; margin-top:-15px; opacity:0.7;   border-left:2px solid #787575;
        border-right:1px solid #222;
        background:#11467e;
       background:#384db5; opacity:0.7;
   background: -webkit-linear-gradient(top, #384db5, #2b8aea);
    background: -moz-linear-gradient(top, #384db5, #2b8aea);
  background: -ms-linear-gradient(top, #384db5, #2b8aea);
  background: -o-linear-gradient(top, #384db5, #2b8aea);
       }
           .subbtnarr:after
           {
                content: "";
    border: 9px solid;
    border-color: transparent transparent transparent #222;
    /*position: absolute;
 float:left; margin-left:100%; margin-top:13px;

           }
           .subbtn a
           {width:90%; height:100%; text-decoration:none; color:#FFF; padding-left:7%; font-family:Arial,Calibri; font-size:90%; font-weight:700;  
           }
           */
.charthead {
    width: 100%;
    float: left;
    height: 25px;
    padding-top: 5px;
    color: #FFF;
    font-family: Arial,Calibri;
    font-size: 80%;
    font-weight: 800;
    background: #f28838;
    text-align: center;
    text-transform: uppercase;
}

.chartsubhead {
    width: 100%;
    float: left;
    height: 20px;
    padding-top: 5px;
    color: #FFF;
    font-family: Arial,Calibri;
    font-size: 80%;
    font-weight: 800;
    background: #fbaf37;
    text-align: center;
    text-transform: uppercase;
}

.charttablehead {
    float: left;
    height: 15px;
    padding-top: 2px;
    font-family: Arial,Calibri;
    font-size: 70%;
    font-weight: 800;
}

.charttable {
    width: 100%;
    float: left;
    margin-top: 5px;
    box-shadow: 2px #e0dbdb;
}

/*width percentage*/
.width1 {
    width: 1% !important;
}

.width2 {
    width: 2% !important;
}

.width3 {
    width: 3% !important;
}

.width4 {
    width: 4% !important;
}

.width5 {
    width: 5% !important;
}

.width6 {
    width: 6% !important;
}

.width8 {
    width: 8% !important;
}

.width10 {
    width: 10% !important;
}

.width11 {
    width: 11% !important;
}

.width12 {
    width: 12% !important;
}

.width13 {
    width: 13% !important;
}

.width14 {
    width: 14% !important;
}

.width15 {
    width: 15% !important;
}

.width16 {
    width: 16% !important;
}

.width17 {
    width: 17% !important;
}

.width18 {
    width: 18% !important;
}

.width19 {
    width: 19% !important;
}

.width20 {
    width: 20% !important;
}

.width22 {
    width: 22% !important;
}

.width23 {
    width: 23% !important;
}

.width23_5 {
    width: 23.5% !important;
}

.width24 {
    width: 24% !important;
}

.width25 {
    width: 25% !important;
}

.width26 {
    width: 26% !important;
}

.width27 {
    width: 27% !important;
}

.width30 {
    width: 30% !important;
}

.width33 {
    width: 33% !important;
}

.width34 {
    width: 34% !important;
}

.width35 {
    width: 35% !important;
}

.width40 {
    width: 40% !important;
}

.width44 {
    width: 44% !important;
}

.width45 {
    width: 45% !important;
}

.width46 {
    width: 46% !important;
}

.width48 {
    width: 48% !important;
}

.width50 {
    width: 50% !important;
}

.width56 {
    width: 56% !important;
}

.width60 {
    width: 60% !important;
}

.width65 {
    width: 65% !important;
}

.width70 {
}

.width75 {
    width: 75% !important;
}

.width80 {
    width: 80% !important;
}

.width85 {
    width: 85% !important;
}

.width90 {
}

.width92 {
    width: 92% !important;
}

.width94 {
    width: 94% !important;
}

.width95 {
    width: 95% !important;
}

.width96 {
    width: 96% !important;
}

.width98 {
    width: 98% !important;
}

.width96center {
    width: 96% !important;
    text-align: center;
}

.width100 {
    width: 100% !important;
}



.width105 {
    width: 105% !important;
}
/*widthpx*/
.width15Px {
    height: 15px !important;
}

.width22px {
    width: 22px !important;
}

.width23px {
    width: 23px !important;
}

.width63px {
    width: 63px !important;
}

.width64px {
    width: 64px !important;
}

.width65px {
    width: 65px !important;
}

.width66px {
    width: 66px !important;
}

.width67px {
    width: 67px !important;
}

.width68px {
    width: 68px !important;
}

.width69px {
    width: 69px !important;
}

.width70px {
    width: 70px !important;
}

.width80px {
    width: 80px !important;
}

.width100px {
    height: 100px !important;
}

.width150px {
    height: 150px !important;
}

.width180px {
    width: 180px !important;
}

.width416px {
    width: 416px !important;
}

.width555px {
    width: 555px !important;
}




.height100 {
    Height: 100% !important;
}

.height30 {
    Height: 30% !important;
}

.height22 {
    Height: 22px !important;
}

.height23 {
    height: 23px !important;
}

.height24 {
    height: 24px !important;
}

.height25 {
    height: 25px !important;
}

.height42 {
    height: 42px !important;
}


.height32 {
    height: 32px !important;
}

.height33 {
    height: 33px !important;
}

.height35 {
    height: 35px !important;
}

.height58 {
    height: 58px !important;
}

.height74 {
    height: 74px !important;
}

.height20 {
    height: 20px !important;
}

.height10 {
    height: 10px !important;
}


.height30 {
    height: 30px !important;
}



.gradientBoxesWithOuterShadows.divStyle1 {
    width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important;
}

.gradientBoxesWithOuterShadows.divStyle2 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.gradientBoxesWithOuterShadows.divStyle3 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.gradientBoxesWithOuterShadows.divStyle4 {
    width: 100%;
    margin-top: 40%;
    font-family: Tahoma;
}

.gradientBoxesWithOuterShadows.divStyle5 {
    width: 44%;
    margin-left: 28%;
    margin-right: 28%;
}

.gradientBoxesWithOuterShadows.divStyle6 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.gradientBoxesWithOuterShadows.divStyle7 {
    width: 81%;
    margin-left: 11%;
    margin-right: 25%;
}

.gradientBoxesWithOuterShadows.divStyle8 {
    width: 60%;
    margin-left: 15%;
}

.gradientBoxesWithOuterShadows.divStyle9 {
    width: 76%;
    margin-left: 10%;
    margin-right: 10%;
}

.gradientBoxesWithOuterShadows.divStyle10 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}

.gradientBoxesWithOuterShadows.divStyle11 {
    height: 600px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.gradientBoxesWithOuterShadows.divStyle12 {
    width: 100%;
}

.gradientBoxesWithOuterShadows.divStyle13 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
}

.gradientBoxesWithOuterShadows.divStyle14 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.companymastercontainer { 
    padding:5px;
}

    .companymastercontainer .row {
        margin-bottom:5px;
    }

.companymasterimguploaddiv {
    border:1px solid #e1e1e1;
    border-radius:5px;
    padding:10px;
}


.center {
    text-align: center;
}

.left {
    text-align: left;
}

.Right {
    text-align: right;
}

.floatleft {
    float: left
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.SrchImg1 {
    height: 24px;
    width: 23px;
}

.bold {
    font: bold;
}

.AccountDetails {
    background-color: var(--FontColor,#4e4e76);
    box-shadow: 0px 2px 16px rgba(23, 69, 88, .5);
    border-style: dotted;
    border-width: 2px;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 15px;
    padding: 11px 10px;
    border-radius: 10px;
}

.ui-dialog .ui-dialog-titlebar-close {
    padding: 1px;
    background-image: url('../Images/CloseIcon.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.disabled-link {
    pointer-events: none; /* Disable pointer events */
    opacity: 0.5; /* Or any other styling to indicate it's disabled */
}

.content_wrapper_div {
    padding: 10px;
    background-color: white;
    margin-top: 10px;
   
    border: 1px solid #00000014;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    padding: 20px;
}



.cancvas_wrapper {
    width: 400px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.offcanvas-title {
    font-size: 1.125rem;
    color: #ffffff;
}

.cancvas_wrapper .offcanvas-header .btn-close {
    font-size: 1rem !important;

}

.cancvas_wrapper .offcanvas-header {
    background: #4f9283;
}

.border-bottom {
    border-bottom: 1px solid #dbdade !important;
}

.passing_entry_item {
    text-align: center;
    padding: .875rem;
    border: 1px solid #dbdade;
}

.passing_entry_item-icon {
    height: 3rem;
    width: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(75, 70, 92, .08);
    color: #5d596c;
}

.passing_entry_item a,
.passing_entry_item a:hover {
    display: block;
    margin-bottom: 0;
    color: #6f6b7d !important;
    font-weight: 500;
    text-decoration: none;
}
.btn_refresh{
    color: #2c6474;
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 21px;
    background: none;
    font-weight: 600;
    border-color: #2c6474;
    display: inline-block;
    transition: transform 0.3s ease;
}
.icon-rotate {
    display: inline-block;
    transition: transform 0.3s ease;
}

.icon-rotate:hover i {
     transition: transform 0.3s ease;
    transform: rotate(190deg);
}
.amount-bold {
    text-align: right;
    font-size: medium;
    font-weight: bold;
    color: blue;
}
.highlighter {
    background: #ffdede;
    padding: 10px 36px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.highlighter p{
    margin:0;
}
.highlighter label{
     font-size: 18px;
    text-align: center;
    color: #0f0f0f;
}

.is-valid {
    border-color: #75b798 !important;
    padding-right: calc(1.5em + .75rem);
        background-image: url('../Images/ValidationImage/isvalid.png');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.is-invalid {
    border-color:#ea868f !important ;
    padding-right: calc(1.5em + .75rem);
          background-image: url('../Images/ValidationImage/is-invalid.png');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.offcanvas-footer {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

.floatingDiv {
    position: absolute;
    top: 300px;
    box-shadow: 10px 10px 10px #888888;
    color: #42a2d7;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px;
    width: 800px;
    height: auto;
    left: 0px;
    display: none;
}

.HideCtrl {
    Display: none;
}

.blur-background {
    filter: blur(5px);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1000; /* Ensure it appears above other elements */
}

/* Modal content */
.modal-content {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background-color: #fff; /* White background */
  
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Shadow for depth */
    z-index: 1001; /* Ensure it appears above the overlay */
    max-width: 80%; /* Limit the width */
    max-height: 90%; /* Limit the height */
    overflow-y: auto; /* Scroll if content overflows */
}

.modal-body {
    padding:15px;
}

.modal-header {
    position: sticky;
    z-index: 1000;
    top:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #023e75;
    color: #fff;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .modal-header .btn-close {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
    }

.transparent-button {
    background-color: transparent; /* Makes the background transparent */
    border: none; /* Removes the border */
    color: inherit; /* Inherits the text color from its parent */
    font-size: inherit; /* Inherits the font size from its parent */
    cursor: pointer; /* Ensures the button is still clickable */
}

    .transparent-button:hover {
        background-color: rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle background on hover */
    }
.personaldetailscard
{
    background: #0c787f;
    border-radius: 8px 8px 0px 0px;
    padding: 20px;
    color: #fff;
    font-size: 20px;
}

    .personaldetailscard label {
        color: #fff;
    }



.previousdetails {
    border: 1px solid #e4e3e3;
    font-size: 17px;
}

    .previousdetails .row {
        padding: 7px 20px;
        border-bottom: 1px solid #d8d4d4;
    }

    .previousdetails .personalsubhead {
        float: right;
    }

        .previousdetails .personalsubhead:before {
            content: ':';
            float:left;
        }

#progress-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Semi-transparent background */
    backdrop-filter: blur(5px); /* Blur the background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Make sure it's on top */
}

.loader {
    width: 60px;
    aspect-ratio: 1;
    position: relative; /* Added for positioning the pseudo-elements */
    animation: l5-0 1s infinite steps(1);
}

.loader::before,
.loader::after {
    content: "";
    position: absolute;
    inset: 0 50% 50% 0;
    transform-origin: bottom right;
    animation: 
      l5-1 0.5s infinite linear alternate,
      l5-2 0.5s infinite steps(1) alternate;
}

.loader::after {
    --s: -1, -1;
}

@keyframes l5-0 {
    0%  {transform: scale(1, 1) rotate(0deg)}
    50% {transform: scale(1,-1) rotate(90deg)}
}

@keyframes l5-1 {
    0%   {transform: scale(var(--s, 1)) perspective(150px) rotateX(0deg)}
    100% {transform: scale(var(--s, 1)) perspective(150px) rotateX(180deg)}
}

@keyframes l5-2 {
    0% {background: #25b09b}
    50% {background: #514b82}
}

 .horizongrid {
    min-width: 1500px; /* Ensure the GridView is wider than the container to trigger horizontal scroll */
    width: auto;
    border-collapse: collapse;
}

.horizongrid th, 
.horizongrid td {
    padding: 8px;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.gridview-container {
    max-height: 500px; /* Restricts the height to 1500px */
    overflow-x: auto; /* Enables horizontal scrolling */
    overflow-y: auto; /* Enables vertical scrolling when content exceeds height */
    white-space: nowrap; /* Prevents text wrapping in cells */
    position: relative; /* For sticky positioning */
    width: 100%; /* Make sure the container takes the full width of its parent */
}

.horizongrid th:first-child,
.horizongrid td:first-child {
    position: sticky;
    left: 0;
    background-color: #f9f9f9; /* Background color for the sticky column */
    z-index: 1; /* Ensures the sticky column is above other columns */
}

.horizongrid th:first-child {
    z-index: 2; /* Ensures the header is above data cells */
}

.btn-gridview {
    background: #044a8b;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 4px 7px;
}

.btn-gridmodify {
    background: #198754;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 4px 7px;
}

.btn-griddelete {
    background: #044a8b;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 4px 7px;
}
    .button-cell {
        padding-right: 15px;
    }

.scroll-grid {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
}

.boldredfont {
    font-size:20px;
    color:#C00;
    font-weight:bold;  
}

.boldblackfont {
    font-size:20px;
    color:#472323;
    font-weight:bold;
}

.boldgreenfont {
    font-size:20px;
    color:#25aa00;
    font-weight:bold;
}


.modal-content.PleadgerImage-modal-content {
    width: 400px;
    margin: 0 auto;
    height: 400px;
}
.Pleadger-Images {
    
    height: 100px;
    width: 100px;
    margin-left: 60px;
}
.Lbl_Changes {
    
    color: #376787;
    font-family: Cambria;
    font-size: 90%;
    font-weight: 700
}

/*Link button*/
.link-btn {
    color: #007bff;         /* Blue color */
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .link-btn:hover {
    color: #0056b3;         /* Darker blue on hover */
    text-decoration: none;  /* Remove underline when hovered */
  }

  .link-btn:active {
    color: #003d80;         /* Even darker when clicked */
  }

  /*modal pop up width*/
.ui-dialog.ui-widget.ui-widget-content {
        position: fixed !important;
        top: 20px !important;
        left: 20px !important;
        right: 20px !important;
        bottom: 20px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        border-radius: 8px;
        box-sizing: border-box;
        min-width: 95vw !important;
    }

    /* Ensure modal content is visible and scrollable */
    .ui-dialog .ui-dialog-content {
        height: calc(100% - 50px) !important; /* leave space for titlebar/footer */
        overflow-y: auto !important;
        padding: 15px;
        box-sizing: border-box;
    }

    .ui-dialog .ui-resizable-handle {
        display: none !important;
    }
/*modal pop up width end*/



/*otp card design*/

.login-wrapper {
            background: #FFF;
            border-radius: 28px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            padding: 22px;
            position: relative;
         }

    .otpverfication-header {
        color: #094780;
        text-align: center;
    }

    .otp-mainheader {
        font-weight: bold;
        font-size: 20px;
    }

    .otp-subheader {
        font-size: 13px;
    }

    .otp-text {
        justify-content: space-around;
    }

    .otp-input {
        border-radius: 50% !important;
        width: 50px !important;
        height: 50px !important;
        border: 4px solid #094780 !important;
        padding: 16px !important;
        font-size: 20px !important;
    }

    .otp-submit {
        background: #094780;
        border-radius: 10px;
        color: #ffff;
        padding: 10px;
        border: none;
    }

    .otp-resendotp {
        color: #094780;
    }

    .otp-resendbutton {
        text-decoration: none;
        color: #094780;
        font-weight: 700;
        margin-left: 4px;
        font-size: small;
    }

/*otp card design ends*/