﻿@font-face {
    font-family: 'fontBold';
    src: url('../font/weblysleekuisbBold.woff') format('woff');
}
@font-face {
    font-family: 'fontNormal';
    src: url('../font/weblysleekuislNormal.woff') format('woff');
}
@font-face {
    font-family: 'fontLight';
    src: url('../font/weblysleekuilLight.woff') format('woff');
}

/*#region SCROLLBAR*/

::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(178, 230, 252, 0.80); 
    -webkit-box-shadow: inset 0 0 6px rgba(19, 164, 219, 0.50); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(19, 164, 219, 0.40); 
}
/*#endregion SCROLLBAR*/

/*#region PLACEHOLDER*/
/* THE FOLLOWING LINES ARE TO CHANGE SETTINGS OF PLACEHOLDER*/
    ::-webkit-input-placeholder {
        color: #9b9b9b;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: #9b9b9b;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        color: #9b9b9b;
    }

    :-ms-input-placeholder {
        color: #9b9b9b;
    }

/*#endregion PLACEHOLDER*/

/*#region HTML,BODY,COMMON_ELEMENTS*/

html{
          font-size:3.8mm;/*once this is changed this will change settings on various deices*/
          
          scrollbar-base-color: rgba(178, 230, 252, 0.80); 
          scrollbar-3dlight-color: rgba(178, 230, 252, 0.80); 
          scrollbar-highlight-color: rgba(178, 230, 252, 0.80); 
          scrollbar-track-color: #f8f8f8; 
          scrollbar-arrow-color: rgba(19, 164, 219, 0.50); 
          scrollbar-shadow-color: rgba(178, 230, 252, 0.80); 
          scrollbar-darkshadow-color: rgba(178, 230, 252, 0.80);
}
body, body * {
    font-size: 1rem;
    font-family: fontNormal;
    color: midnightblue;
    padding: 0;
    margin: 0;
}
input[type="text"], input[type='password'] {
    border: 1px;
    border-style: solid;
    border-color: lightgrey;
    margin: 0rem;
    padding: 0rem;
    font-size: 1.05rem;
}
input[type="text"]:focus, input[type='password']:focus {
    border-color: #b51a1a;
    background-color: #f8bbbb;
    outline: none;
    font-weight: 600;
}
input[type="checkbox"] {
    border: 1px solid;
    background-color: blue;
}
textarea {
    font-family: 'Segoe UI Light', SegoLight;
    margin: 0px 2px 0px 0px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid;
    border-color: #d4d3d3;
    background-color: white;
    resize: vertical;
    max-height: 100px;
}
textarea:focus {
    border-color: #053978;
    background-color: #cde1f5;
    outline: none;
}
h1 {
    display: inline;
    font-weight: 200;
    font-size: 3rem;
    color: #053978;
    height: 2rem;
}
h2 {
    display: inline;
    font-size: 2rem;
    color: #053978;
}
h3 {
    display: inline;
    font-size: 1.5rem;
    color: #053978;
}
h4 {
    display: inline;
    font-size: 1.2rem;
    color: #021a36;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid royalblue;
    margin: 2px;
    padding: 0px;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
}
th {
    font-weight: 600;
}
    th input[type="text"] {
        width: 100%;
        text-align: inherit;
    }
td {
}
label {
    border: 1px;
    border-style: solid;
    border-color: lightgrey;
    margin: 0rem;
    padding: 0rem;
    font-size: 1.05rem;
}
select {
    border: 1px;
    border-style: solid;
    border-color: lightgrey;
    margin: 0rem;
    padding: 0rem;
    font-size: 1.05rem;
}
button {
    background-color: lightblue;
    border: 1px;
    border-style: solid;
    border-color: rgba(19, 164, 219, 0.50);
    border-radius: 2px 2px;
    height: 2.3rem;
    margin: 0;
    padding: 0.3rem;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 600;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position-x: 0.25rem;
    margin-left: 0.25rem;
    float:right
}
button:hover{
    background-color:#840707;
    color:white;
    border-color: darkred;
}
button:disabled{
    background-color:rgb(233, 233, 233);
    color:rgb(212, 212, 214);
    border-color: rgb(212, 212, 214);
}
/*#endregion HTML,BODY*/



/*#region INDEX.HTML CSS*/

    /*#region HEADER,FOOTER,CONTAINER,DIALOG, VERIFY CSS*/


        #header {
            z-index: 10000000000000;
            position: fixed;
            top: 0px;
            left: 0px;
            height: 50px;
            right: 0px;
            background-color: #ffffff;
           /*  background-color: #700223;
            margin: 0px 2px 0px 2px; */

        }
        
      
        .container {
            overflow: auto;
            position: fixed;
            top: 81px;
            left: 0px;
            right: 0px;
            bottom: 25px;
            /*background-color: rgba(255, 255, 255, 0.836) !important;*/
            margin: 2px;
            /* background: -webkit-radial-gradient(center, circle closest-side, white 150%, #c7e6f6 210%, #103c5a 290% );
            background: -moz-radial-gradient(center, circle closest-side, white 150%, #c7e6f6 210%, #103c5a 290%);
            background: -ms-radial-gradient(center, circle closest-side, white 150%, #c7e6f6 210%, #103c5a 290% );
            background: radial-gradient(center, circle closest-side, white 150%, #c7e6f6 210%, #103c5a 290% ); */
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 20px;
            padding-left: 20px;
            text-align: center;
        }
        
        /* THIS RESIDES IN EVERY FORM  */
        .content{
            /* FOR THIS IN CASE THE FORM HAS TO BE ALIGNED THEn SET WIDTH & HEIGHT IN RESPECTIVE FORMS CONTENT DIV */
           position:absolute;
           top:0;
           bottom:0;
           left:0;
           right:0;  
           margin:auto;
           background-color:white;
           /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);*/
           box-shadow: 0 4px 8px 0 rgb(18 121 158 / 74%), 0 4px 20px 0 rgb(31 137 175 / 0%);
           padding:0.5rem;
           border-radius:5px;
       }
       .content_PARA{
        /* FOR THIS IN CASE THE FORM HAS TO BE ALIGNED THEn SET WIDTH & HEIGHT IN RESPECTIVE FORMS CONTENT DIV */
       position:absolute;
       top:0;
       bottom:0;
       left:0;
       right:0;  
       margin:auto;
       background-color:white;
       padding:0.5rem;
       border-radius:5px;
   }

       #amortChartDiv{
        /* FOR THIS IN CASE THE FORM HAS TO BE ALIGNED THEn SET WIDTH & HEIGHT IN RESPECTIVE FORMS CONTENT DIV */
       position:absolute;
       top:0;
       bottom:0;
       left:0;
       right:0;  
       margin:auto;
       background-color:white;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
       padding:0.5rem;
       border-radius:5px;
   }


        /* THIS RESIDES IN EVERY FORM  */
        .content_Expandable{
        /* FOR THIS IN CASE THE FORM HAS TO BE ALIGNED THEn SET WIDTH & HEIGHT IN RESPECTIVE FORMS CONTENT DIV */
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;  
        margin:auto;
        padding:0.5rem;
    }

       .chartContainer
       {
            display:inline-block;
            margin:0.5rem;
            border-radius: 5px;
            width:28rem;
            padding:0.5rem;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
            color:rgb(134, 7, 35);
       }
       
       #footer {
        z-index: 1000003;
        position: fixed;
        left: 0px;
        right: 0px;
        height: 27px;
        bottom: 0px;
        margin-top: 2px;
        box-shadow: 0px 2px 20px #000000 inset;
        /* background-color: #4e884d; */
        background-color: rgb(63 146 177);
    }

    /* #footer {
        z-index: 1000003;
        position: fixed;
        left: 0px;
        right: 0px;
        height: 25px;
        bottom: 0px;
        margin-top: 2px;
        box-shadow: 3px -3px 10px #6b5d5d;
        background-color: #0b5a0a;
    } */
       
        #notifications {
            border: 1px solid rgba(#34495e, 0.25);
            color: #b94b45;
            border-radius: 3px;
            line-height: 2rem;
            position: absolute;
            margin: 1rem auto;
            left: 0;
            right: 0;
            top: 0;
            left: 0;
            width: 90%;
            padding: 1rem;
            box-sizing: border-box;
            color: rgba(255, 255, 255, .9);
            box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.89);
            background: #9a0a0a;
            text-align: center;
            font-size: 1.5rem;
            z-index: 99999999999999;
        }


        .lmnu, .rmnu {
            height: 2.4rem;
            width: 18rem;
            background-color: #008b8be0;
            color: white;
            margin: 1.2rem auto;
            font-size: 1.2rem;
            padding: 0.6rem 0 0 0;
            border: 1px solid white;
            box-shadow: 3px 3px 3px grey, -1px -1px 3px grey;
            cursor: pointer;
        }
        .lmnu:hover, .rmnu:hover {
            box-shadow: 4px 4px 4px grey, -2px -2px 3px grey;
        }

        #ltMnu, #rtMnu {
            margin-top: 0.4rem;
        }

        .dispSec {
            font-size: 1.8rem;
            color: #f59c9c;
            font-weight: bolder;
        }


        .PrintControlsDiv{
            position:fixed;
            height:auto;
            width:58rem;
            bottom:30px;
            left:0;
            right:0;
            
            margin:auto;
            background-color:rgb(208, 228, 247);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
            border-radius: 5px;
        }


        .VerifyControlsDiv{
            position:fixed;
            height:auto;
            width:58rem;
            bottom:30px;
            left:0;
            right:0;
            
            margin:auto;
            background-color:rgb(208, 228, 247);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
            border-radius: 5px;
        }

        .VerifyControlsDiv .auditHistoryItem{
            display:block;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
            margin:0.2rem;
        }
    
        .VerifyControlsDiv .auditHistoryItem  .col_1_1_1_1 td
        {
            background-color:rgb(235, 244, 250);
            font-size:0.9rem;
            font-weight:bold;
        }
        .VerifyControlsDiv .auditHistoryItem  .col_4 td
        {
            padding:0.5rem;
            font-weight:bolder;
        }

        #finalPrintFormSDCPL * { visibility: hidden; }
        @media print 
        { 
            body * { visibility: hidden; }
            #finalPrintFormSDCPL * { visibility: visible; }
            #finalPrintFormSDCPL
            {
                margin: 0;
                border: initial;
                border-radius: initial;
                width: initial;
                min-height: initial;
                box-shadow: initial;
                background: initial;
                page-break-after: always;
            }
            .page-break {
                page-break-before: always;}

        } 
        @page {
            size: auto;
            margin: 2mm;
            
        }


        #loading_panel {
            background-color: rgba(255, 255, 255, 0);
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin:auto;
            height:8rem;
            width:8rem;
            display: block;
            z-index:99999999999;
        }
        
        
            #loading_panel div{
                text-align: center;
                align-content: center;
                display: block;
                position: absolute;
                padding: 0.2rem;
                background-color: transparent;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                margin: 0 auto;
                border-radius: 50%;
        
                border-width:0.2rem;
                border-style:solid;
                animation-duration: 0.5s;
                animation-name: changeRingWidth;
                animation-iteration-count: infinite;
                animation-direction: alternate;
            }
        
        @keyframes changeRingWidth {
            from {
                width: 0rem;
                height: 0rem;
                border-color: #de4311;
                border-width: 0.2rem;
            }
        
            to {
                width: 7rem;
                height: 7rem;
                border-color: deepskyblue;
                border-width: 0.5rem;
            }
        }
        #logout, #goHome{
            background-color: #38728c;
        }
        #logout:hover, #goHome:hover{
            transition: background-color 0.8s;
            cursor: pointer;
            background-color: rgba(221, 54 ,3 , 0.8);
        }

    /*#endregion HEADER,FOOTER,CONTAINER,DIALOG, VERIFY CSS*/


    /*#region MENU CSS*/
        #menu {
            z-index: 101;
            position: fixed;
            top: 51px;
            left: 0px;
            height: 30px;
            right: 0px;
            background-color: #030f4b;
            /* margin: 0px 2px 0px 2px; */
            box-shadow: 0px 1px 4px #4b4343;
            z-index: 9999999;
        }

        
        .mnu_heading {
            width: 160px;
            display: inline-block;
            line-height:30px;
            vertical-align: center;
            border-radius: 1px;
            cursor: default;
            height: 30px;
            font-weight: 700;
            color: white;
            font-size: 15px;
            transition: background-color 1s, color 1s;
            background-color:  #030f4b;
 
        }

            .mnu_heading:hover {
                background-color: #b51a1a !important;
                color: white !important;
            }

        .mnu_content {
            height: 0px;
            transition: height 1s;
            text-align: center;
            cursor: default;
            box-shadow: 3px 3px 10px #4b4343;
            width: 100%;
            background-color: rgba(242, 245, 243, 0.90);
            overflow-x: hidden;
            overflow-y: hidden;
            font-size: 15px;

        }

        .mnu_lst {
            display: inline-block;
            margin: 10px 20px 10px 10px;
            vertical-align: top;
            text-align: left;
        }

            .mnu_lst h1 {
                font-size: 20px;
                font-weight: 900;
                color: #084b1c;
                text-shadow: 1px 1px #b1adad;
            }

        .mnu_itm_grp {
            background-image: url(../img/arrow.png);
            background-repeat: no-repeat;
            background-position-y: 4px;
            padding: 2px 2px 2px 20px;
            background-color: inherit;
            border-radius: 1px;
            transition: border-color .5s, color .5s,height .2s;
            font-weight: 600;
            font-size: 18px;
            overflow: hidden;
            border-style: dotted;
            border-color: rgba(242, 245, 243, 0.90);
            border-width: 0px;
        }

            .mnu_itm_grp:hover {
                /* color: #e1d6d6; */
                border-color: #a31010;
            }
        /*this is how to update childs inside a parent*/
        .mnu_itm_grp div {
            transition: height 0.5s;
            width: 100%;
            height: 0px;
            overflow: hidden;
        }
            /*this is how to update childs inside a parent on hover*/
            .mnu_itm_grp:hover div {
                height: 24px;
            }


        .mnu_itm {
            background-image: url(../img/arrowred.png);
            background-repeat: no-repeat;
            background-position-y: 3px;
            padding-left: 20px;
            font-weight: 600;
            color: black;
            font-size: 16px;
        }

            .mnu_itm:hover {
                background-image: url(../img/arrowwhite.png);
                background-color: #a31010;
                color: white;
            }

        .mnu_link {
            background-color: inherit;
            border-radius: 5px;
            transition: background-color 1s, color 1s;
            padding: 2px 2px 2px 2px;
            font-weight: 600;
        }

            .mnu_link:hover {
                background-color: #0c2aba;
                color: white;
            }

    /*#endregion MENU CSS*/

/*#endregion INDEX.HTML CSS*/




/*#region FORMS CSS*/

.frmTable {
    border-collapse: collapse;
    margin: 0;
    border: 0px solid black;
    padding: 0;
    font-family: fontNormal;
}

.frmTable td {
        border: 0 solid;
        padding: 0.25rem;
        margin: 0;
    }

    .frmTable input {
        width: 100%;
        margin: 0;
        height: 2rem;
        border-color: #43acf5;
        font-weight: 600;
        padding: 0rem;
        border-style: solid;
        border-width: 1px;
    }

    .frmTable input:disabled  {
        border-color:rgb(236, 236, 236);
        background-color: white ;
    }

    .frmTable textarea {
        width: 100%;
        margin: 0;
        height: 2rem;
        border-color: #43acf5;
        font-weight: 600;
        padding: 0.2rem 0;
        border-style: solid;
        border-width: 1px;
    }

    .frmTable textarea:disabled  {
        border-color:rgb(236, 236, 236);
        background-color: white ;
    }
    


    .frmTable select {
        width: 100%;
        margin: 0;
        height: 2.15rem;
        border-color: #43acf5;
        font-weight: 600;
        padding: 0rem;
        border-style: solid;
        border-width: 1px;
    }

    .frmTable select:disabled  {
        border-color:rgb(236, 236, 236);
        background-color: white ;
    }

    .frmTable label {
        display: block;
        width: 100%;
        margin: 0;
        height: 1.5rem;
        border-color: #e2f5ff;
        font-weight: 600;
        padding: 0;
        border-style: solid;
        border-width: 1px;
        padding-top: 0.5rem;
    }

    #appFormCaption {
        width: 100%;
        text-align: right;
        font-size: 1.5rem;
    }
        /*#region TWO COLUMN TABLE  CSS*/
            .col_1_1 > td:nth-child(1),
            .col_1_1 > td:nth-child(2)
            {
                padding-bottom: 0;      
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
                width: 14rem;
            }
            .col_2 > td:nth-child(1)
            {
                padding-bottom: 0;      
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
                width: 28rem;
            }

        /*#endregion TWO COLUMN TABLE  CSS*/

        /*#region FOUR COLUMN TABLE  CSS*/

            .col_Subscribers > td:nth-child(1),
            .col_Subscribers > td:nth-child(2),
            .col_Subscribers > td:nth-child(3),
            .col_Subscribers > td:nth-child(4),
            .col_Subscribers > td:nth-child(5)  {
                padding-bottom: 0;
                width: 10rem;
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
            }
            .col_Subscribers > td:nth-child(1){
                width: 3rem;
            }
            .col_Subscribers > td:nth-child(3){
                width: 23rem;
            }

            .col_1_1_1_1 > td:nth-child(1),
            .col_1_1_1_1 > td:nth-child(2),
            .col_1_1_1_1 > td:nth-child(3),
            .col_1_1_1_1 > td:nth-child(4) {
                padding-bottom: 0;
                width: 14rem;
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
            }



            .col_2_1_1 > td:nth-child(1),
            .col_2_1_1 > td:nth-child(2),
            .col_2_1_1 > td:nth-child(3)
            {
                padding-bottom: 0;      
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
                width: 14rem;
            }
            .col_2_1_1 > td:nth-child(1){
                width:28rem;
            }

            .col_1_2_1 > td:nth-child(1),
            .col_1_2_1 > td:nth-child(2),
            .col_1_2_1 > td:nth-child(3)
            {
                padding-bottom: 0;      
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
                width: 14rem;
            }
            .col_1_2_1 > td:nth-child(2){
                width:28rem;
            }

            .col_2_2 > td:nth-child(1),
            .col_2_2 > td:nth-child(2)
            {
                padding-bottom: 0;      
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
                width: 28rem;
            }

            .col_3_1 > td:nth-child(1),
            .col_3_1 > td:nth-child(2)
            {
                padding-bottom: 0;      
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
                width: 14rem;
            }
            .col_3_1 > td:nth-child(1){
                width:42rem;
            }
            .col_1_3 > td:nth-child(1),
            .col_1_3 > td:nth-child(2)
            {
                padding-bottom: 0;      
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
                width: 14rem;
            }
            .col_1_3 > td:nth-child(2){
                width:42rem;
            }

            .col_4 > td:nth-child(1){
                width:56rem;
                text-align: left;
            }

            .col_1_1_2 > td:nth-child(1),
            .col_1_1_2 > td:nth-child(2),
            .col_1_1_2 > td:nth-child(3)
            {
                padding-bottom: 0;      
                text-align: left;
                font-weight: 400;
                font-size: 1rem;
                width: 14rem;
            }
            .col_1_1_2 > td:nth-child(3){
                width:28rem;
            }

        /*#endregion FOUR COLUMN TABLE  CSS*/

/*#endregion FORMS CSS*/
/*#region GRID/REPORTS CSS*/
.grid {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

    .grid tr {
        height: 30px;
    }

        .grid tr:nth-child(even) {
            background-color: #e3f0fa;
        }

        .grid tr:hover {
            background-color: #97b8eb;
        }

        .grid tr:active {
            background-color: pink;
        }

    .grid th {
        background-color: navy;
        color: white;
        font-weight: 200;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .grid td {
        background-color: inherit;
        border-style: solid;
        border-color: #e2e5e9;
        border-width: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .grid td input {
            width: calc(100% - 10px);
            height: 100%
        }


    .rptModifyButton
    {
        width:1.5rem;
        height:1.5rem; 
        background-image: url("../img/edit.png"); 
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        float:left;
        margin-left:0.5rem;
    }
    .rptDeleteButton
    {
        width:1.5rem;
        height:1.5rem; 
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../img/delete.png");
        float:left;
        margin-left:0.5rem;
    }
    .rptViewButton
    {
        width:1.5rem;
        height:1.5rem;  
        background-image: url("../img/view.png"); 
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        float:left;
        margin-left:0.5rem;
    }
    .rptVerifyButton
    {
        width:1.5rem;
        height:1.5rem;    
        background-image: url("../img/verify.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        float:left;
        margin-left:0.5rem;
    }
    .rptPrintButton
    {
        width:1.5rem;
        height:1.5rem;    
        background-image: url("../img/print.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        float:left;
        margin-left:0.5rem;
    }
/*#endregion GRID/REPORTS CSS*/
.clsAmtField {
    text-align:right;
    padding-right:5px;
   
}

/*#USED in Subscription Bifurcation/Adjustment Form*/
.clsMismatchValue td label{
    color:red;
}

.clsUnValidatedData td label{
    color:orange;
}