/* 
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */

/* Global Styles */

body {
  margin-top: 50px;
}

#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 5px 15px;
}

/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}
.carrierSelect{
  display: block; 
    width: 1100px; 
    padding-left: 0px;
}
.expectedModal{
  display: block; 
    width: 100%; 
    padding-left: 0px;
}
.middleModal{
  display: block; 
    width: 50%; 
    padding-left: 0px;
}


.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
  font-size: 50px;
  margin: 0;
}

.announcement-text {
  margin: 0;
}

/* Table Headers */

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 300px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

  /* Wrappers */

  #wrapper {
	padding-left: 225px;
  }

  #page-wrapper {
	padding: 15px 25px;
  }

  /* Side Nav */

  .side-nav {
	margin-left: -225px;
	left: 225px;
	width: 225px;
	position: fixed;
	top: 50px;
	height: 100%;
	border-radius: 0;
	border: none;
	/* background-color: #222222; */
	background-color: #424242;
	overflow-y: auto;
  }

  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  .side-nav>li.dropdown>ul.dropdown-menu {
	position: relative;
	min-width: 225px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
	color: #999999;
	padding: 15px 15px 15px 25px;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #080808;
  }

  .side-nav>li>a {
	width: 225px;
  }
  .table-btn-delete {background-color:#F04E4E !important; border-color:#EE3636 !important}
.table-btn-delete:hover {background-color:#D64141 !important; border-color:#BD2727 !important}
.table-btn-new {background-color:#008d4c !important; border-color:#008d4c !important}
.table-btn-new:hover {background-color:#61C160 !important; border-color:#4FAD4E !important}
.table-btn-export {background-color:#a8bc7b !important; border-color:#a8bc7b !important}
.table-btn-export:hover {background-color:rgb(88, 109, 65) !important; border-color:rgb(88, 109, 65)!important}
.rangeslider__fill{background-color: #008d4c !important}
.rangeslider-horizontal {height: 8px !important }
.rangeslider__handle{width: 15px !important;height: 15px !important ;transform: translate3d(-50%, -50%, 0)!important;}
.rangeslider__handle:after {display: none!important;}
  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
	/* background-color: #080808; */
	background-color: #5c5c5c;
	/* background-color: #dd5a43; */
  }

  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
	min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
	white-space: normal;
  }

.centered-text {
	text-align:center
}

.nav-tabs > li > a {
	/* remove the dotted border after click */
	outline: 0;
}

.alignRight { text-align: right; }

.rs-fa-button {
	font-size:22px;
  color:#0000ff;
	cursor:pointer;
}

.rs-fa-button-reversed {
	font-size:22px;
  backgroundColor:#0000ff;
  color:#ffffff;
	cursor:pointer;
}

a {
	font-family:arial;
	font-size:14px;
}

label {
	font-family:arial;
	font-size:14px;
}

input {
	font-family:arial;
	font-size:14px;
}

span {
	font-family:arial;
	font-size:14px;
}

div {
	font-family:arial;
	font-size:14px;
}


.login-box-plain-portal {
  margin-top: 1.5vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: none repeat scroll 0 0 #FFFFFF;
  /* background-size: 50%; */
  height: 72vh;
  width: 26vw; 
  border: 1px solid #D8D8D8;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 1px 4px #D3D3D3;
  /* margin-top: 13vh; */
  /* margin-left: 0vh; */
  padding: 2vw 4vw 4vw;
  /* position: relative; */
  /* min-height: 300px; */
}

.dialogButton {
	min-width:80px;
}

.rotate90 {
    -webkit-animation:spin 2s linear;
    -moz-animation:spin 2s linear;
    animation:spin 2s linear;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(90deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(90deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(90deg); transform:rotate(90deg); } }


.rsFormText {
	padding-top:7px;	
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

textarea {
	resize:none;
}
}

.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 5px;
}
