﻿
@font-face {
    font-family: 'Univers-Light-Normal';
    src: url('../fonts/Univers-Light-Normal.ttf') format('truetype');
}

@font-face {
    font-family: 'UniversBlack';
    src: url('../fonts/UniversBlack.ttf') format('truetype');
}

@font-face {
    font-family: 'UniversLTStd-Bold';
    src: url('../fonts/UniversLTStd-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'UniversLTStd';
    src: url('../fonts/UniversLTStd.otf') format('opentype');
}

@font-face {
    font-family: 'Univers-Light';
    src: url('../fonts/Univers-Light.otf') format('opentype');
}

body {
    font-family: 'Univers-Light';
    color: #4d5858;
}

b {
    font-family: 'UniversLTStd',"Univers-Light";
}

.login-bg {
    background-image: url('../images/UMA-login-background.jpg');
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #fff;
}

.bg-teak {
    background-color: #00a0af;
}

.bg-primary {
    background-color: #006BA6;
}
.bg-blue {
    background-color: #0094ca !important;
}
.text-primary {
    color: #006BA6;
}

.bg-green {
    background-color: #76bc21;
    color: #fff;
}

.login-box {
    margin: 10% auto;
    padding: 10px 30px 50px;
    background-color: #fff;
    border-radius: 10px;
    color: #505759;
    max-width: 400px;
}

    .login-box label, .login-box .btn {
        font-size: 16px;
    }

.btn:focus, .btn:hover {
    color: #fff;
}

.login-title {
    text-align: right;
    font-size: 18px;
    padding-top: 1.7%;
}

.btn-flat, .no-border-radius {
    border-radius: 0px !important;
}

input, select {
    border-radius: 0px !important;
}
    /* IE11 hide native button (thanks Matt!) */
    select::-ms-expand {
        display: none;
    }

.selectdiv:after {
    content: "\f107";
    font: normal normal normal 21px/1 FontAwesome;
    color: #00a0ae;
    bottom: 5px;
    right: 27px;
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    border: 1px solid grey;
}

.main-footer {
    color: #fff;
    padding: 10px 0px;
}

label {
    font-weight: normal !important;
}

.navbar-brand {
    padding: 15px 0px;
}

.box {
    border: solid 2px #e6e6e6;
    padding: 15px 28px;
    background-color: #fff;
    margin-bottom: -30px;
}
a:focus, a:hover {
    outline: none !important;
    outline-offset: 0px !important;text-decoration:none !important;
}
[data-toggle]{
    cursor:pointer;
}
.padding40 {
    padding: 20px 40px;
    margin-top: 5%;
}

.thumbnail {
    border: solid 2px #e6e6e6;
}

.content-footer {
    padding: 40px 0px 50px;
    background-color: #00a0ae;
}

.no-margin {
    margin: 0px;
}

.portalbtn i {
    float: left;
    line-height: 20px;
}

.text-white {
    color: #fff;
}

.bg-grey {
    background-color: #9f9e9e;
}

.border-primary {
    border-color: #337ab7 !important;
}
/*info-box*/
.info-box {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .info-box li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        position: relative;
    }
.info-box .info-box-img {
    width:107px;
}
.info-box li .info-box-body {
    padding-top: 16px;
    color: #9f9e9e;
}

.active .info-box-body, .active .info-box-body i, .inprogress .info-box-body, .inprogress .info-box-body i {
    color: #00a2b1 !important;
}

.feedback_messages {
    font-size: 14px !important;
    padding-top: 10px;
}

.text-lightgrey {
    color: #c8c9c7;
}
/*Content*/
.content-bg {
    background: url('../images/content-bg.JPG') repeat-x top left;
    background-color: #fff;
}

.text-underline {
    border-bottom: solid 1px #fff;
}

.portalbtn .btn {
    max-width: 201px;
    float: right;
}

.text-italic {
    font-style: italic;
}

.text-purple {
    color: #68478d;
}

.text-grey {
    color: #505759;
}

.text-orange {
    color: #f68d2e;
}

.text-pink {
    color: #e24585;
}
.bg-orange {
    background-color: #f88d2b;
    color: #fff;
}
.btn.bg-orange{padding:3px 12px !important;}
.btn[disabled] {
    background: #e8e8e8 !important;
    color: grey !important;
}
.text-seafoam {
    color: #00a2b1;
}
.border-grey-light {
    border-color: #d7d5d5 !important;
}
.text-lime {
    color: #78be20;
}

.text-peach {
    color: #ffc845;
}

.text-red {
    color: #ba0c2f;
}

.border-seafoam {
    border-color: #00a2b1;
}
/*#0095c8;
$brand-color-dark: #006BA6;
$brand-color-transparent: #d9eff7;
$brand-color-85: #33aad3;
$neutral-grey: #c8c9c7;
$neutral-grey-subtle: shade(#F7F7F7, 3);
$base-ui-border: #e6e6e6;*/
.img-complete {
    position: absolute;
    top: 1px;
    left: 62px;
    display: none;
}
.clearmobile{display:none;}
.info-box .active .img-complete {
    display: block;
}

.info-img {
    border: solid 3.5px #c8c9c7;
}

.active .info-img, .inprogress .info-img {
    border: solid 3.5px #00a0af;
}

.mt-25 {
    margin-top: 25px;
}
.mt-50 {
    margin-top: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.font-12 {
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}
.logout{
    text-decoration:underline !important;font-size:85%;
}
    .logout:hover {
        text-decoration: underline !important;color:#fff;
    }
    .steps-label {
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
        color: #00a2b1;
        margin-top: 5px;
    }

.active .steps-label {
    margin-top: 21px;
    font-size: 13px;
    line-height: 14px;
}

.login-heading {
    margin-bottom: 15px;
    font-size: 22px;
}

.site-title {
    position: absolute;
    top: -43px;
    right: 15px;
    color: #fff;
}

.mlr-18 {
    margin: 0px 9px 0px 0px;
}

.btn-back {
    margin: 0px 18px;
    line-height: 40px;
}

.btn-next {
    padding: 6px 46px;
}

.ruFileWrap .ruBrowse {
    border: none !important;
    color: #00a0ae !important;
    background: none !important;
} 
.custom-button li {
    width: 150px;
}

    .custom-button li div {
        line-height: 15px;
        margin-bottom: 10px;
        color: #0094ca;
        font-weight: 600;
    }
.finish-title {
    color: #006BA6;
    letter-spacing: 1px;
    font-weight: bold !important;text-align:center;
}
@media(max-width:767px) {
    .navbar-brand {
        height: auto !important;
        float: none;
    }
    .btn-delete{
        position:relative !important;
    }
    .box-title {
        font-size: 22px;
        margin-bottom: 5px;
    }
        
    .navbar-brand img {
        margin: 10px auto;
    }

    .login-title {
        text-align: center;
        margin-bottom: 0px;
        padding-top: 1%;
    }

    .row.reorder-xs {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        direction: rtl;
    }

        .row.reorder-xs > [class*="col-"] {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
            direction: ltr;
        }

    .bg-xs-teak {
        background-color: #00a0af;
    }

    .content-bg {
        background: none;
        background-color: #fff;
    }

    .box {
        margin-bottom: 10px;
        border: none;
        padding: 20px 15px;
    }

    .footer-list {
        border-top: solid 1px rgba(221, 221, 221, 0.5);
        padding-top: 10px;
    }

    .content-footer {
        padding: 10px 0px 20px;
        text-align: center;
    }

    .portalbtn .btn {
        float: none;
        margin: 5px auto;
    }

    .info-box li {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

        .info-box li:before {
            border: solid 3px #c8c9c7;
            margin-left: 40px;
            height:15px;
        }

        .info-box li:after {
            border: solid 3px #c8c9c7;
            margin-left: 40px;
            height: 15px;
        }

    .info-box .active:before, .info-box .inprogress:before {
        border: solid 3px #00a2b1 !important;
    }

    .info-box .active:after {
        border: solid 3px #00a2b1 !important;
    }

    .info-box .removebefore:before {
        border: solid 3px transparent !important;
    }

    .info-box .removeafter:after {
        border: solid 3px transparent !important;
    }

    .img-complete {
        top: 16px;
        left: 55px;
    }

    .fixedfooter {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #00a0ae;
    }

    .pull-xs-0 {
        float: none !important;
    }

    .text-xs-centre {
        text-align: center !important;
    }

    .steps-icons .info-img {
        height: 58px;
    }

    .steps-icons li.active {
        padding: 0px 16px 0px 25px !important;
    }

    .steps-icons li {
        padding: 35px 10px 0px !important;
    }
}

@media(max-width:480px) {
    .tns-inner {
        padding-top: 37px !important;
    }
    .main-footer {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }
    .clearmobile{
       display:block !important;
    }
    .info-box {
        margin: 0% 0% 0% 15%;
    }

    .item .info-img {
        height: 56px !important;
    }
    .item.complete .img-complete {
        height: 25px !important;
    }
    
    .rtsLink {
        margin-right:0px !important;
        padding:0px !important;
        font-size:13px;
    }
    a.rtsLink.rtsSelected {
        padding: 0px !important;
    }
    .custom-button li {
        width: 100% !important;
    }
    .custom-list .rlbText{
        width:78% !important;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .box {
        height: calc(100vh - 30vh);
    }
}
@media(min-width:1024px){
    .pad-left-0{
        padding-left:0px !important;
    }
}
.pad-lr-10{
    padding:0px 10px;
}
/* Old Styles */
.accordionHeader {
    color: #fff;
    background-color: #006BA6;
    font-size: 13px;
    padding: 7px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected {
    color: #fff;
    background-color: #006BA6;
    font-size: 13px;
    padding: 7px;
    cursor: pointer;
    margin-top: 5px;
}

.accordionContent {
    padding: 5px;
    padding-top: 10px;
    overflow-x: hidden !important;
}
/*Dailog box */

.RadNotification .rnContent {
    padding: 10px 0px 5px !important;
}
.custom-notification{
    padding-top:10% !important;
}
    .rtsLevel{
        overflow:visible !important;
    }
    .custom-notification .rnTitleBar, .custom-notification .RadXmlHttpPanel {
        font-family: 'Univers-Light' !important;
        width: 80vw !important;
        max-width: 600px;
        background-color: #fff;
        margin: 0 auto !important;
    }
.confirm .rnTitleBar, .confirm .RadXmlHttpPanel {
    max-width: 387px !important;
}
    .custom-notification .rnTitleBar {
    border-radius: 5px 5px 0px 0px;
    padding: 10px 20px 0px !important;
    border: none !important;
}
    .custom-notification .rnTitleBarTitle {
        width: 80% !important;
          }
    
.rnContent em, .feedback_messages em {
    font-size: 13px;
    color: #8a8989;
}
.custom-notification .RadXmlHttpPanel {
    border-radius: 0px 0px 5px 5px;
    padding: 5px 20px !important;
    margin-top: -5px !important
}
        .rwWindowContent > div {
        width: 100% !important;
        height: auto !important;
    }

.rwCorner, .rwTitlebar, .rwTopResize, .rwFooterCenter {
    background: none !important;
}
.RadWindow_Bootstrap .rwTitleRow .rwCorner, .RadWindow_Bootstrap .rwTitleRow .rwTitlebar, .RadWindow_Bootstrap .rwTable .rwControlButtons li a:hover, .rwControlButtons li a {
    border: none !important;
    background: none !important;
}
.custom-window {
    font-family: 'Univers-Light' !important;
    width: 80vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 600px !important;
    height: auto !important;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    border:solid 1.5px #9f9e9e;
}
    .custom-window em{
        width:auto !important;
    }
    .rwIcon {
        display: none !important;
    }
.TelerikModalOverlay, .custom-notification {
    background-color: rgba(0, 107, 166, 0.73) !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0px;top:0px !important;
}
.RadInput {
    width: 100% !important;
}

.rnTitleBarIcon, .rnContentIconClipIn {
    display: none !important;
}

.rnTitleBarTitle {
    font-size: 18px !important;
    color: #006ba6 !important;
    font-weight: 600;
    font-family: 'UniversLTStd','Univers-Light';
    margin-top: 10px;
}

.rnTitleBar {
    background: #fff !important;
    border-color: #000 !important;
    padding: 0px !important;
    height: 40px !important;
}

.rnContentWrapper {
   border-color:#000 !important;
    clear: both;
}
    
.rnCloseIcon a {
    background: none !important;
    width: auto !important;
    border: none !important;
}

    .rnCloseIcon a:before {
        content: '[X] Close' !important;
        font-size: 13px !important;
        font-family: 'Univers-Light' !important;
        text-decoration: underline;
        color: grey !important;
    }

 .custom-window select {
    height: 30px !important;
}
.custom-window input {
    height: 24px !important;
}

.RadInput .riTextBox.riEmpty, .RadInput .riTextBox.riFocused, .RadInput .riTextBox.riHover {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid grey !important;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.RadInput .riTextBox.riFocused, .RadInput .riTextBox.riHover {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
}

.RadInput .riTextBox.riError {
    border-color: #dc143c;
    background: none #fff8dc;
}

.RadInput .riTextBox.riNegative {
    color: #4b0082;
    border-color: #a9a9c9;
}

.accordionHeaderSelected:after {
    content: "\2212";
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordionHeader:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.rwControlButtons {
    width: auto !important;
}

.rwCloseButton span {
   display:none !important;
}

.RadWindow .rwControlButtons a {
    text-indent: 0px !important;
    overflow: visible !important;
    font-size: 13px !important;
    background: none !important;
    text-decoration: underline !important;
    width: auto !important;
    padding-top: 10px;
    height: auto !important;
    color: grey !important;
    cursor: pointer !important;
}
    .RadWindow .rwControlButtons a:before {
        content: '[X] Close';
    }
    .riEmpty {
        font-style: normal !important;
    }

.custom-window .form-group {
    margin-bottom: 7px !important;
}

.custom-window label {
    margin-bottom: 0px !important;
}

.text-bold {
    font-weight: bold !important;
}

.custom-form label {
    font-size: 12px;
    margin-bottom: 0px;
}

.custom-form .form-group {
    margin-bottom: 8px;
}

.custom-form .form-control {
    height: 30px;
    font-size: 13px;
}

.mt-7 {
    margin-top: 7px;
}

.bg-grey-light {
    background-color: #cac8c8;
}

.fa-15 {
    font-size: 15px;
}
.popover{
    background: #006BA6;
    color: #fff;
    font-size: 10px;
}
    .popover.right > .arrow:after {
        border-right-color: #006BA6;
    }
    .popover.top > .arrow:after{
        border-top-color: #006BA6;
    }
.feedback-title {
    font-family: 'UniversLTStd','Univers-Light';
    color: #006BA6;
    margin-top: 0px !important;
    font-weight: 600;
    margin-bottom: 6px !important;
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
}
/* Stepper Slider*/
.bstimeslider {
    width: 100%;
    min-height: 120px;
    margin-top: 30px;
    position: relative;
}

.bktibx {
    float: left;
    margin: 0 40px 0 0;
    font-size: 18px;
    display: block;
    color: #fff;
}

#tslshow {
    position: absolute;
    left: 0%;
}

 .tns-controls button[data-controls="prev"] {
    position: absolute;
    left: 0px;
    top: 50px;
}

.tns-controls button[data-controls="next"] {
    position: absolute;
    right: 0px;
    top: 50px;
}

.reTlbVertical {
    background: none !important;
}

.reLeftVerticalSide, .reRightVerticalSide {
    padding: 0px !important;
}

.reContentCell {
    border: none !important;
}

.reToolCell {
    background-color: #0095c8;
}

.RadEditor {
    border: 1px solid grey !important;
    background-color: #fff !important;
    /*border-left: none !important;*/
    width: auto !important;
}

.reToolbar {
    background: none !important;
    border: none !important;
}

.top10 {
    top: 5% !important
}

.RadNotification_Bootstrap .rnCommands a:hover {
    background: none !important;
    border: none !important;
    border-radius: 0px !important;
}

#viewContainer {
    width: 84%;
    height: 149px;
    position: absolute;
    overflow: hidden;
    margin: 0% 8%;
}

.steps-icons li.active {
    padding: 0px 30px 0px;
}

.steps-icons strong {
    font-size: 11px;
}

.border-grey {
    border-color: grey;
}

.steps-icons .info-img, .item .info-img {
    border: solid 2.5px #00a0af !important;
    background-color: #fff;
}

.item.active .info-img {
    transform: scale(1.4);
    /*margin-left: -11px;*/
    border: solid 2px #00a0af !important;
}

.item.active.complete .img-complete {
    display: block;
    top: -17px;
    left: auto;
    z-index: 3;
    right: 10%;
}
.item div{
    position:relative;
}
.item.complete .img-complete {
    display: block;
    top: -10px;
    left: auto;
    z-index: 3;
    right: 17%;
}
.stepper-line {
    height: 7px;
    background: #00a0af;
    position: absolute;
    top: 68px;
    right: 26px;
    left: 26px;
    border-radius: 10px;display:none;
}
#slider{
    display:none;
}
.steps-icons .img-complete {
    top: -17px;
    left: 77px;
    z-index: 3;
}

#slider .step {
    float: left;
}

@media (min-width: 1200px) {
    .container {
        width: 1024px !important;
    }
}

.RadTabStrip_Silk .rtsLevel1 .rtsLink, .customtabs {
    border: none !important;
}

    a.rtsLink.rtsSelected, .customtabs .rtsSelected {
        background: none !important;
        background-color: #006ba6 !important;
        border-radius: 5px !important;
        padding: 3px 5px !important;
        text-decoration: none !important;
    }

.rtsLink:hover {
    background: none !important;
    color: #333 !important;
}
.customtabs .rtsTxt:after {
    content: "+ Add New";
}
a.rtsLink.rtsSelected .rtsTxt, .customtabs .active a {
    color: #fff !important;
}

.rtsOut, .rtsIn {
    padding: 0px !important;
}

.rtsLink {
    text-decoration: underline !important;
    margin-right: 10px;
    padding: 3px 5px !important;
}

.rtsTxt {
    font-family: 'Univers-Light';
}

.rtsLevel.rtsLevel1 {
    background: none !important;
}

.btn-delete {
    border-bottom: solid 1px grey;
    line-height: 15px;
    padding: 1px 0px;
}

.rlbGroup, .rlbActive {
    border: none !important;
}
/* stepper */
.slider-wrapper {
    margin: 0 auto;
    padding:0px 20px 0px;
    min-height: 167px;
    position: relative;
    width: 95%;
}
.tns-inner{padding-top:31px;}

.item .info-img {
    border: solid 3.5px #00a0af;
    height: 70px;
}
.no-padding{padding:0px !important;}

.mt-15 {
    margin-top: 15px;
}

.mt-0 {
    margin-top: 0px !important;
}

.title-border {
    margin: 5px 0px 20px;
    border-color: #00a2b1;
}
/* checkbox */
.rlbSelected, .rlbHovered {
    background: none !important;
    color: #333 !important;
}
input[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #808080;
    content: "";
    background: #FFF;
}
input[type="checkbox"][disabled]:before, .riDisabled {
    background: #eee !important;
}
input[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 3px;
    top: -20px;
    width: 20px;
    height: 20px;
    content: "";
}

input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px !important;
    line-height: 20px;
    color: #006ba6;
}
.rlbItem{
    padding:3px 0px !important;
}
    .rlbItem label {
        display: inline-block;
    }
.rlbText, .custom-checklist label {
    padding-left: 20px !important;
}
.sub-title{
    font-weight:bold;font-size:17px !important;
}
.display-inline span{
    display:inline !important;
}
.display-inline input{
    display: inline-block !important;width:50px !important;
}
.text-sub {
    bottom: -0.70em !important;
   font-style:italic;
}
/*Drag*/
.custom-list .rlbItem {
    cursor: move !important;
}
.custom-list li, .custom-list .rlbSelected, .custom-list .rlbHovered {
    border: solid 1px #d1d0d0 !important;
    margin-bottom: 6px;
    background-color: #fff !important;
   
    padding: 0px !important;
}
.custom-list .rlbSelected {
    background: #006ba6 !important;
}
    .custom-list .rlbGroup {
        background-color: #f7f7f7 !important;
        border: solid 1px #d1d0d0 !important;
        padding: 5px;
    }
.custom-list .rlbText {
    width:90%;
    margin-right: 5px;
    font-family: 'Univers-Light';
    color: #4d5858;
    font-size: 13px;
    border-right: solid 1px #ddd;
    padding: 9px 10px 10px;
    display:inline-block !important;
}
.custom-list .rlbSelected .rlbText, .custom-list .rlbSelected label:after {
    color: #fff !important;
}

.custom-list label {
    margin-bottom: 0px !important;
    padding-left:5px;width:100%;
}
.custom-label label{
    padding-left: 10px;
}
.custom-list label:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 13px !important;
    color: grey;
    width: 39px;
    padding-left: 6px;
}
.custom-list .rlbCheck {
    vertical-align: top !important;
    margin-top: 10px !important;
}

.disabled, input[disabled] + label {
    color: #6d6d6d !important;
    pointer-events: none;
}

.custom-radio input[disabled]:checked + label {
    background-color: #eee !important;
    color: #000;
}
.aspNetDisabled.custom-radio tr {
    border-color:grey !important;
}
.riTextBox {
    font-size: 13px !important;
    font-family: 'Univers-Light' !important;
}
.textbox {
    overflow-y: auto;
    border: 1px solid grey !important;
}
.txtother {
    height: 30px !important;
    border: 1px solid grey !important;
}
.custom-radiolist td{
    position:relative;
}
.inline td, .custom-radiolist td {
    display: table;
    font-size: 13px !important;
}
.inline td {
    margin-bottom: 10px;
}
.custom-radiolist td {
    margin-bottom: 5px;
}
.custom-radiolist input, .inline input{
    display: table-cell;
    vertical-align: top;
}
.help table{
    height:auto !important;
}
.inline label {
    padding-left: 20px;
    padding-top: 3px;
    display: table-cell;
    vertical-align: middle;font-weight:bold !important;
}
.custom-radiolist label {
    padding:4px 5px 1px 55px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
/* resume style radio*/
.custom-radio{width:100%;}
    .custom-radio td{
        width:50%;
    }
    .custom-radio input[type="radio"] {
        display: none;
    }
    .custom-radio input[type="radio"]:checked + label {
        background-color: #0094ca;color:#fff;
    }

    .custom-radio label {
        margin: 0px !important;
        width: 100%;
        text-align: center;
        color: #0094ca;
        padding: 3px 0px;
    }
.custom-radio tr {
    border: solid 2px #0094ca !important;
}
.pad-right-0{
    padding-right:0px !important;
}
.dropdown {
    width: 100% !important;
    height: 27px;
    color: #0094ca;
    padding: 0px 10px;
}
.RadWindow {
    background-color: #fff;
    border-radius: 10px;
}
.iframe {
    border: solid 20px #e6e6e6;width:100% !important;
}
.custom-radiolist input{
    display:none;
}
.custom-radiolist label:before {
    position: absolute;
    display: block;
    width: 40px;
    height: 20px;
    content: "Add";
    background: #76bc21;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    left:5px;
}


.custom-radiolist input[type="radio"]:checked label:before {
    background: #3c763d;
}
/* slider */
.tns-outer {
    padding: 0 !important
}

    .tns-outer [hidden] {
        display: none !important
    }

    .tns-outer [aria-controls], .tns-outer [data-action] {
        cursor: pointer
    }

    .tns-outer.ms-touch {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        -ms-scroll-chaining: none;
        -ms-scroll-snap-type: mandatory;
        -ms-scroll-snap-points-x: snapInterval(0%, 100%)
    }

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    display: flex !important;
}

    .tns-slider > .tns-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }


    .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: middle;
        white-space: normal
    }

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}
.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-hdx {
    overflow-x: hidden
}

.tns-hdy {
    overflow-y: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}
.tns-controls button {
    background: none !important;
    border: none !important;
    color: #76bc21;
}
button[disabled], .aspNetDisabled {
    color: #6d6d6d !important;
}
input[disabled] {
    color: #b9b4b4 !important;
}
    .tns-controls button[disabled] {
        color: #e3e3e3 !important;
        pointer-events: none !important;
    }
button:focus {
    outline: none;
}
.blink_text {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1.0;
    }
}
.raDiv {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #006ba6;
    width: 50px !important;
    height: 50px !important;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    background: none !important;
    margin: 0 auto !important;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.profileimg {
    border-color: #00A2B1;
    border-width: 5px;
    border-style: Solid;
    height: 200px;
    width: 200px;
    margin-top: 25px;
    border-radius: 50%;
}
@media(min-width:767px){
    .navbar-brand img {
       position:absolute;z-index:2;
    }
}
.custom-check .rlbItem label {
    margin-bottom: 10px;
}

.custom-check .rlbCheck {
    vertical-align: top !important;
}

.custom-check .rlbText {
    display: inline-block !important;
}

.ruUploadProgress {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px;
    display: block;
}
input.ruButton.ruBrowse{
width: 250px;
}

.mainselectdiv:after {
    content: "\f107";
    font: normal normal normal 21px/1 FontAwesome;
    color: #00a0ae;
    bottom: 1px;
    right: 27px;
    position: absolute;
    pointer-events: none;
}

.mainselectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 24px !important;
    font-size: 13px !important;
    padding: 3px 9px !important;
}
.RadWindow .rwTitleRow em {
    white-space: normal !important;
}
.admin-window .rwWindowContent > div {
    height: 100% !important;
}