﻿/*START Self Service*/

@import url(fonts.css);

/*html.f-h, html.f-h body {
    margin:0;
    padding:0;
    height:100%;
}*/

body {
    /*font-family: 'Segoe UI Light';*/
    font-family: 'Frutiger LT Light';
    font-size: 16px;
    line-height: 28px;
}

textarea {
    resize: none;
}

.self-service {
    /*width: 1170px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.selfservice-bg-shadow {
    bottom: 0;
    /*box-shadow: 0 0 85px rgba(0, 0, 0, 0.1);*/
    position: fixed;
    top: 0;
    width: 100%;
    /*margin-left: -585px;*/
    /*background-color:#85b5e0;
    background: -webkit-linear-gradient(#85bee0, #44aaff, #3999ff);
    background: -o-linear-gradient(#85bee0, #44aaff, #3999ff);
    background: -moz-linear-gradient(#85bee0, #44aaff, #3999ff);
    background: linear-gradient(#85bee0, #44aaff, #3999ff);*/
}

.shdw-box {
    float: right;
    position: relative;
    left: -50%;
    display: table;
    min-height: 100% !important;
    height: 100%;
}

    .shdw-box .shdw {
        position: relative;
        left: 50%;
        box-shadow: 0 0 85px rgba(0, 0, 0, 0.1);
        display: table-cell;
        width: 1170px;
        border-left: #eee solid 1px;
        border-right: #eee solid 1px;
    }


/*START header*/
.header {
    background-color: white;
    /*color: #e0ffff;*/
    /*box-shadow: 0px 2px 5px -1px rgba(191,191,191,1);*/
    height: 100px;
    /*table-layout:fixed;*/
    display: table;
    width: 100%;
}

.header-col {
    /*padding-left: 0px;*/
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}

.logo {
    margin-bottom: 10px;
    /*margin-top: 25px;*/
    width: 200px;
    padding: 10px;
    display: block;
}

    .logo > img {
        width: 100%;
    }

.icon-slogan {
    color: #0c59a9;
    /*font-size: 25px;*/
    padding-top: 7px;
    /*width:300px;*/
}

.up-box {
    position: relative;
    margin: 3px;
}

    .up-box button {
        margin-top: 10px;
        background: #fff;
        border: #fff solid 1px;
        /*width: 33px;*/
        height: 30px;
        vertical-align: middle;
        color: #757575;
    }

    .up-box .glyphicon {
        font-size: 20px;
        padding-top: 3px;
    }

    .up-box .up-username {
        /*font-family: "Segoe UI Light";*/
        font-family: "Frutiger LT Light";
        font-size: 13px;
        height: 28px;
        margin: 3px;
    }


    .up-box .dropdown-menu {
        border-radius: 0;
    }

        .up-box .dropdown-menu li a:focus,
        .up-box .dropdown-menu li a:hover {
            background-image: none;
        }

.quick-access-icon {
    color: #ab1032;
    font-size: 10px !important;
    padding-right: 5px;
}

ul.quick-links {
    padding: 0px;
}

    ul.quick-links li {
        float: left;
        list-style: none outside none;
        /*padding-left: 25px;*/
    }



.other-quick-access {
    margin-top: 8px;
}

    .other-quick-access > a {
        color: #757575 !important;
        text-decoration: none !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.dropdown-menu.dropdown-menu-right > li {
    padding-left: 5px;
}

/*END header*/

/*START Welcome*/
.welcome {
    text-align: center;
    color: black;
}

.welcome-user {
    font-size: 16px;
}

    .welcome-user .up-username {
        color: #ab1032;
    }

.welcome-msg {
    font-size: 36px;
}
/*END Welcome*/

.selfservice-dir-container {
}

.page-content {
}

/*START Home*/

.menu-box {
    /*float: right;
    position: relative;
    left: -50%;*/
    /*display: table;
    height: 200px;
    min-height: 50px;
    table-layout: fixed;
    width: 100%;*/
    display: table;
    margin: 0 auto;
    width: 60%;
    /*width:55%;*/
}

.menu-box-col {
    /*display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;*/
}

.metro-menu-container {
    /*float: right;
    position: relative;
    left: -51%;*/
}

.metro-menu {
    /*position: relative;
    left: 50%;
    text-align: left;*/
}

.metro-nav {
    width: 400px;
    height: 150px;
    /*background-color: #58595b;*/
    background-color: #fafafa;
    /*background: -webkit-linear-gradient(#85b5e0, #72b5f0, #64b5ff);
    background: -o-linear-gradient(#85b5e0, #72b5f0, #64b5ff);
    background: -moz-linear-gradient(#85b5e0, #72b5f0, #64b5ff);
    background: linear-gradient(#85b5e0, #72b5f0, #64b5ff);*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    /*background: -webkit-linear-gradient(#85bee0, #44aaff, #3999ff);
    background: -o-linear-gradient(#85bee0, #44aaff, #3999ff);
    background: -moz-linear-gradient(#85bee0, #44aaff, #3999ff);
    background: linear-gradient(#85bee0, #44aaff, #3999ff);*/
    float: left;
    margin: 20px 5px 5px 20px;
    padding: 5px;
    position: relative;
    /*margin-left: 20px;*/
}


    .metro-nav:hover {
        background-color: #f5f5f5;
        text-decoration: none;
    }

.metro-icon {
    float: left;
}

.metro-title {
    font-size: 13px;
    /*color: #0c59a9;*/
    color: #ab1032;
    /*font-family: 'Segoe UI Semibold';*/
    font-family: 'Frutiger LT Bold';
    text-transform: none;
    display: block;
    min-height: 3em;
    padding-left: 50px;
    padding-top: 5px;
}

.metro-description {
    color: black;
    display: block;
    font-size: 0.95em;
    padding: 10px 20px;
}

.metro-title-div {
    color: #fff19d;
    height: 45px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    width: 290px;
}


/*END Home*/

.message {
    background-color: #f3f3f3;
    font-size: 14px;
    /*font-style: italic;*/
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

/*START Content Title*/
.content-title2 {
    padding: 5px 10px 5px;
    font-size: 21px;
    margin-left:15px;
    font-family: 'Frutiger LT Bold';
    color: #333333;
    line-height: 40px;
}

.content-title {
    /*float: left;*/
    /*padding-top: 10px;*/
    padding:5px 15px 5px;
    /*text-transform: uppercase;*/
    font-size: 21px;
    margin-bottom: 10px;
    margin-left:10px;
    /*font-family: 'Segoe UI Semibold';*/
    font-family: 'Frutiger LT Bold';
    color: #333333;
    /*margin-top: 10px;*/
    line-height: 28px;
}

.content-title-bg {
    background-color: #f3f3f3;
    font-family: 'Frutiger LT Bold';
    font-size: 30px;
    line-height: 28px;
    color: #333333;
}
/*END Content Title*/

/*START tab*/
.tab-box {
    /*background-color: #f3f3f3;*/
    background-color: #f3f3f3;
    border-bottom: 1px solid #c9c9c9;
    /*padding: 8px 0px;*/
}

.selfservice-dir-container .tab-box > ul {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    background-color: #f3f3f3;
    color: black;
    /*font-size: 12px;*/
    /*width: 100%;*/
}

.tab-box > ul li {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: normal;
    position: relative;
    /*border: 1px;
    border-style: solid;*/
    background-color:#f3f3f3;
}

    .tab-box > ul li.selected {
        /*background-color: #85b5e0;*/
        /*background-color: #ab1032;*/
        /*background-color: rgb(171,16,50);*/
        color: #ab1032;
        font-weight: bold;
        /*border: 1px;
        border-style: solid;*/
    }

    .tab-box > ul li a {
        color: #000;
    }

    .tab-box > ul li::after {
        content: " ";
        border-right: 1px solid #999999;
        position: absolute;
        top: 0;
        right: 0;
        height: 28px;
    }

    .tab-box > ul li:last-child::after {
        display: none;
    }

/*.tab-box > ul li.selected::after {
            content: "";
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -1px;
            width: 0%;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 8px solid white;
        }*/

.tab-content {
    display: none;
    /*font-size: 12px;*/
    margin-top: 20px;
    background-color: #fff;
    min-height: 350px;
}

    .tab-content.selected {
        display: block;
    }

.grp-membership-tabs .nav.nav-tabs {
    float: left;
}

.grp-membership-tabs.tab-box li.selected a {
    color: rgb(171,16,50);
    font-family: 'Frutiger LT Bold';
    font-weight: bold;
}

.grp-membership-content {
    min-height: 300px;
    position: relative;
    /*font-size: 13px;*/
}

.grp-box,
.grp-member-box {
}

.grp-box {
    padding-right: 0;
    padding-top: 15px;
}

.grp-divider {
    position: absolute;
    top: 0px;
    z-index: 1;
}

.grp-member-box {
    padding-left: 0;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: lightgray;
    margin: 0 0 65px 0;
}

.search-member-list {
    float: left;
    width: 200px;
}

/*START update form*/
.textbox-padding {
    padding-bottom: 10px;
}

.form-title-padding {
    line-height: 30px;
}

.usb-field {
    border: 1px solid #abadb3;
    /*width:290px;*/
    height: 30px;
}

.usb-field-color {
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
}

.usb-field.form-control {
    border-radius: 0;
    box-shadow: none;
}

.field-list {
    list-style: none;
    padding: 2px;
    margin: 0;
    padding: 0;
}

/*END update form*/

/*START Security Question*/
.sq-title {
    /*font-family: 'segoe ui semibold';*/
    font-family: 'Frutiger LT Bold';
    font-size: 12px;
    background-color: #ddd;
    padding: 5px;
}

.security-ques-button {
    float: right;
    padding-top: 10px;
    padding-bottom: 20px;
}
/*END Security Question*/

/*START Group Membership - replace bootstrap tab css*/
.nav-tabs > li.bottom-line {
    margin-bottom: 0;
}

.nav-tabs > li.active > a.tab-title, .nav-tabs > li.active > a.tab-title:focus, .nav-tabs > li.active > a.tab-title:hover {
    background-color: #85b5e0;
    color: #fff;
}

.nav-tabs > li > a.tab-title {
    border-radius: 0;
}

.nav > li > a.tab-title {
    font-size: 11px;
    padding: 5px 10px;
}

ul li.active:after {
    border-bottom: 5px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -1px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

.tab-content-data {
    display: block;
    margin-top: 20px;
    margin-left: 10px;
}

.group-list ul {
    list-style: outside none none;
    padding-left: 0;
    padding-top: 10px;
}

.group-list .glyphicon::before {
    color: gray;
    /*content: "\e008";*/
    padding-right: 10px;
}

.group-list .selected .glyphicon::before {
    color: black;
    /*content: "\e008";*/
    padding-right: 10px;
}

.group-list .lnk-title {
    color: grey;
}

.grp-title-link.selected {
    width: auto;
    color: rgb(171,16,50);
    font-family: 'Frutiger LT Light';
    line-height: 28px;
}

.group-list .groupicon {
    width: 24px;
    height: 24px;
    background-image: url('../Images/icon100_com_06_gray.png');
    float: left;
    margin-right: 10px;
}

.group-list .selected .groupicon {
    width: 24px;
    height: 24px;
    background-image: url('../Images/icon100_com_06.png');
    float: left;
    margin-right: 10px;
}

.groupicon-text {
    line-height: 24px;
}

a, a:focus, a:hover, a:visited {
    text-decoration: none;
    color: grey;
}

    #lnkLogout a, a:focus, a:hover, a:visited {
        text-decoration: underline;
        color: #ab1032;
    }

.group-li {
    padding-top: 10px;
    border-right: 30px;
}

.group-member-title {
    background-color: #fff2cc;
    padding: 5px 10px;
}

.group-member-subtitle {
    background-color: #f5f4f0;
    padding: 5px 10px;
    margin: 10px 0px;
}
.divMsg {
    padding: 5px 10px;
}

.group-title {
    font-size: 16px;
    padding: 5px 10px;
    /*font-family: 'Segoe UI Semibold';*/
    font-family: 'Frutiger LT Bold';
}

.table-group-name {
    margin-top: 15px;
}

.gvGroupMember {
    padding: 20px 10px;
}
/*END Group Membership*/

/*END tab*/

/*START Events*/
/*Button*/
.button {
    background-color: #fdfdfd;
    border: 1px solid #ababab;
    color: #444;
    margin-left: 10px;
    padding: 7px 10px;
    min-width: 6em;
    font-size: 11px;
}

.button-disable {
    background-color: #f3f3f3;
}

/*Search link button*/

/*END Events*/

/*START Footer*/
/*html.f-h .footer {
    position:absolute;
    bottom:0;
    width:1170px;
}*/

.footer {
    padding-top: 0px;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    /*width: 1170px;*/
    width: 100%;
}

    .footer .page-footer {
        position: fixed;
        /*width: 1170px;*/
        width: 100%;
        /*top: 100%;*/
        bottom: 0;
        margin-top: 0;
        /*transition: margin-top 200ms cubic-bezier(0.42,0,0.58,1);*/
        /*background-color: #85b5e0;*/
        background-color: #ab1032;
        -moz-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.3);
        -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.3);
        box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.3);
    }

.page-footer .footer-content {
    /*color: #fff;*/
    font-size: 14px;
    margin: 0 10px;
    padding: 3px 0;
}

.show-ftr .footer .page-footer {
    transition: margin-top 200ms cubic-bezier(0.42,0,0.58,1);
}

.show-ftr.no-transition .footer .page-footer {
    transition: none;
}

.page-footer .footer-text {
    text-align: left;
    color: #eef;
    font-weight: bold;
}

/*END Footer*/

/*END Self Service*/

/*START User Control*/

/*START SearchBox*/

.usb-fieldbox {
    z-index: 0;
}

    .usb-fieldbox .usb-field {
    }

.search-box {
}

    .search-box .form-control {
        border-radius: 0;
    }

.search-link {
    font-size: 15px;
    font-weight: normal;
    color: #ababab;
    padding-left: 7px;
    border: 0 none;
    box-shadow: none;
}


.usb-container-reset-password {
    display: none;
    z-index: 2001;
}

.usb-container {
    display: block;
    z-index: 2001;
}

.usb-box-background {
    display: table;
    height: 100% !important;
    left: 0;
    min-height: 100%;
    position: fixed;
    right: 0;
    table-layout: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.usb-box {
    background-color: rgba(0, 0, 0, 0.1);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.usb-box-content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    max-height: 500px;
    max-width: 80%;
    min-width: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    text-align: left;
}

.usb-title {
    margin-bottom: 15px;
}

.usb-body-inner {
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #d4d4d4;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
}

.usb-box-action {
    float: right;
    margin-top: 15px;
}

.user-search-result-list {
    padding-left: 0px;
    margin-top: 10px;
}

.btn-add-admin {
    float: right;
    width: 0px;
}

.field-search-admin {
    margin-bottom: 15px;
}

.field-list .field-text {
    float: left;
    padding-right: 10px;
}

.field-text > a {
    display: none;
}

.field-text:hover > a {
    display: inline-block;
}

.GridPager a, .GridPager span {
    display: block;
    height: 20px;
    width: 20px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    /*padding-top: 3px;*/
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    /*border: 1px solid #969696;*/
}

.GridPager span {
    background-color: #85b5e0;
    color: #fff;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.26);
    /*border: 1px solid #3AC0F2;*/
}

.gvTable {
    border-collapse: separate !important;
    /*font-size: 13px;*/
    width: 100%;
    word-wrap: break-word;
}

    .gvTable tr.gvHeader th {
        /*border: 0;*/
        border-bottom: 2px solid #ccc;
        padding-bottom: 5px;
        padding-left: 5px;
        font-weight: normal;
        text-transform: none;
        max-height: 20px;
        /*;
        font-size: 11px;*/
        /*vertical-align: initial;*/
        /*font-family: 'segoe ui semibold';*/
        font-family: 'Frutiger LT Bold';
    }

    .gvTable th a, .gvTable th a:hover {
        color: black;
        font-weight: normal;
        text-decoration: none;
        cursor: pointer;
    }

    .gvTable th + th {
        border-left: 1px solid #ccc;
    }

    .gvTable tr td {
        padding-left: 5px;
        padding-top: 5px;
        vertical-align: top;
        border-top: 1px solid #fff;
    }

    .gvTable tr.gvHeader + tr td {
        border-top: 10px solid #fff;
    }

    .gvTable .gv-table-paging > td {
        padding: 0 0 5px;
    }

    .gvTable .gv-table-paging table td {
        padding: 0 3px;
    }

    .gvTable td {
        cursor: pointer;
    }

.hover-hilite tr + tr:not(.gvHeader):hover {
    background-color: #f5f5f5;
    color: black;
}

.gvTable.hover-hilite tr.GridPager:hover {
    background-color: white;
}
/*END SearchBox*/

/*START Report*/

.report-label {
    /*font-family: 'Segoe UI Semibold';*/
    font-family: 'Frutiger LT Bold';
    font-size: 18px;
    float: left;
    color: #ab1032;
}

.report-date-search {
    float: right;
}

    .report-date-search > div + div {
        margin-left: 15px;
    }

.report-top {
    margin-bottom: 60px;
}
/*END Report*/

/*END User Control*/

/*START Replace bootstrap*/
label {
    font-weight: normal;
}

.dropdown-menu {
    min-width: 250px;
}

    .dropdown-menu > li > a {
        min-width: 238px;
    }
/*END Replace bootstrap*/

.no-padding {
    padding: 0px;
}

.header-logo-padding {
    padding-left: 30px;
    /*padding-top: 10px;*/
}

/*START Error Page*/
.pnl-r {
    display: table;
    height: 100% !important;
    min-height: 100%;
    position: fixed;
    right: 0;
    table-layout: fixed;
    top: 0;
    width: 550px;
    float: right;
    z-index: 1;
    color: #01579B;
    background-color: #fff;
}

.info-box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.illus-bg {
    /*float: left;
    width: 68%;
    position: fixed;
    top: 0;
    bottom: 0;
    
    background-color: #85b5e0;*/
    min-height: 550px;
}

    .illus-bg > img {
        height: 100%;
        min-height: 550px;
        z-index: -1;
    }

.fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #85b5e0;
    z-index: 0;
}
/*END Error Page*/

.hiddencol {
    display: none;
}

.adminTab {
    display: none !important;
}

.sort a {
    position: relative;
}

    .sort a:before {
        font-family: "Glyphicons Halflings";
        content: "\e252";
        line-height: 1;
        position: absolute;
        left: 100%;
        margin-left: 3px;
        margin-top: 3px;
    }

.sort.desc a:before {
    content: "\e253";
}

/*START Reset User Account*/
.admin-reset.active {
    /*margin-left: -195px;
    transition: width 0.5s ease 0s, margin-left 0.5s ease 0s;
    width: 195px;*/
}

.reset-container-style {
    background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    min-width: 400px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .reset-container-style.active {
        display: block;
    }

.admin-reset-area {
    background-color: #fff;
    height: 100%;
    min-width: 400px;
    opacity: 1;
    position: absolute;
    z-index: 1000;
}

.admin-reset-area-ltr {
    box-shadow: -30px 0 30px rgba(0,0,0,0.2);
    float: right;
}

.admin-reset-content {
    /*bottom: -500px;*/
    /*position: absolute;*/
    position: fixed;
    right: -400px;
    top: 0;
    bottom: 0;
    /*top: -20px;*/
    z-index: 2;
    background-color: #fafafa;
    width: 0;
    /*padding: 0px 10px;*/
    color: grey;
    overflow: hidden;
}

    .admin-reset-content.active {
        transition: all 0.25s ease 0s;
        right: 0px;
        overflow: hidden;
        width: 300px;
        border-left: 1px solid #c9c9c9;
        box-shadow: -30px 0 30px -30px rgba(0, 0, 0, 0.2);
        height: 100%;
    }

.admin-reset-divider {
    border-bottom: 1px solid #c5c5c5;
    padding: 20px 10px 60px 10px;
}

.admin-reset-divider-title {
    border-bottom: 1px solid #c5c5c5;
    padding: 16px 10px 20px 10px;
}

.admin-reset-email-label {
    color: #85b5e0;
    /*font-family: "Segoe UI Semibold";*/
    font-family: 'Frutiger LT Bold';
    font-size: 12px;
}

.admin-button {
    padding-left: 100px;
    padding-top: 10px;
    position: relative;
}

.temp-password {
    color: black;
}

    .temp-password > div > span {
        /*font-family: 'Segoe UI Semibold';*/
        font-family: 'Frutiger LT Bold';
    }
/*END Reset User Account*/
.chkSelected {
    background-color: #f5f5f5;
}

.panel-text {
    color: #555;
}

a.here-link {
    color: #0c59a9;
    text-decoration: underline;
}



.RadioButton_MarginText label {
    margin-left: 5px;
}

/*START For Admin Tab*/
.chekbox-admin {
    padding-left: 15px;
    padding-bottom: 10px;
}
/*END For Admin Tab*/

/*START replace bootstrap - button*/
.btn-primary {
    background-color: #ab1032 !important;
    border: 1px solid #ab1032 !important;
    height: 34px;
    width: 66px;
}

.btn {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.calendar-textbox {
    border: 1px solid #bdbdbd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 30px;
    cursor: pointer;
}

.calendar-textbox-padding {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.report td, .report th a {
    cursor: default;
}
/*END replace bootstrap - button*/

/*START CAPTCHA*/

#recaptcha_reload_btn {
    display: none;
}

#recaptcha_logo {
    display: none;
}

#recaptcha_switch_audio_btn {
    /*pointer-events: none;*/
    /*cursor: default;
    opacity: 0.6;*/
    display: none;
}

#recaptcha_whatsthis_btn {
    /*pointer-events: none;*/
    /*cursor: default;
    opacity: 0.6;*/
    display: none;
}

#recaptcha_privacy > a {
    /*pointer-events: none;*/
    /*cursor: default;
    opacity: 0.6;*/
    display: none;
}

/*END CAPTCHA*/

.OverrideBootstrapCheckboxMargin input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0 0 !important;
}

.gridview-checkbox input[type=checkbox] {
    width: 40px;
    height: 20px;
    margin: 0px;
}

.inner-divider {
    border-top: 1px solid #d0c5c5;
}
.outer-divider {
    border-top: 1px solid #d0c5c5;
    margin-left: -15px;
    margin-right: -15px;
}

.loader {
    border: 5px solid #ab1032;
    border-radius: 50%;
    border-top: 5px solid white;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card {
    /* box-shadow: 0px 1px 6px 0 rgb(0 0 0 / 20%); */
    transition: 0.3s;
    border-radius: 5px;
    /* border: black 1px; */
    /* border-block: inherit; */
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
    padding: 5px 10px;
    margin: 15px 0px;
}
.card-margin {
    padding: 25px 10px;
    margin: 15px 15px 10px 30px;
    width: 95%;
}
}
