

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */


html {
	/*overflow-y: scroll; commented cause of jquery ui sortable bug */
}

body {
	font-family: "Droid Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-left: 0;
	padding-right: 0;
	font-size: 12.7px;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
}

header {
	background: #2f2f2f;
	position: relative;
}


header .logo {
	background: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	margin-top: 26px;
}

header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

header #logo-sm .logo {
	width: 288px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: 90px;
}

.noheader header {
	display: none;
}


.navigation .navbar-default {
	border-radius: 0;
	min-height: 30px;
}

.navigation .navbar-nav > li > a {
	padding-top: 12px;
	padding-bottom: 12px;
}

.navigation .dropdown-menu {
	background-color: #2F2F2F;
}

.navigation .dropdown-menu > li > a {
	color: #999999;
	font-size: 12px;
}

.navigation .dropdown-menu > li > a:hover, .navigation .dropdown-menu > li > a:focus {
	background: #2F2F2F;
	color: #fff;
}


.actions-wrap {
	margin-top: 30px;
	font-weight: 400;
	font-size: 14px
}

.actions-wrap .actions-menu {
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 25px;
}
.actions-wrap .actions-menu li {
	line-height: 24px;
	list-style-type: none;
	cursor: pointer;
}

.actions-wrap .actions-menu li:hover a {
	text-decoration: underline;
	color: #AE141B;
}

.ticket-floating {
	position: fixed;
	width: 170px;
}

.a-hover:hover {
	color: #AE141B;
    text-decoration: underline;
}

label {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}

legend {
	line-height: 40px;
}


/* quick search */

.quick-search-area {
	color: #fafcef;
	text-align: center;
	margin-top: 20px;
}

.quick-search-area p {
	font-weight: 300;
	line-height: 20px;
}

.quick-search-area a {
	color: #fff;
}

.quick-search-area input[type="text"] {
	background: url(../images/quick-search-magnify.jpg) #fff no-repeat;
	background-position: 0 -1px;
	text-indent: 22px;
	width: 100%;
	height: 32px;
}

.quick-search-area .search-term {
	width: 70%;
}

.quick-search-area .add-activity {
	width: 25%;
}


.visible-sm form {
	margin-bottom: 10px;
}
.add-activity-phone {
	width: 100px;
	display: block;
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
}

.add-activity-phone a {
	display: block;
	margin: 0 auto;
}

.phone-signin {
	margin-bottom: 10px;
	text-align: center;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(236, 120, 125, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(236, 120, 125, 0.6);
    outline: 0 none;
}


/* fonts */

input, select, textarea {
	font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 10px 0;
}
h1, h2, h3 {
	font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #42505a;
}

h3 {
	font-weight: 700;
	line-height: 40px;
}

h4 {
	font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
}

p, li, td {
	font-weight: 300;
}

a {
	font-weight: 400;
	color: #e41821;
	outline: 0;
}

button, button:focus, button:active {
	outline: 0;
}

td.center, th.center {
	text-align: center;
}

a:focus {
	outline: 0;
}

input[type="checkbox"], input[type="checkbox"]:focus {
	outline: 0;
}

a:hover {
	color: #ae141b;
}

strong {
	font-weight: 700;
}

strong.semi {
	font-weight: 400;
}

/* main container */

div#container {
	min-height: 629px;
	position: relative;
	margin-top: 20px;
}

div#loaded h1 {
	/*font-size: 20px;
	color: #666;
	line-height: 0;
	margin-bottom: 0;
	font-weight: bold;
	color: #e21a22;*/

	color: #E21A22;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 0;
}

div#loaded .inner-content {
	padding: 0;
}

/* footer */

div#footer {
	background: #F6F6F6;
	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #CCC;
	height: 100px;
}

footer .menu {
	margin-left: 0;
	padding-left: 0;
}
footer .menu li {
	list-style-type: none;
	float: left;
	padding: 0 10px 0 10px;
}

footer .menu li.first {
	padding-left: 0;
}

/* submenu */

.submenu .menu {
	margin-top: 30px;
	margin-left: 10px;
	padding-left: 0px;
}
.submenu .menu li {
	list-style-type: none;
	padding-top: 4px;
	white-space: nowrap;
}

.submenu .menu li.active a {
	color: #E21A22;
}

.submenu .menu li i {
	padding-right: 6px;
	display: inline-block;
	width: 20px;
}

.submenu .menu li a {
	font-size: 14px;
	color: #555555;
	font-weight: 300;
	text-decoration: none;
}

.submenu .menu li a:hover {
	text-decoration: none;
	color: #E21A22;
	font-weight: 400;
}


/* signin box */

#signin-box {
	position: absolute;
	z-index: 9999999;
	padding: 10px 20px 5px 20px;
	right: 0;
	top: -20px;
	background: #3A3A3A;
	display: none;
	border-left: 1px solid #ABAC9F;
	border-right: 1px solid #ABAC9F;
	border-bottom: 1px solid #ABAC9F;
	color: #f1f1f1;
}

#signin-box input {
	margin-top: 0;
	margin-bottom: 0;
}

#signin-box label.checkbox input {
	margin-top: 3px;
}



/* content layout */


div.content {
	background: #f7f7f7;
	/*background: #f9f8f5;*/
	/*background: #f9f9f5;*/
	border: 1px solid #E0E0E0;
	/*margin-left: 28px;*/
	min-height: 635px;
	height: auto !important;
	height: 635px;
	position: relative;
	padding-bottom: 25px;
}

.form-control {
	padding-left: 8px;
	padding-right: 8px;
}

div.form-group.form-group-address .row input, div.form-group.form-group-address .row select {
	margin-bottom: 8px;
}

div.content div.inner-content {
	padding-left: 5px;
	padding-right: 5px;
}

div.content-full {
	background: transparent;
	border: 0;
}

div.half {
	width: 48%;
}

div.content h3 span {
	color: #e21a22;
	font-size: 14px;
	vertical-align: 2px;
	padding-left: 10px;
	font-weight: 300;
}



/* Columns section */
#columns .column {
    float: left;
    margin: 0;
    width: 50%;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
	padding-left: 0;
}

.widget .widget-controls {
	float: right;
}

#columns .widget {
    margin: 20px 5px 20px 5px;
    padding: 2px;
    list-style-type: none;
    font-size: 12.5px;

    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #AFAFAF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    padding: 0px 0px 2px 0px;
    overflow: hidden;
}

#column-left .widget { 
	margin-left: 0px;
	margin-right: 8px;
}

#column-right .widget { 
	margin-left: 8px;
	margin-right: 0px;
}

#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    background: #e7e7e7; /* ededed */
    
}

#columns .widget .widget-head .widget-controls {
	float: right;
	line-height: 35px;
	margin-right: 10px;
}

#columns .widget .widget-head .widget-controls a {
	color: #42505A;
}

#columns .widget .widget-head h3 {
    padding: 0 20px;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 35px;
}
#columns .widget .widget-content {
    padding: 0px 20px 20px 20px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    overflow: hidden;
}

/* End Columns section */

#column-left .widget-placeholder { border: 2px dashed #999; list-style-type: none; margin: 20px 8px 20px 0px; }
#column-right .widget-placeholder { border: 2px dashed #999; list-style-type: none; margin: 20px 0px 20px 8px; }



div.content div.submenu, div.content div.submenu {
	margin-bottom: 15px;
}

div.content div.submenu ul {
	margin: 0;
	padding: 0;
}

div.content div.submenu li {
	margin-left: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}


div.content .overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.4;
	z-index: 10000;

	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;

	position: absolute;
}

.tooltip {
	font-family: tahoma;
}

div.tooltip.left {
	margin-left: -10px;
	line-height: 19px;
}

.controls input[type="checkbox"] {
	margin-top: 0;
}

.controls label.checkbox input[type="checkbox"] {
	margin-top: 3px;
	margin-right: 10px;
}

.controls label.checkbox {
	font-weight: 300;
}	

.well {
	border-color: #dbdbdb;
	background: #fafafa;
	font-weight: 300;
}

.well-sm input.form-control, .well-sm select.form-control, .well-sm .all {
	margin-left: 4px;
	margin-right: 4px;
}

.well-sm select#tag {
	width: 170px;
}

span.label {
	font-weight: 300;
}

.alert {
	margin-bottom: 0;
}

#impersonate {
	color: #e1e1e1;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	background: #42505A;
	padding-bottom: 1px;
}

#impersonate p {
	font-family: arial;
}

#impersonate strong {
	color: #fff;
	font-family: arial;
}

.table-striped tbody tr:nth-child(2n) td, .table-striped tbody tr:nth-child(1n+1) th {
	background: #F6F6F6;
}

.badge.badge-tag {
	background: #42515a;
	border-radius: 4px;
	font-weight: 300;
	display: inline-block;
	height: 29px;
	line-height: 24px;
	cursor: default;
	border: 1px solid #42515a;
	font-size: 11px;
	margin: 3px 3px 0px 0px;
	padding: 1px 3px 2px 9px;
	text-align: left;
}

.badge-tag.badge-mailing {
	/*background: #32aaf8;*/
	border: 1px solid #1a99e2;
}

.badge.badge-tag a {
	text-decoration: none;
	width: 21px;
	height: 24px;
	background: url(../images/tag-cross.jpg) no-repeat;
	display: inline-block;

}

.msg {
}
/*
.badge-tag.badge-mailing a {
	background: url(../images/tag-cross-mailing.jpg) no-repeat;
}*/


html.lt-ie8 #signin-box {
	width: 220px;
}

input.search-query {
    border-radius: 12px 12px 12px 12px;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
	background: #fafafa;
}


div.address-controls a {
	float: left;
	margin: 9px 5px 5px 0px;
}

.ui-combobox .ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-combobox-toggle {
	height: 22px;
	width: 22px;
	margin-left: 5px;
	vertical-align: -4px;
}

.ui-combobox .ui-button-icon-primary.ui-icon.ui-icon-triangle-1-s {
	margin-left: -9px
}

.ui-combobox input {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.ui-combobox input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

.ui-combobox input:focus {
	border-color: rgba(236, 120, 125, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(236, 120, 125, 0.6);
    outline: 0 none;
}

.ui-menu-item a {
	cursor: pointer;
}

#my-tags {
	position: relative;
	width: 100%;
	min-height: 72px;
	height: auto !important;
	height: 72px;
}

.add-tag a.btn {
	margin-left: 10px;
}

td #my-tags {
	position: relative;
	width: 100%;
	min-height: 32px;
	height: auto !important;
	height: 32px;
}

.add-tag input {
	width: 166px;
	margin-bottom: 0;
}

a.ui-combobox-toggle.btn {
	vertical-align: -6px;
}

.ui-custom-icon.ui-icon {
	background-image: url(flick/images/ui-icons_666666_256x240.png);
	height: 18px;
}

span.add-tag select {
	width: 150px;
}

td .badge.badge-tag {
	margin-top: 3px;
	margin-bottom: 0;
}

fieldset legend {
	margin-bottom: 5px;
}

.alert {
	margin-top: 10px;
	margin-bottom: 10px;
}

.alerts .alert:last-child {
	margin-bottom: -10px;
}


.ui-combobox .ui-combobox-toggle {
	vertical-align: 4px;
	margin-left: 5px;
}

h3 a.btn {
	margin-left: 20px;
}

.table-striped td input[type="checkbox"] {
	margin-top: 0;
}


/** activity boxes **/

.activity-box {
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid #afafaf;
	margin-bottom: 15px;
	padding: 15px 20px 10px 20px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}

.activity-box > table {
	width: 100%;
}

.activity-memo p {
	margin-bottom: 0;
}

.activity-box .activity-memo {
	margin-top: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}

.activity-box .activity-comments {
	font-weight: 300;
	margin-bottom: 10px;
	/*color: #4f4f4f;*/
	color: #7f7a53;
	
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #f2efd6;

}

.activity-box .activity-created {
	font-weight: 300;
	text-align: right;
	width: 100%;
}

/** response boxes **/




.response-box, .comment-box {
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid #afafaf;
	margin-bottom: 15px;
	padding: 15px 20px 10px 20px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.20);
}

.response-box.ticket, .comment-box.opportunity {
	margin-bottom: 5px;
}

.response-box.system, .comment-box.system {
	padding: 3px;
	background: #EEEBB9;
}

.response-box.customer {
	border: 1px solid #5D6B75;
}

.response-box .response-memo, .comment-box .comment-memo {
	font-weight: 300;
	margin-bottom: 10px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	word-wrap: break-word;
}

.response-box .response-memo blockquote, .comment-box .comment-memo blockquote {
	font-size: 13px;
	padding: 5px 20px;
	color: #7d7d7d;
}

.response-memo-private {
	color: #514d2f;
}

.response-attachments a, .comment-attachments a {
	margin-right: 10px;
}

.response-box .response-info, .comment-box .comment-info {
	background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #e21a29;
    float: right;
    margin-bottom: 10px;
    padding: 5px 10px;
    clear: right;
}

.activity-box .activity-info {
	background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    float: right;
    margin-bottom: 10px;
    padding: 5px 10px;
    clear: right;
	color: #878686;
	display: block;
}


.response-box .response-info.system, .comment-box .comment-info.system {
	float: none;
	margin-bottom:0px;
	height: auto;
	background: #fdfcf0;
}



.response-box .response-info.system .response-system, .comment-box .comment-info.system .comment-system {
	float: right;
	color: #42505A;
}

.response-box .response-info.system .response-created, .comment-box .comment-info.system .comment-created {
	color: #42505A;
	float: none;
}

.response-box .response-info i, .comment-box .comment-info i {
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
}

.response-box .response-flags, .comment-box .comment-flags {
	margin-left: 10px;
	float: right;
	margin-top: 1px;
	display: inline;
	color: #42505A;
}

.response-box .response-created, .comment-box .comment-created {
	color: #878686;
	float: right;
	display: block;
	white-space: nowrap;
}

.response-box .entity-update, .comment-box .entity-update {
	float: left;
	margin-right: 4px;
}
/** comment boxes **/

.comment-box .comment-info a {
	color: #42505A;
}

.comment-box .comment-info a:hover {
	color: #273037;
}

a.btn-activity {
	background: #464645;
	border: 1px solid #6d6d6d;
	text-shadow: none;
	font-size: 12px;
	box-shadow: none;
	color: #FFFFFF;
}

a.btn-activity:hover {
	background: #3d3d3d;
	color: #fff;
}

.text-like-input {
	display: block;
	line-height: 17px;
	vertical-align: middle;
	margin-bottom: 15px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	/*padding-left: 8px;*/
	
}

.opaque {
	opacity: 0.5;
}

.opaque:hover {
	opacity: 1;
}


.ui-combobox input {
	font-weight: normal;
	color: #555555;
}


a.btn {
	font-weight: normal;
}

/** todos **/

#todos ul {
	margin: 0;
	padding: 0;
}

#todos ul li {
	list-style-type: none;
}
#todos ul li.todo-item {
	padding: 4px;
	margin: 0px;
	font-weight: bold;
	color: #2a2a26;
	display: block;
	clear: both;
	width: 90%;
	float: left;
	line-height: 20px;
	font-weight: 300;
	clear: right;
	clear: left;
}

#todos ul li.todo-item input[type="checkbox"] {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-right: 8px;
	margin-left: 3px;
	float: left;
}

#todos ul li.todo-item span.strike {
	color: red;
	text-decoration: line-through;
}

#todos ul li.todo-item span.strike span {
	color: #2a2a26;
}

#todos ul li.todo-item span.todo-item-string {
	margin-left: 25px;
	display: block;
}

#todos ul li.todo-item a.todo-item-trash {
	margin-left: 20px;
}

#todos ul li.todo-item a.todo-item-trash i {
	margin-top: 3px;
}


#todos li.todo-item input[type="text"] {
    height: 24px;
    width: 56%;
    font-weight: 300;
    color: #E41821;
    padding: 0;
    font-size: 12.7px;
    margin-left: -1px;

    margin-left: -4px;
    padding-left: 3px;

    margin-bottom: -4px;
    padding-bottom: 4px;

    margin-top: -4px;
    padding-top: 4px;


	padding-right: 3px;
}

#todos li.todo-item .todo-item-due .due-editable input[type="text"] {
	width: 90px;
	text-align: center;
	padding-left: 0;
	margin-left: 5px;
}

#todos li.todo-item .ui-state-hover {
	font-weight: 300;
	background: #F5F5F5;
	border: 0;
	color: #E41821;
}

#todos li.todo-item .btn {
	margin-top: -3px;
}

#todos input.form-control {
	display: inline;
}

.ui-widget {
	font-size: 12px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 7px;
	cursor: pointer;
}


th a {
	font-weight: bold;
	color: #451c1c;
}

th a:hover {

}

/* recently viewed */


#recently-viewed {
	list-style-type: none;
	margin-left: 0;
	width: 186px;
	margin-top: 6px;
	padding-left: 0;
}

#recently-viewed.rv-widget {
	width: 100%;
}


#recently-viewed li {
	display: block;
	margin-bottom: 5px;
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	background: #F8F8F8;
    border: 1px solid #AFAFAF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 20px;
    height: 20px;

    overflow: hidden;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

#recently-viewed li:hover {
	background: #f2f2f2;
}

#recently-viewed li a {
	color: #666;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 100%;
	font-weight: normal;
	font-size: 12px;
	float: left;
}

#recently-viewed li i {
	opacity: 0.9;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

	/* IE 5-7 */
	filter: alpha(opacity=90);

	font-size: 13px;
}
#recently-viewed li a.pin {
	float: right;
	width: 13px;

}

#recently-viewed li a.pin i.icon-map-marker {
	opacity: 0.2;
	cursor: pointer;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

	/* IE 5-7 */
	filter: alpha(opacity=20);
}

#recently-viewed li a.pin.pinned i.icon-map-marker {
	opacity: 0.7;
	cursor: pointer;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	/* IE 5-7 */
	filter: alpha(opacity=70);
}

#recently-viewed li:hover a.pin.pinned i.icon-map-marker {
	opacity: 1;
	cursor: pointer;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	/* IE 5-7 */
	filter: alpha(opacity=100);
}


#recently-viewed li i {
	margin-left: 1px;
	margin-right: 3px;
}

.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}


.label-vip {
	background-color: #B94A48;
	padding: 3px 6px;
	width: 52px;
	display: block;
	text-align: center;
	font-size: 11.844px;
	line-height: 14px;
}

.label-cold {
	background-color: #3A87AD;
	padding: 3px 6px;
	width: 52px;
	display: block;
	text-align: center;
	font-size: 11.844px;
	line-height: 14px;
}

.label-active {
	background-color: #f1f1f3;
	color: #444;
	text-shadow: none;
	padding: 3px 6px;
	width: 52px;
	display: block;
	text-align: center;
	font-size: 11.844px;
	line-height: 14px;
}

.label-inactive {
	padding: 3px 6px;
	width: 52px;
	display: block;
	text-align: center;
	font-size: 11.844px;
	line-height: 14px;
	color: #ababab;
}

.chzn-container-multi .chzn-choices .search-choice {
	font-size: 12.7px;
}


form#advanced-search table td input, form#advanced-search table td button, form#advanced-search table td select {
	margin-bottom: 0;
}

form#advanced-search table h5 {
	margin-bottom: 0;
	margin-top: 0;
}

form#advanced-search table .btn-sm {
	vertical-align: -4px;
}

.chzn-container {
	width: 60%;
}

.chzn-large .chzn-container {
	width: 100%;
}

.chzn-large .chzn-container-multi .chzn-choices .search-choice {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
}


.chzn-large .chzn-container-multi .chzn-choices .search-choice {
	font-size: 12.7px;
}

.action-box {
	padding: 5px 15px 5px 15px; 
	line-height: 22px;
	height: 33px;
	background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #AFAFAF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.dropdown_cont {
	width: 285px;
}

.dropdown_cont input.hasDatepicker {
	width: 150px;
	float: left;
	margin-right: 10px;
}

.dropdown_cont a {
	padding-top: 12px;
	vertical-align: middle;
	color: #42505A;
}

form#advanced-search #save_search_label {
	float:left;
	margin-right:10px;
	width:240px;
}

p.last-activity-highlight {
	color: #969696;
	margin-bottom: 15px;
	margin-top: -5px;
}

h3 span.hidden-sm {
	display: inline !important;
}

div.center, td.center {
	text-align: center;
}

div.minor-separate {
	width: 100%;
	height: 9px;
}

a.navbar-brand {
	white-space:nowrap;
	font-size: 14px;
}

.response-box .response-memo code, .comment-box .comment-memo code {
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	white-space: initial;
}

.response-box .response-memo code:after, .comment-box .comment-memo code:after {
	content: " ";
	display: table;
	clear: right;
}


#modal-job-template .hour-warning .icon,
#modal-job-template .traveltime-warning .icon {
	color: #e41821;
	font-size: 20px;
	margin-right: 15px;
	vertical-align: -3px;
}



#billing-mode {
	background: #fefefe;
	border: 1px solid green;
	color: green;
	padding: 10px;
	text-align: center;

	margin: 0 auto;
	max-width: 700px;
	width: auto !important;
	width: 700px;

	margin-bottom: 20px;
}

#billing-mode-warning {
	font-weight: bold;
	color: orange;
	margin-top: 10px;
}

.reseller-blue, a.reseller-blue {
	color: #0058ff;
}


.response-items span {
	font-weight: bold;
}
.response-items {
	background:#fff;
}

.response-items ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	margin-left: -10px;
	margin-right: -10px;
}
.response-item-ul  {
	margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    background: #fff;
}
.response-items li, .response-item-ul li {
	list-style-type:none;
	border: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding:5px;
	color: #428bca;
	cursor: pointer;
}
.response-item-ul li {
	cursor: default;
}
.response-items li:hover {
	background: #f8f8f8;
	color: brown;
}


#modal-response-item-add,
#modal-response-item-edit {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 9999;
}
#modal-response-item-add.open, #modal-response-item-edit.open {
	opacity: 1;
	display: block;
}
#modal-response-item-add .response-item-add,
#modal-response-item-edit .response-item-edit {
	opacity: 0;
	width: 930px;
    background: #eee;
    border: 1px solid #ccc;
    transition: 1.3s ease-out;
    box-shadow: 2rem 2rem 2rem rgba(0, 0, 0, 0.2);
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    z-index: 99;
    padding: 25px;
    min-height: 400px;

    left: 50%;
    margin-left: -366px;
}
#modal-response-item-add.open .response-item-add,
#modal-response-item-edit.open .response-item-edit {
	opacity: 1;
    display: block;
    top: 20%;
    transition: 0.3s ease-out;
}

.rct-saving {
	font-size: 20px;
	text-align: center;
	line-height: 60px;
}

.btn-close {
	border: 0;
	background: transparent;
	float: right;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	div.content.col-lg-10 {
		width: 81.0%;
		margin-left: 1.1%;
	}

	div.form-group.form-group-address .row > div + div.col-md-4, div.form-group.form-group-address .row > div + div.col-md-3 {
		padding-left: 0px;
	}
}

@media (min-width: 992px) {
	div.form-group.form-group-address .row > div + div.col-md-4, div.form-group.form-group-address .row > div + div.col-md-3 {
		padding-left: 0px;
	}
}

@media (max-width: 992px) { /* 767 */


	.noheader div.navigation {
		position: fixed;
		z-index: 9999;
		width: 100%;
	}

	div#container {
		margin-top: 53px;
	}

	#columns .column {
		float: none;
		width: 100%;
		min-height: 100px !important;
	}
	#column-right .widget, #column-left .widget {
		margin-left: 0px;
		margin-right: 0px;
	}

	.action-box {
		height: auto;
	}

	.response-box .response-info, .comment-box .comment-info {
		float: none;
		width: 100%;
		text-align: center;
	}

	.response-box .entity-update, .comment-box .entity-update {
		float: none;
		margin-right: 0;
	}

	.response-box .response-created, .comment-box .comment-created {
		display: inline;
		float: none;
	}

	.response-box .response-info.system .response-system, .comment-box .comment-info.system .comment-system {
		display: block;
		float: none;
		margin-top: 10px;
	}

	.well-sm input.form-control, .well-sm select.form-control, .well-sm .all {
		margin: 0;
		margin-bottom: 8px;
		width: 100%;
	}

	.well-sm select#tag {
		width: 100%;
	}

	.well-sm .all button, .well-sm.all button {
		margin-bottom: 8px;
	}

	.well-sm button.pull-right {
		float: none !important;
		float: none;
		display: block;
	}

	span.withatagof {
		display: none;
	}

	.navigation .navbar-nav > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	#signin-box {
		width: 100%;
	}


	.response-attachments, .comment-attachments {
		margin-bottom: 5px;
		text-align: center;
	}
}

#header-print {
	display: none;
}

#scrolled-logo {
	display: none;
}

div.navigation {
	top: 0;
}
div.navigation .quick-search-area-2 {
	display: none;
}

@media (min-width: 1200px) {
	div.navigation.scrolled .quick-search-area-2 {
		display: block;
	}
}

@media (min-width: 992px) {

	div.navigation.scrolled {
		position: fixed;
		z-index: 99;
		width: 100%;
		top: 0;
	}

	div.navigation.scrolled #scrolled-logo {
		float: left;
		display: block;
		margin-right: 10px;
	}

	div.navigation.scrolled #scrolled-logo img {
		height: 35px;
		margin-top: 3px;
	}

	div.navigation.scrolled .signout {
		display: none;
	}

	div.navigation.scrolled .quick-search-area-2 {
		float: right;
		width: 220px;
		margin-top: 5px;
	}

	div.navigation.scrolled .quick-search-area-2 input[type="text"] {
		background: url(../images/quick-search-magnify.jpg) #fff no-repeat;
		background-position: 0 -1px;
		text-indent: 22px;
		width: 100%;
		height: 32px;
	}

}

@media screen and (max-width: 767px) {
	#container table.mobile-dpb tr td {
		width: 100% !important;
		max-width: 100%;
   		display: block;
   		min-height: 36px;
   		border-bottom: 0;
	}	

	table.table-striped.mobile-dpb tbody tr:nth-child(2n+1) td, table.table-striped.mobile-dpb tbody tr:nth-child(2n+1) th {
		background: transparent;
	}
	table.table-striped.mobile-dpb>tbody>tr:nth-child(odd)>td, table.table-striped.mobile-dpb>tbody>tr:nth-child(odd)>th {
		background: transparent;
	}

	#container table.table-striped.mobile-dpb td:nth-child(even) {
		border-top: 0;
		border-top: 0 !important;
		border-bottom: 3px solid #ececec;
		padding-top: 0;
	}
	div.address-controls a {
		float: none;
	}
}


@media (min-width: 1500px) {
	.container {
		width: 1250px;
	}
}

@media print {
	.noprint {
	    display: none;
	}

	header {
		display: none;
	}

	#header-print {
		display: block;
	}

	a[href]:after {
		content: '';
	}
}