body {
	overflow-x: hidden;
	padding:0 10px;
	min-height:100vh;
	
}
.navbar .nav > li > a {
  
  padding: 10px 12px;
}
.navbar {
	display: none;
}

body.logged_in > .navbar {
	display: block;
}

.flexslider {
	width: 100%;
	margin: 0;
	border: none;
}

.logged_in .flexslider {
	margin: 44px 0 0 0;
}

.carousel li {
	margin-right: 0;
}

.flex-control-nav {
	display: none;
}

.day_header {
	background: #444;
	color: #fff;
	float: left;
	position: relative;
	padding-bottom: 5px;
	width: 100%;
}

.day_header h3 {
	margin: 0;
	text-align: center;
}

.day_header h3 a {
	text-align: center;
	margin: 0;
	color: #fff;
}

.day_header p {
	text-align: center;
	margin: 0;
}

.mail:before {
    content: "\f0e0";
}
.mail:hover {
    color: #efefef;
    text-decoration: none;
    font-size: 1.3rem;
}
.mail {
	/*background: url(../images/email.png) no-repeat;*/
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.25rem;
        color: #fff;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.print:before {
    content: "\f02f";
}
.print:hover {
    color: #efefef;
    text-decoration: none;
    font-size: 1.3rem;
}
.print {
	/*background: url(../images/printer.png) no-repeat;*/
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.25rem;
        color: #fff;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.edit {
	background: url(../images/edit.png) no-repeat;
	width: 28px;
	height: 31px;
	position: absolute;
	left: 5px;
	top: 5px;
	display: none;
	float: left;
}

.copy-job {
	background: url(../images/copy.png) no-repeat;
	width: 28px;
	height: 31px;
	position: absolute;
	left: 35px;
	top: 5px;
	display: none;
	float: left;
}

.drag {
	background: url(../images/dragdrop.png) no-repeat;
	width: 28px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	float: left;
	display: none;
}

.logged_in .edit,
.logged_in .copy-job {
	display: block;
}

.logged_in .drag {
	display: block;
}

.job p {
	margin-bottom: 0;
}

ul.jobs {
	float: left;
	width: 100%;
	margin: 0;
	display: block;
	min-height: calc(100vh - 114px);
}

ul.slides li.col {
	border-right: 1px solid #444;
	position: absolute;
	float: left;
	/*width:20%;*/
	display: block;
}

ul.slides li.col:first-child {
	border-right: 1px solid #0070B8;
}

ul.slides li.col:nth-child(4) {
	/*border-right: 1px solid #3a87ad;*/
}

ul.jobs li {
	list-style: none;
	position: relative;
	width: 87%;
	background: #fafafa;
	display: block;
	padding: 4px 4% 4px 4%;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 4px 2%;
}

ul.jobs li.event {
	background: #bad5e2;
}

ul.jobs li.job_day_View {
	width: 96%;
	border: 1px solid #e7e7e7;
	padding: 4px 1% 4px 1%;
	margin: 4px 1%;
	float: left;
}

ul.jobs li.event {
	background: #bad5e2;
}

p.grey {
	color: #666666;
	word-wrap: break-word;
}

.logged_in ul.jobs li {
	/*padding: 40px 4% 4px 4%;*/
}

.logged_in ul.jobs li.job_day_View {
	/*padding: 40px 1% 4px 1%;*/
}

.currdate div {
	background: #0070B8;
}

.currdate ul {
	background: #CEE1EA;
}

ul.slides li.col:nth-child(2n+4) .day_header {
	/*background: #333;*/
}

ul.slides li.col:nth-child(4) .day_header {
	/*background: #3a87ad;*/
}

ul.slides li.col:nth-child(4) .jobs {
	/*background: #cee1ea;*/
}

p.red {
	color: #b94a48;
	font-weight: bold;
	word-wrap: break-word;
}

p.time {
	color: #b94a48;
	word-wrap: break-word;
}

p.client {
	color: #333;
	font-weight: bold;
	font-size: 18px;
	word-wrap: break-word;
}

p.staff {
	color: #333;
	font-weight: 300;
	font-size: 12px;
	word-wrap: break-word;
}

p.blue {
	color: #0070B8;
	word-wrap: break-word;
}

p.equip {
	font-weight: bolder;
	font-size: 12px;
}

p.green {
	color: #468847;
	word-wrap: break-word;
}

p.location {
	font-size: 18px;
	font-weight: bold;
	word-wrap: break-word;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
	color: white;
	background-color: #0070B8;
}

.navbar-inverse .navbar-inner {
	background-color: #333;
	background-image: none;
}

#newjob {
	float: right;
	margin-right: 10px;
}

#header_manage {
	margin-top: 55px;
	margin-bottom: 0;
}

#header_manage h2 {
    margin-bottom: 20px;
    margin-top: 0;
}

#header_manage.addjob h2 {
	margin-bottom: 0;
}

.table tr th:first-child {
	width: 28px;
	padding-right: 0px;
}

thead th {
	cursor: pointer;
}

thead th.headerSortUp:after {
	content: url('../images/arrow.png');
	width: 10px;
	height: 5px;
	float: right;
}

thead {
    background: #3A86AC none repeat scroll 0 0;
    border-top: 1px solid #dddddd;
	color:#fff;
}
tbody tr:nth-child(2n+1) {
    background: #f2f2f2;
}

thead th.startSortable:after {
	content: url('../images/arrow.png');
	width: 10px;
	height: 5px;
	float: right;
}

thead th.headerSortDown:after {
	content: url('../images/arrow_down.png');
	width: 10px;
	height: 5px;
	float: right;
}

thead th.notsortable:after {
	content: '';
}

p.inline {
	display: inline;
	padding: 0 10px;
}

input.long {
	width: 485px;
}

textarea.long {
	width: 485px;
}

#prependedInput {
	width: 429px;
}

#well {
	width: 485px;
	position:relative;
}
.add-on {
   
    position: absolute;
    z-index: 99;
}

body.form {
	background: #FFFFFF;
}

.custom3 .dropdown-toggle {
	width: 90%;
	text-align: left;
}

.custom3 .dropdown-toggle .caret {
	float: right;
}

.btn-group {
	float: left;
	width: 100%;
}

.btn-groupforall {
	width: 100%;
	padding-left: 30px;
	margin-top: -22px;
}

.inner {
	width: 98%;
	max-width: 98%;
	padding: 10px 1%;
	background: #f9f9f9;
	-webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	float: left;
	margin-left: 0;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
}

.custom3 {
	float: left;
	width: 22%;
	padding: 0 1%;
}

.custom6 {
	float: left;
	width: 48%;
	padding: 0 1%;
}

.custom3 input {
	width: 70%;
}

.span3 .btn-group {
	float: left;
	width: 100%;
}

.span3 .btn-group button {
	float: left;
	width: 100%;
}

.span3 .dropdown-toggle {
	width: 90%;
	text-align: left;
}

.span3 .dropdown-toggle .caret {
	float: right;
}

.assignments {
	margin: 20px 0;
	font-weight: bold;
	padding-left: 10px;
	float: left;
	text-decoration: underline;
}

.assignment_wrapper {
	float: left;
	width: 100%;
	display: block;
}

.hidden {
	display: none;
}

div.trailer {
	width: 67%;
}

#add_job,
#delete_job {
	/*float: left; */
}

#delete_job_inner {
	position: absolute;
	top: 10px;
	right: 10px;
}

#add_job {
	padding-right: 10px;
}

#assignment_field_wrapper {
	display: none;
}

#assignment_field_wrapper .visible {
	display: block;
}

.input-prepend .add-on,
.input-prepend .btn {
	background: #cee1ea;
}

#pic {
	margin-top: 0;
	float: left;
}

#header_manage .floatright {
	float: right !important;
	width: auto;
}

.full_row {
	width: 100%;
	float: left;
}

.span3 textarea {
	width: 70%;
	float: left;
}

#add_pic,
#delete_pic {
	float: right;
	padding-right: 117px;
}

#new_job_submit {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}

#header_manage.manage_chemicals h2 {
	margin-bottom: 0px;
}

#header_manage.manage_customers h2 {
	margin-bottom: 20px;
	margin-top:0;
}

#header_manage.manage_equipment h2 {
	margin-bottom: 0px;
}

input#prependedInput.email {
	width: 459px;
}

#staff_per_event {
	padding: 20px 0px 0px 0px;
	float: left;
	width: 100%;
	display: none;
}

.job_day_View .custom3 textarea {
	width: 80%;
	height: 150px;
}

.customdayview {
	float: left;
	padding: 0 1%;
	width: 44%;
}

.first_row {
	float: left;
	width: 30%;
}

.second_row {
	float: left;
	width: 40%;
}

.third_row {
	float: left;
	width: 30%;
}

#user_type {
	max-width: 498px;
}

#staff_d {
	max-width: 400px;
}

.removeassign {
	float: right;
	top: 10px;
}

.selWid {
	width: 172px !important;
}

.eventsbackground {
	background: #BAD5E2 !important;
}

.textareadiv {
	width: 300px;
	height: 200px;
	background: #EEEEEE
}

b {
	font-weight: bold;
}

* {
	margin: 0;
	padding: 0;
	/*	box-sizing: border-box;*/
}

.main_content {
	text-align: center;
}

.main_content h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	padding: 15px 0 20px 0;
	margin: 0;
	font-weight: 700;
	margin-top:35px;
}

.form_cnt > ul {
	display: inline-block;
	text-align: left;
	padding: 0;
	margin: 0;
}

.form_cnt ul li {
	list-style-type: none;
}

.form_cnt > ul {
	padding: 0 0 20px 0;
}

.form_cnt > ul > li {
	display: block;
	padding: 0 0 12px 0;
}

.form_cnt > ul > li:last-child {
	padding: 0;
}

.form_cnt > ul > li > ul li {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	padding: 3px 5px 0 0;
}

.form_cnt > ul > li > ul li:last-child {
	width: 56%;
	padding: 0;
}

.form_cnt > ul > li > ul li label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-align: right;
	display: block;
}

.form_cnt > ul > li > ul li input,
.form_cnt > ul > li > ul li select,
.form_cnt > ul > li select {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	outline: none;
	border: 2px solid #949393;
	height: 27px;
	line-height: 22px;
	padding: 0 8px;
	background-color: #f6f6f6;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.form_cnt > ul > li > ul li select#location,select#customers,
.form_cnt > ul > li select#location,select#customers {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	outline: none;
	border: 2px solid #949393;
	height: 27px;
	line-height: 22px;
	padding: 0 8px;
	background-color: #f6f6f6;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}


.form_cnt > ul > li select {
	display: block;
}

#category_error_div li:first-child {
	width: 100px;
}

#category_error_div li:last-child {
	width: 100%;
}

.error input,
.error select {
	color: red !important;
	border: 2px dashed red !important;
}

.error select {
	background: url('../images/select_arrow_red.png') no-repeat 94% center !important;
	background-color: #f6f6f6 !important;
}

.error label {
	color: red;
}

.form_cnt > ul > li > ul li select,
.form_cnt > ul > li select {
	background: url('../images/select_arrow.png') no-repeat 94% center;
	background-color: #f6f6f6;
}

.form_cnt > ul > li > ul li.date_picker input {
	width: 72%;
}

.form_cnt > ul > li > ul li a {
  background: rgba(0, 0, 0, 0) url("../images/date_picker_img.png") no-repeat scroll center center / 81% auto;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  height: 25px;
  margin-left: -32px;
  vertical-align: middle;
  width: 25px;
}

.form_cnt input[type="submit"],
.form_cnt button,
.form_cnt .btn.btn-primary,
.form_cnt input[type="button"],
.select_severity ul li input[type="submit"],
.select_severity ul li input[type="button"],
.submit_btns a.btn-success{
	border-radius: 8px;
	border: none;
	background: #F08B23;
	box-shadow: inset 1px -2px 2px 1px #e8e8e8;
	display: block;
	margin: 0 auto;
	padding: 6px 10px 8px 10px;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
}

.form_cnt .btn.btn-primary {
	width: 168px;
	margin-bottom: 15px;
}

.form_cnt_2 > p,
.form_cnt_4 p {
	font-weight: 700;
	font-size: 17px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 12px 0;
	font-family: 'Open Sans', sans-serif;
}

.form_cnt_4 p {
	padding: 0 0 18px 0;
}

.form_cnt_2 > ul {
	display: inline-block;
}

.form_cnt_2 > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px 0 0;
}

.form_cnt_2 > ul > li input[type="radio"],
.required_check input[type="checkbox"],
.select_severity ul li input[type="radio"] {
	visibility: hidden;
	position: absolute;
}

.form_cnt_2 > ul > li label,
.select_severity ul li label,
.required_check label {
	padding: 1px 0 1px 25px;
	margin: 0;
	font-weight: 600 !important;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	position: relative;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}
.select_severity.select_severity_new p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600 !important;
	font-size: 14px;
	color: #000000;
	}

.form_cnt_2 > ul > li label::before, .required_check label::before, .select_severity ul li label::before {
  border: 2px solid #000000;
  border-radius: 100%;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}

.form_cnt_2 > ul > li label::after, .required_check label::after, .select_severity ul li label::after {
  background: #000 none repeat scroll 0 0;
  border: 2px solid #000000;
  border-radius: 100%;
  content: "";
  height: 4px;
  left: 5px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: all 0.3s ease-in-out 0s;
  width: 4px;
}

.form_cnt_2 > ul > li [type="radio"]:checked + label:after,
.required_check [type="checkbox"]:checked + label:after,
.select_severity ul li [type="radio"]:checked + label:after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
.filter_severity.select_severity{
    float: none;
    vertical-align: middle;
}
.filter_severity.select_severity label:before{
    left:auto;
    right:0;
}
.filter_severity.select_severity label::after {
  left: auto;
  right: 5px;
  top: 5px;
}
.filter_severity.select_severity label{
    padding: 1px 25px 3px 0;
	vertical-align:middle;
    
}
.form_cnt_2 textarea {
	height: 250px;
	width: 350px;
	outline: none;
	border: 2px solid #949393;
	padding: 12px;
	background-color: #f6f6f6;
	resize: none;
	font-family: 'Open Sans', sans-serif;
}

.form_cnt_4 input[type="submit"],
.form_cnt_4 button {
	min-width: 168px;
	margin-bottom: 15px;
}

#bbsform .bbs_form_div span.error_input {
	color: red;
	display: block;
	margin: 0 0 12px 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: auto;
}

.description_block {
	display: block;
	width: 94%;
	margin: 0 auto;
}

.description_block > ul {
	display: block;
	padding: 0 0 15px 0;
	margin: 0;
}

.description_block > ul > li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.description_block > ul > li:first-child {
	width: 23%;
}

.description_block > ul > li:last-child {
	width: 75%;
}

.description_block > ul > li > label {
	color: #000000;
}

.description_block > ul > li > p {
	font-size: 15px;
	line-height: 16px;
	color: #000000;
	text-align:left;
}

.required_check {
	display: inline-block;
	float: left;
	padding: 0;
	width: 20%;
	padding-top:2px;
}

.select_severity {
	display: inline-block;
	float: left;
}

.select_severity p {
	display: inline-block;
	vertical-align: middle;
}

.select_severity ul {
	display: inline-block;
	vertical-align: middle;
}

.select_severity ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 38px 0 0;
}

.select_severity ul li label {
	padding: 0.8px 0 3px 25px;
}

.required_check label:before {
	border-radius: 0;
	left: auto;
	right: 0;
}

.required_check label:after {
	border-radius: 0;
	left: auto;
	right: 4px;
}

.required_check label {
	display: inline-block;
	padding: 2px 25px 2px 0;
}

.hidden-row td {
	border-top: none;
}
.bbreports_main h2{
    display: inline-block;	
}
.export_options{
    display: inline-block;
    float: right;
    width: auto;
    padding: 0 0% 0 0;
    
}
.export_options label{
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: middle;
    margin: 0;
}
.export_options .btn-success.btn{
    margin:0 8px 0 0;
    border-radius: 8px;
    background: #F08B23;
    box-shadow: inset 1px -2px 2px 1px #e8e8e8;
}

.accordion{ 
    cursor: pointer;
}

/*mallicss*/
#admindashboard {
    margin-bottom: 0;
}
.table {
    margin-bottom: 20px;
    overflow: auto;
    width: 100%;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: auto !important;
    position: relative;
}
.collapse {
    height: auto;
 }
.navbar-header {
    display: none;
}
.navbar.navbar-inverse.navbar-fixed-top {
    background: #666 none repeat scroll 0 0;
	position:fixed;
	padding-bottom:0;
}
.navbar-header {
    display: none;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
}

.navbar-header .icon-bar {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: none;
    height: 1px;
    margin: 6px 8px;
    padding: 1px;
    width: 30px;
}
.navbar-header button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    margin: 5px;
	border:1px solid #fff;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #e8e8e8;
    text-shadow: none;
}
.logged_in .flexslider {
    margin: 52px 0 0 -4px;
}
.form-search {
    display: table-cell;
    float: left;
}
[class^="icon-"], [class*=" icon-"] {
 
  height: 17px;

}
.table .table{
	border:1px solid #ccc;
	border-top:0;
	margin-bottom:0;
	min-width:100%;
	
}
.pagination {
    margin: 10px 0;
    text-align: center;
}
.datepicker td, .datepicker th{
	border-radius:0 !important;
}
.event_manage h2{
display:block;
float:left;	
}
.container.event_manage12 h2, #header_manage.manage_chemicals h2, .staff_list h2 {
    display: inline-block;
    margin-bottom: 10px !important;
    margin-top: 0;
}
.container.event_manage12 .btn-group.floatright {
    margin-top: 7px;
}
#pic .selectwidth {
    width: 100% !important;
}
.btn-large {
    border-radius: 6px;
    font-size: 17.5px;
    padding: 5px 19px;
}
.container.bbreports_main .form-search {
    display: table;
    width: 100%;
}
.container.bbreports_main .select_severity ul li {
    display: inline-block;
    padding: 0 6px 0 0;
    vertical-align: middle;
}
.container.bbreports_main .select_severity ul li:last-child {padding:0 0 0 0}
.container.bbreports_main .select_severity ul{
	float:right;
	}
.container.bbreports_main .filter_severity.select_severity {
    float: right;
    margin-top: -3px;
    text-align: right;
    vertical-align: middle;
}

.container.bbreports_main.bbreports_main_new .select_severity {
    display: inline-block;
    float: right;
}
.select_severity.select_severity_new {
    float: right;
}
#alljobs1 .accordion img {
    transform: rotate(-21deg);
    width: 20px;
}
.calender_ic {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../images/date_picker_img.png) no-repeat center center;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    margin-left: -34px;
    background-size: 71% !important;
}

#alljobs_manage thead th:nth-child(3) {
    width: 150px;
}
.otherremove {
    bottom: 50px;
    left: 90% !important;
    position: relative;
}
.startSortable {
    width: auto;
}
.bbs_list_new .select_severity.select_severity_new {
  float: right;
  width: 76.5%;
}
.main_dropdown_option {
    text-indent:10px;
	background:#e5e5e5;
}
.main_dropdown_option {
    font-weight: bold;
}
.sub_dropdown_option {
  text-indent:20px;
}
.form_cnt.form_cnt_2.bbs_form_div ul {
  text-align: center;
}
.form_cnt.form_cnt_2.bbs_form_div  ul  li{display:block; margin-bottom:10px;}
.form_cnt.form_cnt_2.bbs_form_div  ul  li:last-child{ margin-bottom:0;}
#bbs_date_location_div.form_cnt > ul {
padding: 0 0 20px 0;
width: 100% !important;
text-align: center !important;
max-width: 500px !important;
}
#all_locations td{
    padding: 0 8px;
    vertical-align: middle;
    
}
.category_sub_div li{
    padding: 0 0 8px 0;
}
.submit_btns{
    display: block;
    text-align: center;
    
}
.submit_btns span{
    display: inline-block;
    
}
.description_actions{
    position:relative;
}
.description_actions input[type="button"].description_actions_new{
    position:absolute;
    bottom:0;
    right: 5px;    
}
.search_second_row{
    padding: 10px 0 0 0;
}
.search_second_row .span2{
    width:235px;
}
@media only screen and (max-width: 1200px)  {
.navbar .nav > li > a {
  
  float: none;
  padding: 10px 12px;
  text-decoration: none;
 
}
}
@media only screen and (max-width: 1120px)  {
.navbar .nav > li > a {
  
  float: none;
  padding: 10px 9px;
  text-decoration: none;
 
}
}
@media only screen and (max-width: 1050px)  {
.navbar .nav > li > a {
  
  float: none;
  padding: 10px 8px;
  text-decoration: none;
 
}
.table.alljobs_manage thead th:nth-child(5) {
    width: 100px;
}
.table.alljobs_manage thead th:nth-child(4) {
    width: 100px;
}
.table.alljobs_manage thead th:nth-child(3) {
    width: 100px;
}
}
@media only screen and (max-width: 1024px)  {
.container.bbreports_main .select_severity ul li {
    display: inline-block;
    padding: 0 7px 0 0;
    vertical-align: middle;
}
.custom4 {
    float: left;
    padding: 0 0.5%;
    width: 50%;
}
.assignment_field_wrapper.assignment_copy .selWid {
  width: 122px !important ;
}
.assignment_field_wrapper.assignment_copy img {
  border: 0 none;
  height: auto;
  margin-top: -9px;
  max-width: 100%;
  vertical-align: middle;
}

.inner.productlist select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 100%;
}
 .table th {
    font-size: 13px;
    font-weight: bold;
}
.select_severity.filter_severity {
    display: block;
    margin-top: 10px;
}
.description_block > ul > li:last-child {
    width: 75%;
}
.select_severity ul li {
    display: inline-block;
    padding: 0 8px 0 0;
    vertical-align: middle;
}
.table th:nth-child(2) {
    width: 45px !important;
}

#newjob.btn-success.btn {
  margin-bottom: 15px;
}
.container.bbreports_main.bbreports_main_new .select_severity {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-top: 15px;
}
.day_header:hover .mail, .day_header:hover .print{opacity:1;}
.table.alljobs_manage thead th:nth-child(5) {
  width: 100px;
}
.navbar-collapse.in.collapse {
  max-height: 100vh;
  min-height: 100vh;
  overflow: auto;
}
}

@media only screen and (max-width: 900px)  {
	.description_block > ul > li:last-child {
    width: 100%;
}
.assignment_field_wrapper.assignment_copy .selWid {
  width: 82px !important ;
}
.select_severity.select_severity_new {
    float: left;
}
.select_severity.select_severity_new ul {
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
}
.nav-collapse .btn {
    border-radius: 4px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 4px 10px;
}
#alljobs_manage.table {

  min-width: 800px !important;
}



	
}
@media only screen and (max-width: 767px)  {
	ul{position:relative;}
	.description_block > ul > li:first-child {
  width: 100%;
}
.form_cnt > ul > li > ul li a {
    background: rgba(0, 0, 0, 0) url(../images/date_picker_img.png) no-repeat scroll center center / 81% auto;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    height: 25px;
    margin-left: -32px;
    vertical-align: middle;
    width: 25px;
    position: absolute;
    top: 2.4px;
    right: 16px;
}
	
	.assignment_field_wrapper.assignment_copy .selWid {
    width: 93.5% !important;
}
.assignment_field_wrapper.assignment_copy select.selWid {
    width: 98% !important;
}
.custom4.lastcustom {
  width: 100% !important;
}
.form-search {
    
    width: 100%;
}
.otherremove{left:252px !important;}
.navbar-collapse.in.collapse {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
input#prependedInput.email {
	width: 95%;
}
textarea.long {
    width: 95%;
}
section.container.add_event input {
    width: 98% !important;
}

.container.bbreports_main.bbreports_main_new .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
  box-sizing: border-box;
  display: inline-flex;
  min-height: 30px;
  width: 86%;
}

.form-search .btn {   
    margin-top:10px;
	margin-bottom:10px;
}
.form-search {
    margin-bottom: 0;
}
#header_manage h2 {
    font-size: 20px;
    margin-bottom: 0;
	margin-top:0;
}
#header_manage .floatright {
    float: right !important;
    margin-bottom: 10px;
    width: auto;
}
p.inline {
    display: block;
    margin-bottom: 0;
    padding: 5px 0;
}
.datepicker td, .datepicker th{
	border-radius:0 !important;
}
input.long {
    width: 98% !important;
	margin-left:0;
	margin-right:0;
	padding-left: 0;
padding-right: 0;
}
#pic .selectwidth {
    width: 100% !important;
}
#pic {
    
    width: 100%;
}
.container.bbreports_main .select_severity ul li {
    
    padding: 0 20px 0 0;
    
}
.container.bbreports_main .filter_severity.select_severity {
    float: left;
    margin-top: 10px;
    text-align: left;
    
}
.select_severity.select_severity_new ul li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  margin-bottom: 10px;
}
.description_block > ul > li:last-child {
    width: 100%;
}
.custom3{
    float: left;
    padding: 0 1%;
    width: 100%;
}
.custom3 > input, .custom3 > select{
    width: 93%;
}
.custom4 {
    float: left;
    padding: 0 0.5%;
    width: 100% !important;
}
.custom4 input, .custom4 select {
    
    width: 95% !important;
}
.custom4.checkpump {
    width: 100% !important;
}
.custom4.checkpump input {
    width: auto !important;
}
.long.req-string {
    width: 98% !important;
}
#time.long {
    width: 98% !important;
}
#remove1.otherremove {
  bottom: 50px;
  left: 252px !important;
  position: relative;
}
select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 97%;
}
.table .table.alljobs_manage {
  
  min-width: 800px;
}
#bbs_date_location_div .long.req-string {
    width: 90% !important;
}
.form_cnt > ul > li > ul li select#location, .form_cnt > ul > li select#location {
  
  width: 100%;
}



}
@media only screen and (max-width: 680px)  {
#bbs_date_location_div input[type="button"] {
  float: none;
  left: 14px;
  margin: -17px auto 0;
  position: relative;
}
.required_check {
    display: inline-block;
    float: left;
    padding: 2px 0 0;
    width: 100%;
}
.bbs_list_new .select_severity.select_severity_new {
  float: right;
  width: 100%;
}
#bbs_date_location_div.form_cnt > ul {
    clear: both;
    display: block;
    max-width: 350px !important;
    padding: 0 0 20px;
    text-align: center !important;
    width: 100% !important;
	margin: auto;
}
.form_cnt > ul > li > ul li a {
  
  right: 18px;
  
}
}
@media only screen and (max-width: 400px)  {
.export_options label {
    display: block;
    margin: 0;
    padding: 0 20px 0 0;
    vertical-align: middle;
}
.select_severity ul li {
    display: inline-block;
    padding: 0 18px 0 0;
    vertical-align: middle;
}


}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
.selectwidth {
  width: 100% !important;
}
input, textarea, .uneditable-input {
  width: 108px;
}
    /* STYLES HERE */
}

.input-label-over{
    padding-left: 35px !important;
}
.input-label-over2{
    padding-left: 65px !important;
}

.preview-box li p{
    
    text-align: left;
    padding-left: 15px;
}
ul.preview-box{
    max-width: 400px;
    width: 100%;
    text-align: center;
}
.navbar .nav > li > a.add-new-job {
    padding: 4px 10px;
    font-weight: bold;
    color: #fff;
}
.navbar .nav > li > a.add-new-job:hover {
    background-color: #51a351;
}
