.lblue {
	height:47px;
	border:1px solid #043d72;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#0183d7;
	background-image:-webkit-linear-gradient(top, #0183d7, #0c5396);
	background-image:-moz-linear-gradient(top, #0183d7, #0c5396);
	background-image:-o-linear-gradient(top, #0183d7, #0c5396);
	background-image:-ms-linear-gradient(top, #0183d7, #0c5396);
	background-image:linear-gradient(top, #0183d7, #0c5396);
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	-webkit-box-shadow:inset 0 1px #4d88bf, inset 0 -2px #06427a, 0 1px 3px #ddd;
	-moz-box-shadow:inset 0 1px #4d88bf, inset 0 -2px #06427a, 0 1px 3px #ddd;
	box-shadow:inset 0 1px #4d88bf, inset 0 -2px #06427a, 0 1px 3px #ddd;
}

.lblue a {text-decoration:none;}

.lblue > li > a {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	text-shadow:0 -1px #09223a;
	padding:13px 20px 16px;
}
.lblue > li:hover > a {
	background-color:#216fb8;
	
	-webkit-box-shadow:inset 0 3px #1a63a8, inset 1px 0 #4d8cc6;
	-moz-box-shadow:inset 0 3px #1a63a8, inset 1px 0 #4d8cc6;
	box-shadow:inset 0 3px #1a63a8, inset 1px 0 #4d8cc6;
	
	border-left:none;
	padding-left:21px;
}

.lblue > li {border-right:1px solid #0d3f72;border-right:1px solid rgba(0, 0, 0, .33);}
.lblue > li > a {border-left:1px solid #4c8bcb;border-left:1px solid rgba(255, 255, 255, .20);}
.lblue > li.floatr {
	border-right:none;
	border-left:1px solid #0d3f72;
	border-left:1px solid rgba(0, 0, 0, .33);
}

.lblue > li > a img, .lblue li > ul > li > a img {
	border:0;
	margin-right:7px;
}

/* notification bubbles ------------------ */

.lblue > li > a .bubble, .lblue li > a .bubble-alt {
	font-size:11px;
	line-height:11px;
	padding:1px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-left:7px;
	position:relative;
	top:-1px;
}
.lblue > li > a .bubble {
	color:#fff;
	background-color:#df0a0a;
	text-shadow:0 1px #9d0707;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #4982b6;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #4982b6;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #4982b6;
}
.lblue > li > a .bubble-alt {
	color:#fff;
	background-color:#043d71;
	text-shadow:0 1px #032b4f;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #4d85b8;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #4d85b8;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #4d85b8;
}
.lblue > li:hover > a .bubble {
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.lblue ul > li .bubble {
	font-size:11px;
	line-height:12px;
	padding:1px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:absolute;
	right:10px;
	top:11px;
	color:#fff;
	background-color:#043d71;
	text-shadow:0 1px #242424;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #4d85b8;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #4d85b8;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px #4d85b8;
}

.lblue > li > a .bubble-top {
	position:absolute;
	font-size:11px;
	line-height:14px;
	color:#fff;
	padding:0 3px;
	right:4px;
	top:-8px;
	text-shadow:none;
	border:1px solid #a00000;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	background-color: #df0a0a;
	background-image: -webkit-linear-gradient(top, #f26870, #ec0e23);
	background-image: -moz-linear-gradient(top, #f26870, #ec0e23);
	background-image: -o-linear-gradient(top, #f26870, #ec0e23);
	background-image: -ms-linear-gradient(top, #f26870, #ec0e23);
	background-image: linear-gradient(top, #f26870, #ec0e23);
	
	-webkit-box-shadow:inset 0 1px #ffa7a7;
	-moz-box-shadow:inset 0 1px #ffa7a7;
	box-shadow:inset 0 1px #ffa7a7;
}

/* sub menu ------------------------------ */

.lblue ul {
	background-color:#216fb8;
	border:1px solid #06345e;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 2px #ddd, inset 1px 0 #4d8cc6;
	-moz-box-shadow:0 2px #ddd, inset 1px 0 #4d8cc6;
	box-shadow:0 2px #ddd, inset 1px 0 #4d8cc6;
}
.lblue > li.floatr > ul {right:-1px;left:auto;}
.lblue > li.floatr > ul ul {left:-127px;}
.lblue ul a {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	padding:9px 12px;
	border-top:1px solid #165691;
	-webkit-box-shadow:inset 0 1px #447fb7;
	-moz-box-shadow:inset 0 1px #447fb7;
	box-shadow:inset 0 1px #447fb7;
	text-shadow:0 -1px #0d3f72;
}
.lblue ul a:hover {
	background-color:#1c65aa;
	-webkit-box-shadow:inset 1px 1px #447fb7;
	-moz-box-shadow:inset 1px 1px #447fb7;
	box-shadow:inset 1px 1px #447fb7;
}
.lblue ul ul li:first-child a {border-top-color:#06345e;}

/* mega menu ----------------------------- */

.lblue li > div {
	background-color:#216fb8;
	border:1px solid #06345e;
	border-top:none;
	left:-1px;
	-webkit-box-shadow:0 2px #ddd, inset 1px 0 #4d8cc6;
	-moz-box-shadow:0 2px #ddd, inset 1px 0 #4d8cc6;
	box-shadow:0 2px #ddd, inset 1px 0 #4d8cc6;
	padding:10px;
}
.lblue > li.floatr > div {right:-1px;left:auto;}
.lblue h4, .lblue h5 {margin:0;padding:0;}
.lblue h4 {
	font-size:15px;
	color:#b3cbe2;
	font-weight:normal;
	margin:10px 10px 5px;
	padding-bottom:10px;
	border-bottom:1px solid #508ac1;
}
.lblue h5 {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	margin:10px 10px 0;
	text-shadow:0 -1px #0d3f72;
}
.lblue ol {
	list-style:none;
	margin:7px 10px;
	padding:0;
}

.lblue ol a {
	color:#b8d3ec;
	font-size:12px;
	padding:3px 0;
}
.lblue ol a:hover {
	color:#fff;
}
.lblue p {
	color:#fff;
	font-size:12px;
	line-height:18px;
	margin:9px 10px;
	padding:0;
}
.lblue p a {
	color:#b8d3ec;
	text-decoration:underline;
}
.lblue p a:hover {
	color:#fff;
}

.main-title{padding:30px 0;}
.main-title .block{text-align: center;}

/*row-fluid-------------*/

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 70%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* input -------------*/

#main{
	width: 1290px;
	height: 768px;
	margin: 0 auto;
	margin-top: 2%;
}

#success{
	margin-left: 47%;
	margin-top: 10%;
}

#success1{
	margin-left: 41.5%;
	margin-top: 0%;
}

#success2{
	margin-left: 35.5%;
	margin-top: 0%;
}

#mainsearch{
	width: 260px;
	height: 70px;
	margin-left: 4%;
	margin-top: 2%;
}

#mainbesar1{
	width: 260px;
	height: 200px;
	margin-left: -3%;
	margin-top: -8%;
}

#mainbesar2{
	width: 260px;
	height: 200px;
	margin-left: 24%;
	margin-top: -18.2%;
}

#mainbesar3{
	width: 260px;
	height: 200px;
	margin-left: 51%;
	margin-top: -18.3%;
}

#mainbesar4{
	width: 260px;
	height: 200px;
	margin-left: 77.9%;
	margin-top: -18.3%;
}

#mainbesar5{
	width: 553.5px;
	height: 180px;
	margin-left: 23.9%;
	margin-top: -11.8%;
}

#main2{
	width: 260px;
	margin-left:-3%;
	margin-top: -16.5%;
}

#main2create{
	width: 260px;
	margin-left:-3%;
	margin-top: -11.9%;
}

#main3{
	width: 260px;
	margin-left: -8%;
	margin-top: -11%;
}

#main4{
	width: 260px;
	margin-left: 24%;
	margin-top: -117.2%;
}

#mainsearch4{
	width: 260px;
	margin-left: 24%;
	margin-top: -116.3%;
}

#main5{
	width: 260px;
	margin-left: 51%;
	margin-top: -117.2%;
}

#mainsearch5{
	width: 260px;
	margin-left: 51%;
	margin-top: -102.8%;
}

#main6{
	width: 260px;
	margin-left: 19%;
	margin-top: 2.4%;
}

#main7{
	width: 260px;
	margin-left: 78%;
	margin-top: -117.2%;
}

#mainsearch7{
	width: 260px;
	margin-left: 78%;
	margin-top: -106.8%;
}

#mainbutton{
	width: 260px;
	margin-left: 37.5%;
}

#mainbuttonedit{
	width: 260px;
	margin-left: 37.5%;
	margin-top: -6.4%;
}

#input{
	background-color : #F5F6CE;
	padding: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputcode{
	background-color : #F5F6CE;
	padding: 10px;
	height: 380px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputatas1{
	background-color : #F5F6CE;
	padding: 10px;
	height: 45px;
	border: #808080;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-box-shadow:1px 5px 8px #808080;
	-moz-box-shadow:1px 5px 8px #808080;
	box-shadow:1px 5px 8px #808080;
}

#inputatas2{
	background-color : #F5F6CE;
	padding: 8px;
	height: 21px;
	border: #818181;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-box-shadow:1px 5px 8px #808080;
	-moz-box-shadow:1px 5px 8px #808080;
	box-shadow:1px 5px 8px #808080;
}

#inputsearch{
	background-color : #F5F6CE;
	padding: 10px;
	height: 45px;
	border: #808080;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-box-shadow:1px 5px 8px #808080;
	-moz-box-shadow:1px 5px 8px #808080;
	box-shadow:1px 5px 8px #808080;
}

#inputgabung1{
	background-color : #F5F6CE;
	padding: 20px;
	height: 580px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputsearchgabung{
	background-color : #F5F6CE;
	padding: 20px;
	height: 410px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputsearchgabung1{
	background-color : #F5F6CE;
	padding: 20px;
	height: 410px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputsearchgabung2{
	background-color : #F5F6CE;
	padding: 20px;
	height: 548px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputsearchgabung3{
	background-color : #F5F6CE;
	padding: 20px;
	height: 720px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputCsc{
	background-color : #F5F6CE;
	padding: 20px;
	height: 535px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputsearchgabung4{
	background-color : #F5F6CE;
	padding: 20px;
	height: 450px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputsearchgabung7{
	background-color : #F5F6CE;
	padding: 20px;
	height: 699px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputsearchgabung5{
	background-color : #F5F6CE;
	padding: 20px;
	height: 740px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#mainUpdateDropList{
	width: 560px;
	margin-left:25%;
	margin-top: 3%;
}

#inputUpdateDropList{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#deleteDataBesar{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultValue{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputgabung2{
	background-color : #F5F6CE;
	padding: 20px;
	height: 202px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputgabung3{
	background-color : #F5F6CE;
	padding: 20px;
	height: 310px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputgabungsearch3{
	background-color : #F5F6CE;
	padding: 20px;
	height: 237px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputgabung{
	background-color : #F5F6CE;
	padding: 20px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputgabungFF{
	background-color : #F5F6CE;
	padding: 20px;
	height: 433px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputgabungHeating{
	background-color : #F5F6CE;
	padding: 20px;
	height: 680px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputgabungvessel{
	background-color : #F5F6CE;
	padding: 20px;
	height: 805px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputbesar{
	background-color : #dbf2fa;
	padding: 100px;
	height: 1570px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 2%;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputbesar123412{
	background-color : #dbf2fa;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 2%;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputbesar12{
	background-color : #dbf2fa;
	padding: 100px;
	height: 1250px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 2%;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#title{
	padding: 7px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	background-color: #0183d7;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 3px solid black;
}

#titlegabung{
	padding: 7px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	background-color: #0183d7;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#titlebesar{
	padding: 15px;
	text-align: center;
	color: #FFF;
	font-size: 23px;
	font-weight: bold;
	background-color: #0766af;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 3px solid black;
}



#titleNews{
	padding:10px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width:200px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#0183d7;
	background-image:-webkit-linear-gradient(top, #0183d7, #0c5396);
	background-image:-moz-linear-gradient(top, #0183d7, #0c5396);
	background-image:-o-linear-gradient(top, #0183d7, #0c5396);
	background-image:-ms-linear-gradient(top, #0183d7, #0c5396);
	background-image:linear-gradient(top, #0183d7, #0c5396);
}

#inputNews{
	padding:10px;
	text-align: left;
	color: black;
	font-size: 14px;
	background-color: #dbf2fa;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width:200px;
	word-wrap: break-word;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputLogin{
	
	float:right;
	
}

#titleLogin{
	padding:10px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width:250px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#0183d7;
	background-image:-webkit-linear-gradient(top, #0183d7, #0c5396);
	background-image:-moz-linear-gradient(top, #0183d7, #0c5396);
	background-image:-o-linear-gradient(top, #0183d7, #0c5396);
	background-image:-ms-linear-gradient(top, #0183d7, #0c5396);
	background-image:linear-gradient(top, #0183d7, #0c5396);
}

#inputLogin12{
	padding:10px;
	text-align: left;
	color: black;
	font-size: 14px;
	background-color: #dbf2fa;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width:250px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputSearchCargo{
	
	float:right;
	margin-right : 70px;
	
}



#titleSearch{
	padding:10px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width:550px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#0183d7;
	background-image:-webkit-linear-gradient(top, #0183d7, #0c5396);
	background-image:-moz-linear-gradient(top, #0183d7, #0c5396);
	background-image:-o-linear-gradient(top, #0183d7, #0c5396);
	background-image:-ms-linear-gradient(top, #0183d7, #0c5396);
	background-image:linear-gradient(top, #0183d7, #0c5396);
}

#inputQuickLink{
	
	float:right;
	margin-top:-300px;
	margin-right:-910px;
	right:0;
	
}

#titleQuickLink{
	padding:10px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width:250px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#0183d7;
	background-image:-webkit-linear-gradient(top, #0183d7, #0c5396);
	background-image:-moz-linear-gradient(top, #0183d7, #0c5396);
	background-image:-o-linear-gradient(top, #0183d7, #0c5396);
	background-image:-ms-linear-gradient(top, #0183d7, #0c5396);
	background-image:linear-gradient(top, #0183d7, #0c5396);
}

#inputQuickLink12{
	background-color: #dbf2fa;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width:250px;
	height:450px;
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #5C5C5C;
	padding:10px;
	text-align:left;
	
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputAds12{
	
	float:right;
	margin-right : 340px;
	margin-top : 20px;
	
}

#inputAds1{
	height:80px;
	width: 550px;
	background-color: #dbf2fa;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #5C5C5C;
	padding:10px;
	text-align:left;
	
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputAds22{
	
	float:right;
	margin-right : 340px;
	margin-top : 20px;
	
}

#inputAds2{
	height:80px;
	width: 550px;
	background-color: #dbf2fa;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #5C5C5C;
	padding:10px;
	text-align:left;
	
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#inputSearchCargo12{
	padding:10px;
	text-align: left;
	color: black;
	font-size: 14px;
	background-color: #dbf2fa;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width:550px;
	height:350px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

input{
	padding: 5px;
	border: 0;
}

.lg{
	width: 240px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgtank{
	width: 200px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgtankview{
	width: 200px;
	height: 10px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgNewIndex{
	width: 250px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	
	-webkit-box-shadow:0px 2px 7px #808080;
	-moz-box-shadow:0px 2px 7px #808080;
	box-shadow:0px 2px 7px #808080;
}

.lgNewIndex2{
	width: 380px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	
	-webkit-box-shadow:0px 2px 7px #808080;
	-moz-box-shadow:0px 2px 7px #808080;
	box-shadow:0px 2px 7px #808080;
}

.lgNewIndex3{
	
	width: 30px;
	background-color:#C4C4C4;
	background-image:-webkit-linear-gradient(top, #C4C4C4, #AEAEAE);
	background-image:-moz-linear-gradient(top, #C4C4C4, #AEAEAE);
	background-image:-o-linear-gradient(top, #C4C4C4, #AEAEAE);
	background-image:-ms-linear-gradient(top, #C4C4C4, #AEAEAE);
	background-image:linear-gradient(top, #C4C4C4, #AEAEAE);
	
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
	
}

.lgNewIndex4{
	
	width: 70px;
	background-color:#C4C4C4;
	background-image:-webkit-linear-gradient(top, #C4C4C4, #AEAEAE);
	background-image:-moz-linear-gradient(top, #C4C4C4, #AEAEAE);
	background-image:-o-linear-gradient(top, #C4C4C4, #AEAEAE);
	background-image:-ms-linear-gradient(top, #C4C4C4, #AEAEAE);
	background-image:linear-gradient(top, #C4C4C4, #AEAEAE);
	
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
	
}

.lgtankviewPanjang{
	width: 130px;
	height: 10px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgtankviewAtas{
	width: 200px;
	height: 10px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgtankviewTank{
	width: 170px;
	height: 10px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgtankUpdateDropDown{
	width: 200px;
	height: 20px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgtankUpdateDropDownISO{
	width: 37px;
	height: 20px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgtankUpdateDropDownISOkecik{
	width: 30px;
	height: 20px;
	background-color:#E7E6E6;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgdropViewUpdate1{
	width: 200px;
	height: 10px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgtankremark{
	width: 590px;
	height: 30px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgtankremarkview{
	width: 400px;
	height: 100px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgsmall{
	width: 126px;
	height: 10px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgupdateData{
	width: 126px;
	height: 28px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgdrop{
	width: 210px;
	height: 22px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgdropViewUpdate{
	width: 210px;
	height: 10px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgweight{
	width: 150px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgweight1{
	width: 135px;
	height: 10px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.lgkecik{
	width: 50px;
	height: 10px;
	border: 0.1px solid #BDBDBD;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-check:before {
  content: "\e067";
}
  
/*centergrid*/

#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 89em;
	margin: 0 auto;
}

#pricePlans #plans .plan {
	background: #0280d1;
	float: left;
	position: relative;
	right: -13%;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;


}

.planContainer .title h2 {
	font-size: 2.125em;
	font-weight: 300;
	color: #fff;
	margin: 0;
	padding: .6em 0;
}

.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #DCF5F5;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #DCF5F5;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	margin: 1.5em 0 1.8em;
}

.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #155ea2;
	border: 2px solid #A7F5F5;
}

@media screen and (min-width: 481px) and (max-width: 768px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
	margin: 2em auto;
}

#pricePlans #plans .plan {
	width: 24%;
	margin: 0 1.33% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricePlans #plans > li:last-child {
	margin-right: 0;
}

#pricePlans #plans .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer .button a:hover {
	background: #155ea2;
	color: #fff;
}

.planContainer .button a.bestPlanButton:hover {
	background: #DCF5F5;
	border: 2px solid #DCF5F5;
	color:#fff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}
.spacing-t-b{padding:15px 0;}
}



hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
	width: 205px;
}

.divider-mobile {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: visible;
  border: none;
  color: #888888;
  background-color: #888888;
  height: 1px;
  width: 80%;
  margin-left: 10%;
}

.outer {position:relative}
.inner {
  overflow-x:scroll;
  overflow-y:visible;
  width:1290px; 
  margin-left:0px;
}

div.inner2 { 
            width:1290px; 
            overflow-x:scroll;  
            margin-left:-45px; 
            overflow-y:visible;
            padding-bottom:1px;
            height: auto;
        }
div.outer2 {
            position:relative
        }
		
.headcol {
            position: absolute; 
            width:5em; 
            left:0;
            top:auto;
            border-right: 0px none black; 
            border-top-width:3px; /*only relevant for first row*/
            margin-top:-3px; /*compensate for top border*/
        }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80%;
    padding: 20px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
}
  
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}

td {
            margin:0;
            border:3px solid grey; 
            border-top-width:0px; 
            white-space:nowrap;
        }
		
#mainRedesign{
	width: 1200px;
	margin: auto;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#mainRedesignCreate{
	width: 2400px;
	margin: 0 auto;
	margin-left: -54px;
	margin-top: -7%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#inputRedesign{
	background-color : #F5F6CE;
	padding:3px;
	width: 1200px;
	height:1200px;
	margin-top:80px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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 .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.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 > .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:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu1 {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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;
}

#updateAcquisitionMethodDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormAcquisition{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormAcquisition{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormAcquisition{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateOwnerDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormOwner{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormOwner{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormOwner{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateOperatorDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormOperator{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormOperator{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormOperator{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateManufacturerDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormManufacturer{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormManufacturer{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormManufacturer{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateCurrencyDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormCurrency{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormCurrency{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormCurrency{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updatePortDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormPort{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormPort{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormPort{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateDepotDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormDepot{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormDepot{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormDepot{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateTankTypeDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormTankType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormTankType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormTankType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateTankInstructionDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormTankInstruction{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormTankInstruction{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultTankInstruction{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateImoCodeDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormImoCode{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormImoCode{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateOldCodeDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormOldCode{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormOldCode{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormOldCode{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateNewCodeDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormNewCode{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormNewCode{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormNewCode{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateMaterialDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormMaterial{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormMaterial{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormMaterial{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateInsulationDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormInsulation{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormInsulation{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormInsulation{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateExteriorCladdingDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormExteriorCladding{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormExteriorCladding{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormExteriorCladding{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateBaffleTypeDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormBaffleType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormBaffleType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormBaffleType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateTankBearerDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormTankBearer{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormTankBearer{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormTankBearer{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateTopRailPositionDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormTopRailPosition{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormTopRailPosition{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormTopRailPosition{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateWalkwayTypeDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormWalkwayType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormWalkwayType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormWalkwayType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateHeatingTypeDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormHeatingType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormHeatingType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormHeatingType{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateInletSizeDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormInletSize{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormInletSize{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormInletSize{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateOutletSizeDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormOutletSize{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormOutletSize{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormOutletSize{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateCouplingDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormCoupling{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormCoupling{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormCoupling{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateInletOutletLocationDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteForminOutletSize{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateForminOutletSize{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultForminOutletSize{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateCompanyDropdown{
	width: 560px;
	margin-left:35%;
	margin-top: -18%;
}

#deleteFormCompanyList{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#updateFormCompanyList{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

#defaultFormCompanyList{
	background-color : #F5F6CE;
	padding: 20px;
	height: 200px;
	-webkit-box-shadow:0px 5px 8px #808080;
	-moz-box-shadow:0px 5px 8px #808080;
	box-shadow:0px 5px 8px #808080;
}

body {
	color: #0183d7;
	font-size: 14px;
	font-family: 'source_sans_proregular';
	background-image: url('http://www.merliontank.com.sg/MerlionTitle.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}