body {
    color: #505457;
    font-family: 'helvetica_ce_55_romanregular';
    font-size: 15px;
    background: #FAFAFA;
}

@font-face {
    font-family: 'helvetica_ce_55_romanregular';
    src: url('../fonts/helvetica_neue_ce_55_roman-webfont.woff2') format('woff2'),
        url('../fonts/helvetica_neue_ce_55_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-Bold.otf')  format('opentype'),
           url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf')  format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
  }


a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #001F5F;
}

a {
    transition: 0.5s;
}
ul
{
    margin:0;
    padding: 0; 
}
img
{
	max-width:100%;
}


.tooltip.in{opacity:1!important;}
.p-relative
{
    position: relative;
}
.btn {
    height: 35px;
    border-radius: 3px;
    font-size: 15px;
    transition: 0.5s;
}

.btn-default {
    color: #A19B98;
    border-color: #CFCFCF;
}

.btn-default:hover {
    color: #fff;
    background-color: #001E5F;
    border-color: #001E5F;
}

.btn-primary {
    color: #fff;
    background-color: #F04E23;
    border-color: #F04E23;
}

.btn-primary:hover {
    color: #fff;
    background-color: #001E5F;
    border-color: #001E5F;
}
.btn-round
{
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 11px 20px; 
    font-size: 12px;
    height: 40px;
}
.btn-round.active, .btn-round:active
{
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.btn-round.active a, .btn-round:active a
{
    color: #001F5F;
}
.btn-round a
{
    color: #818586;
}
.btn-round:hover a
{
    color: #001F5F;
}
.btn.orange
{
    background: #F04E23;
}
.btn.orange a
{
    color: #fff;
}
.btn.orange:hover
{
    /*background: #fff;
    color: black;*/   
}
.btn.blue
{
    background: #001F5F;
    color: #fff;
}
.btn.blue:hover
{
    background:#F04E23; 
}
.btn.gray
{
    background: #F8F8F8;
    color: #7F8384;
}
.btn.gray:hover
{
    background:#F04E23; 
}
.bootstrap-select .dropdown-toggle:focus,
input:focus
{
    outline: 0 !important;
}

.alert
{
    font-size: 12px;
    height: 25px;
    border-radius:100px;
    padding:2px 13px; 
    margin-bottom: 10px; 
}
.alert span {
    text-decoration: underline;
}
.alert-danger
{
    background: #D53232;
    border-color: #D53232;
    color: #fff;
}
.form-group
{
    margin-bottom: 14px;
}
.form-control {
    padding: .375rem 13px;
    font-size: 15px;
    color: #5B5E61;
    height: 34px;
    border: 1px solid #CFCFCF;
    box-shadow: none;
}
textarea.form-control
{
    height: auto !important;
}
.custom-select .form-control
{
    background:none; 
    height: auto;
}
.custom-select .filter-option
{
    position: relative;
    top: 1px;
    text-overflow: ellipsis;
    z-index: 9999;
}

.custom-select .btn
{
    border-radius: 100px;
    height: 25px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border:0;
    padding: 0 16px;
    font-size: 12px; 
    color: #001F5F;
}
.custom-select .btn:hover
{
    color:#fff;
}
.custom-select .btn:hover:active
{
    color: #505457;
}
.custom-select .btn .caret
{
    color: #EF4F22;
    margin-right: 5px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}
.custom-select .dropdown-menu
{
    overflow: visible !important;
    padding: 11px 0;    
}
.custom-select.daily-avg .dropdown-menu 
{
    right: 0;
    left: auto;
}
.custom-select.port .dropdown-menu li a
{
    font-family: 'HelveticaNeue-Bold';
}
.custom-select.port .filter-option
{
    top: 0;
}
.custom-select .dropdown-menu li:first-child a
{
    color:#6A6D6F;
}
.custom-select.port .dropdown-menu li:first-child a
{
    color:#EF4F22;
}
.custom-select.port .dropdown-menu li:nth-child(2)   a
{
    color:#B736D6;
}
.custom-select.port .dropdown-menu li:last-child a
{
    color:#288738;
}
.custom-select.daily-avg .dropdown-menu li:nth-child(2) a
{
    color:#EF4F22;
}
.custom-select .dropdown-menu li:first-child a span,
.custom-select.daily-avg .dropdown-menu li:nth-child(2) a span
{
    text-decoration: underline;
}
.custom-select.daily-avg .dropdown-menu li:first-child a span,
.custom-select.port .dropdown-menu li:first-child a span
{
    text-decoration: none;
}
.dropdown-menu
{
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border: 1px solid #AAADAD;
    font-size: 12px;
    /*margin: 13px 0 0;*/
}
.dropdown-menu > li > a {
    color: #9B9E9F;
    padding: 8px 20px;
}
.dropdown-menu > li > a:focus
{
    background: none;
}
/*.dropdown-menu:before {
    content: "";
    position: absolute;
    right: 11px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 9;
}
.dropdown-menu:after {
    content: "";
    position: absolute;
    right: 9px;
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #aaadad transparent;
    z-index: 8;
}*/
.d-none
{
    display: none !important;
}
.d-block
{
    display: block !important;
}
/*********** Switch **********/

/* The switch - the box around the slider */


.switch {
  position: absolute;
    display: inline-block;
    width: 30px;
    right: 10px;
    display: flex;
	display: -webkit-flex;
    top: 13px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F7F7F7;
  box-shadow: 0 0 1px rgba(0,0,0,0.16);
  -webkit-transition: .4s;
  transition: .4s;
  height: 16px;
    width: 29px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
width: 12px;
left: 2px;
bottom: 2px;
background-color: #001F5F;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #42C32A;
}
input:checked + .slider:before
{
    background-color: #001F5F;  
}


input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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

/*** custom checkbox button css start ***/
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #505457;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

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

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 11px;
    width: 11px;
    border-radius: 2px;
    border: 1px solid #707070;
    background-color: #fff;
}

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

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked~.checkmark {
    background-color: #2196F3;
}

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

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

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 2px;
    top: 0px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}


.custom-checkbox-two {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #505457;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
  }
  
  /* Hide the browser's default checkbox */
  .custom-checkbox-two input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .custom-checkbox-two .checkmark {
        position: absolute;
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 2px;
    border: 1px solid #707070;
    background-color: #fff;
}

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

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

/* Style the checkmark/indicator */
.custom-checkbox-two .checkmark:after {
    left: 3px;
    top: 1px;
    width: 4px;
    height: 7px;
    border: solid #EF4F22;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}
/*** custom checkbox button css end ***/
/*** auto complete css start ***/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  border-radius:10px;  
  margin-top: 1px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  max-height: 600px;
    overflow: auto;
}

.autocomplete-items div {
  padding: 8px 10px;
  cursor: pointer;
  background-color: #fff; 
  font-size: 12px;
  color: #023DB5;
}
.autocomplete-items div:first-child
{
    border-radius: 10px 10px 0 0;
}
.autocomplete-items div:last-child
{
    border-radius:0 0 10px 10px;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active,
.autocomplete-items div:hover {
  background-color: #001E5F !important; 
  color: #ffffff !important; 
}
/*** auto complete css end ***/
/*** map page css start ***/
.header-inner
{
    background: #001F5F;
    height: 53px;
    padding-top: 13px;
}
.logo-inner img 
{
    height: 30px;
}
.user-div
{
    float: right;
    margin-top: 2px;
}
.user-div .dropdown-menu
{
    margin-top: 3px;
    border: 0;
    border-radius: 0;
}
.user-div .dropdown-menu li a {
    padding: 1px 10px;
    color: #505457;
}
.user-div .dropdown-menu li a:hover {
    background: none;
    color: #001F5F;
    text-decoration: underline;
}
.user-div .dropdown-menu li:last-child a {
    padding: 9px 10px 5px;
    border-top: 1px solid #f6f6f6;
}
.user-div .dropdown-menu li.profile-settings a {
    padding: 20px 10px 10px;
}
.user-div .dropdown .btn
{
	height: 24px;
	width: 24px;
	border-radius: 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	padding:0; 
}
.user-div .dropdown .btn:hover,
.user-div .open > .dropdown-toggle.btn-primary:focus
{
    background-color: #F04E23;
    border-color: #F04E23;
}

.user-div .dropdown .btn .icon-user
{
    font-size: 13px;
}
.main-content
{
    height: calc(100vh - 53px);
}
/*.content
{ 
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    bottom: 0;
}*/
.map-bg{
    text-align: center;
}
.map-bg img
{
    max-width: 100%;
}
.search-pls-div
{
    width: 180px;   
    position: relative;
    margin-top: 35px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
	margin-bottom: 16px;
}
#desktopSearch
{
    position: relative;
}
#desktopSearch .autocomplete
{
    width: 180px;
    height: 25px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
#desktopSearch .autocomplete input
{
    border:0;
    padding: 2px 13px;
    width: 150px;
    border-radius: 100px 0 0 100px;
    font-family: 'helvetica_ce_55_romanregular';
    font-size: 12px;
    color: #001F5F;
}
#desktopSearch .submit-btn
{
    background: none;
    border: 0;
    position: absolute;
    right: 8px;
    padding: 4px 7px 3px 7px;
    top: 1px;
    font-size: 12px;
}
#desktopSearch .autocomplete input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #001E5F;
    opacity: 1;
    font-size: 12px;
    font-family: 'helvetica_ce_55_romanregular';
}

#desktopSearch .autocomplete input::-moz-placeholder {
    /* Firefox 19+ */
    color: #001E5F;
    opacity: 1;
    font-size: 12px;
    font-family: 'helvetica_ce_55_romanregular';
}

#desktopSearch .autocomplete input:-ms-input-placeholder {
    /* IE 10+ */
    color: #001E5F;
    opacity: 1;
    font-size: 12px;
}

#desktopSearch .autocomplete input:-moz-placeholder {
    /* Firefox 18- */
    color: #001E5F;
    opacity: 1;
    font-size: 12px;
}
#portTp
{
    display: none;
}
.mobile-search
{
    display: none;
}
.zoom-inout
{
    width: 62px;
    height: 25px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    display: flex;
	display: -webkit-flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
	-webkit-align-items: center;
    -webkit-justify-content: center;
}
.zoom-inout > div
{
    float: left;
    padding: 0px 6px 0px 9px;
    cursor: pointer;
}
.zoom-inout > div > .icon-minus:before,
.zoom-inout > div > .icon-plus:before
{
    font-size: 12px;
}
.zoom-inout > div > .icon-plus:before
{
    color: #EF4F22;
}
.messages-div
{
    float: right;
    margin-top: 35px;
}
.messages-div .alert
{
    float: right;
    clear: both;
}
.messages-div i
{
    display: none;
}
.map-info-box
{
    width: 180px;
    float: left;
}

.time-div
{
    margin-bottom: 30px;
    overflow: hidden;
}
.time-div >ul
{
    margin: 0;
    padding: 0;
}
.time-div >ul > li
{
    display: block;
    float: left;
    margin-right: 10px;
}
.time-div >ul > li:last-child
{
    margin-right: 0;
}
.time-div >ul > li  > div
{
    width: 53px;
    height: 25px;
    font-family: 'HelveticaNeue-Bold';
    font-size: 12px;
    border-radius: 100px;
	padding: 4px 11px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    display: flex;
	display: -webkit-flex;
    color: #383838;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.time-div >ul > li> span
{
    color:#001F5F;
    font-size: 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
    top: 2px;
}
.fuel-div
{
    margin-bottom: 30px;
}
.fuel-div .custom-select
{
    position: relative;
    border-radius: 100px;
    cursor: pointer;
}
.map-info-box .btn:hover
{
    background:#f2f2f2;
    color: #001F5F; 
}

/*.fuel-div .custom-select .btn .caret
{
    margin-top: 0;
}*/
.fuel-div .custom-select .btn
{
    color: #EF4F22;
    padding-left: 50px;
} 
.fuel-div .fuel-text-div
{
    position: absolute;
    z-index: 3;
    font-size: 12px;
    color: #001F5F;
    left: 16px;
    top: 5px;
}

.fuel-info
{
    font-size: 10px;
    color: #EF4F22;
    margin-top: 8px;
    margin-left: 16px;
}
.mobile-fuel-info
{
    display: none;
}
.risk-info
{
    margin-top: 11px;
    margin-left: 16px;
}
.risk-info > div
{
    width: 45px;
    height: 7px;
    float: left;
    border-radius: 5px;
    margin-right: 7px;
}
.risk-info > div:last-child
{
    margin-right: 0;
}
.risk-info > div.green
{
    background: #33D326;
}
.risk-info > div.orange
{
    background: #D39E26;
}
.risk-info > div.red
{
    background: #D32626;
}
/*** map page css end ***/
/*** chart page css start ***/
.char-main
{
    margin-top: 20px;
}
.bpc-info
{
    display: flex;
	display: -webkit-flex;
    margin-bottom: 20px;
}
.back-btn
{
    width: 140px;
    height: 40px;
    border-radius: 100px;
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
-webkit-align-items: center;
-webkit-justify-content: center;
padding: 0 20px 0 26px;
cursor: pointer;
color: #122144;
}
.back-btn span
{
    font-size: 12px;
    color: #001F5F;
    line-height: 12px;
    padding-left: 17px;
}
.price-box 
{
    width: 175px;
    height: 40px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    display: flex;
	display: -webkit-flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
	-webkit-align-items: center;
    -webkit-justify-content: center;
    padding: 4px 22px 0 22px;
    margin: 0 16px;
}
.price-box i
{
    font-style: normal;
    padding-left: 3px;
}
.price-box span
{
    font-size: 17px;
    border-right: 1px solid #E0E0E0;
    height: 13px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-right: 4px;
	padding-right: 3px;
}
.contact-box
{
    width: 211px;
    height: 40px;
    border-radius: 100px;
    background: #EF4F22;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    display: flex;
	display: -webkit-flex;
    color:#fff;
    align-items: center;
    justify-content: center;
	-webkit-align-items: center;
    -webkit-justify-content: center;
    padding: 0 23px 0 26px;
}
.contact-box span
{
    font-size: 12px;
    line-height: 12px;
    padding-left: 15px;
}
.contact-box i
{
    font-size: 19px;
}
.contact-box:hover,
.contact-box:focus
{
    color: #fff;
    background: #001F5F;
}

.port-selection .card
{
    height: 268px;
}
.chart-bg
{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom:0;
}
.chart-bg .height-250{
	height: 250px !important 
}
.card
{
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 27px 32px;
    margin-bottom: 20px;
    position: relative;
    height: 328px;
}
.card-title
{
    position: relative;
    font-family: 'HelveticaNeue-Bold';
    color: #001F5F; 
    text-transform: uppercase;   
}
.card-body
{
    position: relative;
}
.port-info-box-div
{
    margin-top: 77px;
    margin-right: 41px;
   /* float: right;*/
}
.port-info-box
{
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 10px;
    height: 109px;
    width: 133px;
    font-size: 10px;
    position: relative;
    margin-left: 18px;
    float: left;
}
.click-add-port-main
{
    /*float: left;*/
    position: relative;
}

.click-add-port-main #desktopSearch
{
    position: absolute;
    right: -20px;
    display: none;
}
.click-add-port-main #desktopSearch .autocomplete
{
    width: 165px;
}
 #desktopSearch .autocomplete .select2-container{
    /*width: 165px !important;*/
    width: 185px !important;
}
.port-info-box.click-add-port
{
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
	 -webkit-flex-direction: column;
    justify-content: center;
    align-items: center;
	 -webkit-align-items: center;
    -webkit-justify-content: center;
    text-align: center;
    cursor: pointer;
}
.port-info-box.click-add-port span
{
    color: #707070;
    font-size: 8px;
    width: 40px;
    display: block;
    line-height: 9px;
    margin-bottom: 8px;
}
.port-info-box.click-add-port .icon-plus
{
    position: relative;
    left: -2px;
    top: 3px;
}
.prot-box-title
{
    font-family: 'HelveticaNeue-Bold';
}
.prot-box-title.blue
{
    color: #05A5F5;
}
.prot-box-title.purple
{
    color: #B736D6;
}
.prot-box-title.green
{
    color: #288738;
}
.port-info-box .icon-close
{
    position: absolute;
    right: 0px;
    font-size: 8px;
    top: -2px;
    padding: 10px;
    cursor: pointer;
}
.port-info-box ul li
{
    display: block;
    margin-top: 3px;
    float: left;
    width: 100%;
}
.port-info-box ul li div:first-child
{
    float: left;
}
.port-info-box ul li div:last-child
{
    float: right;
    font-family: 'HelveticaNeue-Bold';
    margin-right: 4px;
}
.port-info-box ul li div .icon-arrow-up,
.port-info-box ul li div .icon-arrow-down
{
    font-size: 6px;
    position: relative;
    right: -4px;
    top: -1px;
} 
.char-main .col-lg-6:first-child,
.char-main .col-lg-6:nth-child(3)
{
    padding-right: 10px;
}
.char-main .col-lg-6:nth-child(2),
.char-main .col-lg-6:last-child
{
    padding-left: 10px;   
}

.chart-dropdown
{
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    margin-top: 15px;
}
.chart-dropdown .custom-select {
    margin:0 10px;
}
.chart-dropdown .custom-select:first-child {
    margin-left:0;
}
.chart-dropdown .custom-select:last-child {
    margin-right:0;
}
.chart-dropdown .custom-select .btn
{
    width: 100px;
    height: 26px;
    border:1px solid #EDEDED;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 10px;
    color:#707070;
}
.chart-dropdown .custom-select .btn:hover
{
    background-color: #f2f2f2;
}
.chart-dropdown .custom-select .btn .caret
{      
    color:#707070;
    right: 3px;
    margin-top: -1px;
}
.chart-dropdown .custom-select.port .btn
{
    font-family: 'HelveticaNeue-Bold';
    color:#05A5F5;
}  
.chart-dropdown .custom-select.daily-avg .btn
{
    color: #EF4F22;
}
.fuel-points
{
    color:#E0E0E0;
    font-size: 12px;
    position: relative;
    margin: 5px 0 5px 20px;
}
.fuel-points:before
{
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100px;
    top: 6px;
    background:#E0E0E0;
    position: absolute;
    left: -10px; 
}
.chart-dropdown.price-comparison-dropdown .custom-select .btn
{
    width: 125px;
}
.company-info-div .mCustomScrollbar
{
    height: 270px;
}
.company-info-div .card
{
    padding-right: 23px;
}
.company-info-div .mCSB_inside > .mCSB_container
{
    margin-right: 22px;
}
.company-info-div .mCSB_draggerRail
{
    display: none;
}
.company-info-div .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
    background-color:  #E0E0E0;
    width: 7px;
}
.company-info-div .b-shadow
{
    box-shadow: 0 -2px 3px rgba(0,0,0,0.1);
    margin-top: 3px;
    padding-top: 3px;
}
.company-info
{
    display: flex;
	display: -webkit-flex;
    margin-bottom: 15px;
    margin-top: 2px;
}
.company-info:last-child
{
    margin-bottom: 0;
}
.company-logo {
	width: 50px;
	height: 50px;
}
.company-logo img
{
    max-width: none;
}
.company-content
{
    margin-left: 14px;
    font-size: 11px;
}
.company-title
{
    font-size: 12px;   
    font-weight: bold;
}
.company-content span
{
    color: #707070;
}
.company-content p
{
    color: #343434;
    margin-bottom: 0;
}
/*** chart page css end ***/

/*** form css start ***/
.common-forms {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.common-forms .container {
    display: table-cell;
    vertical-align: middle;
}

.common-forms .form {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
.common-forms .form-top
{
    max-width: 300px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.common-forms .form-middle
{
    margin-top: 19px;
}
.common-forms .form .form-control
{
    max-width: 300px;
    margin:0 auto;
    border-radius: 3px;
}
.common-forms .form .close {
    opacity: 1;
    font-size: 14px;
    position: absolute;
    right: 0;
}

.common-forms .custom-checkbox-div {
    margin-top: 32px;
    margin-bottom: 9px;
}
.common-forms .custom-checkbox-div .custom-checkbox  {
    margin-bottom: 9px;
    letter-spacing: -0.2px;
}
.common-forms .form-title {
    text-align: center;
    font-family: 'HelveticaNeue-Bold';
    font-size: 23px;
    color: #F04E23;
    text-transform: uppercase;
    margin-top: 14px;
}

.common-forms .form-group input[type="password"] {
    font-size: 11px;
}
@-moz-document url-prefix() {
    .common-forms .form-group input[type="password"] {
        font-size: 10px;
    }
}
.common-forms .form-group input[type="password"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
}

.common-forms .form-group input[type="password"]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
}

.common-forms .form-group input[type="password"]:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
}

.common-forms .form-group input[type="password"]:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
}

.common-forms .form-sub-title {
    text-align: center;
    font-family: 'HelveticaNeue-Bold';
    font-size: 12px;
    color: #001F5F;
    text-transform: uppercase;
    margin-top: -6px;
}

.common-forms .forgot-pass {
    text-align: right;
    margin-top: -16px;
}

.common-forms .forgot-pass a {
    color: #001E5F;
    font-size: 12px;
}
.common-forms .form-button div
{
    max-width: 140px;
    width: 100%;
    margin: 0 10px;
}
.common-forms .form-button div > button {
    width: 100%;
}

.common-forms .form-button-center > div {
    margin: 0 auto;
}
.common-forms .form-button-inline > div {
    display: block;
    float: left;
}

.common-forms .form-button-inline > div:first-child {
    margin-left: 0;
}

.common-forms .form-button-inline > div:last-child {
    margin-right: 0;
}

.common-forms .countrypicker {
    width: 40px !important;
    float: left !important;
    margin-right:13px;
}
.common-forms .countrypicker .btn-default {
    padding: 0 6px;
}
.common-forms .countrypicker .btn-default:hover {
    background-color: inherit;
    border-color: #CFCFCF;
    color: inherit;
}
.common-forms .countrypicker .btn-default:focus {
    outline: none !important;
}
.common-forms .countrypicker.bootstrap-select.btn-group .dropdown-toggle .caret
{
    right:6px;
}
.common-forms .countrypicker + .form-group
{
    width: auto;
    overflow: hidden;
}
.common-forms .register-form .custom-checkbox-div
{
    margin-top: 41px;
}
.common-forms .register-form .form-button
{
    margin-top: 17px;
}
.common-forms .register-form .form-middle
{
    margin-top: 22px;
}
.common-forms .register-form .custom-checkbox-div .custom-checkbox {
    margin-bottom: 3px;
}
.common-forms .register-form .custom-checkbox-div .custom-checkbox a {
    color:#505457;
    text-decoration: underline;
}
.common-forms .thank-you-form
{
    max-width: 320px;
}
.common-forms .thank-you-form .form-middle
{
    margin-top: 13px;
}
.common-forms .thank-you-form .form-text p
{
    margin-bottom: 21px;
}
.common-forms .thank-you-form .form-text p:last-child
{
    margin-bottom: 20px;
}
.common-forms .thank-you-form-two .form-middle
{
    margin-top: 13px;
}
.common-forms .login-reminder-form
{
    max-width: 350px;
}
.common-forms .login-reminder-form .form-middle
{
    margin-top: 14px;
}
.common-forms .form-text
{
    margin-bottom: 16px;
}
.common-forms .login-reminder-form .form-button
{
    margin-top: 50px;
}
/*** form css end ***/

/*** Profile css start ***/
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover
{
    border:0;
    color: #223C74;

}
.tabs-container
{
    margin-top: 20px;
}
.tabs-container .nav-tabs
{
    border-bottom: 0;
}
.tabs-container .nav-tabs li a
{
    border: 0;
    font-size: 12px;
    color: #777B7C;
    padding: 13px 52px;
}
.tabs-container.full .nav-tabs {
    border-bottom: 0;
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
}

.tabs-container.full .nav-tabs::before,
.tabs-container.full .nav-tabs::after {
    display: none;
}
.tabs-container.full .nav-tabs li {
    padding:0 11px;
}
.tabs-container.full .nav-tabs li.download-li {
    float: right;
}
.tabs-container.full .nav-tabs li.download-li a { 
    padding-right: 15px;
}
.tabs-container.full .nav-tabs li.active-a a { 
    background: #fff;
    color:#001F5F;
    pointer-events: none;
}
.tabs-container.full .nav-tabs li.download-li a span
{
    padding-left: 35px;
}
.tabs-container.full .nav-tabs li a {
    padding: 13px 30px;
    margin-right: 0;
}
.tabs-container.full .nav-tabs li:first-child
{
    padding-left: 0;
}
.tabs-container.full .nav-tabs li:last-child
{
    padding-right: 0;
}
.tabs-container .nav-tabs li.active a
{
    color: #001F5F;
}
.tabs-container .tab-content
{
    background: #fff;
    /*padding: 20px 0;*/
    position: relative;
    /*height: calc(100vh - 175px);*/
    height: auto;
}
.tabs-container .tab-content .row.two-column
{
    display: table;
    width: 100%;
    margin-left:0;
    margin-right:0; 
}
.tabs-container .tab-content .col-lg-6.right
{
    border-left:1px solid #ededed;
}
.tabs-container .tab-content .col-lg-6.left,
.tabs-container .tab-content .col-lg-6.right
{
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 20px 0 0;
}
.profile-div
{
    padding: 0 33px 18px;
    display: flex;
	display: -webkit-flex;
    border-bottom: 1px solid #EDEDED;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    width: 100%;
}
.profile-pic
{
    border-radius: 100px;
    width: 119px;
    height: 119px;
    overflow: hidden;
    position: relative;
}
.profile-pic-div
{
    width: 119px;
}

.profile-pic-div-api
{
    padding-top: 10px;
    width: 250px;
}

    
.profile-pic .icon-user
{
    background: #F04E23;
    display: flex;
	display: -webkit-flex;
	justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    height: 100%;
    font-size: 60px;
	 padding: 6px;
}
.profile-pic-div a.edit
{
    font-size: 12px;
    color: #8C9091;
    text-align: center;
    display: block;
    margin-top: 12px;

}
.profile-right-div
{
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
	  -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    font-size: 12px;
}
.profile-right-div a
{
    color: #505457;
    text-align: right;
}
.profile-right-div span.trial-time
{
    color: #D3D3D3;
    font-size: 11px;
    text-align: right;
    display: block;
margin-top: 6px;
}
.profile-content
{
	font-size:11px;
	padding:30px;
	padding-top:0;
}
.switch-div
{
    position: relative;
    margin-right: 64px;
}
.switch-div .switch
{
    right: -68px;
    top: 4px;
}
.buttons-div 
{
    margin-bottom: 20px;
}
.buttons-div .btn 
{
/*    margin-right: 14px;
    width:184px;*/
    float: left; 
}
.buttons-div .btn.orange
{
    width: 132px;
    float: right;
    margin-right: 0;
    color: #fff;
}
.buttons-div .btn:last-child
{
    margin-right: 10px;
}

.buttons-div.no-other-btn
{
    margin-bottom: -22px;
}
.inner-search-box
{
    position: absolute;
    top: -44px;
    right: 0;
}
.inner-search-box .autocomplete
{
    width: 180px;
    height: 25px;
    border-radius: 100px;
    background: #fff;
}
.inner-search-box .autocomplete input
{
    border:0;
    padding: 2px 13px;
    width: 150px;
    border-radius: 100px 0 0 100px;
    font-family: 'helvetica_ce_55_romanregular';
    font-size: 12px;
    color: #001F5F;
}
.inner-search-box .submit-btn
{
    background: none;
    border: 0;
    position: absolute;
    right: 8px;
    padding: 4px 7px 3px 7px;
    top: 1px;
    font-size: 12px;
}
.inner-search-box .autocomplete input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #001E5F;
    opacity: 1;
    font-size: 12px;
    font-family: 'helvetica_ce_55_romanregular';
}

.inner-search-box .autocomplete input::-moz-placeholder {
    /* Firefox 19+ */
    color: #001E5F;
    opacity: 1;
    font-size: 12px;
    font-family: 'helvetica_ce_55_romanregular';
}

.inner-search-box .autocomplete input:-ms-input-placeholder {
    /* IE 10+ */
    color: #001E5F;
    opacity: 1;
    font-size: 12px;
}

.inner-search-box .autocomplete input:-moz-placeholder {
    /* Firefox 18- */
    color: #001E5F;
    opacity: 1;
    font-size: 12px;
}
.profile-table
{
    font-size: 12px; 
    color: #8C9091;
    padding: 27px 22px 0;
}
.profile-table table
{
	margin-bottom:0;
}
.profile-table table tr th
{
    font-weight: normal;
    color: #001F5F;
    width: 31%;
}
.profile-table table tr th,
.profile-table table tr td
{
    vertical-align: middle;
    border:0;
    padding:4px 8px 4px; 
}
.profile-table table tr td .btn.blue
{
    width: 132px;
}
.profile-table table tr td .btn.blue.blue-sm
{
	height: 25px;
	width: 25px;
	padding: 0;
	margin-top: -68px;
	margin-right: 9px;
    position: relative;
}
.profile-table table tr td a.link
{
    color:#8C9091;
}
.profile-table table tr td a.link.active
{
    color:#001F5F;
}
.profile-table table tr td:last-child
{
    text-align: right;
    width: 10%;
}
.profile-table table tr td:nth-child(2)
{
    width: 59%;
}
.tabs-container .form-control
{
    height: 30px;
    border:0;
    background: #FAFCFE;
    font-size: 12px;
    border-radius: 0;
}
.tabs-container textarea.form-control
{
    padding:16px 24px; 
}
.tabs-container .no-tabs
{
    margin-top: 62px;
}
.tabs-container .form-control:focus
{
    box-shadow:0 1px 3px rgba(97,187,214,0.16);
}
.mobile-nmbr-div
{
    display: flex;
	display: -webkit-flex;
}
.mobile-nmbr-div .countrypicker {
    width: 40px !important;
    float: left !important;
    margin-right: 5px;
}
.mobile-nmbr-div .countrypicker + .form-group {
    width: auto;
    overflow: hidden;
}
.mobile-nmbr-div .countrypicker .btn
{
    height: 30px;
    border: 0;
    background: #FAFCFE;
    border-radius: 0;
    padding: 0;
}
.mobile-nmbr-div .countrypicker .btn:active,
.mobile-nmbr-div .countrypicker.btn-group.open .dropdown-toggle
{
    box-shadow:0 1px 3px rgba(97,187,214,0.16);
}
.mobile-nmbr-div .countrypicker.btn-group.open .dropdown-toggle:hover
{
     background: #FAFCFE;
}

.mobile-nmbr-div .countrypicker .btn:hover
{
    color: inherit;
}
.mobile-nmbr-div .bootstrap-select .dropdown-toggle
{
    padding-right: 10px;
    padding-left: 5px;
}
.mobile-nmbr-div .bootstrap-select.btn-group .dropdown-toggle .caret
{
    right: 6px;
}
.table-title
{
    color: #001F5F;
    font-size: 12px;
    margin-bottom: 14px;
    padding-left: 30px
}
/* Data tables css start */
table.dataTable
{
    font-size: 11px;
    width: 100%;
}
table.dataTable thead th
{
    font-weight: normal;
    font-size: 12px;
}
table.dataTable thead th, 
table.dataTable.display tbody td,
table.dataTable.no-footer
{
    border-color: #ededed;
}
table.dataTable thead th:first-child
{
    border-left: 0;
	padding-left:30px;
}
table.dataTable thead th:last-child
{
    border-right: 0;
}
table.dataTable tbody tr
{
    background: #FAFCFE;
}
table.dataTable.stripe tbody tr.odd, table.dataTable tbody tr.odd {
    background-color: #fff;
}
table.dataTable.cell-border tbody tr th, 
table.dataTable.cell-border tbody tr td
{
    border-color: #ededed;
}
table.dataTable.cell-border tbody tr th:first-child, 
table.dataTable.cell-border tbody tr td:first-child
{
    border-left:0; 
	padding-left:30px;
}
table.dataTable.cell-border tbody tr th:last-child, 
table.dataTable.cell-border tbody tr td:last-child
{
    border-right:0;
	padding-right:30px;	
}
table.dataTable tbody th, table.dataTable tbody td
{
    padding-top:12px;
    padding-bottom:12px; 
    min-height: 40px;
    padding-left: 13px;
    padding-right: 13px;
}
table.dataTable thead th, table.dataTable thead td
{
    padding: 16px 13px;
}
table.dataTable thead th.delete-client-th
{
    background: none;
    cursor: default;;
}
.dataTables_wrapper .dataTables_paginate
{
    text-align: center;
    float: none;
    justify-content: center;
    align-items: center;
    display: flex;
	display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button
{
    font-size: 12px;
    font-family: 'HelveticaNeue-Bold';  
    color: #D3D3D3 !important;
    padding: 1px 7px;
    margin-left: 12px;
    border:0;
    position: relative;
    vertical-align: middle;
    /* height: 20px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    border:0;   
    background:#001F5F;
  
    border-radius: 5px;
    color: #fff !important;
    
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    background: #F7F7F7;
    color: #D3D3D3 !important;
}
.paginate_button.previous.disabled,
.paginate_button.next.disabled
{
    opacity: 0.5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button i.prev:before,
.dataTables_wrapper .dataTables_paginate .paginate_button i.next:before
{
    display: block;
    color: #707070;
    font-size: 9px;
    position: relative;
    top: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button i.prev:before
{
    transform: rotate(90deg);
}
.dataTables_wrapper .dataTables_paginate .paginate_button i.next:before
{
    transform: rotate(-90deg);
}
.dataTables_wrapper .dataTables_paginate
{
    padding-top: 17px;
    padding-bottom: 20px;
}
table.dataTable.stripe tbody tr.odd, 
table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.odd > .sorting_1, 
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1
{
    background: #fff;
}
 table.dataTable.display tbody tr > .sorting_1
 {
    background: none !important;
 }
 table.dataTable.display tbody tr.even:hover
 {
    background: #FAFCFE;
 }
 .dataTables_scrollBody .ip-address
 {
    display: none;
 }
 table.dataTable > tbody > tr.child ul.dtr-details
 {
    display: initial;
 }
 table.dataTable > tbody > tr.child ul.dtr-details > li
 {
    padding: 10px 30px;
 }
 table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
/* Data tables css end */
.table-right-main.disabled
{
    opacity: 0.4;
    pointer-events:none;
}
.table-right-main.disabled tr td span
{
    visibility: hidden;
}
.profile-pic-table
{
    display: flex;
    display: -webkit-flex;
    align-items: center;
	 -webkit-align-items: center;
}
.profile-pic-table .profile-pic
{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.profile-pic-table .profile-pic img
{
    max-width: 100%;
}
.profile-pic-table .profile-pic .icon-user
{
    font-size: 12px;
}
.t-mail
{
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inherit;
}
.mail-td a
{
    color: #505457;
}
.switch-div-two
{
    position: relative;
    height: 18px;
    margin: 0 auto;
    max-width: 30px;
    display:block;
}
.switch-div-two .switch {
    right: 0;
    top: 0;
}
.switch-div-two .switch input:checked + .slider {
    background-color: #D32626;
}


td.delete-link
{
    text-align: center;
    padding: 0 !important;
    transition: 0.5s;
}
td.delete-link a
{
    color:#D3D3D3;
    padding: 14px 20px;
    display:block;
}
td.delete-link:hover
{
    background: #D32626 !important;
}
td.delete-link:hover a
{
    color:#fff;
}
.client-name
{
    color: #505457;
}
.ip-address
{
    position: absolute;
    left: 85px;
    top: 10px;   
}
.ip-address .icon-i
{
    background: #64BAF0;
    height: 10px;
    width: 10px;
    border-radius: 100px;
	display: flex;
	display: -webkit-flex;
	 justify-content: center;
    -webkit-justify-content: center;
	font-size: 8px;
    align-items: center;
    -webkit-align-items: center;
    padding:2px 4px;
}
.ip-address .tooltip
{
    left: -67px !important;
    bottom: auto !important;
    margin-top: -10px;
    
}
.tooltip-inner {
    background: #fff;
	opacity:1;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border:1px solid #AAADAD;
    font-size: 10px;
    padding:10px;
    color: #6A6D6F;
	text-align:left;
}
.ip-address .tooltip-inner {
    min-width: 95px;
    text-align: left;
    right: 100px;
}
[data-placement="top"] + .tooltip > .tooltip-arrow { 
    border-top:11px solid #fff;
    border-left:11px solid transparent;
    border-right:11px solid transparent;
    bottom: -5px;
    left: auto !important;
    right: 12px !important;
}
[data-placement="top"] + .tooltip > .tooltip-arrow:before,
[data-placement="top"] + .tooltip > .tooltip-arrow:after { 
    background: #AAADAD;
    content: "";
    top: -12px;
    position: absolute;
    height: 14px;
    width: 1px;
}
[data-placement="top"] + .tooltip > .tooltip-arrow:before { 
    left: -5px;
    transform: rotate(-45deg);
}
[data-placement="top"] + .tooltip > .tooltip-arrow:after { 
    right: -6px;
    transform: rotate(45deg);
}

[data-placement="top"] + .tooltip > .tooltip-arrow { 
    border-top:11px solid #fff;
    border-left:11px solid transparent;
    border-right:11px solid transparent;
    bottom: -5px;
    left: auto !important;
    right: 12px !important;
}
[data-placement="top"] + .tooltip > .tooltip-arrow:before,
[data-placement="top"] + .tooltip > .tooltip-arrow:after { 
    background: #AAADAD;
    content: "";
    top: -12px;
    position: absolute;
    height: 14px;
    width: 1px;
}
[data-placement="top"] + .tooltip > .tooltip-arrow:before { 
    left: -5px;
    transform: rotate(-45deg);
}
[data-placement="top"] + .tooltip > .tooltip-arrow:after { 
    right: -6px;
    transform: rotate(45deg);
}
.port-info .tooltip
{
    right: -95px !important;
    top: auto !important;
	left: auto !important;
    margin-top: -33px;
}
.port-info .tooltip-inner {
    min-width: 95px;
    text-align: left;
	white-space: pre-line;
}
.port-th
{
	background:none !important;
}
.port-th .port
{
    position: absolute;
    left: 45px;
    top: 10px;
}
.port-th .port .icon-i
{
    background: #64BAF0;
    height: 10px;
    width: 10px;
    border-radius: 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
    -webkit-justify-content: center;
	font-size: 8px;
    align-items: center;
    -webkit-align-items: center;
}
.port-th .port .tooltip
{
    left: -75px !important;
    bottom: auto !important;
    margin-top: -10px;
    
}
.port-th .port .tooltip-inner {
    min-width: 102px;
}
[data-placement="right"] + .tooltip > .tooltip-arrow { 
    border-top:11px solid transparent;
	border-bottom:11px solid transparent;
    border-right:11px solid #fff;
    top: 20px !important;
    left: -4px !important;
}
[data-placement="right"] + .tooltip > .tooltip-arrow:before,
[data-placement="right"] + .tooltip > .tooltip-arrow:after { 
    background: #AAADAD;
    content: "";
    top: -12px;
    position: absolute;
    height: 14px;
    width: 1px;
}
[data-placement="right"] + .tooltip > .tooltip-arrow:before { 
    right: -5px;
    transform: rotate(-45deg);
	top: -2px;
}
[data-placement="right"] + .tooltip > .tooltip-arrow:after { 
    right: -5px;
    transform: rotate(45deg);
}
.port-info-text:hover
{
	text-decoration:underline;		
}

table.dataTable > tbody > tr ul.dtr-details li span.dtr-data a.dlt-link
{
    background: #D32626;
    padding: 7px 20px;
    color: #fff;
    border-radius: 5px;
}
table.dataTable > tbody > tr.child span.dtr-title
{
    min-width: 100px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child
{
    padding-left: 0;
    padding-right: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control::before
{
    line-height: 14px;
    font-size: 14px
}
.modal-dialog
{
    max-width: 353px;
     display: inline-block;
  text-align: left;
  vertical-align: middle; 
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-content
{
    box-shadow: none;
    border: 1px solid #707070;
}
.modal-header
{
    padding: 30px 30px 7px;
}
.modal-title
{
    text-align: center;
    font-size: 23px;
    font-family: 'HelveticaNeue-Bold';
    color: #F04E23;
}
.modal-body {
    padding: 15px 50px;
    text-align: center;
}
.modal-header,
.modal-footer
{
    border: 0;
}
.modal-footer
{
    text-align: center;
}
.modal-footer .btn
{
    max-width: 140px;
    width: 100%;
}

.modal-backdrop
{
    background:#fff;
}
.modal-backdrop.in
{
    opacity: 0.9;
}

.full-width
{
    margin:0 !important;
    width: 100% !important;
}
.table-select .form-control
{
    background: none;
}
.table-select .btn
{
    box-shadow: none;
    color:#505457;
}

.table-select .btn-default.active.focus, 
.table-select .btn-default.active:focus, 
.table-select .btn-default.active:hover,
.table-select .btn-default:hover, 
.table-select .btn-default:active.focus, 
.table-select .btn-default:active:focus, 
.table-select .btn-default:active:hover, 
.table-select .open > .dropdown-toggle.btn-default.focus, 
.table-select .open > .dropdown-toggle.btn-default:focus, 
.table-select .open > .dropdown-toggle.btn-default:hover,
.table-select .btn-group.open .dropdown-toggle,
.table-select .open > .dropdown-toggle.btn-default,
.table-select .btn-default:focus
{
    background: none;
    color: #505457;
    box-shadow: none;
}

.table-select .btn .caret
{
    color:#707070;
    margin-right: 5px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;    
    border-top: 3px solid #707070;
}
.table-select .bootstrap-select > .dropdown-toggle
{
    width: auto;
    padding-left: 0;
}
.table-select .bootstrap-select.btn-group .dropdown-toggle .caret
{
    right: 0;
    margin-top: 0;
}
.table-select .bootstrap-select.btn-group:not(.input-group-btn)
{
    width: auto;

}

.add-admin {
    font-size: 12px;
    color: #ABAFB0;
    padding-left: 6px;
}
.add-admin span {
    font-size: 17px;
}
.tclose {
    font-size: 8px;
    padding-right: 6px;
}
table.dataTable.manage-fuel-price-table
{
    font-size: 10px;
}
.manage-fuel-price-table thead  tr th
{
    text-transform: uppercase;
    line-height: 10px;
    font-size: 10px;

    width: min-content;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    /* display: table-caption; */
    /* display: -ms-grid; */
    -ms-grid-columns: min-content;
    white-space: normal !important;
    word-spacing: 15px;
}
.manage-fuel-price-table tbody  tr td
{
    text-align: center;
}
.manage-fuel-price-table tbody  tr td:first-child {
    text-align: left;
}
.manage-fuel-price-table tbody  tr td:last-child {
    padding-right: 13px !important;
}
.manage-fuel-price-table ul.dtr-details li span.dtr-title br {
    display: none;
}
.manage-fuel-price-table .token {
	margin-bottom:0;
	padding:0;
	margin-left:-7px;
	transition:0.5s;
}
.manage-fuel-price-table .token:hover,
.manage-fuel-price-table .token:hover i:before
{
	color:#001F5F !important;
}

.word-break {
    
    width: min-content;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    /* display: table-caption; */
    /* display: -ms-grid; */
    -ms-grid-columns: min-content;
    white-space: normal !important;
    word-spacing: 4px;
}
.bg-light-gray {
    background: #fafcfe;
}
.bg-gray {
    background: #f5f9fd;
}
.bg-light-green {
    background: #c4f8be !important;
}
.bg-light-yellow {
    background: #efe4c8;
}
.bg-light-red {
    background: #eac4c7;
}
.danger {
    background: #D32626 !important;
    color:#fff;
}
.success {
    background: #42C32A !important;
    color:#fff;
}
.add-price,.add-port {
    color: #ABAFB0;
    font-size: 10px;
}
.add-price span,.add-port span
{
    font-size: 18px;
    padding-right: 2px;
}
/* .add-price span,
.add-port span
{
    font-size: 18px;
    padding-right: 2px;
} */

.b-left {
    border-left: 1px solid #ededed;
}
.b-right {
    border-right: 2px solid #ededed !important;
}

table.dataTable.display.manage-fuel-price-table tbody  tr td.bg-light-green {
    background: #c4f8be !important;
}
table.dataTable.display.manage-fuel-price-table tbody  tr td.danger {
    background: #D32626 !important;
}
table.dataTable.display.manage-fuel-price-table tbody  tr td.bg-light-gray {
    background: #fafcfe!important;
}
table.dataTable.display.manage-fuel-price-table tbody  tr td.bg-gray {
    background: #f5f9fd !important;
}
table.dataTable.display.manage-fuel-price-table tbody  tr td.bg-light-yellow {
    background: #efe4c8 !important;
}
table.dataTable.display.manage-fuel-price-table tbody  tr td.bg-light-red {
    background: #eac4c7 !important;
}
.manage-fuel-price-table .add-price
{
	position: relative;
line-height: 10px;
text-align: left;
display: flex;
display: -webkit-flex;
margin: 0 auto;
}
.manage-fuel-price-table .add-price span {
	position: relative;
top: 4px;
padding-left: 3px;
padding-right: 4px;
}
.custom-checkbox-two.no-label
{
	display:inline;
	padding-left: 13px;
}
.add-price span
{
    font-size: 18px;
    padding-right: 2px;
}
.tabs-container.ccreport .nav-tabs li.download-li {
    float: right;
}
.tabs-container.ccreport .nav-tabs li.download-li a { 
    padding-right: 15px;
}
.tabs-container.ccreport .nav-tabs li.active-a a { 
    background: #fff;
    color:#001F5F;
    pointer-events: none;
}
.tabs-container.ccreport .nav-tabs li.download-li a span
{
    padding-left: 35px;
}
.ccreport .row {
    margin:0; 
}
.ccreport-details
{
    padding: 27px 0 27px 10px;
    font-size: 12px;
    max-width: 445px;
}
/* .ccreport-details.middle {
    padding-left: 0;
} */
.ccreport-title
{
    font-weight: normal;
    color: #001F5F;
    margin-bottom: 25px;
}
.ccreport-table tr th,
.ccreport-table tr td
{
    border:0 !important;
}
.addprot-div {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
.token {
    display: flex;
	display: -webkit-flex;
    align-items: center;
	-webkit-align-items: center;
    background:#FAFCFE;
    height: 28px;
    margin-bottom: 5px;
    padding: 8px 5px;
}
.token i {
    font-size: 7px;
    padding:5px 8px 5px;
    cursor: pointer;
    transition: 0.5s;
}
.token.add-port {
    color:#ABAFB0;
    cursor: pointer;
}
.token.add-port i.icon-close:before {
    color:#ABAFB0;
}
.token.add-port i {
    transform: rotate(45deg);
}

.datepicker-div {
    display: flex;
	display: -webkit-flex;
    margin-bottom: 35px;
}
.datepicker-div input.form-control {
    box-shadow: 0 1px 3px rgba(97,187,214,0.16);
}
.datepicker-div .input-group
{
    width: 47%;
}
.datepicker-div .selectdate
{
    width: 100%;
}
.datepicker-div .input-group-addon
{
    display: none;
}
.datepicker-div .to
{
    padding: 0 10px;
    display: flex;
	display: -webkit-flex;
    align-items: center;
	 -webkit-align-items: center;
}
.datatype-source
{
    display: flex;
	display: -webkit-flex;
}
.datatype
{
    /*margin-right: 83px;*/
}
.datatype-source .datasource
{
    margin-left: 40px;
}
.datepicker.dropdown-menu
{
    font-size: 12px;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td span.active, 
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.active, 
.datepicker table tr td span.active:hover.active {
  background: #001F5F;
  color: #fff;
}
.datepicker table tr td.active.active, 
.datepicker table tr td.active:hover.active
{
    background: #F04E23;
}
.ccreport-btn
{
    display: flex;
	display: -webkit-flex;
    padding: 27px 10px 25px 0;
     justify-content: flex-end;
    -webkit-justify-content: flex-end;  
}
.ccreport-btn .btn
{
    width: 132px;
    margin-left: 22px;
    box-shadow: none;
}
.ccreport-btn .btn.gray:hover {
    background: #001F5F;
    color:#fff;
}
.ccreport-btn .btn:first-child
{
    margin-left: 0;
}


.line-through span
{
	text-decoration:line-through;
}
.nowlt {
	line-height: 10px;
}
.nowlt span
{
	display:block;
}
.nowlt div
{
	white-space: nowrap;
}
.suspend
{
	font-size:11px;
}
/*** Profile css end ***/


/*Additional CSS*/
#DataTables_Table_0_wrapper div.toolbar {
    width: 100px;
    display: inline-block;
    margin: 10px 20px;
}

#DataTables_Table_0_filter{
    margin-top: 15px;
    margin-right: 15px;
}
#DataTables_Table_0_filter input[type='search']
{
    border: 1px solid #ccc;
    background: #fafcfe;
    padding: 5px 15px;
    border-radius: 50px;
    position: relative;
}
#DataTables_Table_0_filter label
{
    font-size: 12px;
    color: #777B7C;
    font-family: 'helvetica_ce_55_romanregular';
    font-weight: 400;
}
DataTables_Table_0_wrapper .custom-checkbox-two{
    display: inline-block;
    padding-left: 10px;
}

#fuel a.showAddPortPopup,
#fuel a.showAddPortPopup, #clientList a.add-admin {
    font-size: 14px;
    color: #505457;
    position: absolute;
    top: 25px;
    left: 3.5%;
    z-index: 1000;
}
#clientList a.add-admin{
    left: 3%;}
.ip-address {
    position: absolute;
    left: 74px;
    top: 18px;
}
.map_customClass .map_content-left{
    position: absolute;
    top: 15%;
    left: 5%;
}
.map_customClass .map_content-right{
    position: absolute;
    right: 10%;
    top: 15%;
}

.alert strong{
    font-weight: 400;
}

.click-add-port-main .submit-btn{
    right: -15px !important; 
}