@font-face {
    font-family: sukhumvit;
    src: url(../fonts/sukhumvit_set_medium-webfont.woff);
}
* {
	font-family: sukhumvit;
}
ul li {
	list-style-type: none;
}
textarea {
	resize:vertical;
}
.page-header-menu {
	background-color: #ff9900 ;
}
.white {
	background-color: white;
}
.dropdown-submenu {
	padding: 10px;
}
.nav > .menu > a {
	color: white;
	text-overflow: '...' !important;
	white-space: nowrap;
	overflow: hidden;

}
@media screen and (min-width: 480px) {
	.nav > .menu > a {
		color: white;
		max-width: 180px;
		text-overflow: '...' !important;
		white-space: nowrap;
		overflow: hidden;

	}
}
.nav > .menu > a:hover ,.nav > .menu > a:focus {
	background: rgba(255, 255, 255,0.3);
}
.nav > .menu > a:active {
	background: rgba(255, 255, 255,0.3);
}

.container.board {
	color:black;
}
.actions {
  float: right;
  position: relative;
}
.modal-dialog{
	background: white;
	padding: 20px;
	border-radius: 30px !important;
}
.caption > h1 {
	margin: 10px;
}
.bootstrap-switch-container {
	height: 30px;
}
.bootstrap-switch-handle-on.bootstrap-switch-primary {
	background-color: #26A826 !important;
}
.bootstrap-switch-handle-off.bootstrap-switch-info {
	background-color: #ff3333 !important;
}
.control-label.lg {
	font-size: 50px !important;
	float: right;
	width: 100%;
	text-align: center;
}
.form-control.lg {
	font-size: 150px !important;
  height: 150px;
  text-align: center;
}
.form-control.md {
	font-size: 130px !important;
  height: 130px;
  text-align: center;
}
#datepicker {
	text-align: center;
}
.control-label.md {
	font-size: 30px !important;
	float: right;
	width: 100%;
	text-align: center;
}
.form-control.md {
	font-size: 80px !important;
  height: 90px;
  text-align: center;
}




.box {
	margin: 20px 0;
}
.div-green {
	display: inline-block;
	border-radius: 30px !important;
	background-color: rgba(27, 188, 155, 0.7);

	line-height: 100%;
	width: 110%;
	text-align: right;
	padding-right:10px;
	margin-left:-15px;
}
.div-blue {
	display: inline-block;
	border-radius: 30px !important;
	background-color: rgba(53, 152, 220, 0.7);

	line-height: 100%;
	width: 110%;
	text-align: right;
	padding-right:10px;
	margin-left:-15px;
}
.div-orange {
	display: inline-block;
	border-radius: 30px !important;
	background-color: rgba(232, 126, 4, 0.7);

	line-height: 100%;
	width: 110%;
	text-align: right;
	padding-right:10px;
	margin-left:-15px;
}
.pr-row {
	margin-top: 5px;
}
.pr-row > * {
	font-size: 16px;
	line-height: 155%;
	padding: 0;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: initial;
  border-bottom: 1px solid black;
}
.pr-row > * > span {
	background-color: red;
	color: white;
	padding: 2px;
	border-radius: 30px !important;
}
label.btn {
  cursor: context-menu !important;
}

.nav.nav-tabs.work-list a {
  padding: 7px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  width: 70px;
}
.nav.nav-tabs.work-list > li.active > a {
  width: auto;
}
.row.form-group.form-md-line-input {
  padding-top: 15px !important;
  margin-bottom: 15px !important;
}
/*.label{
	opacity:0.7;
	font-size:15px;
	position:absolute;
	z-index:90;
	left:5%;
	top:2%;
	color: #000;
}
.sub{
	top:12%!important;
}
.title{
	opacity:0.7;
	font-size:15px;
	text-align: center!important;
}
.divchart{
	margin: 5px 0px 5px 0px;
	position:relative;
}
.navbar-inverse{
	margin-bottom: 0px;
	background-color:#414141;
	color:#fff!important;
}
body
{
	overflow: hidden;
}
@media (max-width: 680px) {
	/*label{
		bottom:5%;
	}
	.title{
		opacity:0.7;
		font-size:15px;
		text-align: center!important;
	}
}
*/
