@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@charset "UTF-8";

/*!
 * Waybill.work
 * Copyright 2011-2019 Waybill.work, Inc.
 */
.label,
sub,
sup {
    vertical-align: baseline
}

hr,
img {
    border: 0
}

body,
figure {
    margin: 0
}

.btn-group>.btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu {
    float: left
}

.img-responsive,
.img-thumbnail,
.table,
label {
    max-width: 100%
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
    max-height: 340px
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    cursor:pointer;
}

a:active,
a:hover {
    outline: 0
}

b,
optgroup,
strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}
.input-help-text-link{
  font-size: 10px;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
  top: -.5em;
  background: #F44336;
  border-radius: 3px;
  padding: 0 5px;
  color: #fff;
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

*:focus {
outline: none !important;
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}
select{
  background-image: url(/img/dropdown-arrows.png) !important;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 100%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

.layout_2 .navbar{
  background: #fff;
}
.layout_2 .navbar-brand{
  color: var(--theme-color) !important;
}
.layout_2 .navbar-default .navbar-nav>li>a, .layout_2 .navbar-default .navbar-text {
  color: #444;
  transition: all 0.5s;
}
.layout_2 .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: var(--theme-color) !important;
  opacity: 1;
}
.layout_2 .svg-icon g [fill] {
    fill: #444;
}
.layout_2 .menu-control:hover .svg-icon g [fill], .layout_2 .menu-push:hover .svg-icon g [fill], .layout_2 .navbar-top ul li a:hover .svg-icon g [fill] {
    fill: var(--theme-color) !important;
}
.box-shadow-bordered {
  background: #eaf8ff21;
    border: 1px dashed #bebebe;
    padding: 10px;
    border-radius: 5px;
    min-height: 155px;
}
.table-shipment{
  box-shadow: none !important;
  max-width: 100%;
  margin: auto;
      margin-bottom: 0 !important;
}
.table-shipment>tbody>tr>td {
  padding: 0 10px !important;
  border: 1px solid #b8bfc6 !important;
  white-space: nowrap;
  line-height: 25px;
}
.table-shipment>tbody>tr.highlight {
  background: #d8e7d9;
      color: #000;
      font-weight: 500;
}
.overflow-x-auto{
  overflow-x: auto;
}
.ring-container {
  position: relative;
      left: -45px;
      top: -9px;
}

.circle {
  width: 10px;
height: 10px;
background-color: #62bd19;
border-radius: 50%;
position: absolute;
top: 22px;
left: 30px;
}

.ringring {
  border: 3px solid #62bd19;
-webkit-border-radius: 30px;
height: 20px;
width: 20px;
position: absolute;
left: 25px;
top: 17px;
-webkit-animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
opacity: 0.0;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.widget{
  background-color: #fff;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    border-radius: 2px;
    overflow: hidden;
}
.widget-body {
    padding: 15px;
}
.stats-widget .widget-footer {
    padding: 8px 16px;
}
.float-left {
    float: left!important;
}
.stats-widget .big-icon {
    font-size: 35px;
}
.watermark {
    color: #edf0f5!important;
}
.sitefooter {
  font-size: 14px;
}
.trackerPage{
  min-height: 600px;
}
.float-right {
    float: right!important;
}
.rotate-90::before {
  transform: rotate(90deg);
}
.widget-body:after, .widget-footer:after, .widget-header:after {
    display: block;
    content: "";
    clear: both;
}
h3.widget-title {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 500;
}

.widget-title {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: #373a3c;
}
.text-primary {
    color: #3f51b5!important;
}
.box small, .widget small {
    font-size: 95%;
    font-weight: 500;
}
.inputLoading{
  background-image: url(/img/loader.gif) !important;
  background-size: 25px 25px !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  padding-right: 30px !important;
}
#showPassword{
position: absolute;
right: 30px;
top: 10px;
color: #717aad;
font-weight: 500;
}
#inlineloader{
  display: none;
  float: right;
  margin-top: 0px;
  width: 20px;
  height: 20px;
  background: url(../../img/loader.gif) no-repeat;
  background-size: 20px;
}
.inline_icon{
  position: absolute;
    top: 28px;
    right: 18px;
}
.right_widget{
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    background: #fff;
    z-index: 999;
    height: 100%;
    padding: 15px 10px;
    box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
}

.refresh-widget i{
  transition: all 0.75s 0.25s;
}

.right_widget .pull-right a{
  opacity: 0.8;
  color: #747474;
  padding: 3px 6px;
  font-size: 16px;
}
.right_widget .pull-right a:hover{
  opacity: 1;
  color: var(--theme-color);
}
.right_widget_header{
  font-size: 18px;
      font-weight: normal;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
      margin-bottom: 10px;
      padding-left: 5px;
      margin-top: 0px;
}
.right_widget_body{
  overflow-y: auto;
  height: calc(100vh - 50px);
  max-height: calc(100vh - 50px);
  overflow-x: hidden;
}
.right_widget_footer{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  background: #eff0f5;
}
.right_widget_body .notification{
  font-size: 14px;
  color: #444;
  margin: 5px 5px;
}
.right_widget_body .notification span{
  color: #7f7f80;
      font-size: 12px;
}
.widgetloader {
  background: url('/img/easeloader.gif') no-repeat;
  background-size: 100%;
  opacity: 0.5;
  height: 100%;
}
.section-loader{
  background: url(../../img/loader.gif) no-repeat;
  background-size: 20px;
  background-position: center;
  opacity: 0.9;
  min-height: 100px;
}
.update{
  border-bottom: 1px solid #ddd;
  padding: 10px 15px 10px 0;
  font-size: 14px;
}
.update .svg-icon {
  height: 35px;
  width: 35px;
  margin: 15px 0px;
}
.update .svg-icon g [fill] {
    fill: #4CAF50;
}
.datetime{
  color: #607D8B;
  font-size: 12px;
}
.notifySection{
  position: fixed;
  left: 100px;
      z-index: 9999;
  bottom: 10px;
  width: 350px;
  height: 100px;
  display: none;
}
.color{
  border: 0;
background: transparent;
box-shadow: 0 0 0 1px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
border-radius: 2px;
margin-right: 10px;
}
.notifyPopup{
  background: #2196f3;
      padding: 15px;
      margin-bottom: 10px;
      border-radius: 3px;
      font-size: 12px;
      color: #fff;
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(0, 0, 0, 0.1);
}
.notifyPopup a{
  color: #fff !important;
}
.m-0{
  margin: 0 !important;
}
.menuSearch , .menuSearch:hover , .menuSearch:focus , .menuSearch:active{
  padding: 6px 15px !important;
  color: #475e69 !important;
  height: 34px;
  margin: 12px;
  border-radius: 20px;
  border: 0px solid #d6d9de !important;
  /* background: #fff !important; */
}
#overflowTable {
    font-size: 12px;
    overflow-x: auto;
    white-space: nowrap;
}
#overflowTable>tbody>tr>td {
    padding: 6px 0 6px 10px;
}
#overflowTable>thead>tr>th {
    padding-left: 10px;
}
#overflowTable>thead>tr>td, #overflowTable>thead>tr>th {
  border: none;
}
#shipmentTable {
    font-size: 14px;
     overflow-x: auto;
     white-space: nowrap;
}
#shipmentTable>tbody>tr>td {
    padding: 6px 0 6px 10px;
}
#shipmentTable>thead>tr>th {
    padding-left: 10px;
}
#shipmentTable>thead>tr>td, #shipmentTable>thead>tr>th {
  border: none;
}
.bg-secondary{
  background-color: #f7fafc !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    box-shadow: inset 0 -1px #e3e8ee;
    padding: 7px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f7fafc !important;
  color: #55596b !important;
}
.select2-hidden-accessible { position: fixed !important; }
.select2-dropdown {
    border: 0px solid #cadfef !important;
    font-size: 12px;
    position: absolute;
    width: 300px !important;
    box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
}
.mw-800 {
  max-width: 800px;
}
.search_customer.selected{
  border: 1px dashed #4CAF50;
      background-image: url(/img/green-tick-bg.png);
      background-repeat: no-repeat;
      background-position: 95%;
      background-size: 20px;
}
.search_customer{
  border: 0.5px dashed #afbac2;
    border-radius: 5px;
    padding: 20px 10px;
    font-size: 18px;
    box-shadow: none;
}
.customerList{
  max-height: 200px;
  background: #fff;
  z-index: 99;
  position: absolute;
  width: auto;
  min-width: 400px;
  padding: 0px 10px;
  overflow-y: scroll;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
}
.customerList li{
  cursor: pointer;
  list-style: none;
  border-bottom: 1px dashed #eee;
  border-radius: 2px;
  line-height: 20px;
  padding: 5px 0 5px 40px;
}
.customerList li img{
  width: 30px;
  height: 30px;
  margin-left: -40px;
  border-radius: 50%;
  position: absolute;
  margin-top: 6px;
}
.datepicker{
background-image: url(../img/calendar-icon.png) !important;
background-Position: 97% center;
background-Repeat: no-repeat;
cursor: pointer;
background-size: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button{
  border: none !important;
  background: #fff !important;
  font-weight: normal;
  color: #4f4f4f !important;
  font-size: 12px;
  padding: 4px 5px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    background: var(--theme-color) !important;
    font-weight: normal;
    color: #ffffff !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none !important;
    background: rgba(85, 108, 214, 0.39) !important;
    color: #1b1b1b !important;
}
.ui-widget {
    font-family: inherit !important;
    font-size: 1em;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none !important;
    background: none !important;
    color: #515151 ;
}
.ui-widget.ui-widget-content {
    border: none !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px 0 rgba(60, 66, 87, 0.11), 0 3px 5px 0 rgba(146, 146, 146, 0.05);
    color: #55596d;
    margin-top: 5px;
    font-size: 12px;
    padding: 5px 10px;
}
.ui-widget-header {
  border: 1px solid #ffffff !important;
  background: #ffffff !important;
  color: #3F51B5 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none !important;
    background: #eee !important;
    font-weight: normal;
    color: #2b2b2b !important;
    transition: 0.1s;
}
.ui-icon-circle-triangle-e {
    background-position: -32px 0px !important;
}
.ui-icon-circle-triangle-w {
    background-position: -96px 0px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top:2px !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
    top:2px !important;
}
.br-4444{
  border-radius: 4px !important;
}
.br-0044{
  border-radius: 0 0 4px 4px !important;
}
.panel-grey .panel-heading{
    padding: 15px !important;
}
.scrollable-section{
  height: 300px;
  background: #fff;
}
.primary_color{
  color: var(--theme-color) !important;
}

.flash_input .group{
  position:relative;
  margin: 15px 0;
}
.flash_input input{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
}
.flash_input input:focus{ outline:none; }

/* LABEL ======================================= */
.flash_input label 				 {
  color:#999;
  font-size:18px;
  font-weight:normal;
  position:absolute;
  width: 95%;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
.flash_input input:focus ~ label, .flash_input input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.flash_input .bar 	{ position:relative; display:block;     width: 100%; }
.flash_input .bar:before,.flash_input .bar:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background:#5264AE;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.flash_input .bar:before {
  left:50%;
}
.flash_input .bar:after {
  right:50%;
}

/* active state */
.flash_input input:focus ~ .bar:before, .flash_input input:focus ~ .bar:after {
  width:50%;
}

.btn-text-only{
  color: var(--theme-color);
background: transparent;
border: none;
font-size: 15px;
font-weight: 500;
}
.btn-text-only:hover{
  color: var(--theme-color);
background: transparent;
border: none;
font-size: 15px;
font-weight: 500;
}
.bulk-action-buttons{
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  margin-bottom: 25px;
}
.searchform {
  margin: 0;
  background: #fff;
}
.searchform .singleInput{
  width: 200px;
  float: left;
}
.searchform  label{
  color: #616784;
  font-size: 14px;
}
.searchform form{
 width: 100%;
}
.searchform input , .searchform select{
  height: 32px;
    margin: 0px 0px 5px 0;
    width: 100%;
    display: inline;
    padding: 5px 10px;
    font-size: 14px;
}
.comment{
  background: #ffffff;
    padding: 10px 15px;
    border-radius: 0 15px 15px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.highcharts-exporting-group{
  display: none;
}
.highcharts-title{
  font-size: 16px !important;
  color: #333 !important;
}
.highcharts-title, .highcharts-text-outline, .highcharts-axis-title, .highcharts-legend-item, .highcharts-tooltip {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.navbar-transparent{
box-shadow: none !important;
border: none;
background: #e3e8ee !important;
}

.dropdown-menu::after{
  display: none;
  position: absolute;
  right: 10px;
  top: -8px;
  width: 0;
  height: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
}
#drawSignature{
  width: 400px;
  margin: 0 auto;
}
#preview{
    width: 145px;
    height: 35px;
    margin: 10px 0;
    border-radius: 3px;
}
#canvas{
    width: 400px;
    height: 150px;
    border-radius: 4px;
}

.ripple {
  position: relative;
  background-color: transparent;
}
.ripple .ripple-effect-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  border-radius: inherit;
}
.ripple .ripple-effect {
  position: absolute;
  background-color: #dddddd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  line-height: 0;
}
.ripple .ripple-content {
  position: relative;
  z-index: 1;
}

.btn-transparent:hover{
  background-color: rgba(0,0,0,.08);
}
.btn-transparent{
  font-size: 14px;
  padding: 8px 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #616161;
  text-decoration: none !important;
  outline: none;
  border: none;
  border-radius: 2px;
  display: inline-block;
}
.btn-transparent-primary{
  color: var(--theme-color);
  /* background: #f9f9f9; */
}

#table_search:hover , #table_search:focus , #table_search:active{
      border: 1px solid #0476f2;
      color: #0476f2;
}
#table_search{
      border: 1px solid #d9d9d9;
      padding: 3px 10px 3px;
      border-radius: 3px;
      margin-top: 0;
      float: left;
      width: 150px;
      margin: -1px 10px;
      font-size: 12px;
      display: block;
      box-shadow: 0 1px 2px 0px #c8c8c8;
      -moz-box-shadow: 0 1px 2px 0px #c8c8c8;
      -webkit-box-shadow: 0 1px 2px 0px #f5f8fa;
}
.spinner {
  border: 1.5px solid #ffffff;
      border-top: 2px solid transparent;
      border-radius: 50%;
      width: 13px;
      height: 13px;
      animation: spin 2s linear infinite;
      float: right;
      margin: 5px 5px 5px 0;
      right: -5px;
    position: relative;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.fileInput{
width: 100%;
margin: 5px 0 15px 0px;
background: #fff;
padding: 5px;
border-radius: 3px;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1803921568627451);
}
.cursor{
  cursor: pointer !important;
}
.success{
      color: #2ab27b !important;
}
.danger{
      color: #e75a58 !important;
}
.blue-grey.lighten-2 {
    color: #5e6d80 !important;
}
.blue-grey.lighten-1 {
    color: #a0afc2 !important;
    font-size: 14px;
}
.blue-grey.lighten-3 {
    color: #2b3e55 !important;
}
.small-shadow{
  box-shadow:0 2px 5px 0 rgba(60,66,87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, .07);
}
.menu_username{
  font-weight: normal;
      font-size: 1.2em;
      color: #373d59;
      position: relative;
      left: -5px;
      top: -7px;
      padding-left: 5px;
}
.menu_user .menu_welcome{
  font-size: 12px;
  color: #909fb0;
  font-weight: 400;
}
.menu_user {
  padding: 8px;
  width: 100%;
  height: 56px;
}
.menu_user .left img{
  border-radius: 4px;
  margin-top: 7px;
  width: 28px;
  height: 28px;
}
.menu_user .left{
  width: 35px;
  padding-left: 5px;
  float: left;
}
.menu_user .right{
  float: left;
  padding-left:10px;
}
.menu_user a{
  position: relative;
    left: 28px;
    top: -10px;
    /* color: var(--theme-color); */
    color: #0476f2;
}
.font-large-2{
 color: #2a2f45;
}
.twPc-div .card-content{
  padding: 5px 0;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    }
body {
    top: 0px !important;
    }

.goog-te-gadget {
    line-height: 0px;
  }
.goog-te-gadget .goog-te-combo {
      margin: 4px 0;
      width: 100px;
      border: 0;
      padding: 5px;
      border-radius: 5px;
  }
.loginBox{
  max-width: 390px;
  margin: auto;
}
.signupBox{

}
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    font-size: 15px;
height: 35px;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.custom-check-box {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 12px;
    margin-top: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.image-select{
  text-align: center;
  border: 1px solid #c7d7e2;
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
}
.image-select img{
    height: 60px;
}
.image-select img:hover{

}

.notificationNumber {
  display: none;
  background: #2ab27b;
  color: #fff;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 10px;
  position: relative;
  left: -8px;
  top: -16px;
}
.activeChat .unseenNumber{
  display: none !important;
}
.unseenNumber{
  display: block;
  background: #2196F3;
  width: 20px;
  height: 20px;
  color: #fff;
  padding: 0px 7px;
  border-radius: 10px;
  float: right;
  right: 0px;
    top: 0;
  position: absolute;
}
.p-0{
  padding: 0 !important;
}
.p-0-all{
  padding: 0 !important;
}
.p-5{
  padding: 5px !important;
}
.pl-0{
  padding-left: 0 !important;
}
.pr-0{
  padding-right: 0 !important;
}
.intro {

}
.svg-icon.inline{
  position: relative;
  top: 6px;
}
.panel-heading img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.fullBackground{
height: 100%;
background-position: center;
background-repeat: repeat;
background-size: cover;
}
.statusUpdate a{
  font-size: 11px;
}

.text-light{
  color: #fff !important;
}

.showShipment .panel-body{
      padding: 0 20px 50px 20px;
}
.addshipmentpage h5{
  border-bottom: 1px solid #d1d3df;
      padding: 5px 0 10px 0px;
      font-size: 16px;
      font-weight: 400;
}
 .header_style_1 {
  font-size: 15px;
  margin: 5px 0;
  font-weight: 500;
  color: #3F51B5;
}
.form-control.sm{
  width: 100%;
  height: 28px;
  padding: 5px;
}
 .header_style_2 {
   font-size: 14px;
       margin: 5px 0;
       font-weight: 500;
       color: #6777c4;
       text-transform: uppercase;
}
 .header_style_1::after {
   content: "";
   display: block;
   text-align: left;
   margin: 0;
   width: 80px;
   padding-top: 5px;
   border-bottom: 2px solid #e2eafd;
}

.mr-15{
  margin: 15px !important
}
.gmd-1 {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gmd label {
  text-transform: capitalize;
  background: #2196F3;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  line-height: 40px;
}
.pull-left {
  float: left!important;
    padding-right: 15px;
    padding-bottom: 18px;
}
.gmd .query b , .gmd .demo b, .gmd .signup b{
    color:  #636b6f;
    text-transform: capitalize;
}
.gmd .query , .gmd .demo , .gmd .signup {
  color:  #2196f3;
  text-transform: capitalize;
}

.gmd b {
  text-transform: capitalize;
}
.gmd {
  background: #fff;
      border-radius: 2px;
      display: block;
      float: left;
      margin: 5px;
      padding: 15px;
      width: 280px;
      height: 280px;
      overflow-y: scroll;
}
.leadtime{
  position: absolute;
      background: #2196F3;
      color: #fff;
      border-radius: 5px 5px 5px 0;
      padding: 2px 10px;
      font-size: 11px;
      margin-top: -10px;
      margin-left: -75px;
}
.gmd-1:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ModalFullSize{
width: 100% !important;
margin: 0  !important;
position: fixed  !important;
border-radius: 0  !important;
height: 100%;
}
.ModalFullSize .modal-body{
height: 85% !important;
overflow-y: scroll;
}
.ModalFullSize .modal-footer{
text-align: center !important;
padding: 10px !important;
}
.ModalFullSize .modal-content{
width: 100% !important;
height: 100% !important;
margin: 0  !important;
position: fixed  !important;
border-radius: 0  !important;
}

.labelKeyNames {
    display: inline-block;
    margin: 5px;
    background: #fafaf;
    line-height: 20px;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.14901960784313725);
    -moz-box-shadow:    0px 1px 4px 0px rgba(0, 0, 0, 0.14901960784313725);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.14901960784313725);
}

/* The actual timeline (the vertical ruler) */
.timeline-vertical {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #eef3f6;
    border-radius: 4px;
    max-height: 300px;
    min-height: 300px;
    overflow-y: scroll;
}

/* The actual timeline (the vertical ruler) */
.timeline-vertical::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-vertical .timeline-vertical-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-vertical .timeline-vertical-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.timeline-vertical .left {
    left: 0;
}

/* Place the container to the right */
.timeline .right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline-vertical .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline-vertical .right::after {
    left: -12px;
}

/* The actual content */
.timeline-vertical .content {
    padding: 5px 10px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 1px 2px 13px 4px rgba(34, 34, 34, 0.050980392156862744);
    -moz-box-shadow:    1px 2px 13px 4px rgba(34, 34, 34, 0.050980392156862744);
    -webkit-box-shadow: 1px 2px 13px 4px rgba(34, 34, 34, 0.050980392156862744);
}
.timeline-vertical .content h2{
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}
.timeline-vertical .content i{
  color: #999;
  font-size: 11px;
}
.timeline-vertical-vertical .content p{
  margin: 0;
}

.fs-12{
  font-size: 12px;
}
.fs-13{
  font-size: 14px;
}
.fs-14{
  font-size: 14px !important;
}
.fs-15{
  font-size: 15px;
}
.text-ccc{
  color: #cacaca;
}

/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #fff;
  left: 50%;
  margin-left: -1.5px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.23921568627450981);
  -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.23921568627450981);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.23921568627450981);
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item:first-child .timeline-badge {
    border: 3px solid #e9f4fc;
}

.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #fff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.23921568627450981);
  -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.23921568627450981);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.23921568627450981);
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.flyanimation:before{
  z-index: 99;
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  content: "";
  width: 10px;
  border-color: #ffffff;
  height: 10px;
  border-radius: 40px;
  border-width: 16px;
  border-style: solid;
  -webkit-animation: scaling 2s ease-out infinite;
  -moz-animation: scaling 2s ease-out infinite;
  -o-animation: scaling 2s ease-out infinite;
  animation: scaling 2s ease-out infinite;
}
.timeline .timeline-item:first-child .timeline-badge.success {
  background-color: #2ab27b;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #c4d5e1;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item:first-child .timeline-panel {
  background: #2ab27b;
  color: #fff;
}
.timeline .timeline-item:first-child .timeline-panel {
  box-shadow:  0px 10px 25px 1px rgba(0, 0, 0, 0.23921568627450981);
  -moz-box-shadow:    0px 10px 25px 1px rgba(0, 0, 0, 0.23921568627450981);
  -webkit-box-shadow:   0px 10px 25px 1px rgba(0, 0, 0, 0.23921568627450981);
  padding: 15px;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
width: 46%;
float: left;
color: #444;
right: 16px;
border: none;
background: #fff;
border-radius: 10px;
padding: 10px;
box-shadow: none;

}
.timeline .timeline-item:first-child .timeline-panel:before {

}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #fff;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item:first-child .timeline-panel .timeline-title  a{
  color: #fff;
}
.timeline .timeline-item .timeline-panel .location{
text-transform: capitalize;
}
.timeline .timeline-item .timeline-panel .timeline-title  a{
font-size: 12px;
text-transform: capitalize;
}
.timeline .timeline-item .timeline-panel .timeline-title {
color: inherit;
margin: 0;
font-size: 15px;
}
.timeline .timeline-item .timeline-panel .timeline-heading p{
margin: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
  font-size: 12px;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
  width: 100%;
}
.timeline-horizontal:before {
  height: 5px;
  top: auto;
  bottom: 10px;
  left: 45px;
  right: 0;
  width: 200%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
height: 200px;
min-width: 300px;
max-width: 300px;
float: none !important;
padding-left: 0px;
padding-right: 20px;
margin: 0 auto;
vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 30px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 10px 25px 1px rgba(0, 0, 0, 0.23921568627450981);
  -moz-box-shadow:  0px 10px 25px 1px rgba(0, 0, 0, 0.23921568627450981);
  -webkit-box-shadow:  0px 10px 25px 1px rgba(0, 0, 0, 0.23921568627450981);
}
.timeline-horizontal .timeline-item:first-child .timeline-panel:before {
    border-top: 16px solid #2ab27b !important;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
      bottom: -16px;
      left: 28px !important;
      right: auto;
      border-right: 16px solid transparent !important;
      border-top: 16px solid #fff !important;
      border-bottom: 0 solid #ffffff !important;
      border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 58px;
}

#requestCount{
  background: #4CAF50 !important;
  color: #ffffff !important;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 10px;
  position: absolute;
  left: 34px;
  float: left;
  top: 5px;
	}

.shipmentfiles{
  width: 275px;
  height: 200px;
  float: left;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0px rgba(46,61,73,0.15);
  -moz-box-shadow: 2px 2px 2px 0px rgba(46,61,73,0.15);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(46,61,73,0.15);
  border-radius: 0;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  margin: 0 15px 15px 0;
}
.shipmentfiles .img{
  width: 275px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
  transition: all 0.3s ease;
}
.shipmentfiles .caption{
  padding: 15px 10px;
}
.shipmentfiles .caption a{
  float: right;
}

.socialLogin{
    padding: 15px 0;
    text-align: center;
}
.socialLogin a:hover{
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.socialLogin p{
    font-weight: 500;
  }
.socialLogin a img{
  height: 15px;
  width: 15px;
  margin-right: 5px;
  margin-top: -3px;
}
.socialLogin a{
  border: none;
  color: #5e72e4;
  font-size: 15px;
  margin-right: 5px;
  padding: 10px 15px;
  font-weight: 500;
  border-color: #fff;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  position: relative;
  transition: all .15s ease;
  letter-spacing: .025em;
  text-transform: none;
  will-change: transform;
}

.margin-0{
  margin: 0 !important;
}
.bg-white{
  background: #fff !important;
}
.searchbox{
  padding: 7px;
  border: 0;    margin: 0 5px;
}
.searchbox:focus,.searchbox:active,.searchbox:hover{
  outline: 0;
}
.files input:focus,.files input:active{
  outline: 2px dashed #92b0b3 !important;
      outline-offset: -10px !important;
      border: none !important;
      box-shadow: 0 0 0 1px rgba(42,47,69, 0.16) !important;
}
.no-before::before{
  display: none !important;
  content: "" !important;
}
.files input {
  outline: 2px dashed #92b0b3;
      outline-offset: -10px;
      -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
      transition: outline-offset .15s ease-in-out, background-color .15s linear;
      padding: 50px 0px 75px 35%;
      text-align: center !important;
      margin: 0;
          display: inline-block !important;
      margin: 5px 0;
      width: 100% !important;
}
.padding-0{
  padding: 0 !important
}
.pointer{
  cursor: pointer;
}
.ti-reload{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ti-reload.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.addshipmentpage .files:after {  pointer-events: none;
  display: none
}
/* .files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
} */

.navbar-brand-sub{
  line-height: 55px;
  color: #444;
  font-weight: 500;
  padding: 10px;
}
.loadingmodal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e3e8ee url(../img/loader.gif) 50% 50% no-repeat;
  background-size: 25px;
}
.loadingchart {
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/loader.gif) 50% 50% no-repeat;
  background-size: 25px;
}
.m-14{
  margin:14px;
}
.panel-heading .pull-right .form-control{
  margin-top: 0px;
  flex: 0 0 auto;
  padding: 3px 8px;
  background-color: #fff;
  border-radius: 4px;
  /* box-shadow: 0 0 0 1px rgba(42,47,69,.1), 0 2px 5px 0 rgba(42,47,69,.08), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent; */
  color: #4f566b;
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  word-break: keep-all;
  transition: box-shadow .08s ease-in,color .08s ease-in;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loadingmodal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingmodal {
    display: block;
}

.profile {
  margin: 20px 0;
}
.navbar-form {
    margin: 8px;
  }
/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
background: #fff;
box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
-moz-box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
-webkit-box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
border-radius: 4px;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  text-transform: capitalize;
  color: #0476f2;
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: bold;
}

.profile-usertitle-job {
      text-transform: capitalize;
    color: #798294;

    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
  width: 100%;
}

.profile-usermenu ul li:last-child {
  border-bottom: none !important;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
  transition: 0s;
}
.profile-usermenu  .nav-tabs {
    border-bottom: none !important;
}
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
      background-color: #fafcfd;
    color: var(--theme-color);
    box-shadow: none;
    border: 1px solid transparent;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
 color: var(--theme-color) !important;
    background-color: #f6f9fb !important;
    border-left: 3px solid var(--theme-color) !important;
    margin-left: -3px;
    width: 101%;
    border: none;
}
.profile-usermenu .nav-tabs>li.active>a, .profile-usermenu .nav-tabs>li.active>a:focus,.profile-usermenu .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border:0 !important;
	border-left: 3px solid var(--theme-color) !important;
    border-radius: 0;
    border-bottom-color: transparent;
}

/* Profile Content */
.profile-content {
  padding: 0px;
  min-height: 467px;
}

#pswd_info {
	background: #dfdfdf none repeat scroll 0 0;
	color: #fff;
	left: 20px;
	position: absolute;
	top: 115px;
}
#pswd_info h4{
    background: black none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
}
#pswd_info ul {
    list-style: outside none none;
}
#pswd_info ul li {
   padding: 10px 45px;
}



.valid {
	background: rgba(0, 0, 0, 0) url("../img/right-dark.png") no-repeat scroll 2px 6px;
	color: green;
	line-height: 21px;
	padding-left: 22px;
}

.invalid {
	background: rgba(0, 0, 0, 0) url("../img/wrong-dark.png") no-repeat scroll 2px 6px;
	color: red;
	line-height: 21px;
	padding-left: 22px;
}


#pswd_info::before {
    background: #dfdfdf none repeat scroll 0 0;
    content: "";
    height: 25px;
    left: -13px;
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 25px;
}
#pswd_info {
    display:none;
}

.margin-top-bottom-15{
margin: 15px  0;

}
.track-input{
  background: url(../img/track.png) no-repeat 275px;
background-size: 50px;
}
.rate-card {
  padding: 15px 0;
  background: #fefefe;
  box-shadow: 0px 1px 3px 0px #00000021;
  -moz-box-shadow:  0px 1px 3px 0px #00000021;
  -webkit-box-shadow:   0px 1px 3px 0px #00000021;
  margin: 10px 0;
}
.rate-card span {
  color: #09ad57;
  font-size: 20px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  line-height: 40px;
}
.rate-card a {
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}
.configuration .nav-tabs {    border-bottom: 2px solid #f5f8fa; }
.configuration .nav-tabs > li.active > a, .configuration .nav-tabs > li.active > a:focus, .configuration .nav-tabs > li.active > a:hover { border-width: 0; }
.configuration .nav-tabs > li > a { border: none; color: #666; }
.configuration .nav-tabs > li.active > a, .configuration .nav-tabs > li > a:hover { border: none !important; color: var(--theme-color) !important; background: transparent; }
.configuration .nav-tabs > li > a::after { content: ""; background: var(--theme-color); height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.configuration .nav-tabs > li.active > a::after, .configuration .nav-tabs > li:hover > a::after { transform: scale(1); }
.configuration .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.roles-checkbox > input[type="checkbox"] {
    display: none;
}

.roles-checkbox > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.roles-checkbox > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:  inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.roles-checkbox > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:   0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.roles-checkbox > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.roles-checkbox > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.roles-checkbox.small > label {
    width: 30px;
}
.roles-checkbox.small > label::before {
    height: 12px;
    margin-top: -9px;
    width: 25px;
}
.roles-checkbox.small > label::after {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:   0px 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.1);
    height: 18px;
    margin-top: -8px;
    width: 18px;
}
.roles-checkbox.small > input[type="checkbox"]:checked + label::after {
    left: 10px;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 7;
  stroke-miterlimit: 10;
  stroke: #fff;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.alert-danger .animated_checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  stroke-width: 6px;
  margin-right: 8px;
  float: left;
  stroke: #ed6767;
  stroke-miterlimit: 10;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.alert-success .animated_checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  stroke-width: 6px;
  margin-right: 8px;
  float: left;
  stroke: #326932;
  stroke-miterlimit: 10;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

/*  form steps  */
.steps{
	max-width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0;
	background: #ffffff;
	border: 1px solid #e1e8f2;
	position: relative;
	text-align: center;
}

.steps:after{
	content: "";
	display: block;
	width: 16px;
	height: 8px;
	background: url('../img/arrow_icon.png') no-repeat;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
}

.steps ul li{
	width: 100%;
	list-style: none;
	display: none;
	float: left;
}

.steps ul li.current_step{
	display: block;

}

.steps ul li .text_field{
	display: block;
	width: 60%;
	padding: 15px 20px;
	border: 1px solid #d0d7e1;
	font-family: "opensans-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #515860;
	letter-spacing: 1px;
	background: #ffffff;
	margin: 0 auto;
	outline: none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.steps ul li.error .text_field{
	border: 1px solid #E46B6B;
}

.steps .form_title{
	display: inline-block;
	text-align: center;
	margin-bottom: 50px;
	font-family: 'opensans-bold', Helvetica, Arial, sans-serif;
	color: #515860;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.steps .note{
	display: inline-block;
	font-family: 'opensans-regular', Helvetica, Arial, sans-serif;
	color: #c7d3e1;
	font-size: 12px;
	margin-top: 10px;
	width: 60%;
	text-align: left;
}

/*  steps navigation  */
.navigation_container ul{
	display: inline-block;
	margin-top: 50px;
}

.navigation_container li{
	list-style: none;
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	margin: 24px 10px 0 0;
	background: #d8e0eb;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.navigation_container li:first-child{
	margin-left: 0;
}

.navigation_container .current_nav{
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 15px 0 5px;
	top: -1px;
	background: #51c57e;
	cursor: pointer;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.navigation_container .valid{
	background: #51c57e!important;
}

.navigation_container .error{
	background: #eb3b3b!important;

	-webkit-animation: bounce_btn .5s linear;
	-moz-animation: bounce_btn .5s linear;
	-ms-animation: bounce_btn .5s linear;
	-o-animation: bounce_btn .5s linear;
	animation: bounce_btn .5s linear;
}


.tab-pane {
  -webkit-animation: fadeInScale 0.2s ease-in-out;
-moz-animation: fadeInScale 0.2s ease-in-out;
animation: fadeInScale 0.2s ease-in-out;
}
.modal-dialog{
  -webkit-animation: fadeInScale 0.2s ease-in-out;
-moz-animation: fadeInScale 0.2s ease-in-out;
animation: fadeInScale 0.2s ease-in-out;
}
/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.99);
  	opacity: 0;
  }

  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

/*  SVG icons css  */
.animate{
	-webkit-animation: bounce_btn .5s linear;
	-moz-animation: bounce_btn .5s linear;
	-ms-animation: bounce_btn .5s linear;
	-o-animation: bounce_btn .5s linear;
	animation: bounce_btn .5s linear;
}

.icon.red{
      color: #fe6e6e;
}
.icon.blue{
  color: #0476f2;
}
.icon.green{
      color: #2ab27b;
}
.icon.yellow{
      color: #e5b900;
}
.icon.grey{
          color: #858586;
}
.icon{
	position: absolute;
	top: 50%;
	right: 5%;
	margin-left: -12px;
	margin-top: -12px;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.arrow{
	opacity: 0;
}

.current_nav .arrow{
	opacity: 1;
	display: block!important;
}

.step_nb{
	display: none;
	width: 50px;
	height: 50px;
	font-family: "opensans-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #515860;
	background: #F5F5F5;
	margin: 0 auto 50px auto;
	line-height: 50px;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}


/*  bounce effect animation  */
@-webkit-keyframes bounce_btn {
  0%{
    	transform: scale(1);
		-webkit-transform: scale(1);
  }
  30%{
   		transform: scale(1.2);
		-webkit-transform: scale(1.2);
  }
  60%{
   		transform: scale(.95);
		-webkit-transform: scale(.95);
  }
  100%{
  		transform: scale(1);
		-webkit-transform: scale(1);
  }
}

@keyframes bounce_btn {
  0%{
    	transform: scale(1);
		-webkit-transform: scale(1);
  }
  30%{
   		transform: scale(1.2);
		-webkit-transform: scale(1.2);
  }
  60%{
   		transform: scale(.95);
		-webkit-transform: scale(.95);
  }
  100%{
  		transform: scale(1);
		-webkit-transform: scale(1);
  }
}

#customerWelcome .modal-dialog .intro-btn:first-child{
  float: left;
}
#customerWelcome .modal-dialog .intro-btn:last-child{
  float: right;
}
#customerWelcome .modal-dialog{
  width: 550px;
}
#customerWelcome .modal-body .intro-icon i{
  font-size: 100px;
  color: #55c;
}
#customerWelcome .modal-body .intro-icon{
  text-align: center;
  position: relative;
  top: -65px;
  height: 60px;
}
#customerWelcome .modal-body h4{
  margin: 0px 0 15px 0;
color: #555;
}
#customerWelcome .modal-body{
  position: relative;
  margin-top: 50px;
  padding: 40px;
  background-image: url(../img/onboarding-gradient.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.onboarding-card-instant {
  margin: 50px auto;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps .onboarding-step {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 33.333333333333336%;
    height: 100%;
    text-align: center;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps .onboarding-step .step-connector {
    position: absolute;
    top: 16px;
    left: 0;
    transform: translate(-50%, 0);
    width: 100%;
    padding-left: 26px;
    padding-right: 26px;
    height: 4px;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps .onboarding-step .step-connector .step-connector-content {
    background: transparent url(/img/inactive_connector.png) 50% 0 no-repeat;
    width: 100%;
    height: 100%;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps .onboarding-step .step-indicator {
    margin: 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 22px;
    padding: 6px;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps .onboarding-step .step-indicator img {
    display: block;
    width: 100%;
    height: 100%;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps .onboarding-step .step-content {
    padding: 0 8px;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps .onboarding-step .step-content .step-content-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps .onboarding-step .step-content {
    padding: 0 8px;
}
.onboarding-card-instant .onboarding-card-instant-content .onboarding-steps .onboarding-step .step-content .step-content-body {
  padding: 0 8px;
margin: 0 10%;
font-size: 12px;
}
.onboarding-illustration {
    width: 280px;
    height: 310px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(/img/onboarding.png) 0 0 no-repeat;
    opacity: 1;
}
.intro-btn{
  background: none;
border: none;
color: #55c;
margin-top: 15px;
font-weight: 500;
}
.color input{ background-color:#f1f1f1;}
.files:before {
  position: absolute;
      bottom: 20px;
      left: 0;
      pointer-events: none;
      width: 90%;
      right: 0;
      text-align: center;
      height: 90px;
      content: "Drop files here to upload or choose file";
      display: block;
      margin: 0 auto;
      background-image: url(/img/files-img.png);
      background-color: #fff;
      color: #607D8B;
      font-weight: 400;
      line-height: 0px;
      background-repeat: no-repeat;
      background-size: 150px;
      background-position: center;
}
.files-img:before {
  background-image: url(/img/files-img-only.png);
}
.files-no-img:before {
  background-image: none;
  background-color: transparent;
}
.files-csv:before {
  background-image: url(/img/files-csv.png);
}
.files-csv-xls:before {
  background-image: url(/img/files-csv-xls.png);
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.btn-danger.dropdown-toggle,
.open>.btn-default.dropdown-toggle,
.open>.btn-info.dropdown-toggle,
.open>.btn-primary.dropdown-toggle,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    background-color: #f4f6f8;
}

body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #48586a;
    height: 100%;
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 14px;
    line-height: inherit
}

a {
    color: var(--theme-color);
    text-decoration: none;
    /* transition:0.5s; */
    /* font-size: 14px; */
}

a:focus,
a:hover {
  color: var(--theme-color);
  text-decoration: none;
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.img-circle {
    border-radius: 50%
}
.sidebar::-webkit-scrollbar , .page-sidemenu::-webkit-scrollbar {
    display: none;
}
.sidebar {
z-index: 27;
background-color: #fff;
color: #001222;
height: 100%;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
position: fixed;
top: 0;
left: 0;
width: 225px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: solid 1px #ccd4de;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
  color: #373d59;
  font-size: 15px;
  font-weight: 500;
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt,
kbd kbd,
label {
    font-weight: 500;
    font-size: 14px;
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #0476f2
}

a.text-primary:focus,
a.text-primary:hover {
    color: #054489
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #0476f2
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #054489
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code,
table {
    background-color: transparent
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address,
dl {
    margin-bottom: 22px
}

ol,
ul {
    margin-bottom: 11px
}

.list-inline {
    margin-left: -5px
}

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

dd,
dt {
    line-height: 1.6
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #777
}

legend,
pre {
    color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption,
th {
    text-align: left
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 1.6
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  color: #3F51B5;
  background-color: #fff;
  border-radius: 4px;
  line-height: 32px;
  margin: 0 5px 5px 0px;
  padding: 5px;
  box-shadow: 0 2px 5px 0 rgba(60,66,87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, .07);
}
.timestamp {
  color: #172570;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 5px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
.api-information hr {
  margin: 5px 0;
}
.api-information div {
  margin-bottom: 10px;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow:  inset 0 -1px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow:  inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

pre {
  display: block;
  padding: 5px;
  margin: 3px 0 5px;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(42,47,69, 0.16);
  border-radius: 4px;
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.statistics .fa {
  font-size: 20px;
      text-align: right;
      position: absolute;
      top: 20px;
      right: 27px;
      outline: none;
     }
.statistics .ti {
  font-size: 20px;
      text-align: right;
      position: absolute;
      top: 20px;
      right: 27px;
      outline: none;
     }
.statistics a { transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease; }
/* Visitor */

.shipmentsCount h4.list-group-item-heading { color:#a94442; }
/* .statistics a.shipmentsCount:hover { background-color:#3b76aa; }
.statistics a.shipmentsCount:hover * { color:#FFF; } */
/* .statistics .list-group-item{
border:none !important;
} */


.product {
    height: 260px;
    overflow-y: scroll;
    background: #fff;
    padding: 10px 15px 0 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 2px 0px #dfdfdf;
    -moz-box-shadow: 0px 1px 2px 0px #dfdfdf;
    -webkit-box-shadow: 0px 1px 2px 0px #dfdfdf;
}
.product strong{
font-weight: 500;
font-size: 14px;
}
.product .productHeader{
  border-bottom: 1px solid #d1d3df;
  padding: 0px 0 10px 0px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product .productHeader a{
float: right;
    margin-left: 10px;
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}
.container{
  width: 100%;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    overflow-y: scroll
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table-responsive .table {
  margin-bottom: 0;
}
.table {
  width: 100%;
  margin-bottom: 22px;
  border: 1px solid #f1f2f3;
  font-size: 14px;
}
.courseversion{

}
.upload_hints{
  background: #f5f8fa;
padding: 10px 15px;
border-radius: 5px;
}
.courseversion select{

}
.courseversion button{

}
.courseversion .live{
  color: #197d38;
  background: #dae6ef;
}
.courseversion span{

  color: #4b5863;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 10px;
}
.guest .content {
    padding-left: 0 !important;
}
.shortcut{
  margin: 10px 10px 10px 0;
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  color: #59646f;
  float: left;
  -webkit-box-shadow: 0 2px 15px rgba(40, 78, 102, .1);
  box-shadow: 0 2px 15px #284e661a;
}
.shortcut a{

}
.shortcut>a.remove{
  position: relative;
  top: -15px;
  right: -10px;
  color: #e23427;
}
.table {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(40, 78, 102, .1);
  box-shadow: 0 2px 15px #284e661a;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 15px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th {
        padding: 8px 20px;
    vertical-align: top;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 35px;
    text-align: left;
}
.table>thead>tr>td, .table>thead>tr>th{
   border: none;
 }
.table>tbody>tr>td:first-child,
.table>tbody>tr>th:first-child,
.table>tfoot>tr>td:first-child,
.table>tfoot>tr>th:first-child,
.table>thead>tr>td:first-child,
.table>thead>tr>th:first-child {

  text-align: left;
}
.addressList{
    margin: 0;
}
.addresslistsingle {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
  padding: 10px;
}
.addresslistsingle .pull-right {
  position: relative;
  margin-top: -32px;
}
.addresslistsingle .time {
  font-size: 11px;
  color: #9fb4be;
  font-weight: 400;
  float: right;
  margin-top: -5px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
      border: 1px solid #c7d7e2 !important;
      border-radius: 3px !important;
      padding: 1px;
      margin-top: 1px;
      height: 34px !important;
      width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 5px !important;
    width: 20px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.addshipment input,.addshipment select{
  height: 36px;
}
.btn-blue:hover , .btn-blue:focus{
  background: var(--theme-color);
  color: #fff !important;
  background-color: rgb(85, 108, 214);
  box-shadow: rgb(61, 78, 172) 0px 1px 0px 0px,
  rgb(85, 108, 214) 0px 0px 0px 1px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(60, 66, 87, 0.22) 0px 2px 4px 0px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(60, 66, 87, 0.22) 0px 2px 4px 0px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.numbers span{
font-size: 20px;
line-height:30px;
color: #009688;
}
#menuToggleBtn span{
  font-size: 18px !important;
  top: 2px;
}
#menuToggleBtn img{
  position: relative;
  margin: 0px 15px 5px 10px;
  width: 25px;
  height: 25px;
}
.hidden-lg{
  display: none;
}
.app-overlay{
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(48,75,88,.5);
}
.left-menu{
  position: fixed;
  width: 250px;
  font-size: 21px;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0 !important;
  bottom: 0;
  margin: 0 !important;
  border-radius: 0 !important;
  z-index: 999;
  background: #fff;
  height: 100%;
  box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
}
.left-menu .dropdown>a>span {
    float: right;
    top: 5px;
    right: 10px;
}
.left-menu .navbar-collapse{
  padding: 0;
}

.left-menu ul li a i:hover{
  color: #fff;
}
.left-menu ul li a i{
background: none;
padding: 5px;
border-radius: 13px;
margin-right: 5px;
font-size: 12px;

}
.left-menu .panel-heading{
  padding: 0 !important;
  border-bottom: none !important;
}
.left-menu ul .active a .svg-icon{
    margin: 0 14px 0 6px;
}
.left-menu ul .active a{
  color: var(--theme-color);
  border-left: 4px solid #3F51B5;
  background: #f8f8f8;
}
.left-menu ul li a:first-child{
      padding-top: 10px;
}
.left-menu ul li a{
  color: #2a2f45;
    font-weight: 400;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 14px;
    width: 250px;
}
.left-menu ul li a:hover i,.left-menu ul li a:focus i,.left-menu ul li a:active i{
  color: var(--theme-color);
  box-shadow: none;
}
.left-menu ul li ul .dropdown-header{
  display: none;
}
.left-menu ul li ul li a{
  padding-left: 10px;
  font-size: 14px;
  padding: 2px 0 2px 20px;
}
.left-menu ul li a:hover,.left-menu ul li a:active,.left-menu ul li a:active{
  /* color: var(--theme-color); */
  color: var(--theme-color);
  background: #f8f8f8;
}
:root {
  --c-white: #fff;
  --c-black: #000;
  --c-ash: #eaeef6;
  --c-charcoal: #a0a0a0;
  --c-void: #141b22;
  --c-fair-pink: #FFEDEC;
  --c-apricot: #FBC8BE;
  --c-coffee: #754D42;
  --c-del-rio: #917072;
  --c-java: #1FCAC5;
  --c-titan-white: #f1eeff;
  --c-cold-purple: #a69fd6;
  --c-indigo: #6558d3;
  --c-governor: #4133B7;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2.5rem;
  width: 100%;
  max-width: 100%;
  margin: 15px 0;
}

.card {
      max-width: 100%;
      margin-bottom: 15px;
      background-color: #f6f8ff;
      border: none;
      -webkit-border-radius: 3px;
      border-radius: 10px;
      -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
      box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.information {
  padding: 1.5rem;
}
.information .tag {
  display: inline-block;
  background-color: var(--c-titan-white);
  color: var(--c-indigo);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5em 0.75em;
  line-height: 1;
  border-radius: 6px;
}
.information .tag + * {
  margin-top: 1rem;
}
.information .title {
  font-size: 1.5rem;
  color: var(--c-void);
  line-height: 1.25;
}
.information .title + * {
  margin-top: 1rem;
}
.information .info {
  max-height: 225px;
  overflow-y: auto;
  min-height: 150px;
}
.information .info p {
  color: var(--c-charcoal);
}
.information .info + * {
  margin-top: 1.25rem;
}
.information .button {
  font: inherit;
  line-height: 1;
  background-color: var(--c-white);
  border: 2px solid var(--c-indigo);
  color: var(--c-indigo);
  padding: 0.5em 1em;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.information .button:hover, .information .button:focus {
  background-color: var(--c-indigo);
  color: var(--c-white);
}
.information .details {
  display: flex;
  gap: 1rem;
}
.information .details div {
  padding: 0.75em 1em;
  background-color: var(--c-titan-white);
  border-radius: 8px;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.125em;
  flex-basis: 50%;
}
.information .details dt {
  font-size: 0.875rem;
  color: var(--c-cold-purple);
}
.information .details dd {
  color: var(--c-indigo);
  font-weight: 600;
  font-size: 1.25rem;
}
.main-menu-wrap{
  margin-bottom: 15px;
  padding: 0;
}
.text-dark {
  color: #111 !important;
}
.main-menu{
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.main-menu li{
 list-style: none;
 width: 100%;
 transition: all 0.1s;
}
.main-menu li.active > a{
  color: var(--theme-color);
  transition: all 0.1s;
}
.main-menu > li > svg{
  display: none;
  position: relative;
  float: left;
  left: 12px;
  top: 8px;
  color: #767676;
}
.main-menu > li > a{
  padding: 5px 15px 5px 15px !important;
  transition: all 0.1s;
}
.main-menu > li {	display: inline-block;float:left;}
.main-menu > li > a{
    color: #5e6d80;
      font-size: 14px;
}
.main-menu > li.active > a{
  border-left: 4px solid var(--theme-color);
}

.main-menu > li > a:hover{
  background-color: rgb(227 232 238 / 30%) !important;
  color: var(--theme-color);
  border-left: 4px solid var(--theme-color);
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
 content: "\f103";
 color: #fff;
 font-family: FontAwesome;
 font-style: normal;
 display: inline;
 position: absolute;
 right: 6px;
 top: 20px;
 font-size: 14px;
}
li.drop-down>ul{
 left: 0px;
 min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
 top: 0;
 min-width: 230px;
 display: none;
 border-left: 1px solid #365670;
 }
.mega-drop-down > a::after {
  content: '\F282';
  justify-content: flex-end;
  font-family: "bootstrap-icons";
  float: right;
  font-size: 1rem;
  font-weight: bold;
  color: #6E84A3;
}
.mega-drop-down.active > a::after {
  content: '\F286';
}
.mega-drop-down > .mega-menu {
  position: static;
  background-color: transparent !important;
  box-shadow: none;
}
li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
 color: #fff;
 display: block;
 padding: 10px;
 text-decoration: none;
 background-color: #365670;
 border-bottom: 1px dotted #547787;
 /* -webkit-transition: color 0.2s linear, background 0.2s linear;
 -moz-transition: color 0.2s linear, background 0.2s linear;
 -o-transition: color 0.2s linear, background 0.2s linear;
 transition: color 0.2s linear, background 0.2s linear; */
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
 border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
 top: 0;
 right: 0;
 left: 100%;
 width: 100%;
 display:none;
 height: 100%;
 padding: 15px;
 min-width: 742px;

}
h4.row.mega-title {
 color:#eee;
 margin-top: 0px;
 font-size: 14px;
 padding-left: 15px;
 padding-bottom: 13px;
 text-transform: uppercase;
 border-bottom: 1px solid #ccc;
}
.flyout-mega ul > li > a {
 font-size: 90%;
 line-height: 25px;
 color: #fff;
 font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
 text-decoration: none;
 background-color: transparent !important;
 color: #ccc !important
}
.mega-menu {
  display: none;
  padding: 0px 15px;
  max-width: 600px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .175);
-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
}
/* .mega-menu::after {
  position: absolute;
  right: 10px;
  top: -8px;
  width: 0;
  height: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
} */
.mega-menu-wrap ul , .main-menu ul{
  padding-left: 0;
}
h4.row.mega-title {
 color: #eee;
 margin-top: 0px;
 font-size: 14px;
 padding-left: 15px;
 padding-bottom: 13px;
 text-transform: uppercase;
 border-bottom: 1px solid #547787;
 padding-top: 15px;
 background-color: #365670
 }
.mega-menu ul li {
  padding: 1px 0;
  min-width: 175px;
}
.mega-menu ul li a i {
  float: right;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
  transition: all 0.5s;
  display: none;
}
.mega-menu ul li a:hover i {
  /* display: block; */
}
.mega-menu ul li a::before {
  content: '-';
  font-size: 22px;
  font-weight: 500;
  line-height: 0;
  position: relative;
  top: 1px;
}
.mega-menu ul li a {
  padding: 5px;
  display: block;
  color: #5e6d80;
  transition: all 0.25s;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}
.mega-menu ul li a:hover {
  padding-right: 7px;
  padding-left: 7px;
  /* background-color: rgb(227 232 238 / 30%) !important; */
  color: var(--theme-color);
  border-radius: 6px;
}
.main-menu ul li a .svg-icon , .mega-menu ul li a .svg-icon{
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
}
ul.stander li a {
   padding: 3px 0px;
}

ul.description li {
   padding-bottom: 12px;
   line-height: 8px;
}

ul.description li span {
   color: #ccc;
   font-size: 85%;
}
a.view-more{
 border-radius: 1px;
 margin-top:15px;
 background-color: #009FE1;
 padding: 2px 10px !important;
 line-height: 21px !important;
 display: inline-block !important;
}
a.view-more:hover{
 color:#fff;
 background:#0DADEF;
}
ul.icon-des li a i {
   color: #fff;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   text-align: center;
   background-color: #009FE1;
   line-height: 35px !important;
}

ul.icon-des li {
   width: 100%;
   display: table;
   margin-bottom: 11px;
}

.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
 background-color: #fff !important;
}
.mega-menu::after{
  /* position: absolute;
  left: 10px;
  top: -8px;
  width: 0;
  height: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff; */
}

a.toggle-menu{
   position: absolute;
   right: 0px;
   padding: 20px;
   font-size: 27px;
   background-color: #ccc;
   color: #23364B;
   top: 0px;
}
.logosip{
 padding: 0 !important;
 margin-top:-7px !important;
 margin-top:-7px !important;
 margin-left: 0 !important;
 margin-right: 0 !important;
 width: 200px !important;
 height:25px !important;
 max-width: 210px !important;
 max-height:30px !important;
 border: 1.5px transparent !important;
 border-radius: 1.2em;
 background-color: transparent !important;
}
.megamenusip {
 padding: 0;
}
.megamenusip, .mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
 z-index: 2000;
}

.menu-inactive .menu-label{
  /* display: none; */
}
.menu-inactive .dropdown-header{
  color: #fff !important;
}
.menu-inactive{
  width: 64px !important;
}
.dashboard {
  /* margin-top: 60px; */
}
.content {
  min-height: 700px;
  padding-left: 225px;
  margin-top: 0;
}
.content .container .container{
  padding: 0 !important;
}
.progressPercent h3{
  font-weight: 400;
  margin: 0px 0 10px 0;
  font-size: 16px;
}
.progressPercent h6{
  margin: 0;
}
.progressPercent h4{
  margin: 0 0 5px 0;
}
.progressPercent{
  padding: 1rem;
  border-radius: 8px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-color: #fff;
  border: none;
}
.active-filters {
  /* border-bottom: 2px solid #f2f7ff; */
      padding-bottom: 5px;
}
.nav-pills>li>a {
    color: #8b8fa8;
    font-size: 14px;
    line-height: 18px;
    /* max-width: 300px; */
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,.nav-pills>li>a:focus, .nav-pills>li>a:hover {
    color: var(--theme-color);
    background: transparent;
    border-radius: 0;
}
.nav-pills>li.active, .nav-pills>li.active:focus, .nav-pills>li.active:hover,.nav-pills>li:focus, .nav-pills>li:hover {
    background-color: #f2f5f7;
    border-radius: 0;
}
.nav-pills>li.active>a {
    font-weight: 500
}
.nav-pills>li>a{
  transition: 0s;
}
.nav-pills>li>a small {
  font-size: 75%;
  font-weight: 400 !important
}
.nav-stacked>li+li {
    margin-top: 0;
}
.page-sidemenu {
  width: 100%;
  margin-bottom: 4px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(40, 78, 102, .1);
  box-shadow: 0 2px 15px #284e661a;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.page-sidemenu>ul{
  list-style: none;
  padding: 5px 0 5px 0;
  margin-bottom: 0;
}
.page-sidemenu>ul ul{
  list-style: none;
}
.page-sidemenu li a{
  color: #5e6d80;
  padding: 5px 15px;
  display: block;
  transition: all 0.1s;
}
.page-sidemenu li a:hover{
  color: var(--theme-color);
  padding-left: 17px;
}
.page-sidemenu li a.active{
  font-weight: 500;
  color: var(--theme-color);
}
.page-sidemenu li.active a .name{
  /* color: #fff; */
}
.page-sidemenu li.active a .description{
  /* color: #e6e6e6; */
}
.page-sidemenu li a svg{
  position: absolute;
      right: 25px;
}
.page-sidemenu li a span{
  color: var(--theme-color);
}
.page-sidemenu li a .description{
  color: #556070;
      font-size: 12px;
      font-weight: 400;
}
/* .page-sidemenu li a.active{
    position: relative;
    background-color: rgb(227 232 238 / 30%) !important;
} */

.page-sidemenu>li>a:hover{
    border-left: 4px solid var(--theme-color);
    background-color: rgb(227 232 238 / 30%) !important;
}
.page-sidemenu .header a{
  float: right;
}
.page-sidemenu .header .dot{
  display: none;
}
.page-sidemenu .header{
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}
/* variables */
:root {
  /* colors */
  --ri5-color-primary-hsl: 242, 69%, 52%;
  --ri5-color-bg-hsl: 0, 0%, 100%;
  --ri5-color-contrast-high-hsl: 230, 7%, 23%;
  --ri5-color-contrast-higher-hsl: 230, 13%, 9%;
  --ri5-color-bg-darker-hsl: 240, 4%, 90%;
  --ri5-color-white-hsl: 0, 0%, 100%;

  /* typography */
  --ri5-text-sm: 15px;

  --radio-switch-width: 186px;
  --radio-switch-height: 40px;
  --radio-switch-padding: 1px;
  --radio-switch-radius: 100vw;
  --radio-switch-animation-duration: 0.3s;
}

.radio-switch {
  position: relative;
  top: -8px;
  display: inline-flex;
  padding: var(--radio-switch-padding);
  border-radius: calc(var(--radio-switch-radius) * 1.4);
  background-color: hsl(var(--ri5-color-bg-darker-hsl));
}
.radio-switch:focus-within, .radio-switch:active {
  box-shadow: 0 0 0 2px hsla(var(--ri5-color-contrast-higher-hsl), 0.15);
}

.radio-switch__item {
  position: relative;
  display: inline-block;
  height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
  width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
}

.radio-switch__label {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight:700;
  border-radius: var(--radio-switch-radius);
  cursor: pointer;
  font-size: var(--ri5-text-sm);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all var(--radio-switch-animation-duration);
}
.radio-switch__input:checked ~ .radio-switch__label {
  color: hsl(var(--ri5-color-white-hsl));
}
.radio-switch__input:focus ~ .radio-switch__label {
  background-color: hsla(var(--ri5-color-primary-hsl), 0.6));
}
.radio-switch__label :not(*):focus-within, .radio-switch__input:focus ~ .radio-switch__label {
  background-color: transparent;
}

.radio-switch__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  border-radius: var(--radio-switch-radius);
  background-color: var(--theme-color);
  height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
  width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
  /* box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12); */
  transition: -webkit-transform var(--radio-switch-animation-duration);
  transition: transform var(--radio-switch-animation-duration);
  transition: transform var(--radio-switch-animation-duration), -webkit-transform var(--radio-switch-animation-duration);
}
.radio-switch__input:checked ~ .radio-switch__marker {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* utility classes */
.ri5-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}
.bookingAddress {
  background: #f4f6f8;
    border-radius: 6px;
    padding: 10px;
}
.bookingAddress img{
  position: absolute;
      right: 25px;
      width: 25px;
      height: 18px;
      border-radius: 3px;  right: 25px;
}
#statisticsDiv{
  display: none;
      margin-top: 10px;
}
.active-filters span{
  color: var(--theme-color);
      padding: 8px 10px 0 0;
      font-weight: 500;
      font-size: 15px;
}
.right-panel{
  overflow: hidden;
  padding-left: 65px;
  position: relative;
  z-index: 0;
  /* top: 15px; */
  min-height: 500px;
}

.btn-color{
background: #4CAF50;
color: #fff !important;
}

/*** custom checkboxes ***/

.customCheckbox input[type=checkbox] {
 display:none;
}

.customCheckbox input[type=checkbox] + label {
  display: inline-block;
      padding: 0 0 0 30px;
      background: url(../img/checkbox-unchecked.png) no-repeat;
      height: 30px;
      width: 200px;
  background-size: 10%;
}

.customCheckbox input[type=checkbox]:checked + label {
  display: inline-block;
      padding: 0 0 0 30px;
      background: url(../img/checkbox-checked.png) no-repeat;
      height: 30px;
      width: 200px;
    background-size: 10%;
}

.addproductstable input {
      /* border: none; */
}
.table>thead>tr>th {
  vertical-align: bottom;
  background: transparent;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 500;
  text-align: left;
}
.versionsTable div{
  background: #f0f8fb;
padding: 10px 0;
text-align: center;
border-bottom: 1px solid #cbd6da;
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
      border: 1px solid #e7e9eb;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color:transparent;
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
    margin-bottom: 15px;
    background: #fff;
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 0px;
    color: #15246a;
}
.margin-bottom-15{
  margin-bottom:15px;
}
.margin-bottom-8{
  margin-bottom:8px;
}
input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control,
output {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}
.address_suggestions{
  width: calc(100% - 15px);
      background: #fff;
      right: 15px;
      color: #444;
      position: absolute;
      left: 15px;
      top: 57px;
      z-index: 99;
      box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
}
.single:hover{
  color: #3f51b5;
}
.single{
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #565c80;
  transition: 0.8s all;
}
.searchaddress{
  padding: 3px 10px;
    color: #3f51b5;
    position: absolute;
    right: 15px;
    top: 26px;
    z-index: 99;
    border: none;
}
.showCursor{
  cursor: pointer;
}
.tab-content{
  /* background-color: #f2f5f7 !important; */
}
.btn-material .spinner {
  /* margin-top: 11px; */
}
.btn-material {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.btn-material::-moz-focus-inner {
    border: none;
}

/* Overlay */
.btn-material::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.btn-material::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}


.btn-material:hover::before {
    opacity: 0.08;
}

.btn-material:focus::before {
    opacity: 0.24;
}

.btn-material:hover:focus::before {
    opacity: 0.3;
}

.btn-material:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

.btn-material:disabled::before {
    opacity: 0;
}

.btn-material:disabled::after {
    opacity: 0;
}
#productTable .form-control {
  min-width: 75px;
}
.form-control {
    width: 100%;
    height: 36px;
    padding: 5px 12px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #dadce0;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-appearance: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.track-input{
  background-image: url(../img/track.png);
  background-size: 40px;
  background-position: 98%;
  height: 50px;
}
.form-control:focus {
  box-shadow: 0 0 0 3px rgba(58,151,212, 0.28);
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f7fafc !important;
}
.select2-results__option {
  padding: 10px !important;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #4f566b;
}
.form-control::-moz-placeholder {
    color: #8e9fa7;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #8e9fa7
}

.form-control::-webkit-input-placeholder {
    color: #8e9fa7
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 10px;
}

.patient-history{
  background: #f5f8fa;  border-radius: 5px;  margin-bottom: 20px;  padding: 20px;color: #111;
}
.patient-history strong {
    font-weight: 700;
    font-size: 12px;
    color: #616d76;
}
.patient-history span {
    color: #222;
    font-size: 14px;
    float: right;
    border: 1px solid #f5f8fa;
    padding: 5px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 1px 2px #9f9f9f99;
    -moz-box-shadow: 0px 1px 2px #9f9f9f99;
    -webkit-box-shadow: 0px 1px 2px #9f9f9f99;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 35px;
    padding-left: 1px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

/* The container */
.custom-check-box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #cdced9;
    transition: 0.2s all;
}

.shadow-medium {
    box-shadow: 0 7px 14px 0 rgba(59,65,94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07) !important;
    -moz-box-shadow:0 7px 14px 0 rgba(59,65,94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07) !important;
    -webkit-box-shadow: 0 7px 14px 0 rgba(59,65,94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07) !important;
}
/* On mouse-over, add a grey background color */
.custom-check-box:hover input ~ .checkmark {
    background-color: #d0d0d0;
}

/* When the checkbox is checked, add a blue background */
.custom-check-box input:checked ~ .checkmark {
        background-color: var(--theme-color);
        border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-check-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-check-box .checkmark:after {
  left: 7px;
top: 4px;
width: 6px;
height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The container */
.custom-radio-inline {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
    top: 8px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #bebebe;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio-inline:hover input ~ .radiomark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio-inline input:checked ~ .radiomark {
    background-color: var(--theme-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-inline input:checked ~ .radiomark:after {
    display: block;
}

#productTable .table>tbody>tr>td, #productTable .table>thead>tr>th {
  padding: 10px 10px;
  line-height: 30px;
}
/* Style the indicator (dot/circle) */
.custom-radio-inline .radiomark:after {
  top: 5.5px;
  left: 5.8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}
.mb-0{
  margin-bottom:  0px !important;
}
.mt-0{
  margin-top: 0px !important;
}
.mt-10{
  margin-top: 10px;
}
.mt-10{
  margin-top: 10px;
}
.mt-5{
  margin-top: 5px;
}
.mt-15{
  margin-top: 15px;
}
.mt-25{
  margin-top:25px;
}
.mt-50{
  margin-top: 50px;
}
.m-50{
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt-100{
  margin-top: 100px;
}
.mt-150{
  margin-top: 150px;
}
.mtb-100{
  margin-top: 100px;
  margin-bottom: 100px;
}
.mtb-150{
  margin-top: 150px;
  margin-bottom: 150px;
}
.mtb-200{
  margin-top: 200px;
  margin-bottom: 200px;
}

.form-control-feedback {
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #F44336
}

.has-error .form-control {
  border-color: #f44336;
}

.has-error .form-control:focus {
  border-color: #f44336;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a4aaae
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px
}

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

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

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

.CustomerHomeIcons .clickable-tile-head{
  color: #444;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0 5px 0;
}
.CustomerHomeIcons .clickable-tile-body{
  color: #444;
  font-size: 14px;
}
.CustomerHomeIcons img{
  height: 100px;
}
.CustomerHomeIcons{
  text-align: center;
}
.countBox:hover i{
  color: var(--theme-color) !important;
  opacity: 1;
}

.countBox:hover .countBox-right h4{
 color: var(--theme-color);
}
.countBoxContainer{
margin-top: 14px;
}
.card-body{
  padding: 5px 0;
}
.countBox{
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  box-shadow: none;
  background: transparent;
}

.countBox-right i:hover{
  opacity: 1;
}

.countBox-right h4{
 /* margin-top: 5px; */
}
.countBox-left i {
  background: #fff;
padding: 10px;
border-radius: 32px;
box-shadow: 0 2px 5px 0 rgba(60,66,87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, .07);
}
.countBox-left{
  float: left;
  font-size: 18px;
  display: none;
  margin-right: 10px;
  padding: 15px 0;
  color: rgba(79, 85, 120, 0.60);
}
.countBox-right p{
 margin: 0;
}
.arrow-up{
  width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid;
      position: relative;
      color: #c2ced4;
      top: -18px;
      left: 0;
}
.arrow-down{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  position: relative;
  color: #c2ced4;
  top: 20px;
  left: -12px;
}
.navbar-nav .dropdown-toggle{

}
.countBox-right{
  padding:5px 0;
  float: left;
}
.text-red{
color: #ff635f !important;
}
.text-green{
color: #2ab27b !important;
}
.text-blurred{
  color: transparent !important;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.text-blue{
    color: #0476f2 !important;
}
h5.text-purple{
  color: #000000 !important;
  margin: 2px 0;
  line-height: 20px;
  text-transform: capitalize;
}
.text-purple{
     color: #3F51B5 !important;
}
.text-yellow{
    color: #ffb636 !important;
}
.text-grey{
    color: #6c7983 !important;
}
.text-red:hover{
color: #ff635f !important;
}
.text-green:hover{
color: #2ab27b !important;
}
.text-blue:hover{
    color: #0476f2 !important;
}
.text-purple:hover{
     color: #4b00e2 !important;
}
.text-yellow:hover{
    color: #ffb636 !important;
}
.text-grey:hover{
    color: #6c7983 !important;
}
.widget_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ebedf2;
}
.widget_pic{
 padding-right: 20px;
}
.widget_title{
  color: #595d6e;
    font-size: 14px;
    font-weight: 500;
    padding-right: 1.25rem;
    flex-grow: 1;
    transition: color .3s ease;
}
.customer .twPc-div {
  min-height: 474px;
}
.twPc-div {
  background: #fff none repeat scroll 0 0;
    /* border: 1px solid #e1e8ed; */
    box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    /* box-shadow: 0px 1px 2px 0px #dfdfdf;
    -moz-box-shadow:  0px 1px 2px 0px #dfdfdf;
    -webkit-box-shadow: 0px 1px 2px 0px #dfdfdf; */
    /* 0 1px 10px rgba(0, 0, 0, .05) */
    border-radius: 4px;
    max-width: 100%;
    min-height: 415px;
}
.twPc-bg {
  background-position: 0 50%;
  background-size: 100% auto;
  border-bottom: 1px solid #e1e8ed;
  border-radius: 4px 4px 0 0;
  height: 110px;
  background: linear-gradient(to left, #485fed, rgba(255, 44, 118, .25)), #485fed;
  width: 100%;
}
.twPc-block {
    display: block !important;
}
.twPc-button a{
  background: #fff;
  padding: 8px;
  border-radius: 5px;
  color: var(--theme-color);
}
.twPc-button {
    margin: -35px -10px 0;
    text-align: right;
    width: 100%;
}
.twPc-avatarLink {
    background-color: #fff;
    border-radius: 6px;
    display: inline-block !important;
    float: left;
    margin: -30px 10px 0 20px;
    max-width: 100%;
    padding: 1px;
    vertical-align: bottom;
}
.twPc-avatarImg {
    border: 2px solid #fff;
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff;
    height: 90px;
    width: 90px;
}
.twPc-divUser {
    margin: 12px 0 0;
}
.twPc-divName {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
}
.twPc-divName a {
    color: inherit !important;
}
.twPc-divStats {
  margin: 10px 20px;
padding: 10px 0;
}
.twPc-divStats-customer {
  margin: 10px 20px;
  padding: 0px 0 0px 0;
  min-height: 270px;
  color: #373d59
}
.customerProfile h5{
  font-size: 14px;
color: #0476f2;
margin: 10px 0 5px 0;
}

.customerProfile .profilePicture{
  text-align:center;
}
.customerProfile .img-rounded{
  width: 80px;
margin: 10px auto;
}
.twPc-Arrange {
    box-sizing: border-box;
    display: table;
    margin: 0;
    min-width: 100%;
    padding: 0;
    table-layout: auto;
}
.twPc-divStats ul.twPc-Arrange {
  list-style: outside none none;
margin: 0 0 0px 0;
padding: 0;
}
.twPc-divStats-customer ul.twPc-Arrange {
  list-style: outside none none;
   margin: 10px 0 25px 0;
   padding: 0;
}
.twPc-ArrangeSizeFit i{
  width: 33%;
float: left;
height: 30px;
font-size: 25px;
padding: 5px;
color: #8899a6;
}

.twPc-heading{
  color: #444;
  background-color: #fff;
  border-color: #d3e0e9;
  border-radius: 5px;
  font-weight: normal;
  font-size: 1.2em;
  padding: 10px 15px 10px 15px;
}
.twPc-ArrangeSizeFit {
  padding: 0;
vertical-align: top;
width: 33%;
float: left;
}
.twPc-ArrangeSizeFit a:hover {
    text-decoration: none;
}
.twPc-StatValue {
    display: block;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.15s ease-in-out 0s;
}
.twPc-StatLabel {
  color: #8899a6;
font-size: 14px;
overflow: hidden;
text-transform: CAPITALIZE;
transition: color 0.15s ease-in-out 0s;
}


.notification span:first-child{
  width: 15%;
     float: left;
     color: #0476f2;
}
.notification span img{
  width: 35px;
  height: 35px;
  border-radius: 35px;
}
.notification span{
  width: 80%;
}

.notification span i{
  font-size: 15px;
    padding: 10px;
    line-height: 45px;
    color: #fd615d;
}
.notification{
  border: 1px solid #f5f8fa;
      margin: 5px 0;
      padding: 5px 10px;
      min-height: 60px;
      background: #f5f8fa;
      border-radius: 5px;

}
.virtualAddress{
  border: 1px solid #f5f8fa;
      margin: 5px 0;
      padding: 5px 10px;
      min-height: 60px;
      background: #f5f8fa;
      border-radius: 5px;

}
.virtualAddress span:first-child{
  width: 15%;
     float: left;
     color: #0476f2;
}
.virtualAddress span img{
  width: 35px;
  height: 35px;
  border-radius: 35px;
}
.virtualAddress span{
  width: 80%;
}

.virtualAddress span i{
  font-size: 15px;
  padding: 10px;
  line-height: 100px;
  color: #fd615d;
}
.virtualAddress{
      border: 1px solid #f5f8fa;
      margin: 5px 0;
      line-height: 27px;
      padding: 5px 10px;
      min-height: 60px;
      background: #f5f8fa;
      border-radius: 5px;

}
.message-notification{
  border: 1px solid #f5f8fa;
      margin: 5px 0;
      padding: 5px 10px;
      min-height: 60px;
      background: #f5f8fa;
      border-radius: 5px;

}
.message-notification span:first-child{
  width: 15%;
     float: left;
     color: #0476f2;
}
.message-notification span img{
  width: 35px;
  height: 35px;
  border-radius: 35px;
  padding: 5px;
}
.message-notification span strong{
font-weight: 500;
}
.message-notification span{
  width: 75%;
  float: left;
}
.message-notification span:last-child{
  width: 10%;
  float: left;
}
.message-notification span i{
  font-size: 15px;
    padding: 10px;
    line-height: 45px;
    color: #fd615d;
}
.payment-list{
  background: #fff;
    margin:10px 0 10px 0;
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px #dfdfdf;
    -moz-box-shadow:  0px 1px 2px 0px #dfdfdf;
    -webkit-box-shadow: 0px 1px 2px 0px #dfdfdf;
}
.payment-list .success{
  color: #07994d;
      border-radius: 0px;
      font-weight: bold;
}
.payment-list .failed{
  color: #d75f5d;
      border-radius: 0px;
      font-weight: bold;
}

.account-status{
margin: 0 0 25px 0;
}
.account-status label{
  letter-spacing: 3px;
  border: 1px solid #0476f2;
  padding: 3px 5px;
  border-radius: 15px;
  margin: 10px 0px;
  color: #fff;
  background: #0476f2;
}

.account-status span{
 color: #a94442;
 font-style: italic;
}
.customerProfile .deliveries-content .deliveries-item .deliveries-illustration {
    width: 100px;
    height: 80px;
}
.deliveries-content .deliveries-item .deliveries-illustration {
    width: 60px;
    height: 60px;
}
.deliveries-content .deliveries-item .deliveries-illustration svg {
    width: 100%;
    height: 100%;
}
.customerProfile .deliveries-content .deliveries-item .deliveries-image_container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    padding: 18px 0 0 0;
}
.deliveries-content .deliveries-item .deliveries-image_container {
   display: flex;
   justify-content: center;
   align-items: center;
   min-width: 100px;
   padding: 10px 0 0 10px;
}
.deliveries-panel .deliveries-content .deliveries-item {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    height: 107px;
    padding: 0;
    border-top: 2px solid #f3f1ee;
}
.deliveries-content .deliveries-item .deliveries-item__body {
  flex-direction: column;
    justify-content: center;
    padding: 5px 5px;
    font-size: 14px;
    word-wrap: break-word;
}

.customerProfile .deliveries-content .deliveries-item .deliveries-item__body_header {
    display: block;
    margin-bottom: 0px;
   }

.deliveries-content .deliveries-item .deliveries-item__body_header {
  display: block;
      margin-bottom: 0px;
      width: 100%;
      transition: 0.5s;
      font-size: 14px;
      color: var(--theme-color);
      font-family: inherit;
      font-weight: 400;
}
.border-shadow{
      box-shadow: inset 0 -1px #e3e8ee;
}

.deliveries-content a {
    cursor: pointer;
    text-decoration: none;
    color: #4f566b;
}
.deliveries-content .deliveries-item .deliveries-item__body_header:hover{
    color: #2a2f45;
}
.deliveries-item h4{
  color: #2a2f45;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 5px 5px;
}
.primary-link {
    outline-offset: 4px;
    font-size: 1.07143rem;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    font-family: Arial,sans-serif;
    color: #807370;
    border: none;
    background: none;
}
.customerProfile .deliveries-content .deliveries-item .deliveries-link_container:hover {
  color: #0476f2;
}
.deliveries-content .deliveries-item .deliveries-link_container:hover {
  color: #0476f2;
}
.customerProfile .deliveries-content .deliveries-item .deliveries-link_container {
  justify-content: center;
  align-items: center;
  padding: 45px 5px;
  font-size: 20px;
  color: #9daab2;
  text-decoration: none;
  transition: background-color .4s ease-out;
}
.deliveries-content .deliveries-item .deliveries-link_container {
  justify-content: center;
  align-items: center;
  padding: 30px 5px;
  font-size: 20px;
  color: #9daab2;
  text-decoration: none;
  transition: background-color .4s ease-out;
}
.no-padding{
  padding: 0 !important;
}

.btn-shadow{
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.1);
}
.btn-rounded {
  border-radius: 18px !important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-outline-primary{
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  transition: 0.3s;
}
.btn-outline-primary:hover{
background: var(--theme-color);
color: #fff !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #636b6f;
    text-decoration: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0px 8px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0px 8px 15px rgba(0, 0, 0, 0.1);
}

.btn.active,
.btn:active {
    outline: 0;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0px 8px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:  0px 8px 15px rgba(0, 0, 0, 0.1);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-small{
  padding: 3px 10px !important;
  margin: 2px !important;
}
.btn-primary {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #0476f2;
    border-color: #2a88bd
}

.btn-primary .badge {
    color: #0476f2;
    background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #2ab27b;
  border-color: #2ab27b;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #07994d;
    border-color: #07994d;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #07994d;
    border-color: #07994d;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #2ab27b;
    border-color: #2ab27b;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #2ab27b;
    border-color: #259d6d
}

.btn-success .badge {
    color: #2ab27b;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #8eb4cb;
    border-color: #7da8c3
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #6b9dbb;
    border-color: #3d6983
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6b9dbb;
    border-color: #538db0
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #538db0;
    border-color: #3d6983
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #8eb4cb;
    border-color: #7da8c3
}

.btn-info .badge {
    color: #8eb4cb;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #fc601e;
border-color: #fc601e;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #fc601e;
  border-color: #fc601e;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #fc601e;
  border-color: #fc601e;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #fc601e;
border-color: #fc601e;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #cbb956;
    border-color: #c5b143
}

.btn-warning .badge {
    color: #cbb956;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #bf5329;
    border-color: #aa4a24
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #954120;
    border-color: #411c0e
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #954120;
    border-color: #78341a
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #78341a;
    border-color: #411c0e
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #bf5329;
    border-color: #aa4a24
}

.btn-danger .badge {
    color: #bf5329;
    background-color: #fff
}

.btn-link {
    color: #0476f2;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #216a94;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    /* transition: opacity .15s linear */
    transition: none;
}

.fade.in {
    opacity: 1;
}
.addshipmentpage .fade.in {
    opacity: 1;
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 101%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, .175);
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .175);
  background-clip: padding-box;
  animation-duration: 0.2s;
  animation-name: pulse;
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 15px;
    line-height: 30px;
    white-space: nowrap;
    cursor:pointer;
}

.guest .topMenu .dropdown-menu>li>a {
    line-height: initial !important;
}

.left-menu .dropdown-header,
.left-menu .dropdown-menu>li>a {
  display: block;
padding: 3px 5px;
line-height: 20px;
margin: 5px 0 5px 5px;
white-space: nowrap;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #f5f8fa;
}

.dropdown-menu>li>a {
  font-weight: 400;
  color: #555;
}
.dropdown>a>span{
  position: relative;
    top: 1px;
    font-size: 10px;
    font-weight: bold;
}
.dropdown-menu>div{
      width: 100%;
      font-size: 12px;
      padding: 5px 20px;
      background: #ffffff;
      border-bottom: 1px solid #f5f8fa;
}
.dropdown-menu>div>img{
  width: 30px;
  height: 30px;
  border-radius: 50px;
  float: left;
  margin: 5px 10px 0 0;
}
.dropdown-menu>div>a{
    color: #111;
}
.big-menu{
      width: 300px;
}
.dropdown-menu>div>a>span{
  font-size: 10px;
  color: #777;
}
.dropdown-menu>li>a>i {
  padding-right: 5px;
  font-size: 12px;
  display: none;
}

.label-status{
  box-shadow: 0 1px 2px 0px #c8c8c8;
  -moz-box-shadow: 0 1px 2px 0px #c8c8c8;
  -webkit-box-shadow: 0 1px 2px 0px #c8c8c8;
}
.label-status i{
  font-size: 10px;
    font-style: normal;
    font-weight: normal;
}

.label-status-success i{
  font-size: 10px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}
.dot-online::after{
      content: "";
      position: relative;
      height: 10px;
      width: 10px;
      background-color: #4CAF50;
      border-radius: 50%;
      display: inline-block;
      left: -10px;
      box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 4px -1px;
      bottom: -10px;
}
.dot-offline::after{
  content: "";
  position: relative;
  height: 10px;
  width: 10px;
  background-color: #607d8bba;
  border-radius: 50%;
  display: inline-block;
  left: -10px;
  box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 4px -1px;
  bottom: -10px;
}
.avatar-icon .dot-online::after{
      content: "";
      position: relative;
      height: 15px;
      width: 15px;
      background-color: #4CAF50;
      border-radius: 50%;
      display: inline-block;
      left: 20px;
      box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 4px -1px;
      bottom: 20px;
}
.avatar-icon .dot-offline::after{
  content: "";
  position: relative;
  height: 15px;
  width: 15px;
  background-color: #607d8bba;
  border-radius: 50%;
  display: inline-block;
  left: 20px;
  box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 4px -1px;
  bottom: 20px;
}
.bg-warning {
    background-color: #2ab27b;
}
.bg-danger {
    background-color: #e84b53;
    color: #FFF;
}
.dot {
    width: 8px;
    height: 8px;
    margin: 0 8px 0 0;
    top: -1px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #adb7be;
    margin: 0 5px 0 0;
    position: relative;
}
.dot.red {
    background-color: #fa424a;
}
.dot.orange {
    background-color: #fdad2a;
}
.dot.green {
    background-color: #46c35f;
}
.tbl-cell-legend {
    color: #5d666d;
    font-size: 15px;
}
.dashboard-column .panel-body{
      padding: 18px 20px;
      border-radius: 4px;
}
@-webkit-keyframes scaling {
    0% {
        -webkit-transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes scaling {
    0% {
        -moz-transform: scale(0);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes scaling {
    0% {
        -o-transform: scale(0);
        opacity: 1
    }
    100% {
        -o-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaling {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}


.noBorder{
  border:none !important;
}


.form-control-fancy{
  border: none !important;
  box-shadow: 0px 1px 1px 0px #c7d7e2 !important;
  -moz-box-shadow: 0px 1px 1px 0px #c7d7e2 !important;
  -webkit-box-shadow: 0px 1px 1px 0px #c7d7e2 !important;
  background: #ffffff !important;
  font-weight: bold !important;
  font-family: monospace !important;
}
.navbar-nav>li>a>i{
  padding-right: 5px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: var(--theme-color);
      background-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0476f2
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}
.soft-hidden{
  display: none;
}
.clickable{
  cursor: pointer !important;
}
.select-arrows {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
    color: inherit;
    pointer-events: none;
}
.text-area-white{
      background-color: #fff;
      box-shadow: none;
      resize: none;
      border: none;
      font-size: 14px;
      line-height: 16px;
      color: #4f566b;
      padding: 12px;
      width: 100%;
      background: transparent;
      box-sizing: border-box;
      flex-grow: 1;
}
.feedbackInput{
  padding: 5px 0 0;
  border-radius: 4px;
  color: #475e69 !important;
  margin: 15px 0;
  width: 215px;
  text-align: center;
  top: 0;
      z-index: 9999;
  display: none;
  position: absolute;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(60,66,87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, .07);
}
.btn-blue small{
  text-align: center;
  vertical-align: text-bottom;
  height: 16px;
  min-width: 16px;
  opacity: 1;
  transition: all 200ms ease-out 0s;
  pointer-events: none;
  color: inherit;
  background: #6c8eef;
  border-radius: 4px;
  padding-right: 4px;
  padding-left: 4px;
  top: 2px;
  left: 3px;
  position: relative;
}
.btn-blue{
  background: var(--theme-color);
  color: #fff;
  background-color: rgb(85, 108, 214);
  box-shadow: rgb(61, 78, 172) 0px 1px 0px 0px,
  rgb(85, 108, 214) 0px 0px 0px 1px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(60, 66, 87, 0.22) 0px 2px 4px 0px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.btn-white{
  color: #4f566b;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(42,47,69,.1), 0 2px 5px 0 rgba(42,47,69,.08), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent;
}
.p-10{
  padding: 10px;
}
.mb-10{
  margin-bottom: 10px;
}
.bg-556cd6{
  background-color: var(--theme-color) !important;
}
.mh-320{
  max-height: 320px !important;
  min-height: 320px !important;
}
.mh-300{
  max-height: 300px !important;
  min-height: 300px !important;
}
.newsfeed,.activity-feed, .listfeed{
  overflow-y: auto;
}
.news{
  border: 1px dashed #c4cdd2;
  border-radius: 5px;
  padding: 15px 15px;
}
.fs-10{
  font-size: 10px !important;
}
.activity-feed .activity-boxes-w {
    padding: 0;
}
.activity-feed .activity-boxes-w .activity-box-w:after ,
.activity-feed .activity-boxes-w .activity-box-w:before ,
.activity-feed .activity-boxes-w .activity-time, .activity-feed .activity-boxes-w .activity-box:before {
  display: none;
}
.activity-feed  .activity-boxes-w .activity-box-w:first-child{
  padding-top: 0;
}
.activity-feed  .activity-boxes-w .activity-avatar img {
    width: 35px;
    height: 35px;
}
.activity-feed  .activity-boxes-w .activity-avatar {
    width: 35px;
}
#addfeed , #addlist{
  margin: 0 0 10px 0;
border: none;
border-radius: 4px;
}
.bg-white{
  background: #fff !important;
}
.btn-loader , .btn-loader-2 {
  width: 16px;
  margin-top: -2px;
}
.todolist{
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.delete-list{
  font-size: 12px;
  color: #b6bad2;
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 10px;
}
.todolist.strike-through{
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color);
  font-weight: 400;
  text-decoration: line-through;
}

.btn-small-shadow i{
  font-size: 14px;
}

.btn-small-shadow {
  margin: 10px 5px 10px 0px;
      flex: 0 0 auto;
      padding: 4px 8px 4px 8px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 500;
      line-height: 1.6;
      height: 30px;
      font-size: 14px;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      white-space: nowrap;
      word-break: keep-all;
      transition: box-shadow .08s ease-in, color .08s ease-in;
      border: none;
}
.feedbackSuccess p span{
  font-size: 14px;
}
.feedbackSuccess p{
  font-weight: 300;
  font-size: 16px;
}
.feedbackSuccess{
  display: none;
  text-align: center;
}
.feedbackBtn{
      margin-right: 10px;
    border-radius: 4px;
      width: 202px;
      background-color: #f5f5f5;
      line-height: 60px;
      cursor: pointer;
      padding: 6px 15px 6px 15px !important;
      color: #8792a2 !important;
      border: none;
      transition: 0.5s;
      /* box-shadow: 0 0 0 1px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08); */
  }
.searchInput{
  padding: 7px 15px 7px 40px !important;
      color: #475e69 !important;
      height: 30px;
      margin: 15px 15px 0 25px;
      width: 400px;
      border: none;
      background-image: url(/img/search-icon.png);
      background-repeat: no-repeat;
      background-position: 15px;
      transition: 0.5s;
      background-size: 15px;
      /* box-shadow: 0 0 0 1px rgb(49 49 93 / 3%), 0 2px 5px 0 rgb(49 49 93 / 10%), 0 1px 2px 0 rgb(0 0 0 / 8%); */
      background-color: #f5f5f5;
      border-radius: 4px;
}
.searchResult p strong i{
  background: transparent;
  padding: 5px;
  color: #565c80;
  font-weight: 400;
  border-radius: 13px;
  position: relative;
  top: 10px;
  font-size: 16px;
  box-shadow: none;
}
.searchResult p strong{
  font-size: 14px;
}
.searchResult p:last-child a{
  color: var(--theme-color);
}
.searchResult p a{
  color: #2a2f45;
}
.searchResult h5{
  padding: 5px 0px 7px 0px;
      color: #333;
      border-bottom: 1px solid #f5f5f5;
      margin: 10px 15px 5px 15px;
      font-weight: 500;
}
.searchResult p span{
  color: #8d949b;
  font-size: 11px;
  font-style: normal;
  padding-left: 31px;
}
.searchResult p{
  background: #fff;
  margin: 0;
  font-size: 14px;
  padding: 10px 15px;
  color: #2a2f45;
  transition: 0.5s;
}
.searchResult p:hover{
  background: #f7fafc;
}
.searchResult p:last-child{
  background: #f7fafc;
  margin: 0;
  padding: 10px 15px;
  color: #2a2f45;
}
.searchResult {
  color: #475e69 !important;
  margin: 0 0 0 25px;
  width: 400px;
  position: absolute;
  z-index: 9999;
  background: #fff;
  display: none;
  border-radius: 0px 0 4px 4px;
  border: 0;
  box-shadow: 0 4px 5px 0 rgb(60 66 87 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
}
.topSearchLoader{
  position: absolute;
  top: 17px;
  right: 15px;
}
.left-menu .dropdown-header {
  font-size: 12px;
  color: #7e90a5;
  font-weight: 500;
  border-bottom: 1px solid #d0d7df;
  margin: 0;
  padding: 0px 10px 3px 10px;
  margin-bottom: 10px;
}
.dropdown-header {
  font-size: 12px;
  color: var(--theme-color);
  border-bottom: 1px solid #efefef;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group,
.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate;
    width: 100%;
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.game-table{
    max-height: 550px;
    overflow-y: auto;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    margin-top: 3px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccd0d2;
    border-radius: 4px 0 0 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    /*border-bottom-right-radius: 0;
    border-top-right-radius: 0*/
}

.input-group-addon:first-child {
    border-right: 0
}

.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-bottom-left-radius: 0;
    border-top-left-radius: 0*/
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

.nav:after {
    clear: both
}

.nav>li>a {
    padding: 10px 12px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
background-color: transparent;
color: #555;
}

.configuration .nav>li>a:focus,
.configuration  .nav>li>a:hover {
  text-decoration: none;
background-color: transparent;
border: 1px solid transparent;
color: #555;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: transparent;
color: #555;
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #0476f2
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    /* border-color: #eee #eee #ddd */
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: transparent;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills>li {
    float: left
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: var(--theme-color)
}

.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom:0;
    border: none;
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow:  inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-box-shadow:  inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse.in {
    overflow-y: auto
}

.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: hidden
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    /* margin-right: -15px;
    margin-left: -15px */
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 5px 0;
  font-size: 18px;
  line-height: 22px;
  height: 58px;
  width: 200px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand span {
  position: relative;
    top: 3px;
}
.layout_2 .navbar-brand img {
  width: auto;
      height: 50px;
      margin: 0;
      box-shadow: none;
      border-radius: 0;
      padding: 0;
      background: transparent;
}
.navbar-brand img {
  width: auto;
  height: 50px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 7px;
  margin-bottom: 0px;
  background-color: transparent;
  border: none;
  border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 0px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow:   inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-box-shadow:   inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 7px -15px
}

.breadcrumb>li,
.pagination {
    display: inline-block
}

.btn .badge,
.btn .label {
    top: -1px;
    position: relative
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    /* border-top-right-radius: 0;
    border-top-left-radius: 0 */
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs,
.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-default {
  background: #fff;
  /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2); */
  /* border-bottom: solid 1px #ccd4de; */
}

.navbar-default .navbar-brand {
  color: #dadfe7;
      font-size: 20px;
      font-weight: 500;
      text-transform: uppercase;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #dadfe7;
  font-size: 14px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #eee
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #d3e0e9
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #0476f2;
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}
.user .actions {
    margin: 20px 0 0 0;
    padding-left: 0;
}

.user .actions li {
    padding: 15px 25px;
    list-style: none;
    border-top: 1px solid #eee;
}
.user .actions li:hover {
    background: #f0f0f0;
}

.user .actions li a {
    color: #565c80;
    font-size: 1.35rem;
    text-transform: uppercase;
    font-weight: 400;
}

.user .actions li a i {
    font-size: 18px;
    position: relative;
    left: -10px;
    top: 2px;
}

.user .actions li a:hover {

}
.breadcrumb {
  padding: 15px 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 0;
}
.dashboard{

}
.sidebar .user-card{
  padding: 15px 15px 0 15px;
  margin-top: 60px;
  color: #5e6d80;
  font-size: 14px;
}
.sidebar .user-card span{
  font-size: 12px;
  color: #627384;
  text-transform: capitalize;
}
.quicklinks a{
  border: 1px solid #eee;
    padding: 2px 8px;
    margin: 5px 10px 5px 0;
    border-radius: 4px;
    float: left
}
.btn-large{
  padding: 10px 20px 12px 20px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb>li >a, .breadcrumb>li {
  font-size: 14px !important;
}
.breadcrumb .pull-right>a{
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px !important;
  /* background-color: #ffffff; */
  cursor: pointer;
  padding: 5px 5px 5px 5px !important;
  color: #565f85 !important;
  border: none;
  transition: 0.5s;
  /* box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%); */
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  /* -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%); */
}
.breadcrumb .pull-right>a:hover{
  color: #2b3e93 !important;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    display: none !important;
}
.goog-te-gadget{
   color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
  color: #535a82 !important;
  font-size: 15px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 0 0 1px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
  background-color: #fff;
}
.app-one {
    border-radius: 3px;
  }
.menu-bottom{
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow:  0px -2px 6px -3px rgba(0, 0, 0, 0.27);
    -moz-box-shadow:  0px -2px 6px -3px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px -2px 6px -3px rgba(0, 0, 0, 0.27);
}
.menu-bottom .item{
  width: 25%;
  float: left;
  text-transform: capitalize;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
}
.menu-bottom .item a{

}
.menu-bottom .item .svg-icon{
  position: relative;
  top: 5px;
}
.menu-bottom .active .svg-icon g [fill] {
    fill: var(--theme-color);
}
.menu-bottom .item a span{
  font-size: 14px;
  color: #444;
}
.menu-bottom .active a span{
  color: var(--theme-color);
}
.breadcrumb>li+li:before {
    content: "/";
    padding: 0 5px;
    color: #ccc
}
.breadcrumb .pull-right input {
  color: #475e69 !important;
  border: none;
  background-color: #f6f8f9;
  padding: 2px 10px;
  border-radius: 3px;
}
.breadcrumb .pull-right:before {
    display: none;
}
.breadcrumb .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
.breadcrumb .dropdown span {
  margin: 10px 5px 10px 0px;
      flex: 0 0 auto;
      padding: 4px 8px 4px 8px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 500;
      line-height: 1.6;
      height: 30px;
      font-size: 14px;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      white-space: nowrap;
      word-break: keep-all;
      transition: box-shadow .08s ease-in, color .08s ease-in;
      border: none;
      color: #4f566b;
background-color: #fff;
box-shadow: 0 0 0 1px rgba(42, 47, 69, .1), 0 2px 5px 0 rgba(42, 47, 69, .08), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent;
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: var(--theme-color);
  background-color: #fff;
  border: 1px solid #e3e8ee;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #216a94;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    border-radius: .25em;
}
.label-large {
    display: inline;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    border-radius: .25em;
}
.label-large:hover,
.label-large:focus
 {
    display: inline;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    border-radius: .25em;
}

.label:empty {
    display: none
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default:hover {
  color: #444;
}
.label-default {
  background-color: #f5f8fa;
  color: #555;
}
/* .label-light {
  background-color: #f5f8fa;
  color: #0667d0;
} */
.label-light {
  margin: 10px 0px 10px 10px;
  flex: 0 0 auto;
  padding: 3px 8px 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.6;
  height: 28px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  word-break: keep-all;
  transition: box-shadow .08s ease-in,color .08s ease-in;
  border: none;
  color: #4f566b;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(42,47,69,.1), 0 2px 5px 0 rgba(42,47,69,.08), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent;
}

.btn-light{
  display: inline;
  font-size: 12px;
  background-color: #f5f8fa;
  color: #456280;
  padding: 8px 10px;
  border-radius: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border: none;
}

.btn-light:hover , .btn-light:focus {
  background-color: #f5f8fa;
  color: #0667d0 !important;
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 0 2px 1px);
}

.label-light:hover , .label-light:focus {
  color: #3F51B5 !important;
  cursor: pointer;
  /* filter: drop-shadow(rgba(0, 0, 0, 0.1) 0 2px 1px); */
}
.uploadform h5{
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    color: #6e769d;
    margin: 15px 0 10px 0;
}
.text-green{

}
.text-blue{

}
.text-red{

}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #52a5ff
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #3785d8
}

.label-success {
    background-color: #2ab27b
}
.label-success-outline {
    border: 1px solid #2ab27b;
    color: #2ab27b;
    padding: 2px 3px;
  font-size: 10px;
  box-shadow: none;
  font-weight: 400 !important;
}
.btn-success-outline {
    border: 1px solid #2ab27b;
    color: #2ab27b;
    box-shadow: none;
    font-weight: 400 !important;
}
.btn-success-outline:hover {
    border: 1px solid #2ab27b;
    color: #2ab27b;
    box-shadow: none;
    font-weight: 400 !important;
}
.label-warning-outline {
    border: 1px solid #FF9800;
    color: #FF9800;
    padding: 2px 3px;
    font-size: 10px;
    box-shadow: none;
    font-weight: 400 !important;
}
.timestamps{
  position: relative;
  top: -26px;
  height: 0;
}
#exportTable{
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.12);
  background: #fff !important;
  position: absolute;
  top: 50px;
  border-radius: 3px;
  padding: 5px 10px;
  z-index: 9999;
  right: 15px;
  display: none;
}
#exportTable .list-group {
  margin-bottom: 8px;
}
#exportTable .list-group-item {
    padding: 8px 8px;
    width: 130px;
}
.activity-boxes-w  {
  background: transparent;
  padding: 15px 15px 15px 0;
}
.activity-boxes-w .activity-box-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem 0px;
    position: relative;
}
.activity-boxes-w .activity-box-w:first-child:before {
    top: 50%;
}
.activity-boxes-w .activity-box-w:before {
    content: "";
    display: block;
    width: 3px;
    background-color: #c0cadd;
    top: 0px;
    bottom: 0px;
    left: 115px;
    position: absolute;
}
.activity-boxes-w .activity-box-w-first:before {
    content: "";
    display: block;
    width: 3px;
    height: 50px;
    background-color: #c0cadd;
    top: 0px;
    bottom: 0px;
    left: 115px;
    position: absolute;
}
.activity-boxes-w .activity-time {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
      flex: 0 0 140px;
      font-size: 10px;
      text-transform: uppercase;
      color: #666;
      text-align: right;
      padding-right: 40px;
  }
  .activity-boxes-w .activity-box {
      padding: 0.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .activity-boxes-w .activity-box {
      border-radius: 6px;
      background-color: #fff;
      -webkit-box-shadow: 0 2px 5px 0 rgba(60,66,87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, .07);
      box-shadow: 0 2px 5px 0 rgba(60,66,87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, .07);
  }
  .activity-boxes-w .activity-box-w:after {
      content: "";
      display: block;
      width: 20px;
      background-color: #c0cadd;
      top: 50%;
      height: 1px;
      left: 120px;
      position: absolute;
      z-index: 1;
  }
  .activity-boxes-w .activity-box:before {
    position: absolute;
    top: 50%;
    left: -31px;
    line-height: 15px;
    content: "\f058";
    font-family: 'FontAwesome';
    width: 15px;
    height: 15px;
    color: #565c80;
    font-size: 18px;
    border: none;
    background-color: #f2f4f8;
    border-radius: 20px;
    -webkit-transform: translateY(-50%);
    z-index: 2;
  }
  .activity-boxes-w .activity-box-current:before {
    color: #439f46;
    font-size: 21px;
    left: -32px;
  }
  .activity-boxes-w .activity-avatar {
        width: 40px;
        border-radius: 50px;
        overflow: hidden;
        margin-right: 1.1rem;
    }
    .activity-boxes-w .activity-avatar img {
      width: 40px;
      height: 40px;
    }
    .activity-boxes-w .activity-info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .activity-boxes-w .activity-role {
        font-size: 12px;
        color: rgba(0,0,0,0.4);
        margin-bottom: 0.2rem;
    }
    .activity-boxes-w .activity-title {
        font-size: 12px;
        display: block;
    }
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #20895e
}

.label-info {
  background-color: #f2faff;
  color: #555;
}

.label-warning {
    background-color: #ed9e6f
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ce8355
}

.label-danger {
    background-color: #fe6e6e
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #f15c5c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.media-object,
.thumbnail {
    display: block
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #0476f2;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.alert,
.thumbnail {
    /* margin-bottom: 15px */
}

.alert .alert-link,
.close {
    font-weight: 700
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

.thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #636b6f
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #0476f2
}

.alert {
    padding: 10px;
    /* border: 1px solid transparent; */
    /* box-shadow: 0px 1px 2px 0px #dfdfdf; */
    border-radius: 4px;
        z-index: 99;
}
.panel-body .alert {
    padding: 10px;
    /* border: 1px solid transparent; */
    /* box-shadow: 0px 1px 2px 0px #dfdfdf; */
    border-radius: 4px;
    margin-bottom: 10px;
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert-flash {
  color: #ffffff;
  padding: 11px 15px;
  width: 100%;
  margin-top: 0px;
  position: fixed;
  top: 60px;
  border-radius: 0;
}
.fadeInAnimate{
  animation: fadeInScale 0.2s ease-in-out;
}
.alert-success {
  color: #326932;
  background: #dbf1e8;
}

.alert-message {
  background-color: #067bd8;
      border-color: #067bd8;
      color: #fff;
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
  background-color: #ffd9cb;
      border-color: #ed784b;
      color: #b13f14;
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
  background-color: #ed6767;
  border-color: #ed6767;
  color: #fff;
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    padding: 0 0px 0 5px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #0476f2;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #2ab27b
}

.progress-bar-info {
    background-color: #8eb4cb
}

.progress-bar-warning {
    background-color: #cbb956
}

.progress-bar-danger {
    background-color: #bf5329
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
    margin: 0;
}

/* .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #d3e0e9;
} */
.dashboard  .list-group-item a .svg-icon{
  margin: 14px 14px;
  left: 5px;
  float: left;
  height: 35px;
  width: 35px;
}
.dashboard  .list-group-item a .details{
  position: relative;
    left: 15px;
    float: left;
    color: #373d59;
}
.dashboard  .list-group-item a{
  width: 100%;
      color: #373d59;
}
.dashboard .list-group-item {
  position: relative;
  margin: 0;
  background-color: #fff;
  padding: 0 0 10px 0;
  display: flex;
      margin-top: 10px;
  color: inherit;
  border-radius: 0 !important;
  box-shadow: none;
  background: #fff;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 15px 15px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #d3e0e9;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid #d3e0e9;
    margin-top: 5px;
    padding-top: 10px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 0px solid #d3e0e9;
    margin-top: 0px;
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    /* color: #333 */
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0476f2;
    border-color: #0476f2
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #d7ebf6
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel-shadow-dark {
  box-shadow: 0 7px 14px 0 rgba(59,65,94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07) !important;
  -moz-box-shadow:  0 7px 14px 0 rgba(59,65,94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07) !important;
  -webkit-box-shadow: 0 7px 14px 0 rgba(59,65,94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07) !important;
}

.panel-transparent {
  background: transparent !important;
  box-shadow: none !important;
}
.panel-transparent .panel-heading {
    padding: 10px;
}
.panel-transparent .panel-body{
  padding: 0;
  background: transparent !important;
}
.panel-transparent .panel-footer{

}
.bg-transparent{
  background: transparent !important;
  background-color: transparent !important;
}
.two-tabs{
  border: none !important;
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.two-tabs li{
width: 50%;
float: left;
}
.two-tabs>li.active>a,.two-tabs>li.active>a:focus,.two-tabs>li.active>a:hover{
  color: #555;
      background-color: transparent;
      border-bottom-color: transparent;
      cursor: default;
      border-bottom: 2px solid #555;
}
.route-card {
  margin: 0 auto 10px auto;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
}
.route-card .card-header{
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: 500;
}
.route-card  .card-body{
padding: 10px;
}
.route-card  .card-footer{
border-top: 1px solid #eee;
padding: 10px;
}
.route-card  .card-footer a{
  margin-right: 10px;
}
.route-card .svg-icon{
  position: relative;
  left: 0px;
  top: 5px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.drawSignature{
  position: fixed;
top: 0;
background: #fff;
width: 100% !important;
z-index: 99;
height: 100%;
}
.panel {
    margin-bottom: 15px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(40, 78, 102, .1);
    box-shadow: 0 2px 15px #284e661a;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}
.rates h1{
  font-size: 36px;
  font-weight: 300;
  margin-top: 5px;
}
.fw300{
  font-weight: 300;
}
.fw400{
  font-weight: 400;
}
.fw500{
  font-weight: 500;
}
.panel-collapse{
  margin-bottom: 0;
}
.panel-collapse:last-child{
  margin-bottom: 22px;
}
.panel-collapse .panel-heading{
  cursor: pointer;
}
.panel-collapse .panel-body{
  display: none
}
.panel-waybill .panel-heading {
    color: #373d59;
    font-size: 15px;
    font-weight: 500;
}
.mh-250{
  min-height: 250px;
}
.h-250-scrollable{
  height: 250px;
  overflow-y: auto;
}
.panel-waybill .panel-body {
  padding: 15px;
  background-color: #fff !important;
  border-radius: 0 0 8px 8px;
}
.panel-body {
  padding: 15px;
  background-color: #f2f5f7;
  border-radius: 0 0 8px 8px;
}
.loginForm .panel-body {
    padding: 15px 20px;
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.dashboard .panel {
  margin-bottom: 15px;
}
.dashboard .panel-heading {
  padding: 15px 15px 0 15px;
  border-bottom: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-weight: 400;
}
.panel-heading {
    padding: 15px;
    border-bottom: none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: bold;
    /* box-shadow: inset 0 -1px #e3e8ee; */
    border-bottom: 1px solid #e5e5e5;
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
  padding: 10px 15px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      box-shadow: inset 0 1px #e3e8ee;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #d3e0e9
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #d3e0e9
}

.panel-default>h2{
  margin: 10px 0 0 0;
    padding: 15px;
}
.panel-default>.panel-heading {
    color: #444;
    background-color: #fff;
    /* border-color: #f5f8fa; */
    font-weight: normal;
    font-size: 1.2em;
}
.menu{
    margin-bottom: 40px;
}
.menu a{
  color: #6096ad;
padding: 15px;
font-weight: 600;
}
.menu a:hover{
color:#0476f2;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d3e0e9
}

.panel-default>.panel-heading .badge {
    color: #fff;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d3e0e9
}

.panel-primary {
    border-color: #0476f2
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #0476f2;
    border-color: #0476f2
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #0476f2
}

.panel-primary>.panel-heading .badge {
    color: #0476f2;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #0476f2
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:  inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popover,
.tooltip {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content,
.popover {
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;

}
.modal {
    border-radius: 8px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-big {
   width: 700px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  outline: 0;
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  /* display: none; */
  background: rgba(82, 95, 127, .25);
  opacity: 1;
}

.modal-header {
    padding: 15px;
    box-shadow: inset 0 -1px #e3e8ee;
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
  color: #1a1f36;
}
.left-menu .panel-body{
padding: 0 !important;
}
.btn-waybill-menu .svg-icon{
  /* height: 30px;
  width: 30px; */
}
.btn-waybill-menu{
  float: left;
  margin-top: 10px;
}
.menu-inactive , .menu-active , .menu-label{
  transition: width 220ms cubic-bezier(0.15, 1, 0.3, 1) 0s;
  animation: 0s ease 0s 1 normal none running none;
}
.menu-inactive {
  overflow-y: hidden !important;
}
.menu-inactive .svg-icon {
      /* height: 28px;
      width: 28px; */
}
.navbar-top .svg-icon {
      height: 20px;
      width: 20px;
}
.svg-icon {
      height: 25px;
      width: 25px;
}
.left-menu .svg-icon {
  position: relative;
  top: 2px;
  margin: 0 15px 0 10px;
}
.menu-control:hover{
  background: #fff;
}
.menu-control{
  position: fixed;
  top: 45%;
  left: 70px;
  border-radius: 3px;
  z-index: 99;
  padding: 5px 0 0 0;
  cursor: pointer;
  background: #ffffff7d;
}
.menu-control:hover .svg-icon g [fill] , .menu-push:hover .svg-icon g [fill] , .navbar-top ul li a:hover .svg-icon g [fill]  {
  fill: #fff;
}
.menu-push{
  float: right;
top: 0px !important;
right: -15px;
position: relative;
}
.svg-icon {
  transition: 0.2s;
}
.svg-icon g [fill] {
  fill: #dadfe7;
}
.active .svg-icon g [fill] , .left-menu ul li a:hover g [fill] {
  fill: #fff !important
}
.btn .svg-icon svg {
    height: 18px;
    width: 18px;
}
.svg-icon.svg-icon-white svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #fff !important;
}
.svg-icon.svg-icon-white svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699ff !important;
}
.svg-icon.svg-icon-primary svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-secondary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #181c32 !important;
}
.svg-icon.svg-icon-secondary svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-success svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #1bc5bd !important;
}
.svg-icon.svg-icon-success svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-info svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #8950fc !important;
}
.svg-icon.svg-icon-info svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-warning svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffa800 !important;
}
.svg-icon.svg-icon-warning svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-danger svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #f64e60 !important;
}
.svg-icon.svg-icon-danger svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-light svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: light !important;
}
.svg-icon.svg-icon-light svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-dark svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #181c32 !important;
}
.svg-icon.svg-icon-dark svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-dark-75 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3f4254 !important;
}
.svg-icon.svg-icon-dark-75 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-dark-65 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5e6278 !important;
}
.svg-icon.svg-icon-dark-65 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-dark-50 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #7e8299 !important;
}
.svg-icon.svg-icon-dark-50 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-dark-25 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #d1d3e0 !important;
}
.svg-icon.svg-icon-dark-25 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-muted svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #b5b5c3 !important;
}
.svg-icon.svg-icon-muted svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.svg-icon.svg-icon-sm svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
}
.svg-icon.svg-icon-md svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
}
.svg-icon.svg-icon-lg svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
}
.svg-icon.svg-icon-xl svg {
    height: 2rem !important;
    width: 2rem !important;
}
.svg-icon.svg-icon-xxl svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
}
.svg-icon.svg-icon-1x svg {
    height: 1rem !important;
    width: 1rem !important;
}
.svg-icon.svg-icon-2x svg {
    height: 2rem !important;
    width: 2rem !important;
}
.svg-icon.svg-icon-3x svg {
    height: 3rem !important;
    width: 3rem !important;
}
.svg-icon.svg-icon-4x svg {
    height: 4rem !important;
    width: 4rem !important;
}
.svg-icon.svg-icon-5x svg {
    height: 5rem !important;
    width: 5rem !important;
}
.svg-icon.svg-icon-6x svg {
    height: 6rem !important;
    width: 6rem !important;
}
.svg-icon.svg-icon-7x svg {
    height: 7rem !important;
    width: 7rem !important;
}
.svg-icon.svg-icon-8x svg {
    height: 8rem !important;
    width: 8rem !important;
}
.svg-icon.svg-icon-9x svg {
    height: 9rem !important;
    width: 9rem !important;
}
.svg-icon.svg-icon-10x svg {
    height: 10rem !important;
    width: 10rem !important;
}
.svg-icon.svg-icon-full svg {
    height: 100% !important;
    width: 100% !important;
}

.navbar-nav .menu-label{
      font-size: 15px !important;
      position: relative;
      top: -5px;
}
.menu-label{
      font-size: 14px;
}
.dashboard .panel-heading .pull-right{
  position: relative;
    right: 0px;
}
ul.activitytimeline {
    list-style-type: none;
    position: relative;
}
ul.activitytimeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.activitytimeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.activitytimeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #565c80;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.dashboard .panel-heading span{
  font-size: 14px;
    color: #999eb7;
}
.dashboard .panel-heading{
  box-shadow: none !important;
  padding: 15px 15px;
    background: #fff;
    border-bottom: 1px solid #f0f2f5;
}
.dashboard .panel-body {
  background-color: #fff !important;
  /* height: 330px; */
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-body {
    position: relative;
    padding: 15px;
    background-color: #f7fafc;
    border-radius: 4px;
}
.note-editor .modal-body {
    position: relative;
    padding: 15px;
    width: 95%;
    margin: 0 auto;
}

.modal-footer p {
  margin: 0 !important;
}
.modal-footer {
    padding: 5px;
    text-align: right;
    box-shadow: inset 0 1px #e3e8ee;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
    /* filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 2px 5px); */
}

.tooltip.in {
    opacity: 1;
    /* filter: alpha(opacity=90) */
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
  padding: 5px 8px;
      color: #fff;
      max-width: 200px;
      min-width: 125px;
      text-align: center;
      background-color: #000c4f;
      border-radius: 4px;
      box-shadow: -2px 0px 5px 0px #ddd;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000c4f
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color:  #000c4f;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color:  #000c4f
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color:  #000c4f;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow:  0 5px 10px rgba(0, 0, 0, .2);
}

.carousel-caption,
.carousel-control {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel,
.carousel-inner {
    position: relative
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    width: 100%;
    height: 370px;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: transparent
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.roles-checkbox{
  margin-top: -5px;
}
.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

.visible-print {
    display: none!important
}

.visible-print-block {
    display: none!important
}

.visible-print-inline {
    display: none!important
}

.visible-print-inline-block {
    display: none!important
}
.important {
  color: #e3180a;
}
.iti {
    width: 100%;
}
