html,body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    background: #c1ced6;
    margin: 0;
}

h1{margin-top:0px;}

.clearer{clear:both;}
.float_left{float:left;}
.float_right{float:right;}

.rotate180{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}

.page_wrapper{

}


.menu_wrapper{
	margin-top:2px;
	border-top:7px solid #4d7089;
	border-bottom:5px solid #e9600f;
	padding-top:10px;
	padding-bottom:5px;
	background:#fff;
}
#menu {
    position: relative;
    height: 35px;
    background: transparent;
	border:0;
	float:right;
}
#menu .k-item {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}
#menu .k-item:hover, #menu .k-item:hover a, #menu .k-link:hover {
    background:none;
	color:#E9600F;
}
#menu .k-state-selected, #menu .k-state-selected a{
	background:none;
	color:#E9600F;
}
#menu .k-last{border:0px;}


#profile_menu ul {   
	border:0;
	/*background:none !important;*/
	margin-left:10px;
	margin-right:10px;
}
#profile_menu ul .k-item{
    border:0px;
}
#profile_menu ul .k-link:hover {
    color:#285070;
}
#profile_menu ul .k-item:hover, #profile_menu .k-item:hover a {
    background:none;
	color:#285070;
}
#profile_menu ul .k-state-selected, #profile_menu .k-state-selected a{
	background:none;
	color:#285070;
}


.menu_logo{
	background:url(../images/sf-icon.png) no-repeat left;
    background-size: cover;
	display:block;
	width:33px; height:34px;
	float:left;
	margin-left:14px;
}
.menu_icon{
	background:url(../images/sf-icon.png) no-repeat left;
	display:block;
	width:33px; height:34px;
	float:right;
	margin:0 40px;
}

.login {
    float: left;
    clear: left;
    width: 300px;
    height: 70px;
    margin: 30px 30px 30px 30px;

}
.login ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.login li {
    padding: 3px 0px 3px 0px;
    vertical-align: middle;
    color: #000;
}
.login ul label {
    display: inline-block;
    width: 80px;
    text-align: right;
    padding-right: 5px;
    color: #000;
}
.login label {
    color: #000;
}
.login ul input {
    border: 1px solid #ddd;
    width: 150px;
}
#loginForm div {
    float: right;
    margin-right: 53px;
}
.error {
    float: left;
    clear: left;
    width: 274px;
    height: 35px;
    margin-top: 20px;
    text-align: left;
    color: #bc0404;
}
#loginForm span.k-tooltip{
    margin-left: 85px;
}
/* menu */

/* content */
#content{
    /*width: 950px;
    margin: 30px auto;
    max-width: 1178px;*/
	padding:0px;
    background-color: #f6f6f6 ;
	-webkit-box-shadow: 0px 13px 25px 0px rgba(255, 255, 255, 0.9);
	-moz-box-shadow:    0px 13px 25px 0px rgba(154, 183, 195, 0.9);
	box-shadow:         0px 10px 18px 0px rgba(40, 80, 112, 0.9);
    display: none;
}
#content > div:first-child{
	padding:5px 0px 15px 0px;
}
.content_centered{
	max-width: 1260px;
    /*min-width: 728px;*/
    width: 100%;
    margin: 0px auto;
}
.content_wrapper{
	position:relative;
}

 /* change password screen */
#changePassDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#changePassDiv li {
    padding: 3px 0px 3px 0px;
    vertical-align: top;
    color: #000;
}
#changePassDiv ul label {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 5px;
    color: #000;
}
#changePassDiv span.k-tooltip{
    margin-left: 127px;
}
#errMsg{
    color: #bc0404;
    margin-left: 15px;
    height: 25px;
}
/*clients*/
#clientsGrid{
    width: 280px;
}
#customersGrid{
    width: 650px;
}
#clientsDiv td{
    vertical-align: top;
}

#clientsGrid.k-grid tbody .k-button,
#customersGrid.k-grid tbody .k-button{
    min-width:25px;
    width:25px;
}
#clientsGrid.k-grid .k-button-icontext .k-icon,
#customersGrid.k-grid .k-button-icontext .k-icon {
    vertical-align: middle;
}



/* general elements */
.split-view {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;	
	margin: 10px 0 0 0;
	padding: 0 20px;
}
.split-view .list-results-panel {
	border-right: 0px solid #e6e6e6;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 290px;	
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-spacing: 0;
	cursor: auto;
}
.detail-panel {
	box-sizing: border-box;
	display: table-cell;
	margin: 0;
	vertical-align: top;
	border-spacing: 0;
	padding-left: 10px;
    overflow-x:hidden;
}

.left-grid-panel .k-alt{ background-color:#F6F6F6; }

.list-result-name{ padding-bottom:4px; font-weight:bold;}

.head{
    border-bottom:1px solid #ccc; padding-bottom:10px; margin-top:8px; padding-left:20px; padding-right:300px;
}
.head .name {
	font-size: 30px;
	color: #1f6e97;
	padding-right: 10px;
	vertical-align: middle;
}
.create-button {
		font-size: 22px;
		padding: 0 10px;
		margin-right: 10px;
		line-height: 1.25em;
}

.list-pager {
	border:0;
	background:none;
	margin-top:2px;
}
.list-pager .k-pager-info{padding-left:0px; padding-right:5px; font-size:11px;}
.list-panel {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/*padding: 10px 10px 0 0;*/
	margin: 0;
	width:288px;
}
.list-panel>div {
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	padding: 5px 0 5px 5px;
	position: relative;
} 

.head_service_line{
	position:absolute;
	right:20px;
	margin-top:15px;
}

.subhead{border-bottom:1px solid #ebebeb; padding:5px 20px; background:#ebebeb}
.list-results-search{ width:281px; margin-right:24px; }


.detail-info-panel{width:82%; float:left; padding-right:3%;}
.detail-actions-panel{width:15%; float:right;}
.detail-actions-panel .k-button{ display:block; width:auto; margin-bottom:5px;}
.detail-info-table{width:100%;}
.detail-info-table td{height:31px;}
.detail-info-table td input{
	width:100%;
	box-sizing: border-box;
    -webkit-box-sizing: order-box;
    -moz-box-sizing: border-box;
}
.fieldLabel{ width:70px;}

.detail-info-panel .styled-multiselect .k-multiselect{
	padding: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.22);
    border-radius: 3px;
    border: 1px solid #a0a0a0;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.detail-grid-item{margin-bottom:3px !important;}
.detail-grid-item .k-grid-pager{background-color:rgb(235,235,235); color:rgb(31,110,152);}

.editFormWrapper{width:100%;}
.editFormWrapper input[type="text"], .editFormWrapper textarea{
	width:100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.editFormWrapper .k-picker-wrap input[type="text"], .editFormWrapper .k-dropdown-wrap input[type="text"], .editFormWrapper .k-numeric-wrap input[type="text"]{
	width:100%;
	box-sizing:inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}
.editFormWrapper .k-combobox{width:100%;}
.editFormWrapper .k-picker-wrap {margin-top:2px;}

.detail-info-table .k-picker-wrap input[type="text"], .detail-info-table .k-dropdown-wrap input[type="text"], .detail-info-table .k-numeric-wrap input[type="text"]{
	width:100%;
	box-sizing:inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}

.circle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: auto;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
}

.k-grid tbody .k-button, .k-grid tbody button.k-button {
    min-width:inherit;
}
.k-button .fa{
    font-size:14px;
	line-height:normal !important;
	margin:auto !important;
	width:auto !important;
	height:auto !important;
	background-image:none;
}
.k-button.k-grid-update, .k-button.k-grid-cancel{
	font-size:0px;
}
.k-popup-edit-form .k-button.k-grid-update, .k-popup-edit-form  .k-button.k-grid-cancel{ font-size: inherit; }



.crm-sections .title {
    font: 22px "Oswald",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
.crm-sections>div {
    margin-top: 50px;
}
.crm-sections>div>div>div {
    padding-top: 30px;
}
.crm-sections>div>div>div>span:first-child {
    font-size: 18px;
}
.crm-sections table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 2em;
}
.crm-sections td {
    border-top: 1px solid #ddd;
    vertical-align: top;
}

.crm-sections td, .crm-sections th { padding: 5px 10px; }

.crm-sections th {
    border-bottom: 1px solid #666;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: grey;
}
.crm-sections .little {
    padding: 2px;
    width: 30px;
    height: 25px;
}
.crm-sections .actions {
    padding: 0;
}

.form-control{
	height:30px;
	font-size:12px;
}

.nav-tabs.rightAlign ul {
    text-align: right;
}

.k-tabstrip:focus{ box-shadow: none; }

#popup_module_container .list-results-panel, #popup_module_container .subhead, #popup_module_container .head{
    display:none;
}
#popup_module_container .removeInPopup{ display: none;}


.menu_wrapper .active{
    color:#D75E17;
}

.custom-multiselect-check-item{ margin-right: 7px !important;}

.drag-handler{
    background-color: #fff;
    border:1px solid #ccc;
    color: #333;
    padding:5px 8px;
    text-align: center;
    cursor: move;
}

.fieldLabel label{ font-weight: normal; margin-bottom: 0px; }
label.fieldLabel{ font-weight: normal; }
.detail-info-panel span{ font-weight: bold; }

.productLineTable{
    border-collapse: collapse;
    border: 1px solid #B3C6D0;
}
.productLineTable td{
    padding: 8px;
}
.productLineTable.color_1 tr{
    background-color: #dde9f1;
}

.hideGridToolbar .k-grid-toolbar{
    display: none;
}

.huge {
    font-size: 40px;
}
.dashboard-second .huge{float: left; font-size:16px}

.dashboard .panel{ cursor: pointer; }
.panel-green {
    border-color: #5cb85c;
}
.panel-green .panel-heading,
.panel-green .panel-heading-sub {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow .panel-heading,
.panel-yellow .panel-heading-sub {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.panel-blue1 {
    border-color: #679DC6;
}
.panel-blue1 .panel-heading,
.panel-blue1 .panel-heading-sub {
    background-color: #679DC6;
    border-color: #679DC6;
    color: #fff;
}
.panel-blue2 {
    border-color: #3980B5;
}
.panel-blue2 .panel-heading,
.panel-blue2 .panel-heading-sub {
    background-color: #3980B5;
    border-color: #3980B5;
    color: #fff;
}
.panel-blue3 {
    border-color: #0B62A4;
}
.panel-blue3 .panel-heading,
.panel-blue3 .panel-heading-sub {
    background-color: #0B62A4;
    border-color: #0B62A4;
    color: #fff;
}
.panel-red {
    border-color: #D9534F;
}
.panel-red .panel-heading,
.panel-blue3 .panel-heading-sub  {
    background-color: #D9534F;
    border-color: #D9534F;
    color: #fff;
}
.panel-lemon {
    border-color: #cbcd00;
}
.panel-lemon .panel-heading,
.panel-lemon .panel-heading-sub {
    background-color: #cbcd00;
    border-color: #cbcd00;
    color: #fff;
}


.dashboard .panel-heading,
.dashboard .panel-heading-sub{
    font-size: 16px;
}

.dashboard .communication_reminder_info{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dashboard .bluebold{
    font-weight:bold;
    color: #1f6e97;
}
.dashboard .list-group{
    margin-bottom: 0;
}
.dashboard .list-group-item{
    padding-top: 9px;
    padding-bottom: 9px;
}

.noResult{ padding: 10px; text-align: center; font-style: italic; }

.name_link{
    display: block;
}




#erp-documents .detail-grid-item{padding: 0 10px;}
.gallery_item{
    float:left;
    width: 155px;
    margin: 7px 14px 7px 0;
    position: relative;
    border: 1px solid #ccc;
    background: #F6F6F6;
    padding: 1px;
}
.gallery_item img{ width: 100%; }
.gallery_item .actions{
    position: absolute;
    bottom: 0;
    left:0; right:0;
    padding: 5px;
    background: rgba(255,255,255,0.9);
    text-align: right;
    display: none;
}
.gallery_item:hover .actions{
    display:block;
}
.gallery_item .actions .btn{padding: 5px 10px; margin-left: 10px;}
.list_item_add{
    cursor: pointer;
    height: 74px;
    padding-top: 25px;
    text-align: center;
}
.list_item_add .fa{font-size: 50px;}
.gallery_item .featured_image{
    position: absolute;
    color: #e5e00e;
    font-size: 35px;
    top:5px;
    left:5px;
}
.gallery_item a{ text-decoration: none;}
.gallery_item span{
    font-size: 45px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    display: block;
}
.gallery_item span.document_name{
    font-size: inherit;
    height: 24px;
    display: block;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.dd_target{
    border: 3px solid transparent;
}
.dd_hover{
    border: 3px dashed #ccc;
}


.red{
    color: #ff0000;
}

.bootstrap-tagsinput{
    width: 100%;
}
.bootstrap-tagsinput input{
    border: 0 !important;
    box-shadow: none !important;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.twitter-typeahead .tt-hint
{
    display: none;
}
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.tt-input{ padding: 0 !important;}
.bootstrap-tagsinput .tag{
    font-size: 90%;
}


.btn-group .dropdown-menu{ min-width: inherit; }

.k-button .tooltip{display: none;}


.k-grid-edit-row .k-dropzone em{
    display: none;
}
.k-grid-edit-row .k-filename{
    width: 100%;
    text-align: left;
}

.quicksearch .list-results-search{ margin-right: 5px; }
.quicksearch .k-button{
    background: #428bca;
    color:#fff;
}

.editProduct .k-edit-label{ width: 10%; }
.editProduct .k-edit-field{ width: 80%; }


.gridColumnExpander{
    cursor: pointer;
    float: right;
    font-size: 15px;
    margin-right: 20px;
    margin-top: 7px;
}

.dashboardWidget.placeholder {
    opacity: 0.4;
    border: 1px dashed #a6a6a6;
}
.dashboardWidget.hint {
    min-width: 385px;
}
.dashboardWidget .panel-heading{ cursor: move; }

.toggle-center-button{ padding-left: 0; padding-right: 0; }
.detail-actions-panel .k-button{ padding: 5px 4px 4px; }

.clearAfter::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.k-listview{ border: 0; }
input.k-textbox{ text-indent: 0; }


.incomingInvoiceStatus7{
    background: #F2DEDE !important;
}
.incomingInvoiceStatus6{
    background: #DFF0D8 !important;
}
.k-state-selected{ box-shadow: none !important}

.jira-reports-grid .k-grid-content{padding: 0;}
.jira-reports-grid td{height:60px}


.no-scrollbar .k-grid-header
{
    padding: 0 !important;
}
.no-scrollbar .k-grid-content
{
    overflow-y: visible;
}

.screenshot-deit-buttons .k-picker-wrap {
    border-radius: 0px !important;
    padding-left: 10px;
}

.widgets .dashboard_widgets_container:nth-child(2) {
    margin-top: 30px;
}

.dashboard-filter-show-all {
    background-color: #8dc04c !important;
    border-color: #8dc04c !important;
    margin-right: 5px;
}









/* -------------------- taken from sf-eteam style ------------------------ */

.k-window.edit-overlay,
.k-window.notification-overlay {
    border: 0;
}
.k-window.edit-overlay .k-window-actions,
.k-window.notification-overlay .k-window-actions {
    display: none;
}
.k-window.edit-overlay .k-window-title,
.k-window.notification-overlay .k-window-title{
    text-transform: uppercase;
    color: #fff;
    padding-top: 5px;
    padding-left: 5px;;
}
.k-window.edit-overlay form,
.k-window.notification-overlay .message-wrapper {
    width: 80%;
    margin: auto;
    padding: 20px 0 30px;
}
.k-window.edit-overlay form label {
    margin-right: 10px;
}
.k-window .actions {
    /*width: 95%;*/
    margin: auto;
    padding-bottom: 7px;
}
.k-window .actions.notify {
    width: 95%;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    max-height: 2.5em;
}
.k-window .actions button {
    width: 75px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: #b9b9b9;
    color: #fff;
    text-shadow: none;
    padding: 5px;
}

.k-window .actions button:hover,
.k-window .actions button:active {
    background: #1f6e98;
    box-shadow: none;
}
.k-window.edit-overlay > div.k-window-titlebar {
    background: #1f6e98;
    border-bottom: 1px solid #175271;
}

/* Panel Bar */

.k-panelbar .k-link.k-header {
    color: #fff !important;
    box-shadow: none;
}

.k-panelbar .k-state-default .k-link {
    background: #285070;
}

.k-panelbar .k-item .k-link.k-header.k-state-hover,
.k-panelbar .k-item.k-state-active .k-link.k-header {
    background: #285070;
}
.k-panelbar .k-group .k-link {
    background: #fff;
    color: #000;
}

.k-panelbar .k-group .k-link.k-state-focused,
.k-panelbar .k-group .k-link.k-state-hover {
    background: #C7DFA4;
    box-shadow: none;

}

/* dropdown fix */
.k-ff {
    overflow: inherit !important;
}
.k-pager-refresh{ background:transparent !important;}
.k-pager-wrap a.k-pager-refresh.k-link:hover{
    background-color: transparent !important;
}
.k-pager-wrap a.k-pager-refresh.k-link:hover span{
    color:#285070 !important;
}

.k-grouping-header, .k-grid-toolbar{padding:2px 1px;}

.form-group .k-dropdown{ width: 100%;}

.k-panelbar .k-grid{ border:0;}
.k-panelbar .k-content{ border: 0; }
.k-panelbar{border:0;}
.k-button .k-icon{ margin:0; }
.list-results-panel .k-pager-info{ padding-top: 3px }

.k-button{ border: 0}
.k-grid tr{
    background-color: #f1f7f9 ;
}

.k-detail-cell{ padding: 0 !important; padding-right: 1px !important; }

.detail-actions-panel .k-button span:first-child{ margin-right: 6px !important; }

.k-ext-dialog-buttons .k-button{ background: #b9b9b9; color: #fff; text-transform: uppercase; }
.k-ext-dialog-buttons{ width: 100% !important }

.k-grid-toolbar .k-button span:first-child{ margin-right: 6px !important; }

*{
    border-radius: 0 !important;
}

.editFormWrapper .k-dropdown-wrap .k-input{
    height: 27px;
}

.k-tabstrip h3 {
    display: inline-block;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 0;
}
.k-tabstrip .k-tabstrip-items {
    padding: 0;
}
.k-tabstrip .k-item .k-link {
    text-transform: uppercase !important;
    color: #fff !important;
    font-family: 'GillSansB',sans-serif !important;
    /*font-weight: bold;*/
}
.k-tabstrip .k-item.k-state-default {
    background: #ccc;
    margin-right: 1px;
}
.k-tabstrip .k-item.k-state-active {
    background: #285070;
}
.k-tabstrip .k-item,
.k-tabstrip .k-content {
    /*border: 0;*/
}