html, body {
	height:100%;
	width: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: 13px Helvetica Narrow, sans-serif;
	line-height: 1;
	color: #505050;
}
img {
	border: 0;
    vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  color: #4974a4;
}
a:hover {
  color: #68ab06;
}
p {
  font: 14px Helvetica Narrow, sans-serif;
  color: #505050;
}

.st-loading{
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.st-loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0px 0px -150px;
}
.wrapper {
	min-height:100%;
	position:relative;
	background: url('/images/footerBG.jpg');
	margin-left: 240px;
	border-left: 1px solid #ccc;
}

/* header */

.header {
	/*position: relative;*/
    position: fixed;
    width: 100%;
	z-index: 5;
	min-width: 960px;
	height: 70px;
	margin-left: -241px;
	/*background: #fff;*/
    /*background: #e2e4e5;*/
    background: #e4ebf1;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}
.head {
}
.header_shadow {
}
.logo {
	float: left;
	width: 240px;
	height: 70px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.logo img {
	margin: auto;
	display: block;
	padding: 10px 0;
	width: 85%;
}

.logo_menu {
  float: right;
}
.logo_menu_a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.logo_menu_a:hover {
  color: #aaaaaa;
}
/*.menu_bar_welcome {*/
	/*position: absolute;*/
	/*top: 75px;*/
	/*right: 20px;*/
	/*font-size: 12px;*/
	/*font-family: arial;*/
/*}*/
.menu_bar_welcome {
    position: absolute;
    top: 75px;
    right: 0px;
    font-size: 12px;
    font-family: arial;
    width: calc(100% - 260px);
    text-align: right;
    padding-right: 20px;
    margin-left: 240px;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -4px;
    border-bottom: 1px solid #d3d3d3;
    -moz-box-shadow: inset 0 0 4px #000000;
    -webkit-box-shadow: inset 0px 0px 4px #000000;
    box-shadow: inset 0px 0px 4px #D3D3D3;
}

/* body */

.main {
    padding-top: 70px;
	margin-left: -241px;
	padding-bottom:30px;
}
.left_bar {
  min-width: 241px;
  width: 241px;
  margin: 0px;
  padding-top: 20px;
}
.left_bar_content {
  min-height: 280px;
}

.right_bar {
  margin: 0px;
  padding: 40px 20px 0 20px;
/*  width: 676px;*/
  width: 100%;
}
.right_bar_content {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
.right_content {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
.right_content h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  color: #fff;
background: #9cb9d8;
background: -moz-linear-gradient(top,  #9cb9d8 0%, #8aa7c8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb9d8), color-stop(100%,#8aa7c8));
background: -webkit-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: -o-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: -ms-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: linear-gradient(to bottom,  #9cb9d8 0%,#8aa7c8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb9d8', endColorstr='#8aa7c8',GradientType=0 );
}

/* footer */
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	margin-left: -241px;
	padding-left: 241px;
	background: #ddd;
	border-top: 1px solid #c8c8c8;
}
#popup .footer{
    display: none;
}
.copyright {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 12px;
	margin-left: -241px;
}
.stubiLogo {
	position: absolute;
	top: 6px;
	right: 5px;
}
.stubiLogo img {
	height: 21px;
}

/* left bar */

.fixed {
	position: fixed;
	z-index: 0;
}
.fixed_bar {
	position: fixed;
	background: #fff;
	font-size: 13px; 
	width: 220px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fixed_bar h1 {
	display: block;
	width: 220px;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	border-bottom: 1px solid #8cbf40;
	margin-top: -5px;
	margin-left: -20px;
	padding-left: 20px;
}
.fixed_bar hr {
  display: block;
  height: 1px;
  border: 0px;
  background: #ccc;
}
.fixed_bar select {
  width: 200px;
  font-size: 12px;
}
.fixed_bar input {
  margin-bottom: 3px;
  font-size: 13px;
}

.fixed_bar .actions {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

#jump_to_date {
	width: 100px;
}

/* calendar */
.calendar_week, .calendar_month, .calendar_jumpto {
  width: 200px;
  margin: auto;
  margin-top: 20px;
  font-size: 13px;
}

.week_title {
  height: 20px;
}
.week_title_content {
  margin: auto;
  text-align: center;
  padding-top: 2px;
  font-weight: bold;
  font-size: 11px;
}
.week_prev {
  float: left;
  background: url('/images/calPrev.png') center center no-repeat;
  width: 27px;
  height: 11px;
  font-size: 0px;
  margin: 3px 0 0 1px;
}
.week_next {
  float: right;
  background: url('/images/calNext.png') center center no-repeat;
  width: 27px;
  height: 11px;
  font-size: 0px;
  margin: 3px 1px 0 0;
}

.week_list table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.week_list td {
	line-height: 16px;
	width: 27px;
}

.week_list a {
	display: block;
	color: #505050;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.week_list .selected_week a,
.week_list .selected_week .dateDisabled div {
	border: 1px solid #ddd;
}

.week_list a:hover {
	border: 1px solid #4974a4;
}

.week_list .dateDisabled {
	color: #b4b4b4;
	line-height: 18px;
}

.week_list .selected_week .dateDisabled {
	line-height: 16px;
}

.week_list .current {
	color: #505050;
	background: #e3f7c8;
}

.week_list .active {
	color: #fff;
	background: #4974a4;
	border: 1px solid #4974a4;
}

.month_table td {
  text-align: center;
}
.month_weekdays td {
  color: #999;
}

.today {
	color: #828282;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	text-decoration: none;
	display: inline-block;
	padding: 1px 15px 1px 15px;
	margin: 0;
	cursor: pointer;
}
.today:hover {
  color: #505050;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.jump {
	line-height: 18px;
}
.jumpto_title {
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  background-color: #dddddd;
  height: 18px;
  text-align: center;
  padding-top: 2px;
  font-size: 13px;
}
.calendar_jumpto table {
  margin-top: 5px;
}
.calendar_jumpto td {
  padding: 0px;
  margin: 0px;
}
.calendar_jumpto ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
  color: #ff0000;
}
.hours_form select{
  width: 100%;
}
.hours_form input[type=text]{
  width: 40px;
}
.hours_form textarea{
  width: 180px;
}

.timesheet_content {
  -moz-box-shadow: 0px 0px 3px #555555;
  box-shadow: 0px 0px 3px #555555;
  background-color: #f3f3f3;
  padding: 30px;
}

#timesheet_hours_projects_id {
  width: 300px;
}
#timesheet_hours_task_id {
  width: 100%;
}
.note_popup {
	position: absolute;
	display: none;
	margin: -27px 0 0 -288px;
	background: #fff;
	padding: 10px;
	border: 1px solid #c8c8c8;
	-webkit-box-shadow: 1px 1px 16px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 16px rgba(50, 50, 50, 0.5);
	box-shadow:	1px 1px 16px rgba(50, 50, 50, 0.5);
}
.note_popup textarea {
  width: 280px;
  height: 180px;
  border: 1px dotted #e6e6e6;
}
.note_popup img {
  cursor: pointer;
}
.note_header {
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}
.note_close {
	float: right;
}

.report_form {
  margin-top: 10px;
  padding: 20px;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 0px 4px #777777;
  box-shadow: 0px 0px 4px #777777;
}
.report_form table th {
  text-align: left;
}
/* Default Form Bar*/
.form_bar {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
.form_bar h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  color: #fff;
background: #9cb9d8;
background: -moz-linear-gradient(top,  #9cb9d8 0%, #8aa7c8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb9d8), color-stop(100%,#8aa7c8));
background: -webkit-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: -o-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: -ms-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: linear-gradient(to bottom,  #9cb9d8 0%,#8aa7c8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb9d8', endColorstr='#8aa7c8',GradientType=0 );
}
.form_bar table {
}
.form_bar table th {
  background: #ecf3ff;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 150px;
}
.form_bar table td {
  background: #fff;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.form_bar hr {
  display: block;
  height: 1px;
  border: 0px;
  background: #aaa;
}

.week_form_bar {
  margin: 30px 0px 0px 30px;
  padding: 20px;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 0px 4px #777777;
  box-shadow: 0px 0px 4px #777777;
}
.week_form_bar h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 10px 0px;
  border-bottom: 1px solid #aaa;
}
.week_form_bar table {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.week_form_bar table th {
  background: #f2f8fe;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.week_form_bar table tr th:first-child {
  border-left: 0px;
}
.week_form_bar table td {
  background: #fff;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.week_form_bar hr {
  display: block;
  height: 1px;
  border: 0px;
  background: #aaa;
}

.welcome {
  float: right;
  margin-top: 10px;
  width: 640px;
}
.welcome p{
  margin: 0px 0px 10px 0px;
  font: 24px Andale Mono, monospace;
  color: #777777;
}
.report_content {
  padding: 0px;
  margin: 30px 30px 40px 0px;
}
.report_content table th{
  text-align: left;
}
.report_result {
  padding: 20px;
}
.report_result_table thead td {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 5px 20px;
}

.with_shadow {
  background-color:#ffffff;
  -moz-box-shadow: 0px 0px 3px #888888;
  box-shadow: 0px 0px 3px #888888;
  width: 100%;
  height: 100%;
}
.user_form label {
  font-size: 24px;
  color: #999999;
}
.user_form input[type=text] {
  width: 300px;
  font-size: 18px;
  padding: 15px 3px 15px 3px;
}
.user_form input[type=password] {
  width: 300px;
  font-size: 18px;
  padding: 15px 3px 15px 3px;
}
.user_form input[type=submit] {
  width: 100px;
}
.user_form ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.user_form ul li {
  padding: 0px;
  margin: 0px;
  color: #ff0000;
}

.head_span {
  font-size: 18px;
}

/* Login */

.login_form {
	padding: 20px;
}
.login_form p {
	margin-top: 5px;
}
.login_form label {
	font-size: 21px;
	color: #828282;
}

.login_form input[type=text],
.login_form input[type=password] {
	border: 1px dotted #777;
	padding: 10px 0px 10px 5px;
	font-size: 17px;
}
.formBut,
.login_form input[type=submit] {
    height: 30px!important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
	/*margin: 0;*/
	/*border: 1px solid #0052a6;*/
	/*padding: 5px 10px;*/
	/*color: #fff;*/
	/*font-weight: bold;*/
	/*width: auto;*/
	/*!*background: url('/images/buttonBG.jpg') repeat-x;*!*/
	/*cursor: pointer;*/
	/*background: #3996dc; !* Old browsers *!*/
	/*background: -moz-linear-gradient(top,  #3996dc 0%, #0065c8 100%); !* FF3.6+ *!*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3996dc), color-stop(100%,#0065c8)); !* Chrome,Safari4+ *!*/
	/*background: -webkit-linear-gradient(top,  #3996dc 0%,#0065c8 100%); !* Chrome10+,Safari5.1+ *!*/
	/*background: -o-linear-gradient(top,  #3996dc 0%,#0065c8 100%); !* Opera 11.10+ *!*/
	/*background: -ms-linear-gradient(top,  #3996dc 0%,#0065c8 100%); !* IE10+ *!*/
	/*background: linear-gradient(to bottom,  #3996dc 0%,#0065c8 100%); !* W3C *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3996dc', endColorstr='#0065c8',GradientType=0 ); !* IE6-9 *!*/
}
.formBut:hover,
.login_form input[type=submit]:hover {
    color: #fff; background-color: #31b0d5; border-color: #2aabd2;
	/*background: #0065c8;*/
	/*background: -moz-linear-gradient(top,  #0065c8 0%, #3996dc 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0065c8), color-stop(100%,#3996dc));*/
	/*background: -webkit-linear-gradient(top,  #0065c8 0%,#3996dc 100%);*/
	/*background: -o-linear-gradient(top,  #0065c8 0%,#3996dc 100%);*/
	/*background: -ms-linear-gradient(top,  #0065c8 0%,#3996dc 100%);*/
	/*background: linear-gradient(to bottom,  #0065c8 0%,#3996dc 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065c8', endColorstr='#3996dc',GradientType=0 );*/
}

.login_title {
  color: #000000;
  font-size: 20px;
  border-bottom: 1px dotted #777777;
}

/*Report*/

.report_user {
  display: block;
}
.report_arrow {
  background: url('/images/sortdown.png') no-repeat left center;
  margin: 3px 10px 0px 0px;
  width: 11px;
  height: 9px;
  float: left;
}
.report_user_name {
  cursor: pointer;
  background: #fff url('/images/dropdown_bg.png') repeat-x left bottom;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-top: -1px;
  padding: 15px 10px 15px 10px;
  font-size: 16px;
  color: #000;
}
.report_user_value {
  float: right;
  min-width: 100px;
  border-left: 1px solid #bbb;
  text-align: right;
}
.report_client {
  display: none;
}
.report_client_name {
  cursor: pointer;
  background: #eee;
  border-bottom: 1px solid #bbb;
  padding: 12px 5px 12px 5px;
  font-size: 15px;
  color: #111;
}
.report_client_value {
  float: right;
  border-left: 1px solid #bbb;
  min-width: 80px;
  text-align: right;
}
.report_project {
  display: none;
}
.report_project_name {
  cursor: pointer;
  background: #e3e3e3;
  border-bottom: 1px solid #bbb;
  padding: 9px 5px 9px 5px;
  font-size: 14px;
  color: #222;
}
.report_project_value {
  float: right;
  border-left: 1px solid #bbb;
  min-width: 70px;
  text-align: right;
}
.report_task {
  display: none;
}
.report_task_name {
  background: #ddd;
  border-bottom: 1px solid #bbb;
  padding: 5px 5px 5px 5px;
  font-size: 13px;
  color: #333;
}
.report_task_value {
  float: right;
  border-left: 1px solid #bbb;
  min-width: 60px;
  text-align: right;
}
.report_total {
  height: 20px;
  padding: 8px 5px 5px 20px;
  font-size: 16px;
  background: #C4C4C4;
}
.report_total_value {
  float: right;
  min-width: 100px;
  text-align: right;
  margin-right: 5px;
  border-left: 1px solid #fff;
}

.report_content h1 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.report_content_notes {
  padding: 0px;
  margin: 0px 30px 40px 0px;
}
.table_list {
  border-top: 1px solid #ddd;
}
.table_list thead th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.table_list thead td {
  height: 0px;
}
.table_list tfoot td {
  height: 0px;
}
.table_list tbody tr td {
  padding: 7px 4px;
  border-bottom: 1px solid #ddd;
}
.table_list_row_0 {
  background: #ecf3ff;
}
.table_list_row_1 {
  background: #fff;
}
.week_report td {
  background: #fff;
}
.week_report th {
  background: #ddd;
}
.right_form {
  margin: 40px 0px 20px 30px;
  padding: 20px;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 0px 4px #777777;
  box-shadow: 0px 0px 4px #777777;
}
.right_form table th {
  text-align: left;
}

.comment_edit {
  float: right;
  width: 45px;
}

.comment_list {
}
.comment_name {
	padding: 10px;
	background: #ecf3ff;
	border-top: 1px solid #ddd;
}
.comment_message {
	padding-left: 20px;
}

.form_bar ul {
  list-style-type: none;
  padding-left: 0px;
}
.error_list {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  padding: 0px;
}
.error_list li {
	margin: 0px 0 5px 3px;
	padding: 3px 0 0 25px !important;
	color: #cc0000;
	background: url('/images/alert.png') no-repeat;
	min-height: 20px;
}
.report_print {
  display: none;
}

.hr {
  border-bottom: 1px dotted #777777;
}

.pagination {
	float: right;
	margin-bottom: 20px;
}
.pagination a,
.pagination span {
	display: block;
	float: left;
	font-size: 20px;
	margin-left: 7px;
}
.pagination_desc {
	margin-bottom: 20px;
}
.message_file {
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #aaa;
	background: url(../images/attachment.png) no-repeat center left;
}
.message_file div {
	display: inline-block;
	border-left: 1px dotted #aaa;
	padding: 0px 10px 0px 10px;
}
.message_file div:first-child {
	border-left: 0px;
}

/*error page*/
.error_page {
	margin: 40px 20px 20px 260px;
	background: #fff;
	border: 1px solid #ccc;
	width: 500px;
	padding: 20px;
}

.new_messages {
	position: absolute;
	width: 20px;
	height: 16px;
	background: url('../images/messages.png') no-repeat center center;
	color: #fff;
	font-size: 8px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}
label[for=signin_remember] {
    font-weight: normal;
    font-size: 12px;
}

.new_login_form{
    width: 440px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -160px;
    margin-left: -341px;
    z-index: 10;
    box-shadow: 0px 3px 12px #d3d3d3;
}
.new_login_form dl{
    padding: 20px;
    margin: 0px;
    background: #F8F8F8;
}
.new_login_form dl dt{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
.new_login_form dl dd{
    margin-left: 0px;
}
.new_login_form dl dd input{
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    width: 100%!important;
    padding: 0px!important;
    margin-bottom: 10px;
    text-indent: 10px;
}
.new_login_form dl dd label{
    display: none;
}
.fon_login_page{
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.btn-submit{
    padding-bottom: 0px!important;
}
/*buttons*/
.btn {height: 30px!important; display: inline-block; font-weight: 400; line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: .5rem 1rem; font-size: 1rem; border-radius: .25rem; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;cursor: pointer}

.btn-primary { color: #fff; background-color: #0275d8; border-color: #0275d8; }
.btn-primary { color: #fff; background-color: #0275d8; border-color: #0275d8; }

.btn-secondary { color: #292b2c; background-color: #fff; border-color: #ccc; }
.btn-secondary:hover { color: #292b2c; background-color: #e6e6e6; border-color: #adadad; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #5cb85c; }
.btn-success:hover { color: #fff; background-color: #449d44; border-color: #419641; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #5bc0de; }
.btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #2aabd2; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #f0ad4e; }
.btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #eb9316; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d9534f; }
.btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #c12e2a; }

/*alerts*/
.warning-alert{margin: 10px; padding: 10px 10px;background-color: #fcf8e3;border-color: #faf2cc;color: #8a6d3b;border: 1px solid;border-radius: 4px;}
.danger-alert{margin: 10px; padding: 10px 10px;background-color: #f2dede; border-color: #ebcccc; color: #a94442;border: 1px solid;border-radius: 4px;}
.info-alert{margin: 10px; padding: 10px 10px;background-color: #d9edf7; border-color: #bcdff1; color: #31708f;border: 1px solid;border-radius: 4px;}
.success-alert{margin: 10px; padding: 10px 10px;background-color: #dff0d8; border-color: #d0e9c6; color: #3c763d;border: 1px solid;border-radius: 4px;}

.st-help-form .swal2-select{
    width: 100%!important;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    height: 38px!important;
    font-size: 16px!important;
    margin-bottom: 0px!important;
}
.st-help-form .swal2-input{
    height: 38px!important;
    font-size: 16px!important;
    margin-bottom: 0px!important;
}
.st-help-form .swal2-textarea{
    margin-bottom: 0px!important;
}
.st-help-form ul.alert{
    font-size: 12px!important;
    text-align: left;
    margin: 10px 0px 0px 0px!important;
}

.st-help-form ul.alert{
    list-style-type: none;
}
.st-help-form ul.alert li{
    margin-left: 15px;
    list-style-type: disc;
}
.st-help-form ul.alert li.no-mark{
    margin-left: 0px;
    list-style-type: none;
}

/*new design fields */
input {
    height: 24px;
    border-radius: 3px;
    border: 1px solid rgb(169, 169, 169);
    text-indent: 3px;
}
select {
    height: 28px;
    border-radius: 3px;
}
.hours_form select{
    height: 28px;
    border-radius: 3px;
}
.hours_form input[type=text]{
    height: 24px;
    border-radius: 3px;
    border: 1px solid rgb(169, 169, 169);
}
.form_bar, .right_content{
    border: none;
}
.form_bar h1, .right_content h1{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.form_bar table, .right_content table{
    border: 1px solid #c8c8c8;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*New Buttons*/
.new_fixed_bar{margin: 0px 10px 10px 10px;width: 220px;position: fixed;z-index: 999;}
.new_fixed_bar dl{
  background: #e4ebf1;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px;
  margin-top: 0px;
}
.new_fixed_bar dl dt{
  padding: 5px;
  font-weight: 600;
  font-size: 15px;
  position: relative;
}

.new_fixed_bar dl dt a{
  width: 25px;
  height: 20px;
  background-image: url(../images/stubi_buttons.png);  
  margin: 0px 0px 0px 0px; 
  display: block;
  background-position: -129px -8px; 
  position: absolute;
  right: 0px;
  top: 0px;
}
.new_fixed_bar dl dd{
  padding: 5px;
  margin: 0px;
}
.new_fixed_bar dl dd .action button{
  display: inline-block;
  border-radius: 4px;
  padding: 5px 5px 5px 24px;
  border: none;
  background: #8CA9CA;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  transition: background .2s;
  width: 118px;
  margin-bottom: 10px;
  text-align: left;
 }
 .new_fixed_bar dl dd .action button:hover{
 background: #5c94d4;
 }
 .new_fixed_bar dl dd .action button.new-button{
   position: relative;
 }

 .new_fixed_bar dl dd .action input[type="submit"]{
   margin-right: 0px!important;
   border-radius: 4px;
   padding: 5px 10px 5px 10px!important;
   border: none;
   background: #8CA9CA;
   color: #fff;
 }
 .new_fixed_bar dl dd .action input[type="submit"]:hover{
  background: #5c94d4;
  }
  .new_fixed_bar dl dd::after{
    clear: both;
  }
 .new_fixed_bar dl dd .action button.new-button::before{
  content:'';
  width: 20px;
  height: 20px;
  background-image: url(../images/stubi_buttons.png);  
  margin: 0px 0px 0px 0px; 
  display: block;
  position: absolute;
  left: 0px;
 }

 .new_fixed_bar dl dd .action button a{color:#fff;margin-left: -24px;padding-left: 24px;display: block;}
 .new_fixed_bar dl dd .action button a:hover{color:#fff;}

 .new_fixed_bar dl dd .action select{width: 190px;}
 .new_fixed_bar dl dd .action input[type="text"]{width: 188px!important;}
 .new_fixed_bar dl dd .action form{margin-top: 5px;padding-bottom: 15px;}
 .new_fixed_bar dl dd .action form a{line-height: 20px;}
 .new_fixed_bar dl dd .action h1{display: none!important;}

 .new_fixed_bar dl dd .action button.saveButton::before{background-position: -102px -8px;}
 .new_fixed_bar dl dd .action button.editButton::before{background-position: -4px -8px;}
 .new_fixed_bar dl dd .action button.selectButton::before{background-position: -53px -8px;}
 .new_fixed_bar dl dd .action button.unselectButton::before{background-position: -77px -8px;}
 .new_fixed_bar dl dd .action button.addButton::before{background-position: -5px -40px;}
 .new_fixed_bar dl dd .action button.myTicketsButton::before{background-position: -155px -8px;}
 .new_fixed_bar dl dd .action button.allTicketsButton::before{background-position: -178px -9px;}
 .new_fixed_bar dl dd .action button.commentButton::before{background-position: -229px -9px;}

 .new_fixed_bar dl dd a.jump{
  margin-right: 0px!important;
  border-radius: 4px;
  padding: 5px 10px 5px 10px!important;
  border: none;
  background: #8CA9CA;
  color: #fff;
 }
 .new_fixed_bar dl dd input.datepicker{
   width: 132px!important;
 }


 .calendar_week, .calendar_month, .calendar_jumpto {background: #e4ebf1;padding: 10px;border-radius: 3px;}
 .calendar_month{margin-bottom: 20px;}

 .calendar_week input.today, .calendar_month input.today, .calendar_jumpto input.today{
  margin-right: 0px!important;
  border-radius: 4px;
  padding: 5px 10px 5px 10px!important;
  border: none;
  background: #8CA9CA;
  color: #fff;
}