body {
  background-color:#EAE9E5;
  font-family:Arial,Helvetica,sans-serif;
  height: 100%;
  }
#records_processing {
  height: 50px;
  font-weight: bold;
  color: #ddd;
  background-color: #333;
}
.goToRecord {
  cursor: pointer;
}
div#export {
	float:right;
}

.hideSelect select {
    display: none;
}

.hide {
    display: none;
}

.clickable {
	cursor: pointer;
}
button.edit {
  float: right;
}
button.confirm, button.cancel {
  display: none;
  float: right;
}

table#records select option {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

table#records tr#ddselect th.select select#fnCreateSelect_1 option {
  width: 135px;
}

table#records tr#ddselect th.select select#fnCreateSelect_2 option {
  width: 120px;
}

table#records tr#ddselect th.select select#fnCreateSelect_3 {
  width: 250px;
}

table#records tr#ddselect th.select select#fnCreateSelect_4 {
  width: 200px;
}

table#records tr#ddselect th.select select#fnCreateSelect_5 {
  width: 200px;
}

/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  margin-bottom: 10px;
}

/* Nav links */
.blog-nav {

}
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  border-right:  5px solid transparent;
  border-left:   5px solid transparent;
  border-bottom: 5px solid;
}


/*
 * Footer
 */
div.loginContainer {
  margin-top: 40px;
}
div#records_info {
  margin-bottom: 30px;
}
p.text-error {
  color: #ff3333;
}
.blog-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px 0;
  margin-top: 40px;
  color: #999;
  height: 60px;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}

.blog-nav {
  float: left;
}

.text-muted {
  color: #fff;
  float: right;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 18px;
}

div#records_filter {
	margin-right: 20px;
}

/* ------ 13. to the top tool  ------ */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:200px;
	right:50px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url('/multimedia/images/structure/ui.totop.png') no-repeat left top;
}

#toTopHover {
	background:url('/multimedia/images/structure/ui.totop.png') no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*==================================RECAP LAYOUTS===============================================*/

table.recap {
  width: 100%;
  font-size: 14px;
}
img.stepBlockIconWhite {
  display: block;
  float: left;
  height: 32px;
  width: 32px;
  margin-right: 5px;
}

table.recap th, table.recap td.header,
table.recap td.header:nth-child(1) {
  text-align: left;
  /*background-color: #434242;*/
  background-color: #0088CC;
  color: #FFFFFF;
  font-weight: normal;
  vertical-align: middle;
  font-size: 22px;
}
table.recap tfoot th {
  background-color: #bbbbbb;
  border:none;
}
table.recap th,
table.recap td {
  padding: 10px 12px;
  text-align: left;
  line-height: 30px;
}
table.recap td {
  position: relative;
}
table.recap td span.label-important {
  display: none;
  position: absolute;
  left: 0px;
  top: 31px;
}
table.recap td.has-error span.label-important {
  display: block;
  float: right;
  margin-top: 6px;
}
table.recap td > div {
  float: left;
}
table.recap td:nth-child(1) {
  font-weight: 500;
  font-size: 14px;
  color: #282828;
  border-right: none;
  vertical-align: middle;
}

table.recap td:nth-child(2) {
  border-right: none;
  border-left: none;
}

table.recap td:nth-child(3) {
  border-left: none;
}
table.recap td .controls.has-feedback {
  display: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}

.updateLoad {
	width: 120px;
	margin-left: 5px;
	margin-top: 2px;
}

.updateLoad #smallCircularG {
	float: left;
	margin-right: 5px;
}

.updateLoad .text {
	margin-top: 3px;
}

textarea#note, div#noteWrap {
	width: 100%;
}

table.dataTable thead th {
  background-color: #0088CC !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #e9e9e9 !important;
}

table.dataTable tr.even td.sorting_1 {
  background-color: #EAEBFF !important;
}

table.dataTable thead th select {
    color: #333333 !important;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.loginContainer label {
  display: none;
}
.loginContainer .btn {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}



/*==================================FORM ADD===============================================*/
.control-group {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 50%;
}

.control-group input {
	width:80%;
	padding:5px;
}

#categWrap, #fieldWrap_0 {
	display:none;
}

#privateLabel, #profLabel, #otherLabel  {
	background-color: #0088CC;
    color: #FFFFFF;
    font-size: 22px;
	padding:8px;
	clear:both;
	margin-top:20px;
}

#fieldWrap_22 {
	width:100%;
}

/*==================================LOADER===============================================*/

.loading {
  background: url('/multimedia/images/structure/preloader.gif') no-repeat top left;
  width: 22px;
  padding-left: 25px;
}

#circularG {
  height: 77px;
  left: 50%;
  margin-left: -31px;
  margin-top: -38px;
  position: fixed;
  top: 50%;
  width: 62px;
  z-index: 6000;
  width:128px;
height:128px;
display:none;
}

.circularG{
position:absolute;
background-color:#0088CC;
width:29px;
height:29px;
-moz-border-radius:19px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:19px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:19px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:19px;
-o-animation-name:bounce_circularG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:19px;
animation-name:bounce_circularG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#circularG_1{
left:0;
top:50px;
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#circularG_2{
left:14px;
top:14px;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#circularG_3{
top:0;
left:50px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#circularG_4{
right:14px;
top:14px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#circularG_5{
right:0;
top:50px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#circularG_6{
right:14px;
bottom:14px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#circularG_7{
left:50px;
bottom:0;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#circularG_8{
left:14px;
bottom:14px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}

}
#costDistanceLoad, #costPriceLoad{
  width: auto;
}
#costPriceLoad{
  font-size: 14px;
}
#costDistanceLoad #smallCircularG,
#costPriceLoad #smallCircularG {
  margin-right: 5px;
  float: left;
}

#smallCircularG{
position:relative;
width:28px;
height:28px}

.smallCircularG{
position:absolute;
background-color:#0088CC;
width:6px;
height:6px;
-moz-border-radius:4px;
-moz-animation-name:bounce_smallCircularG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:4px;
-webkit-animation-name:bounce_smallCircularG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:4px;
-ms-animation-name:bounce_smallCircularG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:4px;
-o-animation-name:bounce_smallCircularG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:4px;
animation-name:bounce_smallCircularG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#smallCircularG_1{
left:0;
top:11px;
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#smallCircularG_2{
left:3px;
top:3px;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#smallCircularG_3{
top:0;
left:11px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#smallCircularG_4{
right:3px;
top:3px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#smallCircularG_5{
right:0;
top:11px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#smallCircularG_6{
right:3px;
bottom:3px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#smallCircularG_7{
left:11px;
bottom:0;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#smallCircularG_8{
left:3px;
bottom:3px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

@-moz-keyframes bounce_smallCircularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_smallCircularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_smallCircularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_smallCircularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_smallCircularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}

} 

.table-striped > tbody > tr.notchecked:nth-child(2n+1) > td, .table-striped > tbody > tr.notchecked:nth-child(2n+1) > th {
  background-color: #F2DEDE;
}

.table-striped > tbody > tr.notchecked:nth-child(2n) > td, .table-striped > tbody > tr.notchecked:nth-child(2n) > th {
  background-color: #F2DEDE;
}