﻿body {
    font-family: 'Nexa W01 Regular', Helvetica, Arial, Sans-Serif;
    font-size: 15px;
}

hr {
    background: #003263;
    height: 2px;
    border: 0;
}

.body-content {
    /*background-color: #6699CC;*/
    background-color: #4682B4;
}

.container-settings {
    justify-content: center;
    align-items: center;
    height: inherit;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dedede;
}


.nexa-normal {
    font-family: 'Nexa W01 Regular', Helvetica, Arial, Sans-Serif;
}


.nexa-light {
    font-family: 'Nexa W01 Light', Helvetica, Arial, Sans-Serif;
}

.nexa-bold {
    font-family: 'Nexa W01 Bold', Helvetica, Arial, Sans-Serif;
}

.nexa-black {
    font-family: 'Nexa W01 Black', Helvetica, Arial, Sans-Serif;
}

.nexa-heavy {
    font-family: 'Nexa W01 Heavy', Helvetica, Arial, Sans-Serif;
}


a, a:link, a:hover {
    text-decoration: none;
}


/*#region  H Tags */

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .75em;
}

.bold-font {
    font-weight:600;
}

.center-td {
    text-align: center;
}

.application {
    text-align: right;
    border: 1px solid red;
}

.error {
    color: firebrick;
    font-weight: 700;
}

#mfaEnabled .km-switch-on .km-switch-container {
    background-color: rgb(0, 0, 255);
}

table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

table th {
    background-color: aliceblue;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
}

.help_img {
    width: 16px;
    height: 16px;
}

.popover p {
    font-size: 13px;
}

#passwordrequirements li {
    font-size: 100%;
    margin-left:-10px;
}

.checkbox-md {
    transform: scale(1.3);
}

.checkbox-lg {
    transform: scale(1.5);
}

/* default styles here for older browsers. 
       I tend to go for a 600px - 960px width max but using percentages
    */
@media only screen and (min-width:960px) {
    /* styles for browsers larger than 960px; */
    .popover {
        max-width: 50%;
    }

    #passwordrequirements {
        max-width: 90%;
    }
}

@media only screen and (min-width:1440px) {
    /* styles for browsers larger than 1440px; */
    .popover {
        max-width: 50%;
    }

    #passwordrequirements {
        max-width: 90%;
    }
}

@media only screen and (min-width:2000px) {
    /* for sumo sized (mac) screens */
    .popover {
        max-width: 50%;
    }

    #passwordrequirements {
        max-width: 90%;
    }
}

@media only screen and (max-device-width:480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .popover {
        max-width: 50%;
    }

    #passwordrequirements {
        max-width: 90%;
    }
}

@media only screen and (device-width:768px) {
    /* default iPad screens */
    .popover {
        max-width: 50%;
    }

    #passwordrequirements {
        max-width: 90%;
    }
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .popover {
        max-width: 50%;
    }

    #passwordrequirements {
        max-width: 90%;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .popover {
        max-width: 50%;
    }

    #passwordrequirements {
        max-width: 90%;
    }
}

.group {
    border: 1px solid #003263;
    padding: 2px;
    border-radius: 6px;
    max-width: 100%;
}

.mfaclose:hover, .mfaclose:focus, .agencyclose:hover, .agencyclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: .5;
}

.mfaclose, .agencyclose {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}

#agentsearchdiv .k-combobox {
    width: 100%;
}

#agentPermissions td {
    font-weight: 600;
}




.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

.text-xs-justify {
    text-align: justify !important;
}

@media (max-width: 767px) {
    .text-sm-offset {
        /*border: 1px solid red;*/
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .text-sm-offset {
        padding-left: 23px;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-justify {
        text-align: justify !important;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }
}

@media (min-width: 1200px) {
        .text-lg-left {
            text-align: left !important;
        }

        .text-lg-right {
            text-align: right !important;
        }

        .text-lg-center {
            text-align: center !important;
        }

        .text-lg-justify {
            text-align: justify !important;
        }
    }