﻿
/* CSS Document */
/*change the max width if the height is different*/
@media(max-width: 400px) {
    .container-main {
        margin-top: 100px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
}

.navbar {
    min-height: 100px;
    margin-bottom: 20px;
}

.col-xs-15 {
    width: 20%;
}

td, th {
    padding: 10px;
}

table {
    width: 100%;
}

div.RadGrid_Metro .rgCommandRow a {
    color: #333;
    text-decoration: none;
}

legend {
    border-bottom: none;
}
.blockHead {
  background-color: #2197e6;
  /*width: 150px; */
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
}

.blockHead:after {
  color: #2197e6;
  border-left: 20px solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  display: inline-block;
  content: '';
  position: absolute;
  right: -20px;
  top:0
  }
.blocktext{
	color:white;
	font-weight:bold;
	padding-left:10px;
	font-family:Arial;
	font-size:11;
}

.jumbotron {
    /* add bootstrap jumbotron background image */
    background: url("/images/ws.jpg") no-repeat bottom center;
    background-size: cover;
    margin-bottom: 0px;
}

.no-padding{
    padding:0 !important;
    margin:0 !important;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}


@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }
}

.h1, h1 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

/* helper classes */

.pad5 {
    padding: 5px;
}

.mt-8 {
    margin-top: -8px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 60px;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

a.white {
    text-decoration: underline;
    color: #FFFFFF !important;
}

.textCheckBoxInput {
    background-color: White;
    font-size: 10px;
    color: Black;
    font-family: 'Open Sans', serif, cursive;
}

.buttonInput {
    display: inline-block;
    background: #4AC9F5;
    color: #fff;
    margin-top: 16px;
    padding: 7px 27px 13px 29px;
    font: 16px/16px 'Noto Sans', sans-serif;
}

.textBoxInput {
    background-color: White;
    font-size: 10px;
    color: Black;
    font-family: 'Open Sans', serif, cursive;
}

.title {
    background-color: White;
    color: Black;
    border-color: Black;
    border-width: 1px;
    border-style: solid; /*font-size:medium; 	 font-family:Courier; 	 font-weight:bold;*/
}

.ControlRowUnderline {
    height: 30px;
    padding-bottom: 20px;
    padding-top: 2px;
    color: #FFF;
}


.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

/*Popup Control*/
.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}


/************ PasswordStrength Related Styles ***********************/

.TextIndicator_TextBox1 {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak {
    color: Red;
    background-color: Red;
}

.BarIndicator_TextBox2_average {
    color: Blue;
    background-color: Blue;
}

.BarIndicator_TextBox2_good {
    color: Green;
    background-color: Green;
}

.BarBorder_TextBox2 {
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    vertical-align: middle;
}

.TextIndicator_TextBox3 {
    background-color: Blue;
    color: Yellow;
    font-size: small;
    font-variant: small-caps;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle {
    width: 16px;
    height: 14px;
    background-image: url("../images/Question.png");
    overflow: hidden;
    cursor: help;
}

.TextIndicator_TextBox1_Strength1 {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength2 {
    background-color: Gray;
    color: Yellow;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength3 {
    background-color: Gray;
    color: #FFCAAF;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength4 {
    background-color: Gray;
    color: Aqua;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength5 {
    background-color: Gray;
    color: #93FF9E;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

/*MENU*/
.navigation {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font: arial;
    font-size: 12px;
    font-weight: normal;
}

    .navigation a {
        color: #FFFFFF;
        text-decoration: none;
        font: arial;
        font-size: 12px;
        text-align: center;
        font-weight: normal;
    }

        .navigation a:hover {
            text-decoration: none;
            font: arial;
            font-size: 12px;
            text-align: center;
            font-weight: normal;
            text-align: center;
        }

/*custom color scheme*/

.navbar-inverse {
    /*background-color: #06af3e;
    border-color: #06af3e;*/
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}


.login-register {
    background-color: #2197e6;
    border-color: #2197e6;
    color: white;
}

    .login-register:hover {
        background-color: #2197e6;
        border-color: #2197e6;
        color: white;
    }


.btn {
    text-transform: capitalize !important;
}

.social-footer:hover {
    text-decoration: none;
}

.container-main {
    margin-top: 50px;
}

.btn-success, btn-default:active, .btn-default:active:focus, .btn-default:focus,
.btn-danger:active, .btn-danger:active:focus, .btn-danger:focus, .btn-success[disabled], .btn-success[disabled]:focus {
    background-color: #2197e6;
    border: 2px solid #2197e6;
    color: #000;
}

    .btn-danger, .btn-default, btn-success:active, .btn-success:active:focus, .btn-success[disabled]:focus, .btn-success[disabled], .btn-success[disabled]:hover {
        background-color: #2197e6;
        border: 2px solid #2197e6;
        color: #000;
    }

        .btn-success:hover, .btn-default:hover{
            background-color: #07629f;
            border-color: #07629f;
            color: #000;
        }


.btn-primary, .btn-submit {
    background-color: #2197e6;
    border: 2px solid #2197e6;
    color: #000;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active,
    .btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit:focus:active {
        background-color: #07629f;
        border-color: #07629f;
        color: #000;
    }


.service-heading {
    color: #2197e6 !important;
}

    .service-heading:hover {
        color: #07629f !important;
        font-weight: bold;
    }

.navbar-nav > li > a {
    color: black !important;
    font-size: medium;
}

    .navbar-nav > li > a:hover {
        color: #07629f !important;
        font-weight: bold;
    }


button, html input[type=button], input[type=reset], input[type=submit] {
    background-color: #2197e6;
    border: 2px solid #2197e6;
    color: #000;
    height: 30px;
    min-width: 80px;
    max-width: 400px;
    border-radius: 4px;
}

    button:hover, button:active, button:focus:active, button:focus,
    html input[type=button]:hover, html input[type=button]:active:focus, html input[type=button]:active, html input[type=button]:focus input[type=reset]:hover, input[type=reset]:active:focus, input[type=reset]:active, input[type=reset]:focus input[type=submit]:hover, input[type=submit]:active:focus, input[type=submit]:active, input[type=submit]:focus {
        background-color: #4b4b4b;
        border-color: #4b4b4b;
        color: white;
        outline: 0;
    }

.footer {
    border-top: 1px solid #4b4b4b !important;
}

.fa-inverse:hover {
    color: #07629f;
}

.text-primary {
    color: #2197e6;
}

.fa-2x:hover {
    color: #07629f;
}

.fa-2x {
    color: #2197e6;
}

.navbar-header > a > img {
    margin-top: 20px;
    margin-bottom: 5px;
    max-height: 150px;
    max-width: 95%;
}

.navbar-inverse .navbar-toggle {
    background-color: white;
    border: 0;
    height: 40px;
    width: 40px;
    padding: 5px 5px;
    min-width: 40px;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000000;
        width: 100%;
        height: 3px;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #07629f;
    }

        .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
            background-color: #07629f;
        }


        /*Hide Logo*/
/*.navbar-header > a > img {
display:none;
}*/

/*custom color scheme*/

.modal-header-wrapper.view-file-header {
    margin-bottom: 24px;
    justify-content: space-between;
}

.modal-header-wrapper {
    display: flex;
    justify-content: space-between;
}

.documents-preview-wrapper iframe {
    align-items: stretch;
    justify-content: stretch;
    max-width: 100%;
    height: 100%;
}

.documents-preview-wrapper img {
    max-width: 100%;
    height: 100%;
}

.documents-preview-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .documents-preview-wrapper iframe {
        min-height: 800px;
    }
}

@media only screen and (max-width: 425px) {
    .documents-preview-wrapper iframe {
        min-height: 500px;
    }
}

.custom-modal-style img {
    min-width: 24px;
    height: 100%;
}

.custom-modal-style iframe {
    min-height: 80vh;
}

.custom-modal-style {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
}

.custom-modal-style .modal-body {
    padding: 0;
}

.custom-modal-style form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.custom-modal-style h1 {
    color: #10003B;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 0;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

.custom-modal-style p {
    overflow: hidden;
    color: #00072B;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


.custom-modal-style textarea {
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: #FFF;
}

.custom-modal-style button[type=button] {
    background-color: transparent;
    border: 0;
    min-width: auto;
    padding: 3px;
}

.custom-modal-style button[type=button]:hover {
    background-color: #ebebeb;
}

.custom-modal-style button[type=submit] {
    width: 100%;
    background-color:#0055FF;
    border-radius: 6px;
    cursor: pointer;
    max-width: 100%;
    padding: 13px 10px 12px 10px;
    color: #FFF;
    font-size: 16px;
    border: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 40px;
    height: 100%;
}

.custom-modal-style button[type=submit]:hover {
    background-color:#0055FF;
    box-shadow: 0px 0px 8px 0px #4281FD;
}

html .custom-modal-style .download-file-button {
    display: flex;
    color:  #10003B;
    cursor: pointer;
    max-width: 100%;
    justify-content: center;
    text-decoration: none;
    height: 40px;
    max-height: none;
    font-family: 'Arial', sans-serif;
    padding: 13px 16px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.status-loading-animated-ellipsis {
    animation-name: upload-in-progress-glow;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.status-loading-animated-ellipsis:after {
    display: inline-block;
    content: '';
    white-space: pre-wrap;
    animation: status-loading-ellipsis-animation 2000ms infinite;
}

@keyframes status-loading-ellipsis-animation {
    0% { content: "   "; }
    25% { content: ".  "; }
    50% { content: ".. "; }
    75% { content: "..."; }
    100% { content: "   "; }
}