/*** MISC ***/
.cursor-default {
	cursor: default;	
}
.cursor-pointer {
	cursor: pointer;	
}
.clear {
	clear: both;
}
.round-top {
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border: 0px solid;
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

/*** LOGIN ***/
.login-layout {
	background-color: #1a82f7;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
	
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #2F2727, #1a82f7);
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #2F2727, #1a82f7);
	
	/* IE 10 */
	background: -ms-linear-gradient(top, #2F2727, #1a82f7);
	
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #2F2727, #1a82f7);
}
.login-layout .widget-box {
	background: none !important;
}

/*** YII ***/
/*
#yii-debug-toolbar {
	opacity: 0.2;
	filter: alpha(opacity=20);
	left: 0;
	right: 0;
	border-top: 1px solid #AAA;
}
#yii-debug-toolbar-min {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
*/

.navbar-container {
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background:#FF9900;
}
.breadcrumb {
	margin-left: 20px;	
}
.sidebar {
	width: 210px;
}
.sidebar + .main-content {
	margin-left: 210px;
}

.ace-nav > li.orange > a {
    background-color:#FF9900;
}

.width25pc {
	width: 25% !important;
}
.width50pc {
	width: 50% !important;
}
.width75pc {
	width: 75% !important;
}

/*** TODO ***/
#todo-bar{
	position: fixed;
	background: #dff0d8;
	margin-top: 40px;
	height: 28px !important;
}

#tracking-bar {
	position: fixed;
	background: #f0e3d8;
	margin-top: 40px;
	height: 28px !important;
}

/*** FONT ***/
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.nowrap {white-space: nowrap;}

/*** TABLE ***/
table {
	font-size: 12px !important;
	margin-bottom: 2px !important;
}
table input {
	padding: 0px 4px !important;
	font-size: 12px !important;
	width: 96% !important;
}
th, td {
	#padding: 2px 4px !important;
	#line-height: 2.2 !important;
}
.table-header {
	background: #ffc657;
	color: #855d10 !important;
	border-color: #e8b10d;
	font-size: 12px !important;
    line-height: 1.8;
    padding-left: 12px;
    margin-bottom: 1px;	
}
.table-header-red {
	background:#990000;
	font-size: 12px !important;
    line-height: 1.8;
    padding-left: 12px;
    margin-bottom: 1px;	
}
.table-header-green {
	background:#82AF6F;
	font-size: 12px !important;
    line-height: 1.8;
    padding-left: 12px;
    margin-bottom: 1px;	
}
.table-header-grey {
	background:#CCCCCC;
	font-size: 12px !important;
    line-height: 1.8;
    padding-left: 12px;
    margin-bottom: 1px;	
}
.table-header-yellow {
	background:#FFFF99;
	font-size: 12px !important;
    line-height: 1.8;
    padding-left: 12px;
    margin-bottom: 1px;	
}
.detail-view th {
	width: 25%;
	white-space: nowrap;
}
.tc-narrow {
	width: 40px;
}
.tc-narrow100 {
	width: 100px;
}
.tc-narrow100 select{
	width: 100px !important;
}
.tc-narrow200 {
	width: 200px;
}
.tc-narrow200 select{
	width: 180px !important;
}
.grid-view {
	/* padding-bottom: 36px; */
}
.grid-view .form-control {
	font-size: 12px;
	height: 26px;
}
.grid-view .summary{
	background-color: #9cb5d4;
	padding: 1px 0 2px 4px;
	color: white;
}
.grid-view .pagination {
	float: right;
	margin: 0 1px 2px 0;
}
.dataTables_wrapper .row {
	padding-left: 10px;
	padding-right: 10px;	
}
.not-set {
	color: #CCC;
}
.buttons-1 {
	width: 40px;
}
.buttons-2 {
	width: 80px;
}
.buttons-3 {
	width: 120px;
}
.buttons-4 {
	width: 140px;
}
.buttons-5 {
	width: 180px;
}
.buttons-1 .btn {
	width: 28px;
}
.buttons-2 .btn {
	width: 28px;
}
.buttons-3 .btn {
	width: 28px;
}
.buttons-4 .btn {
	width: 28px;
}
.buttons-5 .btn {
	width: 28px;
}
th .asc:after {
	content: ' \25B2';
	color: red;
}
th .desc:after {
	content: ' \25BC';
	color: #03def1;
}
/*** FORM ***/
.btn-success {
	background-color: #2e8965 !important;
	border-color: #2e8965;
}
.form-horizontal .form-group {
	margin: 0;
	padding: 4px 2px 2px 1px;
	border-bottom: 1px solid #EEE;
}
.form-horizontal .form-group:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.form-horizontal .form-group:nth-child(2n) {
    background-color: #EFEFEF;
}
.btn-group-form {
	margin-top: 4px;
}
.input-group[class*="col-"] {
	float: right;
}
.help-block {
	margin: 1px 0;
	color: #CCC
}
label {
    font-size: 13px;
    font-weight: normal;
}
.form-custom {
	width:auto !important;
	float:none !important;
}
textarea {
	height: auto;
}

/*** TASKMANAGER WIDGET ***/
.taskmanager-widget {
	width: 100%;
}
.taskmanager-widget table {
	margin-bottom: 0;	
}
.taskmanager-widget .progress {
	margin: 4px 0 0 0;
}

/*** AJAX ***/
.btn-ajax i {
	width: 16px;
}

/*** BUTTONS ***/
.tooltip-inner {
	text-align: left;
}

/*** SEARCH ***/
.nav-search-input {
	width: 250px !important;
}
.nav-search {
	width:500px; !important;
}

.search-phone {
	border: 1px solid #6fb3e0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 4px !important;
	font-size: 13px;
	line-height: 1.3;
	color: #666666 !important;
	z-index: 11;
	transition: width ease .15s;
}

.ui-menu {
	z-index: 9999;
}

/*** prettyprint ***/
pre.prettyprint {
	border: none !important;
	background: none !important;
	font-size: 12px !important;
}

.black{
	color:#000000;
}

/*** Ticketsystem ***/
.itemdiv.dialogdiv:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  background-color: #E1E6ED;
  border:0px !important;
  width: 0px !important;
  border-width: 0 1px;
}

.itemdiv > .user {
    display: inline-block;
    width: 150px !important;
    position: absolute;
    left: 0;
}
.itemdiv > .body {
    width: auto;
    margin-left: 160px !important;
    margin-right: 12px;
    position: relative;
	min-height:80px !important;
}

.body_orange {
	background-color:#FEDFB1 !important;
}

.body_blue {
	background-color:#B7DBFF !important;
}

.body_green {
	background-color: #dff0d8 !important; //C9FFB9
}

.lightgrey {
	color:#CCCCCC !important;
}

.line {
	border-top: 2px dashed #e2e2e2;
}

.tiny {
	font-size:50%;
}

.user-product {
	height: 26px !important;
}


/*** USER ***/
#user-bar{
	background:#DADAFF;
	height: 24px !important;
}


.modal-dialog {
    width: 800px !important;
    margin: 30px auto;
}