/********************************
    Material Icons Self-Hosted
********************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(fonts/MaterialIcons-Regular.woff) format('woff'),
       url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/********************************
            Pages
********************************/
html {
 	height: 100%;
 	box-sizing: border-box; 
}

*, *:before,
*:after {
  	box-sizing: inherit; 
}

body {
 	margin: 0;
 	background-color: #fafafa;
 	padding-top: 100px;
 	position: relative;
 	padding-bottom: 6rem;
 	min-height: 100%; 
}

/********************************
            Footer
********************************/
footer {
	background-color: #333;
	color: white;
	clear: both;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem; 
}

/********************************
          Box models
********************************/
.no-padding {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0; 
}

.container {
	border-radius: 4px;
	background-color: white; 
	border: 1px solid #DDDDDD;
}

.container-header {
	position: relative;
}

#dg-login-container {
	border-radius: 4px;
	background-color: white; 
	border: 1px solid #DDDDDD;
	width: 400px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

shadowbox-email {
	border: 1px solid #ccc; 
}

.shadowbox-email-header {
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.shadowbox-email-body {
	display: none;
	font-size: 11px;
}

.shadowbox-table-pax {
	background-color: #F4F4F4;
}

.shadowbox-advising-content {
	font-size: 12px;
}

.self-drive-codes {
	overflow-y: scroll; height: 300px; width: 100%;
}

/*master container for StacDivs*/
#master-container {
	position: relative;
	border: none;
}

.StackDiv {
	position: absolute;
	top: -9999px;
	left: -3000px;
	width: 1170px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	border-radius: 4px;
    background-color: white;
    border: 1px solid #DDDDDD;
	margin-bottom: 50px;
}

#PFCAdvisingsDisplay {
	border: none;
}

.team-departments {
	border-radius: 4px;
    background-color: white;
    border: 1px solid #DDDDDD;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

#search-all-icon-container, #search-all-mappings-icon-container {
	text-align: center;
	padding-top: 30px;
    padding-bottom: 30px;
	display: none;
}

#CurrentMappingsTab {
	display: none;
}

/********************************
            Headers
********************************/
.dert-team-card-header {
	color:#fff;
}

/********************************
            Links
********************************/
#forgot-password {
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

/********************************
            Menus
********************************/
.navbar-custom {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	padding-left: 8%;
	padding-right: 8%;
	background-color: white;
	border-bottom: 2px solid #DDDDDD;
}

.navbar-brand {
	padding-top: 4px; 
}

.navbar-nav {
	background-color: white; 
}
  
.navbar-nav li {
	line-height: 60px;
    height: 60px;
    padding-top: 0; 
}

.navbar-nav li a {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	line-height: 60px;
	height: 60px;
	padding-top: 0;
	border-bottom: 4px solid white;
	color: #333333; 
}

.navbar-nav li a:hover {
	color: #ffb100;
	background-color: white; 
}

.navbar-nav li a:focus {
	border-bottom: 4px solid #ffb100;
	background-color: white;
	color: #ffb100; 
}

.navbar-nav li a:active {
	border-bottom: 4px solid #ffb100;
	background-color: white;
	color: #ffb100; 
}

.dropdown-menu li {
	height: 40px;
}

.dropdown-menu li a {
	height: 40px;
	line-height: 42px;
}

.dropdown-menu li a:hover {
	color: #333;
	background-color: #eee;
	border-color: #eee;
}

.dropdown-menu li a:focus {
	color: #333;
	background-color: #eee;
	border-color: #eee;
}

.dropdown-menu li a:active {
	color: #333;
	background-color: #eee;
	border-color: #eee;
}

.dashboard-tab-menu-active {
	border-bottom: 4px solid #ffb100 !important; 
	background-color: white !important;
	color: #ffb100 !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #ffb100;
}

.navigation-bar-search {
	margin-top: 3.5px;
}

.nav-tabs li a {
    color: #333;
}

/********************************
            Buttons
********************************/
.btn {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: white;
	font-size: 14px;
	background: #ffb100;
	border: solid #ffb100 2px; 
}

.focus {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: white;
	font-size: 14px;
	background: #ffb100;
	border: solid #ffb100 2px; 
}

.btn:hover {
	background: #ffb100;
	color: white;
	border: solid #ffb100 2px; 
}

.btn:focus {
	color: white;
	background: #ffb100; 
}

.btn:active {
	color: white; 
	background: #ffb100;
}

.btn-generic-add {
	position: absolute;
	top: 5px;
	right: 10px;
}

.btn-generic-cancel {
	position: absolute;
	top: 5px;
	right: 80px;
}

.btn-login {
	width: 300px;
}

label.btn.btn-primary.focus {
	background-color: #ffb100;
	border: solid #ffb100 2px; 
}

label.btn.btn-primary.active.focus {
	background-color: #204d74;
	border: solid #122b40 2px; 
}

.badge {
	background-color: #333;
}


/********************************
            Tables
********************************/
th { 
	background-color:#ffb100; 
	color: #fff;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	
}

/*bootstrap override*/
.table>thead>tr>th {
	border-bottom: none;
	vertical-align: middle;
}

.dert-filter-row {
 	font-weight: normal; 
}

.dert-ref-row {
 	color: #333333; 
}

.dert-content-row {
	border-left: 5px solid #dddddd;
}

.dert-content-row:hover {
 	background-color: #ededed; 
}

table.fixed-width { 
	table-layout: fixed; 
}

table.fixed-width td { 
	overflow: hidden; 
}

.Taken > td:first-child {
	border-left:5px solid #d9534f;
	background-image:url(/images/locked.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.Dummy > td:first-child  {
	background-image:url(/images/dummy.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.Taken.Dummy > td:first-child {
	background-image: url(/images/dummy.png), url(/images/locked.png);
	background-position: left bottom, left top;
	background-repeat: no-repeat;	
}

.IsMine > td:first-child {
	border-left:5px solid #5cb85c;
	background-image:url(/images/person.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.IsMine.Dummy > td:first-child {
	background-image: url(/images/dummy.png), url(/images/person.png);
	background-position: left bottom, left top;
	background-repeat: no-repeat;
}

.NotTaken > td:first-child {
	border-left:5px solid #dddddd;
}

.Cancel td:nth-child(3) { 
	color:#d9534f !important; 
}

.Confirm td:nth-child(3) {
	color:#5cb85c !important; 
}  

/********************************
          Form Controls
********************************/
.form-control:focus {
	border-color: #ffb100;
	box-shadow: inset 0 1px 1px #ffb100, 0 0 4px #ffb100; 
}

.input-text-med {
	max-width: 300px;
	border-radius: 2px; 
}

.input-text-lg {
	max-width: 570px;
	border-radius: 2px; 
}

.input-select-small {
	border-radius: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 20px;
	font-size: 11px; 
	max-width: 145px;
}

.shadowbox-tourplan-ref {
	position: absolute;
	right: 75px;
	top: 6px;
}

#Search {
	border-radius: 2px;
}

/********************************
            Cards
********************************/
.dert-team-card {
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	width: 260px;
	min-height: 140px;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	margin-bottom: 30px; 
}

.dert-team-card:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); 
}

.dert-team-card-selected {
	background-image:url(/images/check_circle.png);
	background-size: 50px;
	background-repeat: no-repeat; 
	background-position-x: center;
    background-position-y: 45px;
}

.dert-team-card-header {
	overflow: hidden;
	background-color: #ffb100;
	color: white;
	text-align: center;
	height: 40px; 
}

.dert-team-card-header-name {
	white-space: nowrap;
 	overflow: hidden;
  	text-overflow: ellipsis;
	padding-left: 22px;
	padding-right: 22px;
}

.dert-team-card-body {
	position: relative;
	padding: 4px;
	text-align: center; 
}

/********************************
            Images
********************************/
.tdm-logoxxx {
    height: 80px;
    margin-top: -13px;
}

/********************************
            Icons
********************************/
.menu-icon {
	font-size: 25px;
    padding-top: 14px;
    color: #333333; 
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.menu-icon:hover {
    color: #ffb100; 
}

.menu-link-icons {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.table-icon {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	/*font-size: 36px;*/
	cursor: pointer;
	top: 4px;
	color: #333333;
	position: relative; 
}

.close-button{
	padding-right: 711px;
}

.table-icon:hover {
	top: -5px;
	padding-bottom: 5px;
}

.dert-team-card-edit-icon {
	font-size: 15px;
    position: absolute;
    top: 8px;
    right: 21px;
    color: white;
    cursor: pointer;
}

.dert-team-card-reassign-icon {
	font-size: 14px;
    position: absolute;
    top: 5px;
    right: 41px;
    color: white;
    cursor: pointer;
}

.dert-team-card-delete-icon {
	font-size: 17px;
	position: absolute;
	top: 5px;
	left: 20px;
	color: white;
	cursor: pointer; 
}

.dert-team-card-remove-locks-icon {
	font-size: 23px;
    position: absolute;
    top: 105px;
    left: 249px;
    color: black;
    cursor: pointer;
}

.dert-team-card-view-icon {
	font-size: 23px;
    position: absolute;
    top: 105px;
    left: 20px;
    color: black;
    cursor: pointer; 
}

.system-table-edit-icon {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	cursor: pointer;
	font-size: 25px;
	top: 0px;
	position: relative; 
}

.dert-team-card-consultants-icon {
	font-size: 30px;
	position: absolute;
	top: 64px;
	left: 4px;
	color: #333333;
	cursor: pointer; 
}

.system-table-edit-icon:hover {
	top: -5px;
	padding-bottom: 5px;
}

.system-table-delete-icon {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	cursor: pointer;
	font-size: 30px;
	padding-left: 10px;
	top: 3px;
	position: relative; 
}

.system-table-delete-icon:hover {
	top: -2px;
	padding-bottom: 5px;
}

.calculate-count-icon {
	font-size: 13px;
	animation: spin 1.25s infinite linear;
}

.search-all-advisings-icon {
	font-size: 62px;
	animation: spin 1.25s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    min-width: 250px; 
   
    background-color: #333; 
    color: #fff; 
    text-align: center; 
    border-radius: 2px; 
    padding: 16px; 
    position: absolute; 
    z-index: 99999; 
    left: 2%; 
   
	top: 90%;
}
#snackbar-unlock {
    visibility: hidden;
    min-width: 250px;
   
    background-color: #333; 
    color: #fff; 
    text-align: center; 
    border-radius: 2px; 
    padding: 16px; 
    position: fixed; 
    z-index: 99999; 
    left: 2%;
  
	top: 90%;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 1.0s, fadeout 1.5s 3.5s;
    animation: fadein 1.0s, fadeout 1.5s 3.5s;
}
#snackbar-unlock.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 1.0s, fadeout 1.5s 3.5s;
    animation: fadein 1.0s, fadeout 1.5s 3.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {top: 100%; opacity: 0;} 
    to {top: 90%; opacity: 1;}
}

@keyframes fadein {
    from {top: 100%; opacity: 0;}
    to {top: 90%; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {top: 90%; opacity: 1;} 
    to {top: 100%; opacity: 0;}
}

@keyframes fadeout {
    from {top: 90%; opacity: 1;}
    to {top: 100%; opacity: 0;}
}
.shadowbox-alert-warning-icon {
	color: red;
	position: relative;
	top: 3px;
	font-size: 18px;
}

.sub-menu-icons {
	vertical-align: middle;
	padding-bottom: 5px;
	padding-right: 5px;
}

.failed-info-icons {
	vertical-align: middle;
    padding-bottom: 3px;
    font-size: 13px;
}

.main-heading-icons {
	vertical-align: middle;
	padding-bottom: 7px;
	font-size: 36px;
}
.icon-success{
	top: 4px;
    position: relative;
	font-size: 18px;
}


/*Craig dump*/
.TMC {
	/*border: 1px dotted #ffb100;*/
	padding: 3px;
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
}

.no-mapping-criteria {
	font-size: 14px;
	font-weight: normal;
}

#DoSave { 
	width: 120px;
}

.ConsultantCount {
	cursor: pointer;
	text-align: left;
}

.Consultant {
	clear: both;
	text-align: center;
	margin-bottom: 4px;
}

.ConSultantIMG {
	width:60px;
	height:60px;
}

.ConsultantHolder{
	display: none;
	max-height: 75px;
	overflow: auto;
}

.AssignmentsHolder{
	display: none;
	max-height: 75px;
	margin-top: 30px;
	overflow: auto;
}

.ui-draggable {
    -moz-user-select: none;
    position: relative;
}

.DragHandle {
    cursor: move;
    height: 22px;
    position: absolute;
    right: 3px;
    top: 2px;
    width: 16px;
}

.aRole {
    background-color: #ffb100;
    background-image: url("/images/drag2.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    height: 26px;
    margin: 2px 0;
    padding: 4px 2px 4px 14px;
    width: 93%;
}

.drop-over {
	border: 2px dashed green;
}

.ui-draggable-dragging {
    width: 250px;
    z-index: 3000;
}

#trash {
	background-image: url("/Images/recycle_bin.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 36px;
    width: 36px;
	/*position: absolute;*/
    right: 10px;
	top: 10px;
	display: none;
}
	
#trash.drop-hover {
    background-image: url("/Images/recycle_bin_hover.png");
}

.OptCode {
	border: 1px dotted #000000;
	color: #ffb100;
}

.SysRoleHolder {
	min-height: 20px;	
}

#AjaxLoaderImg {
	display:none;
	position:absolute;
	z-index: 1050;
	top:0px;
	left:5px;
}

#AvailHolder {
	display:none;
}

#ui-datepicker-div{
  /*z-index: 9998 !important;*/
}

.Currency{
	text-align:right;
}

.AlgCen/*, th*/{
	text-align: center;
}

.ShortCol {
	width: 50px;
}

.Bold {
	font-weight:bold;
}
	
.DerFR {
	display:none;
}

.CamelCase {
	text-transform:capitalize;
}

.modal-lg {
    width: 1000px !important;
} 

.dert-content-row {font-size:12px !important}
.JSON{color:red;font-weight:bold;}
