/* Minification failed. Returning unminified contents.
(1963,10): run-time error CSS1024: Expected media identifier, found '{'
(1976,2): run-time error CSS1019: Unexpected token, found '}'
 */
/*Common styles for all the pages*/
body {
    font-family: "Roboto";
    font-size: 15px;
    background-size: cover;
    margin :auto;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    background-color: #dbd9e4;

    display: table;
}

@font-face {
    font-family: 'square-font';
    src: url('../../Content/fonts/NEWACADEMY.eot?#iefix') format('embedded-opentype'), url('../../Content/fonts/NEWACADEMY.woff') format('woff'), url('../fonts/NEWACADEMY.ttf') format('truetype'), url('../fonts/NEWACADEMY.svg#NEWACADEMY') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,html,i,b,a,div,span,table,section,u,ul,ol,li, code{
    font-family: "Roboto";
}

.theme-red{
    color: #e51937;
}

.theme-red-background{
    background-color: #e51937;
}
.no-margin {
    margin: 0 !important;
}

.low-margin {
    margin-top: -15px !important;
    margin-bottom: 10px;
}


/*ATM locator*/
  #table-wrapper {
    position:relative;
}
#table-scroll {
    height:450px;
    overflow:auto;  
}
#map {
    height: 500px;
    border-radius: 1px;
    border-style: groove;
    border:solid 1px #000;
}

.directionListContainer {
margin-top:10px;
display:none;
max-height: 320px;
overflow: scroll;
}

.label-pad {
    padding:15px 0px 0px 0px;
}

.atm-note-msg {
padding-top:5px;
padding-left:15px
}

.listBar {
    height: 100%;
    border-radius: 1px;
    border: solid 1px #000;
}

.title {
    background-color: #828081 !important;
    color: white !important;


}

.textAllign {
    padding-left: 8px;
}

.details-result-direction-atm {
     border-top: #000 solid 1.5px !important;
    border-left: #000 solid 1px !important;
    border-right: #000 solid 1px !important;
}

.border-bottom-atm-title {
    border-bottom: #000 solid 1px !important;
}

.margin-top-5-imp{
margin-top:5px !important;
}

.mapallign {
    padding: 0 0 0 5px;
}

.result searchBox {
    padding-left: 5px;
    padding-bottom: 5px;
}

.searchBox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.addrContent {
    font-size: 13px;
}

.imgStyle {
    cursor: pointer;
    padding-left: 5px;
}

.tbl {
    width:100%
}

.hline {
    width: 100%;
    border: dotted 1px grey;
    height: 1px;
}

.border_bottom {
    border-bottom: dotted 1px grey;
}

.atm-email-text {
    width: 95%;
    margin-top: 7px;
}


#repeat {
    display: inline;
}

#country_container {
    width: 1000px;
    margin: 13px 3px 3px 0px;
    text-align: center;
    width: 85px;
    padding: 10px;
    display: inline-table;
    color: white;
    background-color: black;
    font-size: 12px;
    border: 1px solid black;
    border-radius: 13px;
}

    #country_container:hover {
        box-shadow: 0px 0px 10px black;
        background-color: gray;
        border: 1px solid gray;
    }


   atm-listView-tbody {
    height: 120px;
    overflow-y: auto;
}


.atm-imageSrc {
padding-left: 5px;
width: 90px;
margin-left:15px;
}

.atm-content-div {
padding-left:15px;
padding-top: 15px;
}


.atm-get-location-btn {
width: 174px !important;
}



.margin-top10 {
    margin-top: 10px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.padding-top5 {
    padding-top:5px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left15 {
    margin-left:15px;
}

.margin-left40 {
    margin-left:40px !important;
}

.width-height-25 {
    width:25px;
    height:25px;
}

.consent-para {
    height: 200px;
    overflow: auto;
    margin-bottom: 30px;
    border: solid;
    border-width: thin;
    border-color: darkgray;
    padding: 10px;
    width:59vw;
}

.rapid-logo-consent {
  height: 60%;
    width:95%;
    margin-bottom:10px;
    float:left;
}

.checkbox-label {
    margin-bottom:0px !important;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-left25 {
    margin-left: 25px !important;
}

.relative{
    display:block;
    position:relative;
    overflow:auto;
}
/***Error page**/
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
/*********/
/*Header related customized styles*/
#HeaderSection .navbar-fixed-top .navbar-collapse, .navbar-header {
    min-height: 80px;
}


#HeaderSection .navbar-nav {
    margin-top: 33px;
        margin-bottom: 0px !important;
}

  #HeaderSection   .navbar-nav.myaccount-dp {
        margin-top: 44px;
    }
  .navbar,
  .nav-pills li>a
  {
      border-radius : 0px;
  }
  #HeaderSection   .navbar {
      margin-bottom: 0px !important;
    }

#HeaderSection .navbar-brand {
    height: 50px;
    padding: 0px 10px 0 10px;
    min-width: 225px;
}

  #HeaderSection   .navbar-brand img {
        height: 80px;
    }

#HeaderSection .navbar-nav  li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

#HeaderSection .navbar-inverse .navbar-nav  .active > a
, .navbar-inverse .navbar-nav  .active > a:focus
,#HeaderSection .navbar-inverse .navbar-nav  a.current
, .navbar-inverse .navbar-nav   a.current:focus
 {
    background-color: rgba(62, 62, 62, 0.27) ;
    border-bottom: 3px solid #e51937;
}
 .navbar-inverse .navbar-nav  .active > a:hover
, .navbar-inverse .navbar-nav   a.current:hover
, #sideBarSection .nav  li.active,#topMenu .nav  li a.active:hover
,#sideBarSection .nav  li.current,#topMenu .nav  li a.current:hover 
 ,.submenu li a.current:hover,submenu  li  a:hover  {
      background-color: rgba(62, 62, 62, 0.10) !important;
}
#HeaderSection a:hover {
    /*color: #e51937;*/
    text-decoration: none;
}

#HeaderSection .navbar-form {
    margin-top: 23px;
}


.red-btn {
    background-color: #cc0033;
    color: #fff;
    border: none;
    /*background: #e51937;
    background: -moz-linear-gradient(top, #ff3019 0%, #e51937 100%);
    background: -webkit-linear-gradient(top, #ff3019 0%,#e51937 100%);
    background: linear-gradient(to bottom, #ff3019 0%,#e51937 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#e51937',GradientType=0 );*/
}

#HeaderSection .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #061C24;
    opacity: .6;
}

#HeaderSection .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #061C24;
    opacity: 1;
}

#HeaderSection .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

 .submenu.navbar-toggle, .submenu.navbar-toggle:hover{
        float:none;
        margin: 0px !important;
        padding: 5px 28px 5px 14px;
        border:none;
        border-radius:0px;
        background-color:transparent;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
 }

 .submenu ul{
      background-color: #eee !important;
 }
 .submenu  li  a{
      padding-left:30px !important;
}
 .submenu  li  a {
    color: #7d7d7d;
    display: block;
    text-decoration: none;
    padding: 15px 30px;
    border-bottom: 2px solid transparent !important;
}
.submenu  li  a:hover {
     color: #e51937;
 }

 .submenu  li  a.current {
    background-color: rgba(62, 62, 62, 0.20);
    color: #e51937;
     border-bottom: 2px solid #e51937 !important;
 }

 /************************/

.dropdown-menu {
    padding: 0;
     border-radius: 0;
}
.dropdown ul{
      background-color: #eee !important;
 }


.dropdown-menu > li > a {
     color: #7d7d7d !important;
     border-bottom: 2px solid transparent !important;
}

.dropdown-menu > li > a:hover {
    color: #e51937 !important;
}

.dropdown-menu  li  a.current {
     background-color: rgba(62, 62, 62, 0.20);
      color: #e51937 !important;
      border-bottom: 2px solid #e51937 !important;
 }



/***** SideBar Menu ******/
#topMenu .navbar {
   margin-bottom: 0px !important;
   min-height : auto !important;
   background-color: #e8e4e4;
   border:0px;
}
#topMenu .nav {
   height:100% !important;
}

#topMenu .nav  li {
  border-right: 1px solid #7d7d7d;
}

#topMenu .nav  li:last-child {
  border-right: none;
}

#topMenu .nav  li a {
   color: #7d7d7d;
}

#topMenu .nav  li a:hover {
    color:#e51937;
}

#topMenu .nav  li.active,#topMenu .nav  li a.active,
#topMenu .nav  li.current,#topMenu .nav  li a.current  {
      background-color: rgba(62, 62, 62, 0.20);
    border-bottom: 2px solid #e51937;
    color:#e51937;
}



#topMenu .nav  li a:active {
   /*background-color: #cc0033;*/
    color:#e51937;
}

#HeaderSection .nav>li>a,
#topMenu .nav>li>a {
    position: relative!important;
    display: block!important;
    padding: 10px 7px 10px 7px!important;
    WHITE-SPACE: NOWRAP!important;
}

/***Left menu*/
/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}



#sidebar-wrapper {
    /*z-index: 1000;*/
    /*position: absolute;
    left: 0px;*/
    width: 0;
    height: 100%;
    margin-left: 0px;
    /*background: #000;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper .navbar-inverse{
     margin-bottom: 0px !important;
   min-height : auto !important;
   background-color: #e8e4e4;
   border:0px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 100%;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#PageContentUIView{
    overflow:auto;
    position:relative;
    height:calc(100% - (80px + 43px));

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
   width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
   /*padding: 5px 0px;*/
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
     padding: 15px 30px;
      border-bottom: 2px solid #e8e4e4;
}



.sidebar-nav  li a {
   color: #7d7d7d;
}

.sidebar-nav   li a:hover {
    color:#e51937;
}

.sidebar-nav li.active
,.sidebar-nav li.current
,.sidebar-nav li a.active
,.sidebar-nav li a.current   {
    background-color: rgba(62, 62, 62, 0.20);
    border-bottom: 2px solid #e51937;
    color:#e51937;
}

.sidebar-nav   li a:hover {
    color:#e51937;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
   

    

    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
           width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}



.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
}

.padding-all-5{
 padding:5px;
}


.padding-all-10{
 padding:10px;
}


.padding-all-15{
 padding:15px;
}
.myaccount-dp .user-profile {
    padding: 30px !important;
}

.myaccount-dp {
    padding: 0px 14px 0px 1px;
}

    .myaccount-dp a, .myaccount-dp a:hover {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #e51937;
}

.navbar-right {
    margin-right: 0;
}

div.dtr-modal div.dtr-modal-display {
    border-radius: 0 !important;
    border: 1px solid #c03 !important;
    min-height: 450px;
}

#customer-details div.dtr-modal div.dtr-modal-display {
    min-height: 330px;
}

.dtr-modal-content tr td:first-child {
    min-width: 130px;
    color: #cc0033;
    font-weight: bold;
}

.dtr-modal-content h2 {
    font-family: square-font;
    color: #000;
    border-bottom: 1px solid #cc0033;
    letter-spacing: -3px;
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 10px 10px 10px;
    font-size: 36px;
}

.dtr-modal-content table {
    width: 100%;
}

.dtr-modal-content tr td {
    height: 35px;
    border-bottom: 1px solid #ccc;
}

.btn {
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background-color: #f3f3f3;
}
/* Data Table Related Customized Styles */
.table-bordered {
    border: 1px solid #222;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #cc0033;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,e51937+100 */
    background: #ff3019;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #e51937 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%, #e51937 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%, #e51937 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#e51937', GradientType=0);
    /* IE6-9 */
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.15em .50em;
}

.dataTable thead {
    background-color: #666;
    color: #fff;
}
/*New added styles for all the pages */
.body-bglogin {
    /*background: url("../../Content/images/bg.jpg") no-repeat center;*/
    background-size: cover;
    min-height: 546px;
    margin: 56px 0 0 0;
    padding: 30px;
    /*margin :auto;*/
    background-attachment: fixed;
    width: 100%;
     /*height: 100%;*/
    background-color: #dbd9e4;
    /*overflow:hidden;*/
}

#form_login {
    display:table;
}

.login-alert-msg {
width:220px;
}

.sign-img-dimension {
    max-width:245px;
}

.header-img-dimen {
    width: 250px;
    height: 70px !important;
    margin-top: 5px;
}

.vcenter {
    /*display: inline-block;
    vertical-align: middle;
    float: none;*/
    display: flex;
    align-items: center;
    /*padding-top: 107px ;
     padding-bottom: 207px ;*/
     overflow:hidden;
}
.body-bg {
    /*background: url("../images/bg.jpg") no-repeat center;*/
    background-size: cover;
    min-height: 546px;
    margin: 75px 0 0 0;
    padding: 30px;
    background-attachment: fixed;
    width: 100%;
    background-color: #dbd9e4;
}

:-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #949494;
}
:-moz-placeholder { /* Firefox 18- */
  color: #949494;
}

fieldset {
    border: none;
    border-top: 1px solid #cc0033 !important;
    margin: 20px 15px;
}

    fieldset legend {
        color: #333;
        /*font-family: "square-font";*/
        /*font-weight: bold;*/
        text-align: left !important;
        width: auto;
        padding: 0 25px 10px 0;
        border-bottom: none;
        font-size: 30px;
        line-height: 30px;
    }

.lablealign {
    position: relative;
    top: 15px;
}

select {
    color: #555555;
}

/*.body-block {
    background-color: #fff;
    padding-bottom: 30px;
    min-height: 500px;
}*/


footer {
    background-color: #333;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    bottom: 0;
    width: 100%;
}

.form-control,
.input-group-addon {
    border: 1px solid rgba(34, 34, 34, 0.43);
    color: #949494;
    border-radius: 2px;
}

    .form-control:focus {
        border-color: rgba(255, 0, 51, 0.4);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 51, 0.4);
    }

.move-top-10 {
    position: relative;
    top: -10px;
}

.white {
    color: #fff;
}

.error {
    color: red !important;
}

.integration-text {
    margin: 0 0 20px 0;
    color: #fff;
    font-family: "square-font";
    letter-spacing: 0;
    font-size: 25px;
}

.add-partner .checkbox {
    padding-left: 26px !important;
    padding-bottom: 10px;
}

.add-user .checkbox {
    padding-left: 17px !important;
    padding-bottom: 10px;
}

.add-customer .checkbox {
    padding-bottom: 10px;
    padding-left: 10px !important;
}

.add-customer .col-md-offset-2 {
    margin-left: 22.2%;
}

.margin-bot-10 {
    margin-bottom: 10px;
}

.margin-bot-20 {
    margin-bottom: 20px;
}
/* Responsive Styles */
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}
/*my style*/
@media(max-width:1024px) {
    .group-buttons-pag-sm {
        width: 84.2% !important;
    }

    .no-entries-sm {
        width: 94.1% !important;
    }

    .sm-pad-left {
        padding-left: 13px;
    }

    .sm-width {
        width: 42px;
    }

    .sm-width-ss {
        width: 87px !important;
    }

    .Dtdatepicker input {
        min-width: 135px !important;
    }

    p.Dtdatepicker {
        margin-left: 0 !important;
    }
}

@media (max-width: 480px) {
    .myaccount-dp {
        margin-right: -15px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px;
    }
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
}

/*body {
    display: table-cell;
    vertical-align: middle;
}*/

form {
    /* shrinks to fit conntent */
    /*display: table;*/
    margin:auto;
}

.login-block {
    background-color: #222;
    padding: 20px 20px 30px 20px;
    border-radius: 4px;
    margin-top:18%
}

.input-group .form-control {
    /*min-width: 220px;*/
}

#AddPartnerForm, #AddCustomerForm, #addUser, #AddRolesForm, #ChangePasswordForm, #SchedulerForm,#AddAppConfigForm {
    display: block;
    margin: 0px;
}

.chkboxalign {
  margin-top:7px;
}

.add-roles .checkbox {
    padding-bottom: 10px;
}

.add-roles .col-md-offset-2 {
    margin-left: 17.5%;
}

.errorMessage {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#scrollable-dropdown-menu .dropdown-menu {
    background-color: #fff;
    max-height: 250px;
    max-width: 320px;
    overflow-y: auto;
}

    #scrollable-dropdown-menu .dropdown-menu > li > a {
        color: #000;
    }


.phoneiconColor {
    color: #f7971f;
}

.statusActive {
    color: green;
}

.editIcon {
    color: #0063be;
    cursor: pointer;
}

.textAlignCenter {
    text-align: center;
}

#scrollable-dropdown-menu .dropdown-menu {
    background-color: #fff;
    max-height: 250px;
    max-width: 320px;
    overflow-y: auto;
}

    #scrollable-dropdown-menu .dropdown-menu > li > a {
        color: #000;
    }

#ngProgress {
    margin: 0;
    padding: 0;
    z-index: 99998;
    background-color: green;
    color: green;
    box-shadow: 0 0 10px 0; /* Inherits the font color */
    height: 2px;
    opacity: 0;
    /* Add CSS3 styles for transition smoothing */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#ngProgress-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 81px;
    left: 0;
    right: 0;
    z-index: 99999;
}

div.dt-buttons {
    float: right !important;
    right: 80px;
    top: -1px;
}

.dataTables_filter {
    float: left !important;
}

.dt-buttons {
    margin-right: 16px;
}

a.dt-button, button.dt-button, div.dt-button {
    background-image: none;
    color: white;
    background-color: #0063be;
    padding: .2em .4em;
    border: none;
    border-radius: 3px;
    margin-right: 4px;
    padding: 3px 8px;
}

#load-bar svg {
    z-index: 10;
    position: fixed !important;
    top: 46% !important;
    left: 46% !important;
}

.form-control, .input-group-addon {
    color: #000;
    border: 1px solid #7d7d7d;
    font-weight: 450;
}

.loadingbar {
    pointer-events: none;
    opacity: 0.7;
}

.customTooltip {
    position: relative;
    display: inline-block;
    cursor: default !important;
    /*border-bottom: 1px dotted black;*/
}

    .customTooltip .tooltiptext {
        letter-spacing: 0.1px;
        font-size: 10px;
        visibility: hidden;
        width: auto;
        max-width: 300px;
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        text-align: center;
        border-radius: 7px;
        padding: 5px 5px;
        position: absolute;
        z-index: 1;
        bottom: 120%;
        left: 50%;
        margin-left: -20px;
        white-space: pre-wrap; /* CSS3 */
        white-space: -moz-pre-wrap; /* Firefox */
        white-space: -pre-wrap; /* Opera <7 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word;
    }

        .customTooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .customTooltip:hover .tooltiptext {
        display: block;
        visibility: visible;
    }

.tooltiptext {
    visibility: hidden;
    display: none;
}

.margin-right20 {
    margin-right: 20px;
}

.excelOuter {
    position: absolute;
    z-index: 1;
}

.excelInner {
    cursor: pointer;
}

.excelPosition {
}

.address {
    background-color: #fff;
    color: #000;
    /*font-family: "square-font";*/
    padding: 0 20px;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 15px;
    margin-top: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#fff, endColorstr=#e8e4e4);
    background-image: -moz-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -webkit-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -ms-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -o-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -webkit-gradient(linear, right bottom, left bottom, color-stop(0%,#fff), color-stop(100%,#e8e4e4));
}

.excelInner:hover {
    color: #0063be !important;
}

.messsageForCardRegistration {
    margin: 0px 28px 10px 26px;
    padding: 5px;
}

.messageForUser {
    margin: 0px 50px 0px 50px;
    padding: 5px;
}

.responseMessage {
    margin: 0px 15px 0px 15px;
    padding: 5px;
}

.padding-bottom50 {
    padding-bottom: 50px;
}

.remove {
    color: red;
    font-size: 18px;
}

.title {
    color: #000;
    font-family: Arial;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-top30 {
    padding-top: 30px;
}

.margin-left10 {
    margin-left: 10px;
}

.padding-left50 {
    padding-left: 50px;
}

.excelmargintop {
    margin-top: 5%;
}

.success {
    color: green;
}

.padding-top0 {
    padding-left: 0px !important;
}

.labelAlignforStatus {
    margin-left: -41px;
}

.margin-top30 {
    margin-top: 30px;
}

.dataTables_wrapper .dataTables_length {
    float: right;
    top: 5px;
    right: -140px !important;
    position: relative;
}

#exceptionLog_length {
    top: 0px !important;
    right: 0px !important;
}

.group-buttons {
    position: absolute;
    right: 255px;
    top: 69px;
    z-index: 1;
}

.group-buttons_right {
    position: absolute;
    right: 162px;
    top: 69px;
    z-index: 1;
}

input[type="search"] {
    width: 300px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 13px;
    height: 30px;
    margin-left: 0 !important;
}

.black-btn {
    background-color: #e51937;
    color: #fff !important;
}

    .black-btn:hover {
        background-color: #828081 !important;
    }

.Dtdatepicker li:nth-last-child(1) {
    display: none;
}

.Dtdatepicker ul {
    background-color: white !important;
}

.SystemExceptionExcelbtn {
    position: absolute;
    right: 140px;
}

.SystemExceptionExcelbtnright {
    /*top: 70px !important;*/
    right: 45px !important;
}

.alignRight {
    right: -15px !important;
}

.forgot .modal-dialog {
    width: 360px;
}

    .forgot .modal-dialog .modal-content {
        height: auto;
        background-color: #222222;
    }

 
.forgotIcon {
    width: 50px;
    border-radius: 50% !important;
    position: absolute;
    height: 50px;
    top: -22px;
    line-height: 44px;
    left: 40%;
    background: linear-gradient(to bottom,#d71f2a,#222222);
    color: white;
}

.modal-height-width {
    height: 100%;
    width: 100%;
}

.forgotTextWrap {
    color: white;
    margin-top: 23px;
}

.forgot-content-wrap {
    height: 20px;
}

.forgot-txt {
    height: 28px;
    font-size: 12px;
    border-radius: 7px !important;    
    width: 230px;
}

.forgotbtn {
    width: 90px;
    font-size: 11px;
    color: white !important;
    border-radius: 7px !important;
    background-color: #b22f3a !important;
}

.forgot-error {
    height: 20px;
    padding: 0;
    font-size: 11px;
    color: red;
}

.card-response .modal-dialog {
    width: 500px;
}

.card-response .modal-dialog .modal-content {
    height: auto;
    background-color: #222222;
}

.quote {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    color: dimgray;
}

.forgot-close {
    font-size: 18px;
    color: rgba(256,256,256,0.5);
    position: absolute;
    top: -8px;
    right: -7px;
    cursor: pointer;
}

.forgot-font {
    font-size: 12px;
}





/*incompact browser prompt*/

.backdropClass-prompt {
    background-color: #222222 !important;
    opacity: 1 !important;
}
.prompt-alert-font {
    font-size: 12px;
}
.prompt-alert .modal-dialog {
    width: 360px;
    overflow:hidden !important;
}



    .prompt-alert .modal-dialog .modal-content {
        height: auto;
        background-color: #222222;
        margin-top:80%;
        border:none !important;
        box-shadow:none !important;
    }

 
.prompt-alertIcon {
    width: 50px;
    position: absolute;
    height: 50px;
    top: -22px;
    line-height: 44px;
    left: 40%;
    background: linear-gradient(to bottom,#d71f2a,#222222);
    color: white;
}

.prompt-alertTextWrap {
    color: white;
    margin-top: 23px;
}

.prompt-alert-content-wrap {
    height: 20px;
}

.prompt-alert-txt {
    height: 28px;
    font-size: 12px; 
    width: 230px;
}

.prompt-alertbtn {
    width: 90px;
    font-size: 11px;
    color: white !important;
    background-color: #b22f3a !important;
}

.prompt-alert-error {
    height: 20px;
    padding: 0;
    font-size: 11px;
    color: red;
}
.prompt-alert-close {
    font-size: 18px;
    color: rgba(256,256,256,0.5);
    position: absolute;
    top: -8px;
    right: -7px;
    cursor: pointer;
}

.prompt-alert-font {
    font-size: 12px;
}



/*Reports response*/
.report_response_msg {
color: green;
margin: 10px 0px 10px 0px;
text-align: center;
}

.reports_response_btn_container {
margin-left: 35%;
margin-bottom: 10px;
}

/*Camera modal style*/
.camera .modal-dialog {
    width: 360px;
}

.camera .modal-dialog .modal-content {
    height: auto;
    background-color: #222222;
}

.camera-height {
    height: 100%;
    width: 100%;
}

.camerabtn {
    width: 90px;
    font-size: 11px;
    color: white !important;
    border-radius: 7px !important;
    background-color: #b22f3a !important;
    margin-left:8px;
}

.play-store-btn {
    width: 110px;
    font-size: 11px;
    color: white !important;
    border-radius: 7px !important;
    background-color: #b22f3a !important;
    margin-left:8px;
}

.cam-container {
padding:20px;
width:320px;
height:280px;
}

.cam-button-container {
margin-top:0px;
margin-left:25px;
margin-bottom:10px;
display:none;
}


.btnExcel {
    background-color: #e51937 !important;
    height: 34px;
    padding: 7px !important;
}

    .btnExcel:hover {
        background-color: #828081 !important;
        color: #fff;
    }

input[type="search"] {
    border: 1px solid #7d7d7d !important;
}

.expDateMargin {
    margin-top: 6px;
}

.expTable {
    margin-top: -29px;
}

.btnShow {
    z-index: 1000 !important;
}

.no-left-pad {
    padding-left: 0;
}

span.mandatory {
    font-size: 16px;
    color: #e51937;
    margin-left: 2px;
    font-weight: bold;
}

.searchGrid table {
    border: 1px solid #7d7d7d !important;
}

.dataTables_scrollBody {
    border-bottom: 1px solid #7d7d7d !important;
}

table thead th {
    border-bottom: none !important;
}

.setPosErr {
    top: 114px;
}

#Dtlog_length {
    margin-right: 156px;
    margin-bottom: 10px;
}
#Dtlog1_length {
    margin-right: 156px;
    margin-bottom: 10px;
}
#Dtlog2_length {
    margin-right: 156px;
    margin-bottom: 10px;
}
#Dtlog3_length {
    margin-right: 156px;
    margin-bottom: 10px;
}
#Dtlog4_length {
    margin-right: 156px;
    margin-bottom: 10px;
}
#Dtlog5_length {
    margin-right: 156px;
    margin-bottom: 10px;
}
.runBtn {
    height: 24px;
    padding: 7px;
    font-size: 13px;
    line-height: 9px;
    background-color: #e51937;
    border: none;
    color: #fff !important;
}

.pad-left26 {
    padding-left: 26px !important;
}

.pad-adjust {
    padding-top: 0 !important;
    padding-right: 4px;
}

#scrollable-dropdown-menu .dropdown-menu > .active > a,
#scrollable-dropdown-menu .dropdown-menu > .active > a:focus,
#scrollable-dropdown-menu .dropdown-menu > .active > a:hover {
    transition: all 0.3s linear;
    background-color: #222222 !important;
    color: white;
    border-left: 4px solid #cc0033;
}

.group-buttons-pag {
    position: absolute;
    width: 88.2%;
    z-index: 1;
    top: 60px;
}

#cusMod .dataTables_wrapper .dataTables_length {
    float: right;
    position: relative;
    top: 0 !important;
    right: 0 !important;
}

#dtBatchLog .dataTables_wrapper .dataTables_length {
    float: right;
    position: relative;
    top: 0 !important;
    right: 0 !important;
}

#dtScheduler .dataTables_wrapper .dataTables_length {
    float: right;
    position: relative;
    top: 0 !important;
    right: 0 !important;
}

#dtUser .dataTables_wrapper .dataTables_length {
    float: right;
    position: relative;
    top: 0 !important;
    right: 0 !important;
}

#dtRole .dataTables_wrapper .dataTables_length {
    float: right;
    position: relative;
    top: 0 !important;
    right: 0 !important;
}

#dtServiceBureau .dataTables_wrapper .dataTables_length {
    float: right;
    position: relative;
    top: 0 !important;
    right: 0 !important;
}

.no-entries {
    width: 95.5%;
}

input[type="search"]:focus {
    box-shadow: 0px 0px 3px #e41937;
    border: none !important;
}

.searchBtn {
    height: 29px;
    font-size: 14px;
    border: none;
    background-color: #e41937;
    color: white;
    border-radius: 3px;
    width: 70px;
}

.searchTxtWidth {
    width: 240px !important;
}

.group-buttons-top {
    margin-top: 27px !important;
}

.abs-top10 {
    top: 10px;
}

.abs-pos {
    position: absolute;
    right: -3px;
}

.bureau-tip {
    width: 275px !important;
    padding: 5px 5px 5px 5px !important;
    text-align: left !important;
    margin-left: -138px !important;
    min-width: 200px !important;
    white-space: normal !important;
}

.btngrpSuccessMsg {
    top: 110px !important;
}

#exceptionLog .dataTables_wrapper .dataTables_length {
    float: right;
    position: relative;
    top: 0 !important;
    right: 0 !important;
}

table.dataTable thead .sorting { background: url('/Content/images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc { background: url('/Content/images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc { background: url('/Content/images/sort_desc.png') no-repeat center right; }

table.dataTable thead .sorting_asc_disabled { background: url('/Content/images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled { background: url('/Content/images/sort_desc_disabled.png') no-repeat center right; }

.full-height {
    height: 100%;
}

.toast-container {
    position: fixed;
    width: 333px;
    height: 42px;
    background-color: white;
    right: 1%;
    top: 5%;
    z-index: 1190;
    border-radius: 3px;
    font-size: 13px;
}

    .toast-container.ng-enter {
        opacity: 0;
        transform: translateY(-70px);
        transition: all 0.3s ease-in;
    }

        .toast-container.ng-enter.ng-enter-active {
            opacity: 1;
            transform: translateY(0);
        }

    .toast-container.ng-leave {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.3s ease-in;
    }

        .toast-container.ng-leave.ng-leave-active {
            opacity: 0;
            transform: translateY(-100px);
        }

.toast-error {
    background-color: rgba(202, 94, 88,0.9) !important;
    color: white;
}

.toast-success {
    background-color: rgba(115, 181, 115,0.9);
    color: white;
}

.toast-content {
    padding: 13px 5px 10px 18px;
}

.toast-close {
    padding: 13px 5px 10px 3px;
}
/*#cusMod table thead tr th:first-child{
    width:15%!important;
}
#dtServiceBureau table thead tr th:first-child{
    width:15%!important;
}*/
#dtServiceBureau table thead tr td {
    font-size: 10px !important;
}

.padd-left13 {
    padding-left: 13px !important;
}

.md-width-ss {
    width: 120px;
}

.pad-right-0 {
    padding-right: 0;
}

.socialSecurityNumberPart1 {
    padding-right: 0px;
    padding-left: 0px;
}

.socialSecurityNumberPart2 {
    padding-right: 0px;
}

.socialSecurityNumberPart3 {
    width: 100px;
    padding-right: 0px;
}

.validationMessageAlign {
    padding-left: 0px;
}

.searchDiv {
    float: left;
    margin-top: 4px;
}

.excelAlign {
    float: right;
    margin-left: 12px;
}

.float_right {
    float: right;
}

.unAuthMsg h1:first-child {
    padding-left: 3%;
    font-size: 43px;
    color: #cd4841;
}

.unAuthMsg h1:last-child {
    color: #cd4841;
    margin-top: 26px;
}

.unAuthMsg h4 {
    margin-left: 3.5%;
}

p.Dtdatepicker {
    margin: 0px 0px 3px;
    margin-left: -32px;
}

.schedule-show-entry {
    margin: 0px 0px 5px -32px !important;
}

.minus-lmar23 {
    margin-left: -23px;
}

.sysErr {
    margin: 0 15px 10px 15px !important;
}

.alert-margin {
    margin: 0px 15px 0px 15px !important;
    padding: 5px;
}

.zindex5 {
    z-index: 5 !important;
}

.padleft-5 {
    padding-left: 5px !important;
}

.no-pad {
    padding: 0px !important;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    .body-large {
        min-height: 782px !important;
    }
    .group-buttons-pag{
        width: 88% !important;
    }
    #divApi {
      padding-right:1px !important; 
    }
    .md-height-max{
        min-height:710px !important;
    }
}}

.textareaForRecipients {
    resize: none;
    border-radius:5px
}

/*/*#DtTimePicker table{
    border:none !important;
}
#DtTimePicker a{
    outline: none !important;
}
#DtTimePicker .form-control{
    height: 25px;
    padding: 0px;
    width: 35px !important;
}
#DtTimePicker .btn{
    padding:0px;
}
#DtTimePicker .glyphicon{
    top: 2px !important;
}
.input-group .form-control{*/
    /*min-width: 0px;
}*/

#DtTimePicker div {
    background-color: white !important;
}

#DtTimePicker .dropdown-menu table tbody tr td button.btn-default:hover{
  color:#e51937;
}
#DtTimePicker .dropdown-menu table tbody tr td button.btn-primary{
    background-color:#e51937;
    border:none;
    color:#fff!important;
}
#DtTimePicker .dropdown-menu table thead button.btn-default:hover,#DtTimePicker .dropdown-menu table tfoot button.btn-default:hover{
   /*border:solid 1px #e51937!important;*/
    background-color:#e51937!important;
    color:#fff;
}
#DtTimePicker .dropdown-menu{
    padding:3px;
}
#DtTimePicker .dropdown-menu table{
  border:none!important;
}
#DtTimePicker .dropdown-menu table button.btn-default{
    margin:1px;
}

/**Login**/
html, body, .container {
    height: 100%;
}
/*body {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}*/

#webLayoutContainer {
    height:100%;
}

#mainWebLayout {
    height:100%;
}

.container {
    display: table;
    vertical-align: middle;
}
.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
    text-align:center

}
.loginPage form , .errorcontent{
    display: table;
    /*margin: auto;*/
}
/**Actual Rapid pay card secions code****/

/*PageContentUIView***/

div#innerPageSection {
    padding: 20px 20px;
    min-height:500px;
}

/** Page : Card Register*/
.address {
    background-color: #fff;
    color: #000;
    /* font-family: "square-font"; */
    padding: 0 20px;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 15px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#fff, endColorstr=#e8e4e4);
    background-image: -moz-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -webkit-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    /*background-image: -ms-linear-gradient(right, #fff 0%, #e8e4e4 100%);*/
    background-image: linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -o-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -webkit-gradient(linear, right bottom, left bottom, color-stop(0%,#fff), color-stop(100%,#e8e4e4));
}

.error-message {
    color:red;
    /*font-weight:bold;*/
}

   

.margin-left10 {
    margin-left: 10px;
}

.padding-top30 {
    padding-top: 30px;
}

.pad-bottom {
   padding-bottom:5px;
}

.error-message-chk {
    color:red;
    padding-left: 18px;
    padding-bottom:5px;
}

span.mandatory {
    font-size: 16px;
    color: #e51937;
    margin-left: 2px;
    font-weight: bold;
}

fieldset legend {
    color: #333;
    /* font-family: "square-font"; */
    /* font-weight: bold; */
    /* text-align: left !important; */
    width: auto;
    padding: 0 25px 10px 0;
    border-bottom: none;
    font-size: 30px;
    line-height: 30px;
}

fieldset {
    border: none;
    border-top: 1px solid #cc0033 !important;
    margin: 20px 15px;
}

div {
    display: block;
}

.form-control, .input-group-addon {
    color: #000;
    border: 1px solid #7d7d7d;
    font-weight: 450;
}
.form-control, .input-group-addon {
    /*border: 1px solid rgba(34, 34, 34, 0.43);
    color: #949494;
    border-radius: 2px;*/
}

.margin-top15 {
    margin-top:15px;
}



/*.body-bg {
     background: url(../images/bg.jpg) no-repeat center; 
    background-size: cover;
    min-height: 546px;
    margin: 75px 0 0 0;
    padding: 30px;
    background-attachment: fixed;
    width: 90%;
    background-color: #fff;
}*/

.black-btn {
    background-color: #e51937;
    color: #fff !important;
}

.btn {
    border-radius: 2px;
}

/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}*/
[role=button] {
    cursor: pointer;
}

.padding-top0 {
padding-top:0px;
}

.padding-right3 {
   padding-right:3px;
}

.padding-right15 {
    padding-right:15px;
}


/** Page : admin - User and Admin - Company and Sub Company */


.heading{
    background-color: #fff;
    color: #000;
    padding: 0 20px;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    margin-top:20px;
    background-image: -webkit-gradient(linear, right bottom, left bottom, color-stop(0%,#fff), 
    color-stop(100%,#e8e4e4));
    background-image: -webkit-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -o-linear-gradient(right, #fff 0%, #e8e4e4 100%);
}
.margin-top20{
    margin-top:20px;
}

.select {
    height: 100px;
    overflow: scroll;
}
/****Card Registeration*/
   .address {
    background-color: #fff;
    color: #000;
    /* font-family: "square-font"; */
    padding: 0 20px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 15px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#fff, endColorstr=#e8e4e4);
    background-image: -moz-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -webkit-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    /*background-image: -ms-linear-gradient(right, #fff 0%, #e8e4e4 100%);*/
    background-image: linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -o-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -webkit-gradient(linear, right bottom, left bottom, color-stop(0%,#fff), color-stop(100%,#e8e4e4));
}

.error-message {
    color:red;
    
    /*font-weight:bold;*/
}



.margin-left10 {
    margin-left: 10px;
}

.padding-top30 {
    padding-top: 30px;
}




span.mandatory {
    font-size: 16px;
    color: #e51937;
    margin-left: 2px;
    font-weight: bold;
}

fieldset legend {
    color: #333;
    width: auto;
    padding: 0 25px 10px 0;
    border-bottom: none;
    font-size: 30px;
    line-height: 30px;
}

legend {
   margin-bottom:0px !important
}

fieldset {
    border: none;
    border-top: 1px solid #cc0033 !important;
    margin: 20px 15px;
}

.cardid-img {
   padding-right:25px;
   width:90%;
}

div {
    display: block;
}


.margin-top15 {
    margin-top:15px;
}
.black-btn {
    background-color: #e51937;
    color: #fff !important;
}


.padding-top0 {
padding-top:0px;
}

.padding-right3 {
   padding-right:3px;
}

.padding-right15 {
    padding-right:15px;
}

.margin-top50 {
    margin-top:50px;
}
/**Layout settings*/
div#mainWebLayout {
    overflow-x: hidden;
}
.page{
     height: 100%;
    width: 100%;
    display: table;
}
.page-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.vertical-center {
  /*min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  /*min-height: 100vh; /* These two lines are counted as one :-)       */
  /*margin-top:55px;
  margin-left:95px;*/
  display: flex;
  align-items: center;
  /*margin-bottom:55px*/
  margin: 50px 0px;

}
/****Animation****/
.subpage,.alert{
    transition: all linear 0.5s;
}

.alert {
 padding:8px !important;
}

.subpage.ng-hide,.alert.ng-hide {
  opacity: 0;
}

/***Company style***/
 span.mandatory {
    font-size: 16px;
    color:crimson;
    margin-left: 2px;
    font-weight: bold;  
}

.heading{
    background-color: #fff;
    color: #000;
    padding: 0 20px;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    margin-top:20px;
    background-image: -webkit-gradient(linear, right bottom, left bottom, color-stop(0%,#fff), 
    color-stop(100%,#e8e4e4));
    background-image: -webkit-linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: linear-gradient(right, #fff 0%, #e8e4e4 100%);
    background-image: -o-linear-gradient(right, #fff 0%, #e8e4e4 100%);
}
.margin-top20{
    margin-top:20px;
}

/*.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}*/


.margin-left10{
    margin-left:10px;
}


.error-message{
    color:red;
}

/**Search USer*/

 .statusActive {
        color: green;
    }

    .editIcon {
        color: #0063be;
    }

    .searchAlign {
        margin-top: 24px;
    }
        .table-heading{
        background-color:darkgrey;
    }
    .table-border {
   border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}    

 .table-dataTable-align  {
    padding: 8px 10px;
}
 .navbar-top{
     margin-left:10px;
 }
.statusInActive{
        color:red;
    } 
/***innerpages***/
.innerpages{
     background-color: #fff;
    padding: 0px;
}

/* @group breadcrumb */


#breadcrumb, #breadcrumb2 { float: left; display: block; }
#breadcrumb ul, #breadcrumb2 ul { list-style: none; }

.crumbs { display: inline; }
.crumbs li {  display: inline; }
.crumbs li.first { padding-left: 8px; }
.crumbs li a,.crumbs li {cursor:default !important}
.crumbs li a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 7px 17px 11px 25px; position: relative; text-decoration: none; }

.crumbs li a { cursor:default; background-image: url('../images/bg-crumbs.png');  background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.crumbs li a:hover { background-image: url('../images/bg-crumbs-yellow.png'); color: #333; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:active { color: #333; background-position: 100% -96px; }
.crumbs li.first a span { height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }
.crumbs li a:active,.crumbs li a.active {  background-image: url('../images/bg-crumbs-red.png');
                                           }

.toggle-right-btn{
    border-radius: 0px 10px 10px 0px;    
    border: 1px solid #d43030;
}
.toggle-left-btn{
    border-radius: 10px 0px 0px 10px;        
    border: 1px solid #d43030;
}

.toggle-left-btn.active,.toggle-right-btn.active{
    background-color:red;
    color:white;
}
.toggle-left-btn:hover,.toggle-right-btn:hover{
    /*background-color:lightskyblue;
    color:white;*/
}

.float-right{
    float:right;
}

.add-btn{
    margin-left:8px;
    background-color: #e51937!important;
    color: #fff !important;
}
.add-btn a{    
    color: #fff !important;
    text-decoration:none;
}
.add-btn a span{    
   padding-right:4px;
}
.add-btn a:hover{    
    color: #fff !important;
    text-decoration:none;
}
.sign-align{
    border:1px groove;
}
.clear-btn{
    padding-left:237px;
}
.alert-msg{
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-left: 15px;
    font-size: 13px;
    font-style: italic;
    padding-top: 3px;
}

.customTooltip {
    position: relative;
    display: inline-block;
    cursor: default !important;
    /* border-bottom: 1px dotted black; */
	}


customTooltip .tooltiptext {
    letter-spacing: 0.1px;
    font-size: 10px;
    visibility: hidden;
    width: auto;
    max-width: 300px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    border-radius: 7px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}


.bureau-tip {
    width: 275px !important;
    padding: 5px 5px 5px 5px !important;
    text-align: left !important;
    margin-left: -138px !important;
    min-width: 200px !important;
    white-space: normal !important;
}


tooltiptext {
    visibility: hidden;
    display: none;
}

/***Camera*/
ng-camera,.ng-camera,object,video,embed{
    /*overflow:auto;
    width:100%;
    height:100%;
    display:block;*/
 
}

.cam-img-align {
    padding-top: 10px;
    margin-left: 10px;
}

.cam-img {
    height: 175px;
    width: 230px;
   /*width:80%;*/
}

.cam-prev-text {
    margin-top: 29%;
    margin-left: 29%;
}




#ng-camera-feed video {
    padding-left: 10px;
    transform-origin: center !important; 

}



.margin-top-bottom{
   margin:10px 0px 15px 0px;
}

.padding20{
    padding: 20px;
}

.toasterdon > div{
    margin: 20px !important;
}

/*toggle buttom*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
    content: "";
    height: 21px;
    width: 20px;
    left: 1px;
    bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #e51937;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

form .multi-select .btn-group {
    width:100%;
}

form .multi-select .btn-group button{
    text-align:left;
}

form .multi-select .btn-group button > span{
    float:right!important;
    margin-top:8px;
}
form .multi-select .btn-group ul
{
    width: 100%;
    overflow:auto!important;
}
.margin-top25 {
    margin-top: 25px;
}
.text-allign-left{
    float:right!important;
}

/**Security modal****/

.SecurityCheck .popupcontent{
    padding:15px;
}

.rpctheme .modal-dialog .modal-content,
.SecurityCheck .modal-dialog .modal-content {
    height: auto;
    background-color: #222222;
    color : #FFF;
}

.rpctheme .modal-dialog .modal-content{

}

.SecurityCheck .modal-dialog{
    width:350px;
}

.label-translate-file-upload {
text-align:right;
margin-top:5px;
}

.padding-left-0-imp {
padding-left:0px !important
}

.faq-btn {
    /*margin-right:10%*/;
    margin-bottom:10px;
}


/***parentspinner*/
.parentspinner{
    position:relative;
}

.spinner{
    position:fixed!important;
}
.reportSummarytop{
    padding-top: 6px;
}
.total-record-count{
    position:relative;
    top:40px !important;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}

.deletelink{
    color :#e51937
}

.langpointer{
    cursor:pointer;
}
.text-alignment{
    text-align:center
}

.margin-bottom-0-imp {
    margin-bottom: 0 !important;
}

.no-wrap-text {
white-space:nowrap
}

.checkboxlabelalign input{
    margin:12px 5px 5px 5px !important;
    line-height: 15px;
}

.checkboxlabelalign span {
    margin:5px 5px 5px 5px !important;
    text-align: center;
    vertical-align: text-bottom;
     line-height: 21px;
}


.margin20{
    margin :20px;
}



.anchor-active{
     color: #e51937 !important;
    text-decoration: none !important;
}

.nav li a {
    font-size: 15px;
}

.logininput {
    width:100% !important;
}
.scrollDiv{
    max-width:92vw!important;
}

#FAQForm trix-toolbar div .block_tools .code,#FAQForm trix-toolbar div .text_tools .link{
    display:none;
}
.large-area{
    height: 250px;
    overflow-y:auto;
}
.fixed-width{
    width:63.1vw;
}
#contentManagementConfigurationForm trix-toolbar div .block_tools .code,
#contentManagementConfigurationForm trix-toolbar div .text_tools .link,
#contentManagementConfigurationForm trix-toolbar div .block_tools .quote{
    display:none;
}
.footer-align{
    padding-left: 80px;
    padding-right: 80px;
    text-align: left;
    font-size: 90%;
}
.footer-image{
    background: url(../../../../Content/images/footerbackgroundrapid.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #333; 
    border-top:4px solid #cc0033;
}
/*
Sample Usage = <i class="icon-add-division"></i>
*/
@font-face {
    font-family: 'rapid';
    src: url('../fonts/rapid.eot');
    src: url('../fonts/rapid.eot') format('embedded-opentype'), url('../fonts/rapid.ttf') format('truetype'), url('../fonts/rapid.woff') format('woff'), url('../fonts/rapid.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-add-division:before {
    font-family:rapid;
  content: "\e900";
}
.icon-add-inventory:before {
   font-family:rapid;
  content: "\e901";
}
.icon-add-location:before {
        font-family:rapid;
  content: "\e902";
}
.icon-admin:before {
    font-family:rapid;
  content: "\e903";
}
.icon-atm-locator::before {
    font-family:"rapid";
  content: "\e904";
}
.icon-bank:before {
    font-family:rapid;
  content: "\e905";
}
.icon-both-options:before {
    font-family:rapid;
  content: "\e906";
}
.icon-content:before {
    font-family:rapid;
  content: "\e907";
}
.icon-edit-division:before {
    font-family:rapid;
  content: "\e908";
}
.icon-edit-inventory:before {
    font-family:rapid;
  content: "\e909";
}
.icon-edit-location:before {
    font-family:rapid;
  content: "\e90a";
}
.icon-edit-organization:before {
    font-family:rapid;
  content: "\e90b";
}
.icon-enroll-dd:before {
    font-family:rapid;
  content: "\e90c";
}
.icon-faq:before {
    font-family:rapid;
  content: "\e90d";
}
.icon-home:before {
   font-family:"rapid";
  content: "\e90e";
}
.icon-manage-user:before {
    font-family:rapid;
  content: "\e90f";
}
.icon-new-organization:before {
    font-family:rapid;
  content: "\e910";
}
.icon-new-user:before {
    font-family:rapid;
  content: "\e911";
}
.icon-pdf:before {
    font-family:rapid;
  content: "\e912";
}
.icon-register-new-rpc:before {
    font-family:rapid;
  content: "\e913";
}
.icon-rpc:before {
    font-family:rapid;
  content: "\e914";
}
.icon-video:before {
    font-family:rapid;
  content: "\e915";
}

.rapid-md-icon {
    font-size:20px;
}
