/*body {
    font-family: 'Source Sans Pro', sans-serif;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0;
}*/

html,
body {
    font-family: 'Source Sans Pro', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    background-color: #0e76bc !important;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    position: relative;
}

.header {
    padding: 0;
    width: 100%;
    height: 87px;
    background: url('../images/header_menu1.jpg') repeat-x;
    position: fixed;
    top: 0;
    z-index: 9999;
    overflow: hidden;   
}

.header_container {
    width: auto;
    margin: 0px auto 0px auto;
}

.header_logo {
    float: left;
    margin: -10px auto 0px auto;
    border: 0px;
    padding-left: 60px;
}

.bodycontainer {
    margin-top: 85px;
    min-height: 100%;
    padding-bottom: 180px;
}

.sign_in {
    /*font-size: 11px;
    margin: 10px auto 0px auto;
    width: 960px;
    text-align: right;
    padding-bottom: 5px;
    font-weight: bold;
    color: #6e6e6e;*/
    font-size: 11px;
    margin: 5px 10px 5px auto;
    width: 960px;
    text-align: right;
    padding-bottom: 5px;
}

.menu {
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    height: 75px;
}

    .menu ul {
        list-style-type: none;
    }

    .menu a {
        font-size: 28px;
        text-decoration: none;
        color: #6e6e6e;
        margin: 0px 0px 0px 0px;
        padding: 0.5em 0.65em 0.65em 0.65em;
        font-family: "bebas_neueregular";
    }

        .menu a:hover {
            background-color: #0e76bc;
            color: #ffffff;
        }

    .menu li {
        display: inline;
    }

    .menu .active a {
        background-color: #0e76bc;
        color: #ffffff;
    }

.promotion {
    width: 100vw;
    margin: 0 auto 0 auto;
    background-color: white;
}

    .promotion .product {
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }

.boxlist1 {
    margin: 20px 0px 0px 20px;
    font-size: 18px;
    width: 180px;
    height: 150px;
    border;
}

.boxlist {
    margin: 20px 0px 0px 10px;
    font-size: 18px;
    width: 183px;
    height: 100px;
    border;
}

.title {
    font-size: 32px;
    font-weight: bold;
    color: #b44001;
    margin: 10px 0px 0px 20px;
}

/**
* NEW STYLING FOR SIGNIN, REGISTRATION, ACCOUNT PAGE
*
**/
.height_maxi {
    height: 100%;
}

.aligntop {
    vertical-align: top;
}

.text-right {
    text-align: right !important;
}

.row-box {
    display: table;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.page-intro {
    text-align: left;
    font-size: 32px;
    display: block;
    box-sizing: border-box;
    margin: 20px 0px 0px 0px;
}

.clearboth {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.btn-md {
    padding: 10px 24px;
}

.box-half {
    float: left;
    position: relative;
    width: 48%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.row-box {
    clear: both;
}

.threehalf {
    float: left;
    width: 28%;
    box-sizing: border-box;
}

.sevenhalf {
    float: left;
    width: 68%;
    box-sizing: border-box;
}

.in-left {
    margin-right: 2%;
}

.in-right {
    margin-left: 2%;
}

.title-box {
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
}

.blue_tab table {
    width: 960px;
    background: #2f98df;
    vertical-align: text-top;
    margin: 0px;
    padding: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blue_tab td {
    border: 0px;
    width: 120px;
    height: 20px;
    vertical-align: top;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}

.box-wrapper .blue_tab table,
.box-wrapper .info table,
.box-wrapper table tbody tr {
    width: auto;
    min-width: 300px;
    display: block;
}

/*.box-wrapper .info{
	max-height: 460px;
}*/

.box-wrapper .info td, .box-wrapper .blue_tab td {
    width: auto;
    box-sizing: border-box;
}

    .box-wrapper .info td .small-text {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
    }

.box-wrapper .btn-regis,
.box-wrapper .btn-login {
    float: right;
    margin-top: 40px;
    margin-bottom: 80px;
}

.box-wrapper .btn-register {
    float: right;
    margin-top: 4px;
    margin-bottom: 8px;
}

.btn-login {
    margin-bottom: 20px !important;
}

.a-standard {
    color: #2f98df;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all .25s ease-out;
    text-decoration: none;
}

.box-wrapper .link-forgot {
    color: #2f98df;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all .25s ease-out;
    text-decoration: none;
}

    .box-wrapper .link-forgot:hover {
        border-color: #2f98df;
    }

/* form sign in */
.box-field {
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .box-field input {
        width: 290px;
    }

.box-for-button-field {
    margin-left: 135px;
}

    .box-for-button-field .btn-subs {
        font-size: 12px;
        padding: 10px 16px;
        min-width: 80px;
        display: inline-block;
        text-align: center;
    }

.box-field textarea {
    width: 290px;
    padding: 5px;
}

.box-field > p {
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 5px;
    min-width: 80px;
}

.box-field .info_select {
    width: 160px;
    margin-right: 5px;
}

.box-field > span {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    margin-right: 10px;
    min-width: 120px;
    display: inline-block;
}

.box-checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: capitalize;
    display: block;
}

    .box-checkbox input {
        width: auto !important;
    }

.box-info .blue_tab table {
    border-radius: 5px;
}

.box-info .blue_tab p {
    line-height: 1.4;
}

.box-button {
    text-align: center;
    padding: 30px 0;
}

    .box-button .btn-register {
        float: none;
        padding: 14px 60px;
    }

/* Start Account register layout JNFlores*/


.form-register, .form-account {
    background-color: white;
    padding: 20px 15px;
    margin-bottom: 60px;
}

    .form-register .box-field input,
    .form-account .box-field input {
        width: auto;
    }

    .form-register small,
    .form-account small {
        font-sze: 12px;
        font-weight: normal;
        text-transform: capitalize;
        margin-left: 5px;
        margin-right: 20px;
    }

.fieldsetpanel {
    margin: 3px 350px 15px;
    border: 1px solid #c9c9c9;
    background-color: white;
    padding: 15px;
}

    .fieldsetpanel .form-panel {
        color: white;
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .fieldsetpanel .pTitle {
        margin-bottom: 5px;
        clear: both;
    }

    .fieldsetpanel label {
        display: inline-block;
        font-size: large;
    }

    .fieldsetpanel .form-entry {
        margin: 5px 59px 0px;
        border: 1px solid gray;
        padding: 10px;
    }

.form-entry-control {
    display: inline-block;
    width: 100%;
}

.form-table-first {
    width: 35%;
}

.form-table-second {
    width: 65%;
}

.space-1 .space-2 {
    float: left;
}

.space-1 {
    width: 25%;
    margin-left: 5px;
    margin-right: 2px;
}

.space-2 {
    width: 50%;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
}

/* End of Account register layout */

/* Start of Login layout JNFlores*/

.box-field {
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .box-field input {
        width: 290px;
    }

.box-for-button-field {
    margin-left: 135px;
}

    .box-for-button-field .btn-subs {
        font-size: 12px;
        padding: 10px 16px;
        min-width: 80px;
        display: inline-block;
        text-align: center;
    }

.box-field textarea {
    width: 290px;
    padding: 5px;
}

.box-field > p {
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 5px;
    min-width: 80px;
}

.box-field > span {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    margin-right: 10px;
    min-width: 120px;
    display: inline-block;
}

.box-checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: capitalize;
    display: block;
}

    .box-checkbox input {
        width: auto !important;
    }

.box-info .blue_tab table {
    border-radius: 5px;
}

.box-info .blue_tab p {
    line-height: 1.4;
}

.box-button {
    text-align: center;
    padding: 30px 0;
}

    .box-button .btn-register {
        float: none;
        padding: 14px 60px;
    }

.login-box {
    display: inline-block;
    width: 100%;
}

.welcome-note {
    width: 50%;
    height: 250px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    background-color: white;
    padding: 15px;
}

    .welcome-note h1 {
        float: left;
        margin-left: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .welcome-note .customer-message {
        width: 90%;
        float: left;
        margin-left: 10px;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 20px;
        padding: 15px;
    }

        .welcome-note .customer-message .button-display {
            margin-top: 25px;
            float: right;
        }

.customer-title {
    float: right;
    margin-top: 60px;
    margin-bottom: 10px;
    margin-right: 60px;
}

    .customer-title strong {
        color: orangered;
        font-size: 25px;
        font-weight: 700;
    }



.login-entry {
    width: 30%;
    height: 250px;
    float: right;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 60px;
    border: 1px solid #c9c9c9;
    background-color: white;
    padding: 15px;
}

    .login-entry strong {
        float: left;
        color: orangered;
        font-size: 25px;
        font-weight: 700;
        margin-left: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .login-entry .login-form {
        margin-top: 60px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        border: 1px solid #c9c9c9;
        padding: 15px;
        height: 147px;
    }

.field-container {
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    height: 25px;
}

    .field-container .first-field {
        float: left;
        width: 100px;
        margin-left: 10px;
        margin-right: 10px;
        height: 25px;
    }

    .field-container .second-field {
        float: right;
        width: 230px;
        height: 25px;
    }

        .field-container .first-field input[type=text],
        .field-container .first-field input[type=email],
        .field-container .second-field input[type=password] {
            width: 200px;
        }

.rememberme {
    margin-right: 24px;
    float: right;
    font-size: small;
}

.login-registerbutton {
    width: 50px;
    margin-top: 30px;
    margin-left: 130px;
}

.notif-login {
    width: 100%;
    display: inline-block;
}

    .notif-login p {
        font-size: 9px;
    }






/* End of Login layout JNFlores*/

.footer {
    background: url('../images/footer.png') repeat-x;
    width: 100%;
    height: 172px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_wrapper {
    width: 960px;
    height: 106px;
    color: #ffffff;
    background: url('../images/shadow.png') no-repeat;
    margin: 0 auto 0 auto;
    padding-top: 10px;
}

.container_center {
    width: 1284px;
    margin: 0 auto 0 auto;
}

.footer_menu ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer_menu a {
    float: left;
    text-decoration: none;
    color: white;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid white;
}

.footer_menu li.last {
    border-right: none;
}

.footer_menu a:hover {
    color: #43a5d7;
}

.footer_menu li {
    display: inline;
}

.sm {
    float: right;
    margin: 0px 40px 0px 0px;
}


.copyright {
    color: #ffffff;
    border-top: 1px solid #415967;
    margin: 70px 0px 0px 0px;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #6e909f;
}

.wrapper_blue_account {
    padding-top: 10px;
    width: 100%;
    min-height: 400px;
    background: #0e76bc;
    /*border-top: 4px solid #05426a;*/
}

.account_wrapper {
    width: 960px;
    margin: 0px auto 0px auto;
}

.account_intro {
    color: #ffffff;
    margin: 10px 0px 20px 0px;
}

.blue_tab table {
    width: 960px;
    background: #2f98df;
    vertical-align: text-top;
    margin: 0px;
    padding: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blue_tab td {
    border: 0px;
    width: 120px;
    height: 20px;
    vertical-align: top;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}


.info table {
    width: 960px;
    background: #ffffff;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

.info1 td {
    border: 0px;
    margin: 10px;
    width: 192px;
    height: auto;
    vertical-align: top;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.info p {
    margin: 10px 0px 5px 0px;
}

.info .tooltip {
    padding-bottom: 10px;
}

.increase_btn {
    height: 27px;
    width: 96px;
    text-align: left;
    background: #29a9ff;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    background: url('../images/increase.jpg') no-repeat;
    float: right;
    font-weight: bold;
}

    .increase_btn:hover {
        height: 27px;
        width: 96px;
        text-align: left;
        background: #29a9ff;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        background: url('../images/increase_onmouse.jpg') no-repeat;
        float: right;
        font-weight: bold;
    }

.apply_btn {
    height: 27px;
    width: 110px;
    text-align: center;
    background: #29a9ff;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    background: url('../images/apply.jpg') no-repeat;
    float: right;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 40px 0px 0px;
}

    .apply_btn:hover {
        height: 27px;
        width: 110px;
        text-align: center;
        background: #29a9ff;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        background: url('../images/apply_onmouse.jpg') no-repeat;
        float: right;
        font-weight: bold;
        font-size: 14px;
        padding: 0px 40px 0px 0px;
    }


.addport_btn {
    height: 27px;
    width: 125px;
    text-align: left;
    background: #29a9ff;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    background: url('../images/port.jpg') no-repeat;
    float: right;
    font-weight: bold;
    float: left;
}

    .addport_btn:hover {
        height: 27px;
        width: 125px;
        text-align: left;
        background: #29a9ff;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        background: url('../images/port_onmouse.jpg') no-repeat;
    }

.clear {
    height: 27px;
    width: 27px;
    text-align: center;
    background: #29a9ff;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    background: #b9b9b9;
    float: right;
    font-weight: bold;
    font-size: 14px;
}

    .clear:hover {
        background: #898989;
    }


.add_site {
    width: 920px;
    height: 50px;
    background: #e6e6e6;
    padding: 20px;
    margin: 0px 0px 20px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

select {
    /*height: 27px;*/
    min-height: 29px;
    width: 100px;
    padding: 0;
}

.info_select {
    height: 27px;
    width: 180px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.input {
    color: #000;
    height: 15px;
    padding: 5px;
}

.mapped {
    color: #9d9d9d;
    height: 14px;
    width: 160px;
    padding: 5px;
    margin: 0px 0px 10px 0px;
}

.sub {
    color: #9d9d9d;
    height: 14px;
    width: 112px;
    padding: 5px;
    margin: 0px 0px 10px 10px;
}



/**
* NEW STYLING FOR SIGNIN, REGISTRATION, ACCOUNT PAGE
*
**/
.height_maxi {
    height: 100%;
}

.aligntop {
    vertical-align: top;
}

.text-right {
    text-align: right !important;
}

.row-box {
    display: table;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.clearboth {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.btn-md {
    padding: 10px 24px;
}

.box-half {
    float: left;
    position: relative;
    width: 48%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.row-box {
    clear: both;
}

.threehalf {
    float: left;
    width: 28%;
    box-sizing: border-box;
}

.sevenhalf {
    float: left;
    width: 68%;
    box-sizing: border-box;
}

.in-left {
    margin-right: 2%;
}

.in-right {
    margin-left: 2%;
}

.title-box {
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
}

.box-wrapper .blue_tab table,
.box-wrapper .info table,
.box-wrapper table tbody tr {
    width: auto;
    min-width: 300px;
    display: block;
}

.box-wrapper .table {
    min-height: 340px;
}

.box-wrapper .info td, .box-wrapper .blue_tab td {
    width: auto;
    box-sizing: border-box;
}

    .box-wrapper .info td .small-text {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
    }

.box-wrapper .btn-regis,
.box-wrapper .btn-login {
    float: right;
    margin-top: 40px;
    margin-bottom: 80px;
}

.box-wrapper .btn-register {
    float: right;
    margin-top: 4px;
    margin-bottom: 8px;
}

.btn-login {
    margin-bottom: 20px !important;
}


.box-wrapper .link-forgot {
    color: #2f98df;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all .25s ease-out;
    text-decoration: none;
}

    .box-wrapper .link-forgot:hover {
        border-color: #2f98df;
    }

/* form sign in */
.box-field {
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .box-field input {
        width: 290px;
    }

    .box-field select {
        width: 160px;
    }

.box-for-button-field {
    margin-left: 135px;
}

    .box-for-button-field .btn-subs {
        font-size: 12px;
        padding: 10px 16px;
        min-width: 80px;
        display: inline-block;
        text-align: center;
    }

.box-field textarea {
    width: 290px;
    padding: 5px;
}

.box-field > p {
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 5px;
    min-width: 80px;
}

.box-field > span {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    margin-right: 10px;
    min-width: 120px;
    display: inline-block;
}

.box-checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: capitalize;
    display: block;
}

    .box-checkbox input {
        width: auto !important;
    }

.box-info .blue_tab table {
    border-radius: 5px;
}

.box-info .blue_tab p {
    line-height: 1.4;
}

.box-button {
    text-align: center;
    padding: 30px 0;
}

    .box-button .btn-register {
        float: none;
        padding: 14px 60px;
    }

/* REGISTRATION & ACCOUN*/
.form-register, .form-account {
    background-color: white;
    padding: 20px 15px;
    margin-bottom: 60px;
}

    .form-register .box-field input {
        width: 150px;
    }

    .form-register input[type="radio"],
    input.radio {
        vertical-align: text-top;
        width: 30px;
        height: 13px;
        padding: 0;
        margin: 0;
        position: relative;
        top: 2px;
    }

    .form-account .box-field input {
        width: auto;
    }

    .form-register small,
    .form-account small {
        font-size: 12px;
        font-weight: normal;
        text-transform: capitalize;
        margin-left: 5px;
        margin-right: 20px;
    }

.error {
    font-weight: normal !important;
    font-size: 12px !important;
    color: #FF0000 !important;
}

.button:hover {
    background: #c3dd5c;
    color: #60860f;
}

.button {
    cursor: pointer;
    border: 1px solid #60860f;
    padding: 10px;
    min-width: 100px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #9bc14b;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
}



.go2port input[type=text],
.go2port input[type=number],
.go2port input[type=password] {
    min-height: 15px;
    padding: 5px;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-10, .col-20, .col-30, .col-40, .col-50, .col-60, .col-70, .col-80, .col-90, .col-100 {
    float: left;
}

.col-10 {
    width: 10% !important;
}

.col-20 {
    width: 20% !important;
}

.col-30 {
    width: 30% !important;
}

.col-40 {
    width: 40% !important;
}

.col-50 {
    width: 50% !important;
}

.col-60 {
    width: 60% !important;
}

.col-70 {
    width: 70% !important;
}

.col-80 {
    width: 80% !important;
}

.col-90 {
    width: 90% !important;
}

.col-100 {
    width: 100% !important;
}

.go2port .entry {
    min-height: 40px;
    clear: both;
}

    .go2port .entry input[type=text],
    .go2port .entry input[type=number],
    .go2port .entry input[type=password] {
        width: 200px;
    }

    .go2port .entry select {
        width: 200px;
    }

.go2port label {
    display: inline-block;
    width: 150px;
}

.go2port .form-control {
    display: inline-block;
}


.go2port select {
    min-height: 15px;
    padding: 5px;
    margin-right: 5px;
}

.go2port button, .go2port input[type=button] {
    min-height: 28px;
    margin-right: 5px;
}



/***
UI Loading
***/

.loading-message {
    display: inline-block;
    min-width: 125px;
    padding: 20px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

    .loading-message span {
        line-height: 20px;
        vertical-align: top;
    }

    .loading-message.loading-message-boxed {
        border: 1px solid #ddd;
        background-color: #eee;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    }



.button_go2port:not([disabled]) {
    border: 1px solid #7e9f02;
    padding: 10px;
    background: -webkit-linear-gradient(#afda0f, #8eb301); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#afda0f, #8eb301); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#afda0f, #8eb301); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#afda0f, #8eb301); /* Standard syntax */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #536801;
    text-decoration: none;
}


.button_go2port:hover:not([disabled]) {
    border: 1px solid #7e9f02;
    padding: 10px;
    background: -webkit-linear-gradient(#739f13, #2b4004); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#739f13, #2b4004); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#739f13, #2b4004); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#739f13, #2b4004); /* Standard syntax */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #aed90e;
    cursor: pointer;
    text-decoration: none;
}

.button_go2port[disabled] {
    cursor: default !important;
    border: 1px solid gray;
    padding: 10px;
    background-color: gray;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}


.current-plan {
    font-weight: bold;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid gray;
    margin-top: -10px;
}


.current-plan-info {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid gray;
    margin-top: -10px;
}


.site-help {
    cursor: pointer;
}


.blue-wrapper-header {
    background: #2f98df;
    vertical-align: text-top;
    margin: 0px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    font-weight: bold;
}

.blue-wrapper-content {
    background-color: white;
    padding: 5px;
}






/***
Toastr Notifications
***/
.toast {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast .toast-close-button {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    text-indent: -100000px;
    width: 11px;
    height: 16px;
    background-repeat: no-repeat !important;
    background-image: url("../../../Content/Images/portlet-remove-icon-white.png") !important;
}

.toast-top-center {
    top: 12px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
}

.toast-bottom-center {
    bottom: 12px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
}

/***
UI Loading
***/

.loading-message {
    display: inline-block;
    min-width: 125px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

    .loading-message span {
        line-height: 20px;
        vertical-align: middle;
    }

    .loading-message.loading-message-boxed {
        border: 1px solid #ddd;
        background-color: #eee;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    }