@font-face {
    font-family: 'helvetica_45_lightregular';
    src: url('../fonts/hll___-webfont.eot');
    src: url('../fonts/hll___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hll___-webfont.woff') format('woff'),
         url('../fonts/hll___-webfont.ttf') format('truetype'),
         url('../fonts/hll___-webfont.svg#helvetica_45_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'PT Sans', sans-serif !important;
}
html { -webkit-font-smoothing: antialiased; }
.clear {
	clear:both;
}
body {
	background-color: #fffdfd;
	color: #3b3a3a;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
p {
    letter-spacing: 1px;
}
h3 {
	font-weight: normal;
	text-align: center;
	font-size: 20px;
}
td {
	word-wrap: break-word;
}
img {
	height: auto;
	max-width: 100%;
}
input[type="text"], input[type="url"], input[type="email"], input[type="password"], input[type="number"], select {
	border: 1px solid #dddcdc;
	border-radius: 5px;
	font-size: 13px;
	margin-right: 3px;
	max-width: 100%;
	padding: 6px 4px 6px 10px;
	width: 250px;
	-webkit-appearance: none; 
}
select {
	width: 281px;
}
h1, h2 {
	font-weight: normal;
	text-transform: uppercase;
}
textarea {
	border: 1px solid #dddcdc;
	font-size: 14px;
	line-height: 22px;
	padding: 7px;
	border-radius: 8px;
	max-width: 100%;
	width: 250px;
	margin-bottom: 10px;
	resize: none;
}
.textareaBig {
    border: 1px solid #dddcdc;
    border-radius: 8px;
    font-size: 14px;
    height: 185px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 100%;
    padding: 7px 2%;
    width: 96%;
}
h1 {
	color: #1d486b;
	font-size: 35px;
}
.headerOuter .wrapper {
	margin: 10px auto;
	max-width: 90%;
}
.logo {
	color: #127984;
	float: left;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	margin-top: 60px;
}
.headerOuter {
	float: left;
	width: 100%;
}
.headerOuter .headerWrapper {
    margin: 10px auto;
    max-width: 1120px;
}
#logo {
	float: left;
}
#header {
	float: left;
}
#dropmenu {
	float: left;
	list-style: outside none none;
}
#dropmenu li {
	float: left;
	list-style: outside none none;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
}
#dropmenu li a {
	color: #000000;
	font-size: 16px;
	line-height: 50px;
	text-decoration:none;
	display:block;
}
#dropmenu li a:hover {
	color: #ED1C24;
 transition-duration: .3s;
 -webkit-transition-duration: .3s;
}
.submenu {
	background-color: #ed1c24;
	left: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	width: 200px;
	display:none;
	z-index:99;
}
.submenu li {
	border-bottom: 1px solid #ea454b;
	display: block;
	float: none !important;
	padding-bottom: 4px;
	padding-top: 4px;
}
.submenu li a {
	color: #ffffff !important;
	line-height: 25px !important;
}
.submenu li:hover {
	background-color: #ea454b;
 transition-duration: .3s;
 -webkit-transition-duration: .3s;
}
.containerOuter {
	float: left;
	padding-bottom: 20px;
	padding-top: 40px;
	width: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1150px;
    min-height: 400px;
}
#footer {
    background-color: #252525;
    color: #6e6969;
    float: left;
    min-height: 50px;
    text-align: center;
    width: 100%;
}
#footer a {
	color: #6e6969;
}
.footerCopy {
    color: #d2d2d2;
    margin: 19px auto 0;
    max-width: 90%;
}
#login_contain h3 {
    color: #6d6e70;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
}
.control-group a {
	color: #ffffff;
	font-size: 13px;
}
#login_contain {
    border: 1px solid #dddcdc;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 400px;
    padding: 2%;
    position: relative;
    width: 96%;
}
.btn {
    background-color: #c10513;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding-left: 23px;
    padding-right: 23px;
    text-decoration: none;
    transition-duration: 0.3s;
	border:none;
	letter-spacing: 1px;
	-webkit-appearance: none; 
	-webkit-border-radius:6px;
}
.btn2 {
	line-height: normal !important;
}
.btn:hover {
	background-color: #7d7d7e;
}
.controls {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
#mbMenu {
	background-image: url("../images/mbMenu.png");
	height: 37px;
	position: absolute;
	right: 25px;
	top: 37px;
	width: 37px;
	display:none;
	cursor:pointer;
}
#mbMenu:hover {
	opacity:.8;
}
fieldset {
	border: medium none;
}
.contentOuter {
	margin: 0 auto;
	max-width: 550px;
	padding: 20px 3% 10px;
	position: relative;
	clear: both;
}
.chosen-container {
    width: 265px !important;
}
#bodyHide {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
/* .alert.alert-error {
	background-color: #ee2c2c;
	border: 1px solid #ef0404;
	color: #ffffff;
	font-size: 13px;
	margin: 2% auto;
	padding: 10px 2%;
	position: absolute;
	top: 20%;
	width: 90%;
	z-index: 999;
	left:3%;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
} */
.wrapper > #successMessage, .alert.alert-error {
    background-color: #ee2c2c;
    border-radius: 7px;
    box-shadow: none;
    clear: both;
    color: #fff;
    display: none;
    font-size: 17px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 15px 30px;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: unset;
}
.smallAlert{
	width: 30% !important;
    left: 33% !important;
}
.alert p {
	margin-bottom: 6px;
	margin-top: 6px;
}
.close {
    background-image: url("../images/delete.png");
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    z-index: 99;
}
.contentOuter label {
	float: left;
	font-size: 15px;
	font-weight: 300;
	max-width: 215px;
	padding-right: 20px;
	text-align: right;
	width: 100%;
	color: #878585;
}

.contentOuter label span {
    color: #000;
    display: block;
    font-size: 13px;
}
.floatRight {
	float: right;
	margin-right: 27px;
}
/* 

Generic Styling, for Desktops/Laptops 

*/

table {
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
	border:none;
}

/* Zebra striping */

tr:nth-of-type(odd) {
 background: #eee;
}
th {
    background: #484141 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center !important;
}
td, th {
    border: 1px solid #e8e8e8;
    font-size: 15px;
    padding: 6px;
}
/* Icons Styles */
.icons {
    background-image: url("../images/glyphicons-halflings.png");
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0;
    height: 14px;
    margin-right: 5px;
    width: 15px;
}
.icon-edit {
	background-position: -96px -72px;
	cursor:pointer;
}
.icon-zoom-in {
	background-position: -336px 0;
	cursor:pointer;
}
.icon-envelope {
	background-position: -72px 0;
	cursor:pointer;
}

.icon-invoice {
    background-position: -121px -96px;
    cursor: pointer;
}
.mce-tinymce.mce-container.mce-panel {
	margin-top: 30px !important;
}
.mce-btn button {
	font-size: 13px !important;
}
.mce-btn button {
	padding: 3px !important;
}
.oldquotationItemsBoxOuter {
	background-color: #eeeeee;
	padding: 10px;
}
#quotationItemsBox {
	clear: both;
	float: left;
	width: 100%;
}
.confirmed {
	background-color:#76dc74!important;
}
.closed {
	background-color:#f9716d!important;
}
.open {
	background-color:#f0e86c!important;
	;
}
.draft {
	background-color:#ffffff!important;
}
.qStatusBox {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.qStatusRow {
    float: left;
    margin-bottom: 4px;
    width: 210px;
}
.qStatusLabel {
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding-left: 5px;
}
.qStatusLabel > a {
    color: #484141;
    letter-spacing: 1px;
    text-decoration: none;
}
.qStatusLabel > a:hover {
    color: #c10513;
    text-decoration: none;
	outline:none;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.qStatusColor {
    border: 1px solid;
    float: left;
    height: 18px;
    margin-right: 10px;
    width: 18px;
}
.qStatusColorConfirmed{
	background-color:#76dc74;
}
.qStatusColorClosed{
	background-color:#f9716d;
}
.qStatusColorOpen{
	background-color:#f0e86c;
}
.qStatusColorDraft{
	background-color:#ffffff;
}
.qStatusColorAll{
	background-color:#484141;
}
.reAssign {
    background-position: -168px 0;
    cursor: pointer;
    float: left;
}
.deleteQuotation {
    background-position: -455px 0;
	cursor: pointer;
    float: left;
}
.overLay {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#reAssingBox, #deleteQuotationBox, #confirmEmail {
    background: #eee;
    border: 1px solid #cccccc;
    border-radius: 5px;
    left: 10%;
    padding: 20px 2%;
    position: fixed;
    text-align: center;
    top: 160px;
    width: 76%;
	z-index: 101;
}
.closeReAssingBox, .closeDeleteQuotationBox{
	position:absolute;
	right:5px;
	top:5px;
	height:17px;
	width:17px;
	cursor:pointer;
	background-image: url("../images/closeIcon2.png");
	z-index:99;	
}
.closeReAssingBox:hover, .closeDeleteQuotationBox:hover{
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
   transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#loader {
    background: rgba(255, 255, 255, 0.9);
    color: #ffffff;
    height: 100%;
    left: 0;
    padding-top: 15%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
	z-index: 999;
}

/* Pagination */

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  padding:0px;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
.pagination ul a {
    color: #e22b2b;
    font-size: 13px;
    padding: 4px 7px !important;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}

/*************search*********/
.searchOuter{
	float:right;
}
#searchButton {
    background-image: url("../images/searchIcon.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
	position:relative;
}
.searchBox {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e8e5e5;
    border-radius: 5px;
    clear: both;
    display: none;
    float: right;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 29px;
    width: 290px;
    z-index: 99;
}
.searchBox input {
    margin-right: 0;
    margin-top: 10px;
}
.searchBox select {
    margin-right: 0;
}
.searchBox h2 {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: unset;
}
/*************sorting*********/
.descIcon {
    background-image: url("../images/descIcon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: right;
    height: 8px;
    margin-right: 3px;
    margin-top: 6px;
    width: 15px;
}
.descIcon:hover {
    opacity:.8;
}
.ascIcon {
    background-image: url("../images/ascIcon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    height: 8px;
    margin-top: 6px;
    width: 15px;
}
.ascIcon:hover {
    opacity:.8;
}
#filter {
    background-image: url("../images/filter.png");
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 5px 10px;
    width: 21px;
}
#filter:hover {
    opacity:.8;
}
.filterOuter{
	float:right;
}
.filterOuter .qStatusBox {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: 1px solid #e8e5e5;
    border-radius: 5px;
    display: none;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 190px;
    z-index: 99;
}
.chzn-container .chzn-results {
    overflow-y: scroll;
}

/* New Styles for Mobile Version */

.singleQuotation{
	width:90%;
	margin:5%;
	border:solid 1px #000;
}

.actionMobileClick{
	
}

.singleQuotationActions{
	color:#fff;
	display:none;
	position:relative;
}

.singleQuotationActions ul{
	padding-left:0px;	
	margin-bottom:0px;
}

.singleQuotationActions li{
	list-style:none;
	border:solid 1px #fff;
	color:#fff;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
	background-color:#7fa8c8;
}

.singleQuotationActions li a{
	color:#fff;	
	text-decoration:none;
}

.singleQuotationActions li span{
	float:none;	
}
.singleQuotation .dateAgo {
    background-color: #fbffff;
    border-radius: 10px 0 0 10px;
    float: right;
    margin-top: 12px;
    padding: 6px;
}

.singleQuotation h3{
	text-align:left;
	font-size:14px;
	line-height:25px;
	color:#000;
	padding-left:20px;
}

.singleQuotation .actionMobileClickOuter{
	background-color:#086dbb;
	width:100%;
	height:30px;
	cursor:pointer;
}

.singleQuotation .actionMobileClick{
	background-image: url("../images/actions-icon-left.png");
	background-position:center right;
	background-repeat:no-repeat;
	height:23px;
	width:23px;
	margin-top:3px;
	float:right;
}

.mob-edit-icon{
	background-image: url("../images/edit-icon.png");
	background-position: 95% center;
	background-repeat:no-repeat;
}

.mob-view-icon{
	background-image: url("../images/view-icon.png");
	background-position: 95% center;
	background-repeat:no-repeat;
}

.mob-send-pdf-icon{
	background-image: url("../images/send-pdf-icon.png");
	background-position: 95% center;
	background-repeat:no-repeat;
}

.mob-reassign-icon{
	background-image: url("../images/reassign-icon.png");
	background-position: 95% center;
	background-repeat:no-repeat;
}

.mob-delete-icon{
	background-image: url("../images/delete-icon.png");
	background-position: 95% center;
	background-repeat:no-repeat;
}
#clickHider {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 999;
}
.ref {
    margin-bottom: 10px;
    outline: none;
    padding: 4px;
    line-height: 24px;
    resize: none;
    border-radius: 0;
}
.mode_outer{
	position:relative;
	cursor:pointer;
}
.c1 td, th {
    padding: 6px;
    border: 1px solid #E8E8E8;
    text-align: center;
}
td.mode_outer:hover {
    color: #000;
}
.btn.b1 {
    background: #484141;
}
.btn.b1:hover {
    background: #675E5E;
}
.mode_box {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e8e5e5;
    display: none;
    padding: 10px;
    position: absolute;
    right: 2px;
    top: 30px;
    text-align: left;
    z-index: 99999999;
    border-radius: 5px;
    color: #555;
    font-size: 12px;
    line-height: 28px;
}
.client_details {
    border: 1px solid #e5e5e5;
    box-shadow: 2px 4px 7px -2px #929292;
    color: #333333;
    float: left;
    margin-bottom: 20px;
    padding: 2%;
    width: 95.8%;
}
#newinvoice {
    float: left;
    width: 100%;
    text-align: center;
	display:none;
}
.amount1 {
    margin-bottom: 20px;
    width: 90% !important;
}
.title {
    text-align: left;
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    text-transform: capitalize;
	float: left;
    width: 50%;
	margin-bottom:10px;
}

.quot {
    text-align: right;
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    text-transform: capitalize;
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.client {
    text-align: left;
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    text-transform: capitalize;
	float: left;
    width: 100%;
	margin-bottom:10px;
}
.amount{
	text-align: left;
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    text-transform: capitalize;
	float: left;
    width: 33%;
}


/*	NEW STYLES START HERE	*/


.contentOuter.profileFormOuter form {
    border: 1px solid #e3d9d9;
    border-radius: 10px;
    margin: 0 0 30px;
}
.qStatusRow {
    float: left;
    margin-bottom: 4px;
    margin-right: 90px;
    width: auto;
}
.filterOuter .qStatusRow {
    margin: 0 0 10px;
    width: 100%;
}
.filterOuter .qStatusRow:last-child {
    margin: 0;
}
.chzn-results li {
    line-height: 18px !important;
}
fieldset span.desc {
    display: block;
    float: left;
    font-size: 12px;
}
#successMessage.alert-success {
    background: #11b010 none repeat scroll 0 0;
    border: medium none;
}
.newItem {
	display: none;
}
.taxesOuter > fieldset {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 20px 0 0;
    padding: 20px;
}
.taxesOuter .removeItem.btn {
    float: right;
    margin: 18px 8px 0 0;
}
.branchFormOuter #addNewItem {
    float: right;
    margin: 10px 0 30px;
}
.branchFormOuter .floatRight {
    clear: both;
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.BackBtn {
    float: left;
}
.filter_box .chosen-container, #reAssingBox .chosen-container {
    width: 250px !important;
}
.branchSelectionOuter {
    float: right;
}
.branchSwitch {
	display: block !important;
}
#branchPaymentTerms, #branchTermsConditions {
    cursor: no-drop;
}
#quotationItemsBox fieldset {
    background: #f5f5f5 none repeat scroll 0 0;
}

#clientMasterInsert input[readonly], #clientMasterInsert textarea[readonly] {
    background: #dddcdc none repeat scroll 0 0;
    cursor: no-drop;
}
.contentOuter label.fullwidth {
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
}
.contentOuter label span.currencyWrapper {
    display: inline;
}
.emailSignatureOuter td, .emailSignatureOuter tr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.emailSignatureOuter input[type] {
    border: medium none;
    padding: 0;
}
.emailSignatureOuter input[name="signCompanyName"] {
    font-weight: bold;
}
.emailSignatureOuter input[type] {
    border: 1px solid #f1f1f1;
    padding: 0;
}
#reAssingBox .btn.btn2 {
    clear: both;
    display: block;
    margin: 20px auto 10px !important;
}
.customFilterOuter div {
    float: left;
    margin: 50px 100px 0 0;
}
.customFilterOuter {
    float: left;
    margin: 0 0 80px;
}

#confirmEmail {
	display: none;
}







.multipleInput-container {
    border: 1px solid #ccc;
    cursor: text;
    font-size: 13px;
    margin: 0;
    padding: 1px 1px 0;
    width: 100%;
}
.multipleInput-container input {
    border: 0 none;
    clear: both;
    display: block;
    font-size: 13px;
    height: 24px;
    margin: 0 auto 20px;
    width: 320px;
}
.multipleInput-container ul {
    list-style-type: none;
    margin: 20px 0 10px;
    padding: 0;
}
li.multipleInput-email {
    background: #f3f7fd none repeat scroll 0 0;
    border: 1px solid #bbd8fb;
    display: inline-block;
    float: none;
    margin: 5px;
    padding: 2px 2px 2px 8px;
}
.multipleInput-close {
     width:16px;
     height:16px;
     background:url(close.png);
     display:block;
     float:right;
     margin:0 3px;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    color: #777;
    display: inline;
    font-family: arial,sans-serif;
    font-size: 16px;
    line-height: 16px;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    line-height: 17px;
}
a {
    color: #636363;
}
#wrapper ul, #wrapper li {
    list-style: outside none disc;
}
ul.tagit li.tagit-choice {
    font-weight: normal;
}
ul.tagit li.tagit-choice {
    line-height: inherit;
}
li {
    list-style: outside none none;
}
#wrapper ul, #wrapper li {
    list-style: outside none disc;
}
.ui-widget {
    font-size: 1.1em;
}
ul {
    list-style: outside none disc;
}
html, body {
    color: #333;
    font-family: "Lucida Grande",arial,sans-serif;
    line-height: 1.4;
}
body {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
}
html, body {
    color: #000;
    font-family: "Lucida Grande",arial,sans-serif;
    line-height: 1.4;
}
html {
    color: #000;
}
#sendPDF .multipleInput-close {
    background: rgba(0, 0, 0, 0) url("../images/close-icon.png") repeat scroll 0 0 / 100% 100%;
    margin: 1px 2px 1px 4px;
}
.mandatory {
    border: 1px solid #ee2c2c !important;
}





/* Swipe works with mouse as well but often causes text selection. */
#demo-page * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/* Arrow only buttons in the header. */
#demo-page .ui-header .ui-btn {
	background: none;
	border: none;
	top: 9px;
}
#demo-page .ui-header .ui-btn-inner {
	border: none;
}
/* Content styling. */
dl { font-family: "Times New Roman", Times, serif; padding: 1em; }
dt { font-size: 2em; font-weight: bold; }
dt span { font-size: .5em; color: #777; margin-left: .5em; }
dd { font-size: 1.25em;	margin: 1em 0 0; padding-bottom: 1em; border-bottom: 1px solid #eee; }
.back-btn { float: right; margin: 0 2em 1em 0; }
#demo-page {
    margin: 110px 0 0;
}



.quotationClientName {
    color: #fff;
    line-height: 18px;
    padding: 6px 13px;
}
.quotationTitle {
    border-bottom: 1px solid #cdcdcd;
    font-size: 15px;
    line-height: 21px;
    padding: 14px 13px;
}
.quotationMoreDetails > * {
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: auto 17px;
    border-bottom: 1px solid #cdcdcd;
    line-height: 44px;
    min-height: 45px;
    padding: 0 0 0 51px;
	font-size: 13px;
}
.quotationMoreDetails a {
    color: #333 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 44px !important;
    text-decoration: none;
}
.quotationMoreDetails a:hover {
    color: #2489ce !important;
}
.quotationMoreDetails > .quotationNumber {
    background-image: url("../images/num-icon.png");
}
.greenCardID {
    background-image: url("../images/num-icon.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: auto 17px;
    padding-left: 50px !important;
}
.quotationMoreDetails > .quotationDate {
    background-image: url("../images/cal-icon.png");
}
.quotationMoreDetails > .quotationAccManager {
    background-image: url("../images/user-icon.png");
    display: block;
}
.quotationMoreDetails > .userPhoneNumber {
    background-image: url("../images/tel-icon.png");
}
.quotationMoreDetails > .userPhoneNumber2 {
    background-image: url("../images/tel-icon-2.png");
}
.quotationMoreDetails > .userEmailAddress {
    background-image: url("../images/mail-icon.png");
}
.quotationBottom > div.quotationPrice {
    margin: 0 0 0 15px;
}
.quotationBottom > div {
    float: left;
    line-height: 34px;
}
.quotationBottom > div.quotationActions, .quotationBottom > div.quotationVersions {
    border-left: 1px solid #cdcdcd;
    cursor: pointer;
    float: right;
    font-size: 14px;
    min-width: 86px;
    text-align: center;
}
.quotationClientName {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.7px;
    line-height: unset;
}
.status-confirmed .quotationClientName {
    background: #43b541 none repeat scroll 0 0;
}
.quotationSingle {
    float: left;
}
.quotationBottom {
    float: left;
    width: 100%;
}
.quotationSingle {
    box-shadow: 2px 4px 7px -2px #929292;
    cursor: pointer;
    display: inline-block;
    float: none;
    margin: 0 15px 30px;
    text-align: left;
    width: 350px;
}
.status-confirmed .quotationActions, .status-confirmed .quotationVersions {
    color: #43b541;
}
.showDetails {
    background-size: 100% auto !important;
    display: inline-block;
    height: 11px;
    margin: 0 0 0 4px;
    position: relative;
    top: 2px;
    width: 14px;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
}
.status-confirmed .showDetails {
	background: rgba(0, 0, 0, 0) url("../images/icon-up-green.png") no-repeat scroll center center;
}
/* .status-confirmed .itemOpen .showDetails {
    background: rgba(0, 0, 0, 0) url("../images/icon-down-green.png") no-repeat scroll center center;
} */
.status-open .quotationClientName {
    background: #ed8a21 none repeat scroll 0 0;
}
.fresh .quotationClientName {
    background: #ed8a21 none repeat scroll 0 0;
}
.edited .quotationClientName {
    background: #389fd5 none repeat scroll 0 0;
}
.greencardApplied .quotationClientName {
    background-image: url("../images/tick-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 35px;
}
.status-open .showDetails {
	background: rgba(0, 0, 0, 0) url("../images/icon-up-orange.png") no-repeat scroll center center;
}
/* .status-open .itemOpen .showDetails {
	background: rgba(0, 0, 0, 0) url("../images/icon-down-orange.png") no-repeat scroll center center;
} */
.status-open .quotationActions, .status-open .quotationVersions {
    color: #ed8a21;
}
.status-closed .quotationClientName {
    background: #ed1c24 none repeat scroll 0 0;
}
.status-closed .showDetails {
	background: rgba(0, 0, 0, 0) url("../images/icon-up-red.png") no-repeat scroll center center;
}
/* .status-closed .itemOpen .showDetails {
	background: rgba(0, 0, 0, 0) url("../images/icon-down-red.png") no-repeat scroll center center;
} */
.status-closed .quotationActions, .status-closed .quotationVersions {
    color: #ed1c24;
}
.status-draft .quotationClientName {
    background: #389fd5 none repeat scroll 0 0;
}
.status-draft .showDetails {
	background: rgba(0, 0, 0, 0) url("../images/icon-up-blue.png") no-repeat scroll center center;
}
/* .status-draft .itemOpen .showDetails {
	background: rgba(0, 0, 0, 0) url("../images/icon-down-blue.png") no-repeat scroll center center;
} */
.status-draft .quotationActions, .status-draft .quotationVersions {
    color: #389fd5;
}
.quotationSingle .itemOpen .showDetails {
    transform: rotate(180deg);
}
.quotationListingOuter {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 0 30px;
    text-align: center;
    width: 100%;
}
.overlayContainer {
	position: relative;
}
.quotationOverlay {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
}
.mobLogoutLink.ui-link.mobLogoutLink {
    color: #000 !important;
    font-size: 14px;
    font-weight: normal;
    padding: 19px 10px 18px 0;
    text-decoration: none;
}
.actionItem {
    background-position: center center;
    background-size: 100% auto;
    display: inline-block;
    float: none;
    height: 40px;
    margin: 8px 11px;
    width: 40px;
}
.actionItem.actionEdit { background-image: url('../images/action-icon-edit.png'); }
.actionItem.actionView { background-image: url('../images/action-icon-pdf.png'); }
.actionItem.actionMail { background-image: url('../images/action-icon-mail.png'); }
.actionItem.actionChangeUser { background-image: url('../images/action-icon-change-user.png'); }
.actionItem.actionGreencard { background-image: url('../images/action-icon-greencard.png'); }
.actionItem.actionInvoice { background-image: url('../images/action-icon-invoice.png'); }
.actionItem.actionRemove { background-image: url('../images/action-icon-remove.png'); }
.actionItem.profileView { background-image: url('../images/action-icon-profile.png'); }
.itemsHolder {
    float: left;
    margin: 38px 0 0;
    text-align: center;
    width: 100%;
}
.itemsHolder a.revisionItem {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 6px 12px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
.versionsPanel .itemsHolder {
    margin: 28px 0 0;
}
.footerFilters > a {
    color: #fff;
    float: left;
    font-weight: normal !important;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    width: 19%;
}
.footerFilters > a:hover {
    background-color: #d6d6d6;
}
.colorNotation {
    background: green none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 10px 0 0;
    width: 12px;
}
.footerFilters > a.filterWon { color: #43b541 !important;}
.footerFilters > a.filterLost { color: #ed1c24 !important;}
.footerFilters > a.filterDraft { color: #389fd5 !important;}
.footerFilters > a.filterSubmitted { color: #ed8a21 !important; width: 24%;}
.footerFilters > a.filterAll { color: #000000 !important; }

.footerFilters > a.filterWon > span { background-color: #43b541; }
.footerFilters > a.filterLost > span { background-color: #ed1c24; }
.footerFilters > a.filterDraft > span { background-color: #389fd5;}
.footerFilters > a.filterSubmitted > span { background-color: #ed8a21;}
.footerFilters > a.filterAll > span { background-color: #000000; }

#attachmentOptionOuter {
    background-color: #e9e4e4;
    padding: 10px;
}
#logoOptionOuter {
    background-color: #e9e4e4;
    padding: 10px;
}
.mobHeader {
	display: none;
}
.chosen-container span {
    color: #333;
    font-weight: normal;
}

.ui-body-c a.btn.ui-link {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
}
.loadMore {
    background: #ed1c24 none repeat scroll 0 0;
    border-radius: 5px;
    clear: both;
	cursor: pointer;
    color: #fff;
    display: block;
    line-height: 40px;
    margin: 0 auto;
	position: relative;
    text-align: center;
    text-shadow: none;
    width: 150px;
}
.container {
    padding: 0 0 50px;
	clear:both;
}
.loadMore > img {
	display: none;
    position: absolute;
    right: -50px;
    width: 40px;
}
.quotationListingOuter > p {
    clear: both;
}
h3.clientNotFound {
    margin: 70px 0 0;
}
.quotationListingOuter .btn {
    float: left;
    margin: 0 0 20px 15px;
}
p.logoutMsg {
    background: #06cc03 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 9px 0;
    text-align: center;
}
.quotationBottom a {
    border-left: 1px solid #cdcdcd;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 34px;
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
    text-decoration: none;
}
.quotationBottom a:hover {
    color:#000 !important;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.fresh .quotationBottom a {
    color: #ed8a21;
}
.edited .quotationBottom a {
    color: #389fd5;
}

.tabs {
    float: left;
    min-width: 119px;
    width: 40%;
}
.tabItem {
    background: #b5b5b5 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 9px;
    text-shadow: none;
}
.tabItem.activeTab {
    background: #7e7e7e none repeat scroll 0 0;
}
.tabContents {
    float: left;
    min-width: 190px;
    width: 60%;
}
.tabDetails {
    background: #7e7e7e none repeat scroll 0 0;
    color: #fff;
    display: none;
    min-height: 125px;
    padding: 6px 0 0 12px;
    text-shadow: none;
}
.tabContents div.tabDetails:first-child {
    display: block;
}
.tabDetails p {
    margin: 0;
    padding: 5px 0;
}
.tabDetails h3 {
    font-size: 16px;
    margin: 0;
    text-align: left;
}
strong {
    font-weight: bold;
}

.sortFields label {
    display: block;
}


.headerWrapper .filter_box .btn {
    float: none;
    margin: 10px 0 0;
}
#searchButton {
    background: #e1e1e1 url("../images/search-icon.png") no-repeat scroll center center / 20px auto;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 0;
    padding: 5px 10px;
    width: 21px;
}
#filter {
    background: #e1e1e1 url("../images/filter-icon.png") no-repeat scroll center center / 17px auto;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 0 5px;
    padding: 5px 10px;
    width: 21px;
}
#sortBtn {
    background: #e1e1e1 url("../images/sort-icon.png") no-repeat scroll center center / 24px auto;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 0 0 0 30px;
    padding: 5px 10px;
    width: 21px;
}
.filterOuter > div#tabSectionDesk {
    background: #b5b5b5 none repeat scroll 0 0;
    display: none;
    margin: 10px 0 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 410px;
    z-index: 10;
}
.tabContents input[type="submit"] {
    background: #ed1c24 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    left: 10px;
    margin: 0;
    padding: 6px 20px;
    position: absolute;
	-webkit-appearance: none;
}
.searchBox {
    background: #b5b5b5 none repeat scroll 0 0;
}
.filter_box .chosen-container, #reAssingBox .chosen-container {
    width: 268px !important;
}
.containerOuter {
    min-height: 570px;
}
.headerWrapper .btn {
    float: left;
    margin: 0 20px 0 0;
}
.sortBox {
    background: #b5b5b5 none repeat scroll 0 0;
    border: 1px solid #e8e5e5;
    border-radius: 5px;
    clear: both;
    display: none;
    float: right;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 29px;
    width: 290px;
    z-index: 99;
}
.sortFields h3 {
    font-size: 16px;
    margin: 0;
}
.headerWrapper .sortFields .btn {
    display: block;
    float: none;
    margin: 10px auto 0;
}
.sortFields input {
    margin: 0 6px 13px 0;
}

.eachItem {
    background: #f5f5f5 none repeat scroll 0 0;
    margin: 0 0 20px;
    padding: 10px 0;
}
.formAdditional {
    display: none;
}
.mobOnly {
    display: none;
}
.pagination {
    clear: both;
    display: block;
}

.quotationListingOuter .quotationSingle:nth-child(3n+1) {
    clear: both;
}
#listUsers .overlayContainer::after {
    background: rgba(0, 0, 0, 0) url("../images/user-icon-bg.png") no-repeat scroll center bottom / 160px auto;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.07;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


















@media only screen and (min-width: 769px) {

	.headerOuter {
		background: #fff none repeat scroll 0 0;
		padding: 0 0 20px;
		position: relative;
		z-index: 99;
	}
	.quotationMoreDetails {
		display: block !important;
	}
	#page {
		padding: 80px 0 0 !important;
	}	
	.ui-body-c .ui-link {
		color: #2489ce;
		font-size: 16px;
		font-weight: 700;
		line-height: 34px;
	}	
	#sendPDF .ui-input-text {
		border: medium none;
		box-shadow: none;
		padding: 0;
	}
	#page .ui-body-b {
		background: rgba(245, 245, 245, 0.86) none repeat scroll 0 0;
	}
	#mailProvider_chosen.chosen-container {
		min-width: 280px;
	}
	#nav-panel, #logout-pane, .ui-loader, .ui-btn-inner {
		display: none;
	}
	.ui-footer-fixed {
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		width: 100%;
		z-index: 1000;
	}		
	.chosen-single.ui-link > span {
		font-size: 14px;
		font-weight: normal;
	}
	#branch_filter_chosen {
		min-width: 280px;
		text-align: left;
	}	
	.deskOnly {
		float: left;
		width: 100%;
	}
	.deskOnly .headerWrapper {
		margin: 10px auto;
		max-width: 1120px;
		position: relative;
	}
	.quotationSingle {
		float: left;
	}
	.containerOuter  {
		min-height: 500px;
	}

}

#listUsers {
    clear: both;
    padding-top: 25px;
}
.mobTopBar{
	display:none;
}
.mailSendBtn {
    background-image: url("../images/mail-icon.png");
    background-position: 12px center;
    background-repeat: no-repeat;
    min-height: 29px;
    padding-left: 44px;
    padding-right: 12px;
}
.floatRight .btn {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}
#clientAddress, #introBusiness, #notes {
    height: 110px;
}
#businessHours {
    height: 80px;
}
.filterActive{
	background-color: #d6d6d6;
}
.greencardEmailsettings {
    background-color: #ddd;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-top: 20px;
}
.quotationItems.WYS {
    height: 150px;
}