﻿html {
    background-color: white;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #272727;
    font-size: .85em !important;
    font-family: "Segoe UI", Helvetica, Verdana, Sans-Serif;
    margin: 0;
    padding: 20px;    
    height: auto;
}

a {
    color: #391b58;
    text-decoration: none;
    font-weight: bold;
    border-bottom: dotted 1px #391b58;
}

    a:hover {
        color: #ff6100;
        border-bottom: solid 1px #ff6100;
    }
/* orange url link */
.url a {
    color: #ff6100;
    text-decoration: none;
    font-weight: normal;
    border-bottom: dotted 1px #ff6100;
    /*font-size:0.9em;*/
}
    .url a:hover {
        color: #272727;
        border-bottom: solid 1px #272727;
    }
h1, h2, h3,
h4, h5, h6 {
    margin: 0px auto;
    padding: 0px;   
}

h1 {
    font-size: 1.6em;
    padding: 3px;
}
h2 {
    font-size: 1.75em;
    color: #ff6100;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    color: #391b58;
}

h4 {
    font-size: 1.1em;
    font-weight: normal;
}

h5, h6 {
    font-size: 1em;
    font-weight: normal;
}
img.banner {
    max-width: 100%;
    height: auto;
}
.content-wrapper {
    margin: 0 auto;
    max-width: 1010px;
}
.page-wrapper {
    padding-bottom: 2.0em !important;
    clear: both;
}
.footer-wrapper {
    clear: both;
    margin: 0 auto;
    text-align: left;
    border-top: solid 1px #272727 !important;
    margin-top: 2.0em;
    position: relative;
    bottom:-20px;    
}
    .footer-wrapper ul {
        margin:0;
        padding:0;
    }
    .footer-wrapper li {
        display: inline-block;
        position: relative;
        text-align: left;
        font-size: 0.9em;
    }
    .footer-wrapper a {
        color: #272727;
        text-decoration: none;
        font-weight: normal;
        border: none;
    }
    .footer-wrapper a:hover {
            color: #ff6100;
            border-bottom: solid 1px #ff6100;
        }

input[type="text"] {
    padding: 5px;
    line-height: 1.0em;
}
input[type="select"] {
    padding: 5px;
    line-height: 1.0em;
}
input[type="password"] {
    padding: 5px;
    line-height: 1.0em;
}
/*/ center buttons */

/* cookie pop-up on the defualt page */
#divCookies {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 120px;
    width: 100%;
    z-index: 100;
    background-color: #391b58;
    color: #fff;
    padding: 5px;
    font-size: 1.2em;
    display: none;
}

    #divCookies a {
        color: #fff;
        text-decoration:none !important;
        border:none !important;
    }

    #divCookies .close {
        font-weight: bold;
        height: 30px;
        font-size: 1.1em;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        white-space: nowrap;
        padding: 6px;
        background-color: #fff;
        border-radius:5px;
        color: #391b58 !important;
        text-decoration: none !important;
        border: none !important;
    } 
/* end cookie pop-up on the default page */

/*-----DOMAIN HOME PAGE-------*/
.domainBox {
    min-height: 370px;
    min-width:350px;
    border: solid 1px rgb(255, 114, 0);    
}
    .domainBox .header {
        background-color: rgb(255, 114, 0);
        padding:10px;
        color:white;
        font-weight:bold;
        font-size:1.2em;
    }
    .domainBox .content{
        padding:5px;
    }
    .domainBox ul{
        list-style-type:square;
        font-size:1.1em;
        padding:0px 1.0em 0px 1.0em;
        margin-left:1.0em;
    }
 
    /* ----TAB MENU - SITE.MASTER PAGE------*/
.navMenu {
    max-width: 1010px;
    padding-bottom: 0px;
    margin: 0px;
    text-align: left;
    position: relative;
    margin-top:10px;
}

        .navMenu ul {
            padding: 0px;  
            margin:0px;
            text-align: left;
        }

        .navMenu li {
            display: inline-block;
            position: relative;
            text-align: left;
            padding:0px;
            margin:-2px;
        }

            .navMenu li a {
                text-decoration: none;
                font-size: 1.2em;
                height: 20px;
                line-height: 20px;
                display: block;
                border: none;
            }
            .navMenu li.end {
                background-color: rgb(255, 114, 0);
                height: 3px;
                width: 329px;
                padding: 0px;
                margin: 0px;
                margin-left:-3px;
            }
   
    /* ----END TAB MENU------*/

/* -- styles for forms - required validators */
.required {
    font-size: .9em;
    COLOR: #c00;
}
.ValSummary {
    padding: 0px 0px 5px 0px;
    border: solid 1px #990000;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    width: 90%;
    font-size: 13px;
    color: #990000;
    font-weight: normal;
    text-align: left;
}

    .ValSummary .header {
        background: #FFE8E8 url(../images/ErrorIcon.gif) no-repeat 5px;
        text-align: left;
        color: #990000;
        height: 30px;
        padding-left: 40px !important;
        padding-top: 10px !important;
        vertical-align: text-bottom;
    }

    .ValSummary ul {
        padding: 10px;
        margin: 0px;
        margin-left: 5px;
        list-style-position: inside;
    }

    .ValSummary li {
        margin-left: 14px;
        color: #990000;
        list-style-type: disc;
    }
/* -- end styles for forms - required validators */
/* --- OK Summary pop-up when existing data is found */
.OkSummary {
    padding: 0px 0px 5px 0px;
    border: solid 1px #008000;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    width: 90%;
    font-size: 13px;
    color: #272727;
    font-weight: normal;
    text-align: left;
}

    .OkSummary .header {
        background: #e6ffe6 url(../Images/Checkbox.png) no-repeat 5px;
        text-align: left;
        color: #272727;
        height: 30px;
        padding-left: 40px !important;
        padding-top: 10px !important;
        vertical-align: text-bottom;
    }
/* --- END OK Summary pop-up when existing data is found */

/* styles for the interior pages */
.orangeBox, .adminorangeBox {
    max-width: 1000px;
    border-left: solid 1px rgb(255, 114, 0);
    border-right: solid 1px rgb(255, 114, 0);
    border-bottom: solid 1px rgb(255, 114, 0);
    margin-left: -2px;
    margin-top: -7px;
    padding: 10px;
}
.adminorangeBox {
    margin: 0px auto !important; 
}

.accountBox {        
    border: solid 1px #eee;
    padding:10px;
}
.accountHeader {
    background-color: #eee;
    padding: 10px;
    font-weight: normal;
    min-height: 1.2em;
    font-size: 1.2em;
}
.menuButton, .menuButtonOVER {    
    padding: 4px 4px 4px 4px;
    margin: 0 2px 0 2px;
    outline: 0;
    border: solid 1px #ff7200;    
    font-size: 1.1em;
    font-weight: normal;
    background-color: #fff;
    color: #ff7200;
    line-height: 20px;
    overflow: visible;
    cursor: pointer;
    vertical-align: middle;
}

.menuButtonOVER {
    background-color: #ff7200;
    color: #fff !important;
}

    .menuButton img, .menuButtonOVER img {
        padding: 0;
        margin: 0 4px 0 4px;
        outline: 0;
        border: 0;
        vertical-align: middle;
    }
/* end styles for the interior pages */
.notes{
    font-size:0.9em;
    color:#c00;
}
/* Domain Mananger page */
.dm p, .dm td{
    padding:2px 0px;
    margin:0px;
}
.dm .header{
    font-size:1.2em;
    font-weight:bold;
}
.dm .on{
    color:green;
}
.dm .off{
    color:red;
}
.dm .submitOff a {
    border: solid 1px #ff7200;
    padding: 2px;
    color: #ff7200;
}
.dm .submitOff a:hover {
    border: solid 1px #ff7200;
    padding: 2px;
    color: white;
    background-color: #ff7200;
}
.dm .center{
    text-align:center;
}
/* End Domain Mananger page */

/* form field settings - Input boxes, labels and drop down lists */
/* TextBox Controls  */
.formFieldOff, .formFieldOn {
    font-family: "Segoe UI", Helvetica, Verdana, Sans-Serif;
    font-size: 1.0em;
    background-color: #fff;
    color: #535353;
    border: solid 1px #999;   
    padding: 5px 0px 3px 3px;
    vertical-align: middle;
    border-radius: 5px;
    width:400px;
}

.formFieldOn {
    color: #000;
    border: solid 1px #391b58;
    background-color: #F0F0F0;
    border-radius: 5px;
}
.formFieldError {
    outline: none;
    border: solid 1px red;
    font-size: 1.0em;
    font-family: "Segoe UI", Helvetica, Verdana, Sans-Serif;
    background-color: white;
    color: #272727;
    padding: 5px 0px 3px 3px;
    vertical-align: middle;
    border-radius: 5px;
    width: 400px;
}
/* labels and widths of left and right divs in submission forms */
.flexcontainer {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    flex-direction: row;
    flex-flow: row wrap;
    padding-top: 5px;
}
flexcontainer .regformLeft {
    flex: 1;
    -ms-flex: 1; /* IE 10 */
    max-width: 35% !important;
    padding: 5px 5px 0px 0px;
    margin: 0px;
    text-align: right;
}

.flexcontainer .regformRight {
    flex: 1;
    -ms-flex: 1; /* IE 10 */
    max-width: 65% !important;
    text-align: left;
    padding: 5px 0px 0px 5px;
}
/* drop down styles */
.regformSelect {
    font-size: 1.0em;
    font-family: "Segoe UI", Helvetica, Verdana, Sans-Serif;
    background-color: white;
    color: #272727;
    border: solid 1px #ccc;
    padding: 5px;
    vertical-align: middle;
    border-radius: 5px;    
}

.regformSelectError {
    font-size: 1.0em;
    font-family: "Segoe UI", Helvetica, Verdana, Sans-Serif;
    background-color: white;
    color: #272727;
    border: solid 1px red;
    padding: 5px;
    vertical-align: middle;
    border-radius: 5px;    
}
.flexrows {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-flow: row wrap;
    padding-top: 5px;
    text-align: left;
}
.flexrows .regformLeft {
    flex: 1 100% !important;
    -ms-flex: 1;
    width: 100% !important;
    text-align: left;
    flex-wrap: nowrap;
    white-space: nowrap !important;
    padding-top: 10px;    
}

.flexrows .regformRight {
    flex: 1 100% !important;
    -ms-flex: 1;
    width: 100% !important;
    max-width: 90% !important;
    text-align: left;
    flex-wrap: nowrap;
}
.flexcols {
    display: inline-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    -ms-flex-direction: row;
    flex-flow: column wrap;
    -ms-flex-flow: row wrap;
    padding-top: 5px;
    text-align: left;
}
.flexcols .regformLeft {
    flex: 1 50% !important;
    -ms-flex: 1 50% !important;
    width: 50% !important;
    text-align: left;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap !important;
    white-space: nowrap !important;
    padding-top: 20px;   
}

    .flexcols .regformRight {
        flex: 1 50% !important;
        -ms-flex: 1 50% !important;
        width: 50% !important;
        max-width: 90% !important;
        text-align: left;
        flex-wrap: nowrap;
        -ms-flex-wrap: wrap !important;
    }
    .flexLeft {
    
       margin-left:40px;
    }
.flexLeft20 {
    margin-left: 20px;
}

input[type="text"]:disabled, select:disabled, input[type="checkbox"]:disabled {
    background: #efefef;
    color: #999;
}

#card-element {
    background: #fff;
    padding: 12px;    
}
#card-errors {
    color:red;
    font-weight:bold;
    padding-top: 10px;
}
#btnPay {
    background-color: #391b58;
    color: white;
    padding: 5px;
    font-family: "Segoe UI", Helvetica, Verdana, Sans-Serif;
    border-radius: 6px;
    cursor: pointer;
}
.RadGrid_Bootstrap td, .RadGrid_Bootstrap th, .RadGrid_Default td, .RadGrid_Default th {
    font-family: 'Segoe UI', Verdana, Helvetica, sans-serif !important;
    font-size: 0.9em !important;
}
.RadGrid_Bootstrap a {
    border:none;
    font-weight:normal !important;
}

/* admin login page */
div.HomeBox {
    margin: 40px auto 0px auto !important;
    padding: 0px !important;
    text-align: left;
    width: 80%;
    border-radius: 6px;
    border: solid 2px #391b58;
}

    div.HomeBox h3 {
        background-color: #391b58;
        color: white !important;
        padding: 10px !important;
        font-size: 1.4em;
        margin: 0px auto;
    }

    div.HomeBox h2 {
        font-size: 1.2em !important;
        border-bottom: 1px solid #ff6100;
        color: #ff6100;
    }

    div.HomeBox div.flexcontainer {
        text-align: left;
        padding: 10px;
        vertical-align: top;
        line-height: 1.4em;
    }
.HomeBox .flexcontainer, .regformLeft {
    text-align: left;
    width:35%;
}
.HomeBox .flexcontainer, .regformRight {
    text-align: left;
    width: 65%;
}