/* -------------------------
// Colors - Black White and Grays
// -------------------------
//    $color-black:               #111313                 ;  // Black
//    $color-gray-darker:         lighten(#111313 , 13%)  ;  // #303636
//    $color-gray-dark:           lighten(#111313 , 20%)  ;  // #414949
//    $color-gray:                #697374                 ;  // Gray
//    $color-gray-light:          lighten(#697374, 8%)    ;  // bfbfbf
//    $color-gray-lighter:        lighten(#697374, 30%)   ;  // b8bebe // Silver
//    $color-gray-lightest:       darken(#fafafa, 15%)    ;  // f0f0f0
//    $color-white:               #fafafa                 ;  // White // Cloudy
//
// -------------------------------------------------------------------------------
// Setting Colors for ** Brand Color Variables ** Do not use these in Particles
// -------------------------------------------------------------------------------
//    $blue:                      #0082ca         ;
//    $light-blue:                #44ace1         ;
//    $sky-blue:                  #abe0f9         ;
//
//    $yellow:                    #fdb913         ;  
//    $orange:                    #f58426         ; 
//    $light-green:               #88c540         ;  
//    $light-red:                 #e5554d         ; 
//
//    $red:                       #e03127         ;
//    $purple:                    #9b5ba5         ;
//    $green:                     #00a160         ;
//    $dark-green:                #007b85         ;
//    $blue-green:                #2D98B3         ;
//    $turqois:                   #00b7be         ;
//

/* ===== Base elements and overrides  ===== */

html, body {
  font-family: 'Roboto', sans-serif;
}

.inline {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0 ;
}

.no-padding-right {
  padding-right: 0 ;
}

footer .list-inline>li {
  padding-right:12%;
}

footer .list-inline>li:last-child {
  padding-right:5px;
}

footer a:hover, .footer a:hover {
  color: #44ace1;
}

.leaflet-top .leaflet-control {
  margin-top: 6px;
}

/*body {
  background: ##111313;
}*/

.container-fluid .row {
  margin-right:0px;
  margin-left:0px;
}

label {
  font-weight: 300;
}

.no-padding-right {
  padding-right:0;
}
.no-padding-left {
  padding-left:0;
}

.badge {
  background-color: #0082ca;
  color: #fafafa;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #eee;
  border-color: #eee;
  color: #9b9b9b;
}

.app-version-number {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(250,250,250,.5);
    color: #444;
    padding: 8px 8px 0px 8px;
    border-radius: 8px;
    font-size: 12px;
}

/* ===== Daterange Picker overrides  ===== */

.btn-submit, .btn-success {
  background-color: #0082ca;
  border-color: #0082ca;
}

.btn-cancel, .cancelBtn {
  background-color: #666;
  border-color: #666;
}

.btn-submit:hover, .btn-submit:focus, .btn-success:hover, .btn-success:focus {
  background-color: #44ace1;
  border-color: #44ace1;
}

.btn-cancel:hover, .btn-cancel:focus, .cancelBtn:hover, .cancelBtn:focus {
  border-color: #999;
  background-color: #999;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  border-radius: 0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #0082ca;
  color: white;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #0082ca;
  color: white;
}

.daterangepicker td.in-range {
  background-color: #0082ca;
  color: white;
}

.daterangepicker .input-mini.active {
  border-color: #0082ca;
}
/* ===== End Daterange Picker overrides  ===== */

/* ===== Styles using IDs ===== */

#wrapper {
  background-color: transparent;
}

#content {
  padding-bottom:60px;
  margin-top: 16px;
}

#editBtn{
  color:#545454;
  font-size: large;
}

#deleteBtn{
  color:#545454;
  font-size: large;
}

.footer {
  position:absolute; 
  bottom:0px; 
  width:100%;
  padding:8px;
  padding-top: 17px;
}

.error {
  color:red;
  font-weight: normal;
}

/* ========= Top Nav Bar ========== */

.navbar {
  height: 50px;
  margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
  padding: 10px;
  margin-top: 0;
  max-height: 60px;
  font-weight: 200;
}

.nav-logo {
  height: 100%;
}

.navbar-inverse .navbar-nav>li>a {
  color: white;
  padding-top: 15px;
  padding-bottom: 14px;
  font-weight: 200;
  font-size: 16px;
}

.dropdown-menu>li>a {
  text-align: left;
}

.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover {
  color: #44ace1;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #44ace1;
}

.navbar-nav {
  margin-right: 20px;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
  background-color: white;
  color: #0082ca;
}

/* ========= Page Common ========== */

.page-title {
  margin:4px 0;
}

.page-title>i {
  margin-right:8px;
}

strong {font-weight:900;}

/* ========= User Alerts ========== */

.message-success, 
.message-failure, 
.message-info, 
.message-confirm {
  position: fixed;
  top: 15%;
  left:25%;
}


/* ========= Orverriding Js inline styles ========= */
.pager-hos-cycle {
  margin-top: 8px;
}

.pager-hos-cycle a{
  color: #44ace1;
}

.pager-hos-cycle.disabled a{
  color: #aaa;
}

.pager-hos-cycle.disabled a:hover{
  color: #aaa;
  text-decoration: none;
  cursor:default;
}

.pager-title {
  font-size: 18px;
  padding-top: 5px;
  color: black;
}

.form-group {
  margin-bottom: 8px;
  width:100%;
}

.form-control {
  border-color: #D9D9D9;
  border-width: 1px;
}

p strong {
  color: black;
}

/* ========= Panels ========= */

.panel-heading {
  border-radius: 0;
}

.panel-primary>.panel-heading {
  background-color: #0082CA;
  border-color: #0082CA;
}

.active .panel-primary>.panel-heading {
  background-color: #006196;
  border-color: #006196;
}

.panel-primary {
  border-color: #0082CA;
  border-radius: 0;
  border-width: 2px;
  background-color: #E4E4E4;
  padding-bottom: 4px;
}

.active .panel-primary {
  border-color: #006196;
  background-color: #C2C2C2;
}

.panel-hos .panel{
  min-height: 210px;
}

.panel-hos .panel-body {
  max-width: 140px;
}

.panel-hos .list-group-item {
  background-color: transparent;
  border:none;
  padding:4px;
}

.panel-hos .panel-heading {
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
}

.panel-hos .panel-body {
  padding-bottom: 9px;
  padding-top:3px;
  padding: 3px 5px 18px 5px;
  position: relative;

}

.panel-hos i {
  background-color: white;
  font-size: 20px;
  border-radius: 50%;
  padding: 2px;
}

/* Driver icons using Rm custom icomoon icon font */

.icon-driver-status {
  background-color: white;
  border-radius: 50%;
  border: 2px solid white;
  font-size: 22px;
}

.icon-signed { color: #EEB40F; } /* yellow */


.icon-signed-no,
.icon-sleeper-berth { color: #818282; } /* grey */


.icon-defects-none { color: #05AF05; } /* green */

.icon-driving { color: #05AF05; } /* green */


.icon-defects-ok-drive  { color: #0085CF; } /* blue */

.icon-on-duty { color: #0085CF; } /* blue */


.icon-off-duty { color: black; }

.icon-defects-dont-drive {color: #ED2024;} /* red */

.icon-time {color: #ED2024;} /* red */


/* End Driver icons */


.panel-hos {
  margin-top: 10px;
}

.panel-hos .badge {
  padding:0;
  color: black;
  background-color:transparent;
  font-weight: normal;
}

.panel-hos .list-group {
  margin-bottom:0;
}

.panel-hos .list-inline>li {
  padding-left: 2px;
  padding-right: 2px;
}

/* ========= HOS and HOS Status ========= */

.hos-day-hours {
  font-size: 25px;
  border-bottom: 1px solid white;
  margin-bottom: 6px;
}

.no-data .hos-day-hours {
  border: none;
}

.hos-toggle-details {
  position: absolute;
  right: 4px;
  bottom: -2px;
  font-size: 19px;
}

.hos-toggle-details:hover {
  color: #44ace1;
}

.hos-toggle-details i {
  background: white;
  padding: 1px 2px 0 2px;
  border-radius: 10%;
}
.btn-group {
  padding-right: 3px;
}

.btn-group:last-child {
  padding-right: 0;
}

.leaflet-control-attribution {
  display: none;
}

.input-group-addon {
  background-color:transparent;
  padding: 6px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
  border-left:0;
  padding-left: 2px;
}

.input-group-addon:first-child {
  position: absolute;
  left:0;
  padding-top: 9px;
  z-index:10;
  background:transparent;
  border:none;

}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
  border-left:solid 1px #D9D9D9;
  padding-left: 25px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.input-group .form-control:last-child:focus,
.input-group-addon:last-child:focus,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn:focus, 
.input-group-btn:first-child>.btn:not(:first-child):focus, 
.input-group-btn:last-child>.btn:focus, 
.input-group-btn:last-child>.btn-group>.btn:focus,
.input-group-btn:last-child>.dropdown-toggle:focus {
  border-color: #0082ca;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  background-color: #222;
}

.dropdown-menu li {text-align: right;}

.has-feedback .form-control {
  padding-right:15px;
}

button.btn.btn-primary.btn-submit-table {
  padding-left: 13px;
  box-shadow: none;
}

#daterangepicker {
  width: 100%;
}

.navbar-toggle[aria-expanded="true"] {
  border: none;
  padding: 5px 10px;
}

.navbar-toggle.collapsed .fa {
  display: none
}
.navbar-toggle[aria-expanded="true"] .icon-bar {
  display: none;
}

.navbar-toggle[aria-expanded="true"] .fa {
  display: inline-block;
  color: white;
  font-size: 23px;
}

.dropdown-menu {
  background-color: #E6E6E6;
}

#deleteCompanyForm .form-group {
  margin-left: 0;
  margin-right: 0;
}

#deleteCompanyForm p {
  margin-bottom: 25px;
}

.btn-link {
  color: #0082ca;
}

.btn-link:hover, .btn-link:focus, .btn-link .focus {
  color: #0082ca;
}

#editUserForm .btn-link {
  padding-right: 0;
}

#editUserForm .form-group, #editCompanyInfoForm .form-group{
  margin-top: 20px;
}

#isDriverDivEdit {
  margin-top:0;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0; 
  }

  .form-horizontal .control-label.text-left {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-collapse {
    width: 200px;
    right: 0;
    position: absolute;
    top: 50px;
  }
  .navbar-nav {
    margin-right:0;
  }
  .navbar-inverse .navbar-nav>li>a {
    padding: 8px;
    padding-left:25%;
    font-size: 14px;
    font-weight: bold;
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: white;

    text-align: left;
    padding-left: 36%;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #353535;
    padding-right: 0;
    text-align:left;
    left:0;
  }
  .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: white;
    background-color: #44ace1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: white;
    background-color: #0082ca;
  }

  .navbar-nav .open .dropdown-menu {
    padding-top: 0;
  }
}
.glyphicon-search {
  color: #888;
}

.fullwidth {
  width: 100%;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-action {
  margin-top: 8px;
}
.buyNow{
  font-family: Roboto;
  font-size: 15.6px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

#subsModalLabel{
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #4a4a4a;
}
#deviceCountStyle{
  height: 57.8px; 
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  padding: 14px;
}
#planNameStyle{
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a
}
.Subscription-Cost{
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #4a4a4a;
}

/* Mesaging */ 
.navbar-messaging {
  background-color: #0082ca;
}

.panel-overlay {
  height: calc(100% - 105px);;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fafafa;
  z-index: 500; 
  width: 340px; 
  border:0;
  border-left: solid 2px #cccccc;
  margin-bottom:0;

}

.panel-overlay .panel-heading {
  background-color: #fafafa;
  padding: 0;
  border: none;
}

.panel-overlay .panel-title {
  font-size: 24px;
  background-color: #0082ca;
  padding: 10px 15px;
}

.panel-overlay .list-group-item:first-child {
  border-top: none;
}

.panel-title .btn-message-close {
  position: absolute;
  right: 12px;
  top: 6px;
}

.panel-overlay .panel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding:0;
}
.panel-overlay .panel-body {
  padding:0;
  padding-top: 8px;
  overflow: hidden;
  height: calc(100% - 141px);
  overflow-y: scroll;
  padding-bottom: 16px;
}
.panel-overlay .panel-footer {

}

.input-group .form-control.message-direct-text:first-child  {
  width: 234px;
}

.nav-pills .col-2 {
  width: 49%;
}

.nav-pills .col-2:last-child {
    width: 50%;
}

.panel-overlay-messaging .nav-pills a {
  font-size: 16px;
  color: #111;
  border-bottom-color: #ddd;
  background-color: #ddd;

}
.nav-pills li.active {
  font-size: 16px;
  border-bottom-color: #0082CA;
  background-color: #ddd;
  
}

.panel-overlay-messaging .btn-group {
  height: 60px;
}

.panel-overlay-messaging .btn-group .btn {
  border: 0;
  border-radius:0;
}

.panel-overlay-messaging .btn-group .btn:last-child:not(:first-child) {
  border-left: 2px solid #fafafa;
}

.panel-overlay-messaging .badge {
  position: absolute;
  right: 23px;
  top: 15px;
  font-size: 16px;
}

.list-group-messaging-contacts .input-group-addon:first-child,
.list-group-messaging-contacts .input-search {
  padding-top: 12px;
}

.list-group-messaging-contacts .input-search {
  border:none;
}

.navbar-messaging-status-new {
  color:#e03127;
  position: absolute;
  left: 8px;
  top: 12px;
  font-size:8px;
}
/* Contact Avatar */
.contact-avatar {
  border-radius: 50%;
  border: 1px solid #fafafa;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-transform: uppercase;
  border-color: #666;
  background: #666;
  color: #fafafa;
  font-weight: lighter;
}

.contact-status {
  position: absolute;
  bottom: -2px;
  right: -4px;
  background-color: #fafafa;
  border: 1px #fafafa solid;
  border-radius: 50%;
  color: #cccccc;
}

.contact-status-online {
  color: #0082CA;
}

.list-group-item {
  border-left:0;
  border-right:0;
}

.list-group-messaging-contacts .list-group-item-heading {
  margin-top:9px;
}

.btn-group-messaging-chat {
  padding: 0;
}

.btn-message-back {
  width: 100%;
  text-align: left;
  background-color:#dddddd;
  border:none;
  border-radius:0;
  height: 48px;
  color: #303636;
  margin-bottom: 4px;
  font-size: 18px;
  position: relative;
}

.btn-message-back .btn {
  background-color:#dddddd;
  border:none;
  border-radius:0;
  font-size: 18px;
  color: #0082CA;
  box-shadow: none;
  padding: 11px;
}

.btn-message-back .btn:hover,
.btn-message-back .btn:active:hover {
  color: #00a3fd;
  box-shadow: none;
}

.btn-message-close {
  padding: 4px;
}

.btn-message-close:hover {
  color: #ddd;
}

.btn-message-back span {
  margin-left: 6px;
}

.btn-message-back .no-buttons {
  padding: 11px 4px;
}

.btn-message-back .btn-group-settings {
  position: absolute;
  right: 0;
  padding: 10px 15px;;
}

.group-settings-admin {
  border: 1px solid #979797;
  border-radius: 14px;
  padding: 3px 10px;
  margin-bottom: 16px;
  margin-top: 6px;
}

.group-settings-admin .label {
  position: absolute;
  right: 50px;
  color: #e5554d;
  background: none;
  font-size: 14px;
  font-weight: lighter;
  padding: 0;
}

.label-default.contact-user,
.label-default.contact-admin {
  font-size: 12px;
}

 .panel-overlay-messaging .panel-body {
  padding-top: 0;
  background-color: #fafafa;
 }

.panel-overlay-messaging .form-group {
  position: relative;
}

.group-edit,
.group-edit-success {
  position: absolute;
  bottom: 7px;
  right: 10px;
}

.group-edit-success {
  color: #88c540;
}

.create-new-group {
  margin: 8px 20px 0;
}

.message-panel .message-body{
  padding: 8px 12px 4px 12px;
  position: relative;
  border-radius:4px;
}

.message-recieved {
  margin: 12px 24px 12px 12px;
}

.message-sent {
  margin: 12px 12px 12px 24px;
}

.message-body {
  font-size: 16px;
}

.message-footer {
  font-size: 10px;
  color:#bbb;
  padding-left:12px;
  margin-top:6px;
}

.message-recieved .message-body {
  background: #eee;
}

.message-sent .message-body {
  background: #0082CA;
  color:#fafafa;
  font-weight: lighter;
}

.message-sender {
  font-size: 14px;
}

.message-content {
  color: #888;
}

/* http://apps.eky.hk/css-triangle-generator/ */

.message-recieved .message-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 18px 0 0px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.message-sent .message-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0px 0 18px;
  border-color: #0082CA transparent transparent transparent;
  position: absolute;
  bottom: -4px;
  right: 0;
}

.message-direct .form-group {
  margin-bottom: 0;
}

.message-direct .form-control {
  width: 235px;
  height: 42px;
  border: none;
}

.message-direct .input-group-addon {
  padding:0;
}

.message-direct .input-group-addon .btn {
  min-width: 102px;
  height: 42px;
  width: 102px;
  border-radius: 0;
}

.list-added-contacts .btn {
  margin-bottom: 8px;
  background-color: #ddd;
  padding: 6px 8px;
  border-radius: 14px;
  color: #222;
  font-size: 14px;
}

.list-added-contacts .btn i{
  padding-left: 5px;
}

.list-added-contacts .btn i:hover{
  color: #e5554d;
}

.panel-overlay-messaging .list-group-item {
  border-radius: 0;
}

.panel-overlay-messaging .input-group-btn:last-child>.btn {
  padding: 6px 12px;
  border: 1px solid #D4D4D4;
  background: #D4D4D4;

}

.panel-overlay-messaging .btn-group .btn-outline-danger {
  color: #e5554d;
  border: solid 2px #e5554d;
}

.validation-group-name {
  margin: 8px 0;
  color: #d9534f;
}

.message-group-modal .modal-dialog {
  margin-top: 20%;
  margin-right: 5%;
}

.panel-overlay-messaging .nav-pills {
  background: #ddd;
}

.btn-remove:hover {
  border-color: #e5554d;
}

.btn-remove:hover i {
  color: #e5554d;
}

.list-group-item .checkbox input[type=checkbox] {
  margin-left: 0;
}

/*** custom checkboxes ***/

.checkbox-replace {
  font-size: 16px;
  color:#0082ca; 
}

label {
  cursor: pointer;
  
}

/*input[type=checkbox] { display:none; }*/ /* to hide the checkbox itself */
input[type=checkbox] + .checkbox-replace:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + .checkbox-replace:before { content: "\f096";} /* unchecked icon */
input[type=checkbox] + .checkbox-replace:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + .checkbox-replace:before { content: "\f14a"; color: #9b9b9b; } /* checked icon */
input[type=checkbox]:checked + .checkbox-replace:before { letter-spacing: 5px; } /* allow space for check mark */

/** custom checkbox **/
.toggleBox {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 15px;
  margin: 0;
  float: right
}
.toggleBox input {display:none;}
.toggleBox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
  background-color: #cdcdcd;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggleBox .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  top: -2px;
  bottom: 4px;
  background-color: #9b9b9b;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggleBox input:checked + .slider {
  background-color: #bee890;
}

.toggleBox input:focus + .slider {
  box-shadow: 0 0 1px #bee890;
}

.toggleBox input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
  background: #7ed321;
}
.toggleBox .slider.round {
  border-radius: 34px;
}

.toggleBox .slider.round:before {
  border-radius: 50%;
}


.customCheckBox,
.customRadioBox{
	position: relative;
}
.customCheckBox input,
.customRadioBox input{
	display: none;
}
.customCheckBox span {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #0082ca;
	border-radius: 2px;
	 -webkit-transition: .4s;
  	transition: .4s;
	position: relative;
}

.customCheckBox input:checked + span:before  {
	background: #0082ca;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	content: "\f00c";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}
.customRadioBox span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	border-radius: 12px;
	 -webkit-transition: .4s;
  	transition: .4s;
	position: relative;
}
.customRadioBox input:checked + span {
    border-color: #0082CA;
}
.customRadioBox input:checked + span:before  {
	background: #0082CA;
	text-align: center;	
	position: absolute;
        content: '';       
        top: 50%;
        margin-top: -5px;
        left: 50%;
        margin-left: -5px;
	width: 10px;
        height: 10px;
        border-radius: 50%;        
}

.emailNotify  {
	margin: 10px;
}
.emailNotify > span{
	font-size: 16px;
	line-height: 20px;
}
.notifyEvents {
	margin: 10px 20px;
}
.notifyListTable {
	padding: 0;	
	margin: 0 5px;
}
.notifyListTable li {
	list-style: none;
}
.notifyListTable li.listHead {
	margin-bottom: 10px;
}
.notifyListTable li span.tCell {
	display: inline-block;
	width: 28%;
	vertical-align: top;
	padding: 5px;
}
.notifyListTable li span.tCellEvent {
	width: 40%;
}
.notifyListTable li.listHead .tCell {
	font-size: 13px;
}
.notifyListTable li.listData .tCellEvent {
	font-size: 14px;
	line-height: 18px;
}
.notifyListTable tr td,
.notifyListTable>tbody>tr>td{
	border: 0;
}

.customTooltip + .tooltip,
.customTooltip ~ .tooltip {
	width: 200px
}