﻿html {
    margin: 0;
    padding: 0;
}

body {
    border-top: solid 10px #F68A37;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    width: 100%;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    /*a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }*/

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    /*margin: 0 auto;
    max-width: 960px;*/
    margin-left:20%;
}

#body {
    padding-bottom: 30px;
    clear:both;
}   

.left-nav {
    min-width:150px;
    width:250px;
    float:left;
    padding-bottom:10px;
    padding-left:5px;
    height:auto;
}
.main-content {
    height: auto;
    min-width: 1308px;
    width:auto;
    padding-bottom: 10px;
    padding-left: 280px;
}
header .content-wrapper {
    padding-top: 20px; 
    margin-left:20%;
    width:80%;
}
footer {
    clear: both;
    color:White;
    background-color: #00508C;
    text-align:left;
    /*height: 70px;*/
    padding-top:5px;
    padding-bottom:3px;
    font-size:15px;
    width:100%;
    height:auto !important;
    padding-left:20px
    /*margin-top:50px;*/
}
/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display : inline;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: center;
    clear:both;
    width:50%;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding-right:20px;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #00578D;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #F08C40;
            text-decoration: none;
        }

ul.cus_menu {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 5px; 
    text-align: right;
    height: 40px;
    line-height: 41px;
    padding: 0 10px;
}

ul.cus_menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    margin: -2px;
}

ul.cus_menu li a {
    background: none;
    color: #00578D;
    text-decoration: none;
}

ul.cus_menu li a:hover {
    color: #F08C40;
}

ul.cus_menu li a:active {
    background: #F68936;
    display: inline-block;
    color: #fff;
}

ul.cus_menu li:active {
    background: #F68936;
    display: inline-block;
    color: #fff;
}

ul.cus_menu li a.active {
    background: #F68936;
    display: inline-block;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

ul.cus_menu li:active {
    background: #F68936;
    display: inline-block;
    color: #fff;
}

/*ul.cus_menu li:hover {
    background: #7ac0da;
    display: inline-block;
    color: #000;
    text-decoration: none;
}*/

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}


/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }



/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
/*fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }*/

    /*input, textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }*/

    textarea {
        font-family: inherit;
        width: 500px;
    }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }
        
    /*input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }*/

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


.box_wrap {
    padding: 10px 0px;
    width: 490px;
    display: inline-block;
    margin-left :30px;
}
.home_title {
    font-size: 60px;
    font-weight: bold;
    color: #00578D;
}
.hr {
    background-color: #D3D3D3;
    height:1px;
}
.disable-div {
    background-color: #C3C3C3;
    color: #FF0000;
    font-weight: bold;
    padding: 57px;
    text-align: right;
}
.popup_Body {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 315px;
    text-align: center;
    width: 600px;
    border:solid 1px;
    border-color:#00578D;
    border-radius:8px;
}
.popup_Buttons {
    display: -moz-grid-line;
    padding-top: 35px;
    float: right;
}
    .popup_Buttons .button {
        height: 40px;
        width: 200px;
        margin-right:20px;
    }

.ModalPopupBG
{
    background-color: #E6E6E6;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.popup_hd {
    background-color: #F68A37;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: bold;
    text-align:center;
    padding:10px;
    color:white;
    font-size: 1em;
    font-weight:bold;
}
.ModalPopupBG2
{   
   background-color: #E6E6E6;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.popup_Container {
    min-width: 300px;
    min-height: 150px;
    background: white;
    border: 1px solid #00578D;
    border: solid 1px;
    border-radius: 2px;
}

.msg_header {
    background-color :#00578E;
    color:white;
    font-size:18px;
    padding-left:5px;
    padding-top:5px;
}
.cus_title {
    font-size: 30px;
    font-weight: bold;
    color: #00578D;
}
.del_body {
    padding:10px;
    text-align:center;
    font-size:14px;
}
.del_btn {
    padding-right: 10px;
    padding-top: 25px;
    text-align: right;
    padding-bottom:10px;
}
/* Start google translate */
.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }

.goog-te-gadget-icon{
background:none !important;
}
/* End google translate */

.page_title {
    color: #00588f;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    clear:both;
}
.popup_Buttons1 {
    display: -moz-grid-line;
    padding-top: 35px;
   
}
    .popup_Buttons1 .button {
        height: 40px;
        width: 200px;
        margin-right:20px;
    
    }
    .popup_Body1 {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 227px;
    text-align: center;
    width: 600px;
    border:solid 1px;
    border-color:#00578D;
    border-radius:8px;
}
.inline-crossbw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
/* Side Bar*/
.sidebar {
    background-color: #fff;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    max-height: 500px;
    min-height: 500px;
    font-size: 13.5px;
    font-weight:bold;
}
    .sidebar li {
        /*line-height: 2;
        padding: 5px;*/
        border-bottom: 1px solid gray;
        border-left: 1px solid gray;
    }
        .sidebar li:checked {
            background-color: red;
            margin-bottom: 72px;
        }
.menu-active > a {
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}
.menu-active {
    background: none repeat scroll 0 0 #ddd;
    margin: 0;
}
.hdr_box {
    background-color:#266ea4;
    width: 100%;
    line-height: 34px;
    padding-left:33px;
}
.content_header {
    font-size: large;
    color: white;
    font-weight: bold;
    text-shadow:0 2px 0 #00578D;
}
.hdr_box img {  
    height:35px;
}