﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans:600,700';

*
{
    font-family: 'Open Sans' , sans-serif;
}
*, *::before, *::after
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html
{
     top:0;
     margin:0px !important;
    padding:0px !important;
}

form1
{
    margin:0px !important;
    padding:0px !important;
}

body
{
    top:0;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
    background-color: #24536C;
    padding: 0px !important;
    min-height: calc(100vh - 5px);
}

.content
{
    top:0;
    min-height: calc(100vh - 5px);
    height: calc(100%);
    background-color: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
}


.contentpage
{
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: calc(100vh - 200px) !important;
}

.footer
{
    position: relative;
    height: 30px;
    background-color: #e3d8d8;
    text-align: center;
    width: 100%;
    padding: 3px;
    padding-top: 10px;
    font-size: 10pt;
    bottom: 0;
}

.topheader .header1
{
    margin:0px;
    padding:0px;
    
    height: 120px;
    background-color: #ffffff;
}

.topheader .header2
{
    height: 40px;
    text-align: center;
    font-size: 13pt;
    color: rgb(10, 20, 160);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFF29C;
    font-weight: 500;
}


div.frontlog
{
    float: left;
    height: calc(100vh - 180px);
    width: 680px;
    background-image: url('../images/banner1.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

div.login
{
    float: left;
    width: 400px;
}

.logintxt
{
    font-size: 12pt !important;
    font-weight: bolder;
    text-align: center !important;
    color: #1e63d9;
    text-transform: uppercase;
}


.w-50
{
    width: 50px !important;
}

.w-100
{
    width: 100px !important;
}

.w-200
{
    width: 248px !important;
}

.w-250
{
    width: 250px !important;
}

.w-300
{
    width: 300px !important;
}

.w-300
{
    width: 300px !important;
}

.w-350
{
    width: 350px !important;
}

.w-400
{
    width: 400px !important;
}

.w-450
{
    width: 450px !important;
}
.w-550
{
    width: 550px !important;
}
.w-600
{
    width: 600px !important;
}

.w-650
{
    width: 650px !important;
}

.h-30
{
    height: 30px !important;
}

.h-40
{
    height: 40px !important;
}

.h-50
{
    height: 50px !important;
}

.h100
{
    height: 100% !important;
}

.txtleft
{
    text-align: left !important;
}

.txtcenter
{
    text-align: center !important;
}

.txtright
{
    text-align: right !important;
}

.txtmiddle
{
    vertical-align: middle !important;
}



.para
{
    font-size: 11pt;
    border-radius: 3px;
    min-height: 30px;
    line-height: 25px;
    font-family: inheirt;
    text-align: justify;
}

.ErrorMessage
{
    font-size: 11pt;
    border-radius: 3px;
    min-height: 30px;
    line-height: 25px;
    font-family: inheirt;
    text-align: center;
    margin: 10px;
}
.txt
{
    
    border: 2px solid #73eba7;
    border-radius: 3px;
    color: #000000;
    letter-spacing: .05em;
    position: relative;
    min-height: 30px;
    min-width: 50%;
    font-size: 10pt;
    font-weight: 100;
    top: 0px;
    left: 0px;
}

.txt1
{
    border:0px;
    border-bottom: 2px solid #daf5e6;
    border-radius: 3px;
    color: #000000;
    letter-spacing: .05em;
    position: relative;
    min-height: 30px;
    min-width: 50%;
    font-size: 10pt;
    font-weight: 100;
    top: 0px;
    left: 0px;
}

.btn
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    border-radius: 7px;
    cursor: pointer;
    color: black;
    letter-spacing: .05em;
    overflow: hidden; /* padding: 1.15em 3.5em; 	 min-height: 3.3em;  */
    position: relative;
    font-size: 13pt;
    font-weight: bold;
    background-color: #71b0f0;
    color: #fff;
    width: 22px;
}

.chkbtn
{
    border: none;
    border-radius: 7px;
    cursor: pointer;
    letter-spacing: .05em; /* padding: 1.15em 3.5em; 	 min-height: 3.3em;  */
    position: relative;
    background-color: #71b0f0;
    color: #fff;
    min-width: 250px;
    padding: 10px 10px 10px 10px;
    margin: 10px;
    text-indent: 15px;
}


.txt:hover
{
    border: #daf5e6 solid 3px;
}

.txt:active, .txt:focus
{
    outline: #ffcc55 solid 3px;
    background-color: #00ffcc;
}

.btn:hover, .btn:focus, .btn:active
{
    background-color: #ad4767;
    color: #fff;
    border: 3px solid #f9faf9;
    font-weight: 300;
}

.bg-light
{
    background-color: #edf7f7;
}

.txt-light
{
    color: #edf7f7;
}

.bg-dark
{
    background-color: #cfabb4;
}

.txt-dark
{
    color: #cfabb4;
}

.border-1
{
    border: 10px solid #f0f0f0;
}

.col
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 25px;
}

.col-2
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 48%;
    min-height: 25px;
}

.col-3
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 32%;
    min-height: 25px;
}

.col-4
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 24%;
    min-height: 25px;
}




#logimg
{
    margin: 5px 5px;
    height: 100px;
    width: 450px;
}

.tbl
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 0px solid #f0f0f0;
    border-collapse: collapse;
    font-size: 10pt !important;
    font-weight: normal !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 3px;
    outline: 0px solid #f5ebef;
    font-family: inherit;
     
}

.tbl tr
{
    height: 30px;
    border: 0px solid #f0f0f0;
    vertical-align: middle;
    page-break-inside: avoid !important;
    border-bottom: 1px solid #f0f0f0;
}

.tbl tr.bgcolor:nth-child(even)
{
    background-color: #c2f0eb !important;
}

.tbl tr.bgcolor:nth-child(odd)
{
    background-color: #ffffff !important;
}

.tbl tr.bgcolor
{
    font-size: 13pt;
    font-weight: bold;
    text-align: center !important;
    background-color: #f0f0f0 !important;
}

.bgcolor
{
    text-align: center !important;
    background-color: #f0f0f0 !important;
}

.tbl td, .tbl th
{
    border: 1px;
    padding: 3px;
    font-weight: normal;
    height: 35px;
    text-align: left;
    vertical-align: middle;
    min-width: 200px;
}

.tbl th
{
    font-weight: bold;
}

.tbl .tblhead
{
    font-weight: bold;
    background-color: #d5f5dd;
    font-size: 13pt;
    padding-left: 30px;
    color: #2c4dde;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}



table.paleBlueRows
{
    margin-left: 5px;
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
    font-size: 11pt !important;
    font-weight: bolder !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 3px;
    font-family: inherit;
    font-weight: 100;
}

table.paleBlueRows td, table.paleBlueRows th
{
    font-size: 11pt !important;
    vertical-align: middle;
}

table.paleBlueRows tbody tr, table.paleBlueRows tr
{
    /* background-color: #FFFBF0;  */
    height: 35px;
    border: 1px solid #FFFFFF;
    vertical-align: middle;
    page-break-inside: avoid !important;
}

table.paleBlueRows tbody td, table.paleBlueRows td
{
    border: 1px;
    font-size: 10pt;
    padding: 3px 3px 3px 15px;
    font-weight: normal;
    height: 25px;
    text-align: left;
    vertical-align: middle;
}

table.paleBlueRows tfoot td
{
    font-size: 11pt;
    padding: 3px 3px 3px 3px;
    vertical-align: middle;
}

table.paleBlueRows thead th
{
    text-align: center;
    text-transform: uppercase;
}

table.paleBlueRows tfoot th
{
    text-align: center;
}

table.paleBlueRows th, table.paleBlueRows tbody th
{
    border-bottom: 1px;
    padding: 3px 3px 3px 15px;
    text-align: left;
    height: 25px;
    font-weight: normal;
    background-color: #f0f0f0;
    vertical-align: middle;
    font-weight: bolder;
}

a.click
{
    font-size: 13pt;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    color: #5587c2;
    background-color: #f9f7f4;
    padding: 5px;
    outline: #f0f0f0 solid 2px;
}


a.click:hover
{
    font-variant: normal;
    outline: #blue solid 2px;
}

.btn-colored
{
    flex: 1 1 auto;
    margin: 15px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white; /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bolder;
}

.btn-1
{
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
    top: 0px;
    left: -2px;
}

.btn-2
{
    background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.btn-3
{
    background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}

.btn-4
{
    background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.btn-5
{
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

.btn-colored:hover
{
    background-position: right center; /* change the direction of the change here */
}



ul.builet
{
    list-style: none;
    list-style-type: none;
    margin-left: 25px;
}


ul.builet > li
{
    list-style: none;
    list-style-type: none;
    line-height: 25px;
    text-align: left;
    font-size: 11pt;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    margin-left: 25px;
    margin-bottom: 10px;
    text-indent: -15px;
}

ul.builet > li::before
{
    content: "\203B";
    position: relative;
    font-size: 11pt;
    font-weight: 500;
    width: 15px;
    height: 8px;
    color: #f00;
    border-radius: 10%;
    margin-left: 5px;
    left: -25px;
}

.notice
{
    width: 900px;
    margin-left: 50px;
    margin-bottom: 30px;
    background-color: #b0dde4;
    display: inline-block;
    border-radius: 10px;
}

.notice-left
{
    width: 150px;
    float: left;
    vertical-align: middle;
    padding: 15px;
}

.notice-right
{
    width: 750px;
    float: left;
    background-color: #e2f0f9;
    border-radius: 10px;
}



.flex-container
{
    display: flex;
    flex-wrap: nowrap;
}
.flex-container > div.left
{
    width: 150px;
    margin: 10px;
}

.flex-container > div.right
{
    width: 850px;
    margin: 10px;
}
