﻿.body.san {
    font-size: 12px; /*font: 12px "Segoe UI",​Arial,​Helvetica,​sans-serif;*/
    overflow-y: scroll;
    margin: 10px;
}
input {
    font-size: 12px; /*font: 12px "Segoe UI",​Arial,​Helvetica,​sans-serif;*/
}
@media (max-width: 480px) {
    .body.san {
        font-size: 12.5px;
    }
    input, .btn-sm {
        font-size: 12.5px;
    }
}
@media (max-width: 400px) {
    .body.san {
        font-size: 12.25px;
    }

    input, .btn-sm {
        font-size: 12.25px;
    }
}    
@media (max-width: 360px) {
    .body.san {
        font-size: 12px;
        margin: 8px;
    }
    input, .btn-sm {
        font-size: 12px;
    }
}
@media (max-width: 330px) {
    .body.san {
        font-size: 12px;
        margin: 6px;
    }
    input, .btn-sm {
        font-size: 12px;
    }
}

.fontsizeinherit {
    font-size: inherit !important;
}

.riTextBox, .rsbInput, .RadSearchBox_Default {
    font-family: "Helvetica Neue",​Helvetica,​Arial,​sans-serif;
}

.navbar {
    font-size: 14px;
}

a {
    text-decoration: none;
}

img {
    -ms-interpolation-mode: bicubic;
}

.grid {
    font-size: 12px;
}

    .grid td {
        border-right: none;
        border-left: none;
        border-top: solid 1px #E8E8E8;
        border-bottom: solid 1px #E8E8E8;
        padding-left: 6px;
        padding-right: 2px;
    }

    .grid th {
        border-top: none;
        border-top-width: 0;
        border-right: none;
        border-left: none;
        border-bottom: solid 1px #C8C8C8;
        padding-left: 2px;
        padding-right: 2px;
    }

.gridaltrow {
    background-color: rgb(248, 248, 248);
}

.gridselectedrow {
    background-color: lightblue;
}

.grid td input {
    border: 1px solid lightgray;
    margin-top: -15px;
    margin-bottom: -7px;
    height: 19px;
}

.grid td textarea {
    border: 1px solid lightgray;
    margin-top: 0px;
    margin-bottom: 0px;
}

.biginput {
    height: 1.7em;
    border-radius: 5px;
    border-width: 1px;
    padding-bottom: 3px;
    padding-left: 2px;
}

.styledinput {
    height: 1.8em !important;
    border-radius: 3px !important;
    border-width: 1px;
    border-color: lightgray gray gray lightgray;
    border-style: solid;
}

.styledtextarea {
    border-radius: 3px !important;
    border-width: 1px;
    border-color: lightgray gray gray lightgray;
    border-style: solid;
}

.basetable {
    border: none;
}
.basetable td {
    padding: 0.2em;
    vertical-align: middle;
    border: none;
}

.formfontsize { font-size: 13px; }
.formtable {
    font-size: 13px !important;
    border: none !important;
}

.popupdialog {
    width: 50em;
    /*margin-left: -23em;*/
}

@media (min-width: 480px) and (max-width: 768px) {
    .formfontsize {
        font-size: 12.5px;
    }
    .formtable {
        font-size: 12.5px !important;
    }
    .popupdialog {
        width: 36em;
        /*margin-left: -18em;*/
    }
}
@media (min-width: 370px) and (max-width: 480px) {
    .formfontsize {
        font-size: 13px;
    }
    .formtable {
        font-size: 13px !important;
    }
    .popupdialog {
        width: 28em;
        /*margin-left: -16em;*/
    }
}
@media (min-width: 330px) and (max-width: 370px) {
    .formfontsize { font-size: 12px; }
    .formtable {
        font-size: 12px !important;
    }
    .popupdialog {
        width: 30em;
        /*margin-left: -15em;*/
    }
}
@media (max-width: 330px) {
    .formfontsize {
        font-size: 12px;
    }
    .formtable {
        font-size: 12px !important;
    }
    .popupdialog {
        width: 27em;
        /*margin-left: -12em;*/
    }
}


    .formtable td {
        padding: 2px 0.8em 2px 0 !important;
        vertical-align: middle !important;
        border: none !important;
    }

    .formtable-md {
        font-size: 9pt;
    }

    .formtable-md td {
        padding: 2px 0.8em 2px 0;
        vertical-align: middle;
    }

    th[align="right"] {
        text-align: right;
    }

    label {
        font-weight: normal;
    }

    .tab_td {
        padding: 8px 16px;
        background-color: #F0F0F0;
        border: 1px solid #F0F0F0;
        border-bottom: 1px solid #C0C0C0;
        color: black;
    }

        .tab_td:hover {
            background-color: lightblue;
            border-bottom: 1px solid #C0C0C0;
        }

    .tab_td_selected {
        background-color: white;
        border: 1px solid #C0C0C0;
        border-bottom: 1px solid white;
    }

    .tab_td_a {
        text-decoration: none;
    }

        .tab_td_a:link, :hover, :visited, :active {
            text-decoration: none;
        }

    input::-webkit-input-placeholder {
        color: #b1b1b1;
        font-size-adjust: 0.8;
    }

    input::-moz-placeholder {
        color: #b1b1b1;
        font-size-adjust: 0.8;
    }

    input:-moz-placeholder {
        color: #b1b1b1;
        font-size-adjust: 0.8;
    }

    input:-ms-input-placeholder {
        color: #b1b1b1;
        font-size-adjust: 0.8;
    }

    @media print {
        .no-print, .no-print * {
            display: none !important;
        }

        a[href]:after {
            display: none !important;
        }

        .print-show-bacground {
            color-adjust: exact !important;
            -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important;
        }
    }

    body, .btn-default, .dropdown-menu > li > a {
        color: #777777;
    }

    .indent-small {
        margin-left: -10px !important;
    }

    .form-group.internal {
        margin-bottom: 0;
    }

    .dialog-panel {
        margin: 10px;
    }

    .datepicker-dropdown {
        z-index: 200 !important;
    }

    .panel-body {
        background: #e5e5e5; /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, #e5e5e5 0%,#ffffff 100%); /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, #e5e5e5 0%,#ffffff 100%); /* IE10+ */
        background: radial-gradient(ellipse at center, #e5e5e5 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        font: 600 15px "Open Sans",Arial,sans-serif;
    }

    label.control-label {
        font-weight: 600;
        color: #777;
    }

    .form-inline .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .mb-5 {
        margin-bottom: 5px !important;
    }

    .pl-0 {
        padding-left: 0;
    }

    .pr-0 {
        padding-right: 0;
    }

    .font-normal {
        font-weight: 400 !important;
    }

    .col-md-12.indent-small {
        padding-right: 6%;
    }

    i.glyphicon {
        z-index: 100;
    }

    .radio-button {
        margin: 8px 3px 0;
    }

    .radio-button-label {
        text-align: left !important;
        margin-left: -25px !important;
    }

    .ml-10 {
        margin-left: 10px !important;
    }

    .pt-3 {
        padding-top: 3px !important;
    }

.register-form { /*, .form-control {*/
    font-size: 15px !important;
}

    .radio-button-container {
        margin-top: 4px;
    }

    .locale-settings {
        margin-right: 3% !important;
    }

    .radio-button input {
        float: left;
        margin-top: 11px !important;
    }

    .radio-button label {
        margin-top: 7px !important;
    }

    .w-200 {
        width: 200px !important;
    }

    @media screen and (min-width: 768px) {
        .register-form {
            padding: 40px 20px;
        }
    }

    @media (min-width: 992px) {
        .col-md-9-plus {
            width: 81%;
        }
    }

    @media (max-width: 340px) {

    }

    .fbButtonTbl {
        max-width: 250px;
        min-width: initial;
        width: auto;
        height: 40px;
        table-layout: fixed;
        background-color: #4267b2;
        border-radius: 2px;
        color: #fff;
        float: left;
    }

    .fbIcon {
        width: 40px;
    }

        .fbIcon span {
            height: 24px;
            margin: 8px;
            float: left;
            white-space: nowrap;
        }

            .fbIcon span svg {
                height: 24px;
                width: 24px;
            }

    .fbText {
        padding-bottom: 0;
        padding-top: 0;
        padding-right: 0;
        font-family: Helvetica, Arial, sans-serif;
    }

    .fbTextContainer {
        margin: 0 28px 0 20px;
        font-size: 16px;
        border: none;
        font-family: Helvetica, Arial, sans-serif;
        letter-spacing: .25px;
        overflow: hidden;
        text-align: center;
        text-overflow: clip;
        white-space: nowrap;
    }

    .googleBtn {
        background-color: #3367d6;
        height: 40px;
        width: 161px;
        border-radius: 2px;
    }

    .abcRioButtonContentWrapper {
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .abcRioButtonIcon {
        background-color: #fff;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        float: left;
        padding: 10px
    }

    .abcRioButtonSvgImageWithFallback {
        width: 18px;
        height: 18px;
    }

    .abcRioButtonSvg {
        display: block;
    }

    .abcRioButtonContents {
        font-family: Roboto,arial,sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .21px;
        margin-left: 30px;
        margin-right: 30px;
        vertical-align: top;
        border: none;
        color: #fff;
        font-size: 16px;
        line-height: 38px;
    }

    .socialBtn {
        height: 40px;
        font-family: Segoe ui regular;
        font-size: 16px;
        color: #5E5E5E;
        border: 1px solid #8C8C8C;
        position: relative;
        padding-top: 8px;
        padding-bottom: 10px;
        padding-left: 70px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
        width: 161px;
        border-radius: 2px;
    }

        .socialBtn .icon {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 40px;
            line-height: 36px;
            font-size: 1.6em;
            text-align: center;
            border-right: 1px solid rgba(0,0,0,0.2);
        }

    .blockCenter {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .microsoftBtn {
        background-color: #ffffff;
    }

    .externalLoginBlock {
        width: 44em;
        margin: 50px auto 0;
        border-style: hidden;
        border-spacing: 0.8em;
        border-collapse: separate;
        text-align: center;
    }

        .externalLoginBlock h4 {
            margin-bottom: 0;
        }

    .m-t-10 {
        margin-top: 10px;
    }

    .externalLoginBlock .googleBtn {
        margin-left: 12px;
    }

    .strike {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

        .strike > span {
            position: relative;
            display: inline-block;
        }

            .strike > span:before,
            .strike > span:after {
                content: "";
                position: absolute;
                top: 50%;
                width: 9999px;
                height: 1px;
                background: #777777;
            }

            .strike > span:before {
                right: 100%;
                margin-right: 15px;
            }

            .strike > span:after {
                left: 100%;
                margin-left: 15px;
            }

    #loginModal .strike {
        margin: 30px 0 20px;
    }

    .pull-right .microsoftBtn {
        float: right;
    }

