@charset "UTF-8";
/* Background Colours */
.bg-black {
	color: #FFFFFF;
	background-color: #000000;
}
/* Background Colours */
.bg-light-white {
	color: #000000;
	background-color: #F3F3F3;
}
/* Background Colours */
.bg-light-grey {
	color: #000000;
	background-color: #DFDFDF;
}

.bg-purple {
	color: #000000;
	background-color: #D8BEDF;
}

.mask {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.mask_inside {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width : 100%;
	height: 100%;
	z-index: 2000;
}

.font-11 {
	font-size: 11px !important;
}

.font-14 {
	font-size: 14px;
}

.header-box {
	height: 35px;
	line-height: 35px;
	text-transform: capitalize;
	text-align: center;
	float:left;
}

.pop-header-warning {
	background-color:#A17100;
	color: #FFFFFF;
}

.pop-header-work {
	background-color: #277400;
	color: #FFFFFF;
}

.pop-header-display {
	background-color: #4B6F82;
	color: #FFFFFF;
}

.pop-header-danger {
	background-color: #A90000;
	color: #FFFFFF;
}
.pop-header-white {
	background-color: #030303;
	color: #FFFFFF;
}

.warning-popup {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: medium solid #A17100;
	border-radius: 6px;
	background-color: #E6DDC6;
}
.white-popup {
    border: medium solid #808283;
    border-radius: 6px;
    padding: 5px;
    background-color: #FAFAFA;
}

.work-popup {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: medium solid #36A100;
	border-radius: 6px;
	background-color: #C6E6C6;
}

.display-popup {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: medium solid #4B6F82;
	border-radius: 6px;
	background-color: #CCDAE1;
	margin-bottom: 15px;
}

.danger-popup {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: medium solid #A90000;
	border-radius: 6px;
	background-color: #FDDEDE;
	margin-bottom: 15px;
}

.popup-close {
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    text-align: center;
    color: #FFFFFF;
    background-color: #7A0001;
    cursor: pointer;
    float: left;
}

.popup-close:hover {
	background-color: #4D0000;
}

.popup-save {
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    text-align: center;
    color: #FFFFFF;
    background-color: #247300;
    cursor: pointer;
    float: left;
}
.popup-save:hover {
	background-color: #195000;
}

.popup-up-down {
	height: 35px;
	line-height: 35px;
	text-transform: capitalize;
	text-align: center;
	color: #FFFFFF;
	background-color: #686868;
	cursor: pointer;
	float: left;
}
.popup-up-down:hover {
	background-color: #4A4A4A;
}

.popup-move {
	height: 35px;
	line-height: 35px;
	text-transform: capitalize;
	text-align: center;
	color: #FFFFFF;
	background-color: #5C0073;
	cursor: pointer;
	float: left;
}
.popup-move:hover {
	background-color: #3E004E;
}
.popup-move-lock {
	height: 35px;
	line-height: 35px;
	text-transform: capitalize;
	text-align: center;
	color: #000000;
	background-color: #5E86B8;
	cursor: pointer;
	float: left;
}
.popup-move-lock:hover {
	background-color: #395A83;
	color: #FFFFFF;
}

.boxHidden {
	display: none;
}

.li-45 {
	height: 45px;
	font-size: 12px;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}
.full-45 {
	height: 45px;
	line-height: 45px;
	width: 100%;
}
.full-35 {
	height: 35px;
	line-height: 35px;
	width: 100%;
}
.full-25 {
	height: 25px;
	line-height: 25px;
	width: 100%;
	font-size: 11px;
}
.full-55 {
	height: 55px;
	line-height: 55px;
	width: 100%;
}
.full-60 {
	height: 60px;
	line-height: 60px;
	width: 100%;
}
.li-55 {
	height: 55px;
	line-height: 55px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}
.li-35 {
	height: 35px;
	font-size: 12px;
	line-height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}
.full-30 {
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}

.marker
{
	background-color: Yellow;
}

.form-control-clear {
    display: block;
    width: 100%;
    padding-top: 2px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 2px;
    height: 30px;
    font-size: 11px;
    line-height: 1.42857143;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-clear:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.adjust {
	margin-top: 7px;
}
.adjust-2 {
	margin-top: 4px;
}

.quarter {
	width: 25%;
	font-size: 11px;
	float:left;
	position: relative;
  	min-height: 1px;
  	padding-left: 5px;
  	padding-right: 5px;
}
.third {
	width: 33.3%;
	float:left;
	position: relative;
  	min-height: 1px;
  	padding-left: 5px;
  	padding-right: 5px;
}

.half {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.three_quarter {
	width: 75%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.b-square {
	width: 31px;
	height: 31px;
	text-align: center;
	border-radius: 4px;
	line-height: 31px;
	border: 1px solid transparent;
	font-size: 12px;
	cursor: pointer;
}
.box-square {
	width: 31px;
	height: 31px;
	text-align: center;
	border-radius: 4px;
	line-height: 31px;
	border: 1px solid transparent;
	font-size: 12px;
}

.btn-white {
    color: #010101;
    background-color: #FFFFFF;
    border-color: #BFBFBF;
}
.btn-white-down {
    color: #FFFFFF;
    background-color: #575757;
    border-color: #BFBFBF;
}
.btn-white:hover {
    color: #010101;
    background-color: #929292;
    border-color: #BFBFBF;
}

.btn-purple {
	color: #ffffff;
	background-color: #7F468E;
	border-color: #5C0073;
}
.btn-purple:active {
	color: #ffffff;
	background-color: #7F468E;
	border-color: #A5D562;
}
.btn-brown {
	color: #ffffff;
	background-color: #7F468E;
	border-color: #5C0073;
}
.btn-disable {
	color: #656363;
	background-color: #918D92;
	border-color: #333234;
}

.btn-purple:hover {
  color: #ffffff;
  background-color: #5C0073;
  border-color: #7F468E;
}

.btn-orange {
	color: #ffffff;
	background-color: #FF8F00;
	border-color: #D17500;
}
.btn-orange:hover {
  color: #ffffff;
  background-color: #D17500;
  border-color: #FF8F00;
}

.dragMe {
	cursor:move;
	position:absolute;
}
.well-kustum {
	border-radius: 5px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
	padding-right: 19px;
	margin-bottom: 10px;
}
.isLink {
	opacity: 1;
}
.isLink:hover {
	opacity: 0.5;
	cursor: pointer;
}

.text-white {
    color: #FFFFFF;
}
.text-white:hover,
.text-white:focus {
	color: #F5E2A7;
}
.bottom_line {
	border-bottom: thin solid #727272;
}
.line_at_bottom {
	border-bottom: thin solid #727272;
}
.text-bold {
	font-weight: bold;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.is-clicker {
	cursor: pointer;
}
.is-clicker:hover {
	cursor: pointer;
	background-color: #000000;
	color: #44F500;
}
.indent {
	text-indent: 10px;
}
.li-space {
 	padding-left:25px;
	padding-right:25px;
}
.is-required {
	min-width: 1px;
}
.box-outline {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left-color: #0029A5;
	border-right-color: #0029A5;
	border-bottom-color: #0029A5;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
}

.full_background {
	background: url(/Image/bamboo_background_tmc.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.height-35 {
	height: 35px;
	line-height: 35px;
	
}
.height-45 {
	height: 45px;
	line-height: 45px;
}
.hide_overflow {
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
body p {
}
.isOn {
	background-color: rgba(1,141,16,1.00);
}
.isOn .off {
	background-color: rgba(253,0,4,1.00);
}
.trans-click {
	height: 30px;
	line-height: 30px;
}
.only_30 {
    height: 30px;
    line-height: 30px;
}
