/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}
input[type=date] {
	font-family: proxima-nova, sans-serif;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-center {
	text-align: center;
}
h1 {
	font-weight: 500;
	font-size: 42px;
	line-height: 60px;
	color: #253858;
	margin-bottom: 24px; 
}
h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	color: #253858;
	margin-bottom: 24px; 
}
h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #253858;
	margin-bottom: 24px; 
}
h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #253858;
	margin-bottom: 24px; 
}
h5 {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #253858;
	margin-bottom: 24px; 
}
h6 {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #253858;
	margin-bottom: 10px; 
}
.col-05 {
	width: 4.1666%;
	float: left;
}
.col-1 {
	width: 8.3333%;
	float: left;
}
.col-15 {
	width: 12.4999%;
	float: left;
}
.col-2 {
	width: 16.6666%;
	float: left;
}
.col-3 {
	width: 25%;
	float: left;
}
.col-4 {
	width: 33.3333%;
	float: left;
}
.col-5 {
	width: 41.6666%;
	float: left;
}
.col-6 {
	width: 50%;
	float: left;
}
.col-7 {
	width: 58.3333%;
	float: left;
}
.col-8 {
	width: 66.6666%;
	float: left;
}
.col-9 {
	width: 75%;
	float: left;
}
.col-10 {
	width: 83.3333%;
	float: left;
}
.col-11 {
	width: 91.6666%;
	float: left;
}
.col-12 {
	width: 100%;
	float: left;
}
.mb-1 {
	margin-bottom: 10px;
}

/*			LOGIN			*/

#login {width: 100%; float: left;}
#login .image {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    z-index: 999;
}
#login .image .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/login.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#login .form {
    margin-left: 550px;
    width: calc(100% - 550px);
    float: left;
    height: 100vh;
	background: #23394a;
	position: relative;
}
#login .form form {
    width: 100%;
    max-width: 340px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
#login .form form h3 {

    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;

}
#login .form form p {
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 30px;
	color: #fff;
}
#login .form form input {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 14px;
	background-color: #445867;
	color: #DEDBDB;
	margin-left: 0;
	margin-right: 0;
}
#login .form form input::placeholder {
	color: #DEDBDB;
}
#login .form form button {
    border-radius: 6px;
    border: 0;
    padding: 6px 28px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
	margin-top: 20px;
    outline: none;
	background-color: #fff;
	color: #23394A;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
	float: left;
}
#login .form form a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    float: left;
    margin-top: 26px;
    text-decoration: none;
    margin-left: 10px;
}
#login .form form a:hover {
	text-decoration: underline;
}

#login .form form .error_login {
    background: #dd4b39;
    border-radius: 6px;
    width: 100%;
    float: left;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #fff;
}
#login .form form .success_login {
    background: #44C97D;
    border-radius: 6px;
    width: 100%;
    float: left;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #fff;
}




/*			BACKEND			*/
#top_navigation {
	width: calc(100% - 280px);
	position: fixed;
	margin-left: 280px;
	float: left;
	background: #42526E;
	height: 66px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
	z-index: 9999;
}
#top_navigation .user,
#top_navigation .search,
#top_navigation .language,
#top_navigation .logout {
    float: right;
    height: 66px;
}

#top_navigation .user .avatar {
    max-height: 50px;
    float: left;
	margin-top: 8px;
}
#top_navigation .user .avatar img {
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 50%;
}
#top_navigation .user span {
    height: 66px;
    display: inline-block;
    vertical-align: middle;
    line-height: 66px;
    color: #fff;
    margin-left: 10px;
	margin-right: 20px;
}
#top_navigation .search i,
#top_navigation .language i,
#top_navigation .logout i {
    font-size: 20px;
    color: #fff;
    padding: 23px;
}
#top_navigation .search,
#top_navigation .language,
#top_navigation .logout {
	border-left: 1px solid rgba(0,0,0,.12);
	cursor: pointer;
}
#top_navigation .btn {
    margin: 11px 20px;
    float: left;
    color: #000;
    background: #f5f5f5;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 20px;
    transition: background 0.2s;
}
#top_navigation .btn:hover {
	transition: background 0.2s;
	background: #dcdcdc;
}
#footer {
    width: calc(100% - 280px);
    float: left;
    position: fixed;
    bottom: 0;
    left: 280px;
    background: #1e2129;
    box-shadow: 0 -1px 1px -1px rgba(0,0,0,.2),0 0 1px 0 rgba(0,0,0,.14),0 -1px 3px 0 rgba(0,0,0,.12);
    color: #fff;
}
#footer p,
#footer a{
    padding: 12px 10px;
	text-decoration: none;
	color: #fff;
}
#main_navigation {
	width: 280px;
	min-height: 100vh;
	background: #172B4D;
	float: left;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.35);
	position: fixed;
}
#main_navigation .logo,
#main_navigation .logo img{
	width: 100%;
	float: left;
}
#main_navigation .logo {
	background: #091E42;
	padding-bottom: 120px;
}
#main_navigation .user {
    width: 100%;
    float: left;
    margin-top: -110px;
    text-align: center;
}
#main_navigation .user span.name {
    color: #fff;
    font-size: 20px;
}
#main_navigation .user span.email {
    color: #A5ADBA;
    font-size: 14px;
}
#main_navigation .avatar {
    width: 100%;
    float: left;
    position: relative;
    background: #172B4D;
}
#main_navigation .avatar .image {
    width: 100px;
    float: left;
    margin: -50px calc((100% - 100px) / 2) 50px;
	background: #172B4D;
	border-radius: 50%;
	text-align: center;
}
#main_navigation .avatar .image img {

    width: 80%;
    float: left;
    border-radius: 50%;
    margin: 10%;

}


#main_navigation .navigation,
#main_navigation .navigation ul,
#main_navigation .navigation ul li{
	width: 100%;
	float: left;
}
#main_navigation .navigation ul{
	list-style: none;
}
#main_navigation .navigation ul li a {
    width: 100%;
    float: left;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
}
#main_navigation .navigation ul li a i {
    margin-right: 10px;
    width: 25px;
}
#main_navigation .navigation ul li.active
{
    background: #0065FF;
    width: 95%;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#content {
    width: calc(100% - 280px);
    margin-left: 280px;
    margin-top: 66px;
    float: left;
    min-height: calc(100vh - 110px);
    position: absolute;
}
#content.grey {
	background: #ddd;
}
#content .title {
	background: url("/assets/images/bg.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	min-height: 100px;
}
#content .title.big {
	min-height: 134px;
}
#content .title .kn {
    float: left;
    margin-top: 39px;
    color: #fff;
    margin-left: 10px;
    background: #28a745;
    padding: 1px 5px;
    border-radius: 6px;
	text-decoration: none;
}
#content .title .btn {
    margin: 28px 10px;
    float: left;
    color: #000;
    background: #f5f5f5;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 20px;
	transition: background 0.2s;
	cursor: pointer;
}
#content .title.big .btn {
	margin: 45px 10px;
}
#content .title button.btn {
    border: 0;
    font-size: 16px;
	cursor: pointer;
}
#content .title .btn:hover {
	transition: background 0.2s;
	background: #dcdcdc;
}
#content .title .btn:last-child {
	margin-right: 20px;
}
#content .title h1 {
    margin-left: 20px;
    margin-top: 19px;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(255,255,255,0.22);
}
#content .title.big h3 {
    margin-left: 20px;
    margin-top: -25px;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(255,255,255,0.22);
    float: left;
    clear: both;
}

#content .table {
    margin: 20px 20px 90px 20px;
    width: calc(100% - 40px);
    float: left;
}
#content .table thead {
    background: #172B4D;
    color: #fff;
    font-weight: 700;
}
#content .table thead tr{
    width: 100%;
    float: left;
    padding: 8px;
}
#content .table thead tr td{}
#content .table tbody {
	width: 100%;
	float: left;
}
#content .table tbody tr {
    padding: 8px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #DFE1E6;
}
#content .table tbody tr:last-child {
	border-bottom: 0;
}
#content .table tbody tr td a {
    color: #172B4D;
    text-decoration: none;
    text-transform: uppercase;
}
#content .table tbody tr td a i {
	transition: padding 0.2s;
}
#content .table tbody tr td a:hover i {
	transition: padding 0.2s;
	padding-left: 5px;
}

#content .card {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    min-height: 100px;
    width: calc(100% - 20px);
    float: left;
    margin: 10px;
}
#content .card .card_title {
    color: rgba(0,0,0,.8);
    background: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding: 15px 20px;
	font-weight: 700;
}
#content .card .card_content {
    padding: 15px 20px;
    width: 100%;
    float: left;
}
#content .card .contacts {
	width: 100%;
	float: left;
	padding: 20px;
	border-top: 1px solid #dcdcdc;
}
#content .card .contacts:first-child {
	border-top: 0;
}
#content .card .contacts .detail-image {
    width: 150px;
    height: 150px;
    background: #172B4D;
    position: relative;
    border-radius: 50%;
	float: left;
}
#content .card .contacts .detail-image.small {
    width: 60px;
    height: 60px;
}
#content .card .contacts .detail-image .image {
    position: absolute;
    width: 130px;
    height: 130px;
    background: #fff;
    margin: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    color: #172B4D;
    line-height: 134px;
}
#content .card .contacts .detail-image .image .badge {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    margin-left: -30px;
    margin-top: -37px;
    text-transform: uppercase;
}
#content .card .contacts .detail-image.small .image {
    width: 52px;
    height: 52px;
    font-size: 28px;
    color: #172B4D;
    line-height: 54px;
    margin: 4px;
    border-radius: 30px;
    font-weight: 400;
}
#content .card .contacts .detail-content {
    float: left;
    width: calc(100% - 150px);
    padding-left: 30px;
}
#content .card .contacts .detail-content.small {
    float: left;
    width: calc(100% - 60px);
    padding-left: 30px;
    margin: 17px 0;
}
#content .card .contacts .detail-content.small .btn {
    margin: -9px 9px;
    float: right;
    color: #000;
    background: #f5f5f5;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 20px;
    transition: background 0.2s;
}
#content .card .contacts .detail-content.small .btn:hover {
	background: #dcdcdc;
    transition: background 0.2s;
}
#content .card .contacts .detail-content h4 {
	margin-bottom: 10px;
	float: left;
}
#content .card .contact_add,
#content .card .task_add,
#content .card .invoice_add,
#content .card .workstep_add,
#content .card .message_add,
.row_add{
    width: calc(100% - 40px);
    float: left;
    margin: 20px;
    text-align: center;
    background: #f5f5f5;
    color: #000;
    padding: 12px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s;
	cursor: pointer;
}
#content .card .contact_add:hover,
#content .card .task_add:hover,
#content .card .invoice_add:hover,
#content .card .workstep_add:hover,
#content .card .message_add:hover,
.row_add:hover{
	transition: background 0.2s;
	background: #dcdcdc;	
}
.row_add {
	margin: 0;
	width: 100%;
}
form label,
form input,
form select{
    width: calc(100% - 30px);
    float: left;
    margin: 0px 15px;
}
form select {
	height: 10px;
}
form input {
   	width: calc(100% - 30px);
    float: left;
    padding: 10px;
    margin-bottom: 15px;
	font-size: 15px;
}
.section_title {
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding: 8px 20px;
    background: #f5f5f5;
	transition: transform 0.3s;
	cursor: pointer;
}
.section_title i {
	transition: transform 0.3s;
	transform: rotate(0deg);
}
.section_title.active i {
	transform: rotate(90deg);
	transition: transform 0.3s;
}
.footer-margin {
	width: 100%;
	float: left;
	height: 70px;
}
.display-none {
	display: none;
}
input.invoicelikecustomer,
input.company_check {
    width: auto!important;
    float: left!important;
    margin-top: 4px!important;
}
textarea {
    float: left;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    margin-left: 15px;
    border: 1px solid rgb(191, 191, 191);
    max-width: calc(100% - 30px);
    width: 620px;
    min-height: 50px;
    max-height: 300px;
    height: 80px;
    min-width: calc(100% - 30px);
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.alert {
    width: 100%;
    float: left;
    color: #fff;
    padding: 20px;
}
.alert.success {
	background: #28a745;
}
.alert.danger {
	background: #721c24;
}
.alert.full-width-form {
    width: calc(100% - 30px);
    margin: 15px;
}
.col-2.warning {
    font-size: 100px;
    text-align: center;
    color: #DE350B;
}
.modal {
    position: fixed;
    width: 100%;
    height: calc(100vh + 66px);
    top: -66px;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
	display: none;
}
.modal select {
    margin: 10px 15px 20px;
}
.modalbox {
    position: fixed;
    width: 50%;
    float: left;
    background: #fff;
    left: calc(50% + 140px);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    padding: 20px 30px;
}
.modal.display {
	display: block;
}
.modal .btn {
    margin: 11px 15px;
    color: #fff;
    background: #172B4D;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 20px;
    transition: background 0.2s;
    border: 0;
    font-size: 16px;
    float: right;
    cursor: pointer;
}
.modal .btn:hover {
	transition: background 0.2s;
	background: #091E42;
}
.modal h1 {
	margin-left: 15px;
}
.close-icon {
    font-size: 30px;
    margin: 15px 15px;
    color: #253858;
    cursor: pointer;
}
.hr {
    width: calc(100% - 30px);
    float: left;
    height: 1px;
    margin: 20px 15px 35px 15px;
    background: #ccc;
}
input::placeholder {
	color: #000;
}
input:disabled, input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    border: 1px solid #bfbfbf;
    color: #000;
	cursor: not-allowed;
}
#get_result {
    width: 100%;
    float: left;
    margin: 0 15px 30px;
}


table.modern {
    margin: 20px 20px 90px 20px;
    width: calc(100% - 40px);
    float: left;
}
table.modern.no-bottom {
	margin-bottom: 0!important;
}
table.modern thead {
	color: #333; 
	background: #f1f1f1; 
	width: 100%;
	float: left;
}
table.modern thead td {
    padding: 12px 8px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
table.modern thead td:last-child {
	border-right: 1px solid #ccc;
}
table.modern tbody,
table.modern tbody tr,
table.modern thead tr {
	width: 100%;
	float: left;
}
table.modern tbody tr {
	border-bottom: 1px solid #ccc;
}
table.modern.border-top tbody tr {
	border-bottom: 0;
	border-top: 1px solid #ccc;
}
table.modern.border-top tbody tr:first-child,
table.modern.border-top tbody tr.next {
	border-top: 0;
}
table.modern tbody tr td {
    padding: 12px 8px;
}
table.modern tbody tr td a {
    text-decoration: none;
    color: #fff;
    background: #172B4D;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
	transition: background 0.2s;
}
table.modern tbody tr td a:hover {
	background: #091E42;
	transition: background 0.2s;
}
span.percent {
	float: left;
}
.status_bar {
    height: 20px;
    background: #eee;
    border-radius: 10px;
    position: relative;
    width: calc(100% - 45px);
    float: right;
}
.status_bar .active_bar {
    height: 20px;
    background: #0065FF;
    border-radius: 10px;
}
.task_tile:first-child {
	border-top: 0;
}
.task_tile {
    padding: 20px;
    width: 100%;
    float: left;
	border-top: 1px solid #dcdcdc;
}
.progress_circle {
    position: relative;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #cccccc;
	font-size: 150px;
	float: left;
	margin: 0 auto;
}
.progress_circle::after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: whitesmoke;
    width: 0.84em;
    height: 0.84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.progress_circle span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #172B4D;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.progress_circle .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}
.progress_circle .slice.b50 {
    clip: rect(auto, auto, auto, auto);
}
.progress_circle .bar {
	position: absolute;
	border: 0.08em solid #172B4D;
	width: 1em;
	height: 1em;
	clip: rect(0em, 0.5em, 1em, 0em);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.progress_circle .bar180 {
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg); 
	-ms-transform: rotate(180deg); 
	-o-transform: rotate(180deg); 
	transform: rotate(180deg);
}
.progress_circle .bar.b50::after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.progress_circle .fill {
    border-color: #4db53c !important;
}
.task_content {
	float: left;
	width: calc(100% - 150px);
	padding-left: 30px;
}
.task_content h4 {
	margin-bottom: 10px;
}
.task_content .categories {
    width: 100%;
    float: left;
}
.task_content .categories div {
    float: left;
    background: #172B4D;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
}
.task_content .categories div i {
    margin-right: 9px;
}
.task_content .tn {
    float: left;
    background: #BF2600;
    padding: 1px 5px;
    border-radius: 6px;
    text-decoration: none;
    width: auto;
	transition: background 0.2s;
}
.task_content .tn a {
	color: #fff;
	text-decoration: none;
}
.task_content .tn:hover {
	background: #8c1c00;
	transition: background 0.2s;
}

#content .title .tn {
    float: left;
    margin-top: 39px;
    margin-left: 10px;
    background: #BF2600;
    padding: 1px 5px;
    border-radius: 6px;
	text-decoration: none;
	color: #fff;
}
#content .title .kn.small {
	margin-top: -19px;
}
#content .title.invoice .kn {
	margin-top: 39px!important;
	margin-left: 10px!important;
}


#top_navigation .language .dropdown {
    position: absolute;
    max-width: 200px;
    background: #fff;
    margin-left: -135px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
	display: none;
}
#top_navigation .language .dropdown.show {
	display: block;
}
#top_navigation .language .dropdown a {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
#top_navigation .language .dropdown a:last-child {
	border-bottom: 0;
}
#top_navigation .language .dropdown a:hover {
	background: #eee;
}
#top_navigation .language .dropdown a img {
    width: 25%;
    float: left;
    border-radius: 50%;
}
#top_navigation .language .dropdown a span {
    line-height: 48px;
}

.error_page {
    margin: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 30%;
    text-align: center;
    left: 50%;
}
.error_page h1 {
    font-size: 150px;
    line-height: 107px;
    font-weight: 700;
    letter-spacing: -1px;
}
.error_page h2 {
    line-height: 39px;
    margin-bottom: 0;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: calc(100% - 30px);
    float: left;
    padding: 20px;
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: 15px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
.workstep {
    width: calc( 100% - 40px);
    float: left;
    margin: 5px 20px;
	background: #f5f5f5;
}
.workstep .meta {
    width: 100%;
    float: left;
    height: 60px;
    background: #172B4D;
    padding: 5px 0;
    color: #fff;
}
.workstep .meta .date {
    float: left;
    line-height: 50px;
    margin-left: 20px;
}
.workstep .meta .user {
    float: right;
    margin-right: 20px;
}
.workstep .meta .user .image {
    width: 50px;
    float: right;
}
.workstep .meta .user .image img {
    width: 50px;
    border-radius: 50%;
}
.workstep .meta .user .name {
    float: right;
    margin-right: 10px;
    line-height: 50px;
}
.workstep .description,
.workstep .files {
    width: 100%;
    float: left;
    padding: 10px 20px;
}
.workstep .files .file {
    width: calc(33% - 20px);
    float: left;
    text-align: center;
    margin: 0 10px;
}
.workstep .files .file a {
    color: #000;
    text-decoration: none;
    background: #ddd;
    padding: 6px;
    float: left;
    text-align: left;
    width: 100%;
    line-height: 30px;
    border-radius: 8px;
	transition: background 0.2s;
}
.workstep .files .file a:hover {
	background: #ccc;
	transition: background 0.2s;
}
.centerbox {}
.workstep .files .file a i {
    font-size: 20px;
    line-height: 30px;
	margin-right: 8px; 
}
.workstep .files .file a .name {
    float: left;
    text-align: center;
    width: 100%;
}

table.modern.warehouse input {
	margin: 0;
	width: 100%;
}
table.modern.warehouse select {
    width: 100%;
    height: 24px;
    margin-top: 10px;
}
table.modern.warehouse button {
    width: 100%;
    height: 45px;
    border: 0;
    background: #0065FF;
    color: #fff;
    border-radius: 33px;
	cursor: pointer;
}

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

.invoice_wrap {
	width: 1000px;
	margin: 25px calc(50% - 700px) 80px;
	float: left;
	min-height: 300px;
	position: relative;
	box-shadow: 0 0px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
	background: #fff;
	padding: 50px;
}
.invoice_widgets {
	width: 348px;
	float: right;
	margin-right: 50px;
	margin-top: 25px;
	padding: 20px;
	border-left: 2px solid #ccc;
}
.invoice_widgets .widget h2 {
    margin-bottom: 5px;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px solid 
    #253858;
    line-height: 17px;
    text-transform: uppercase;
}
.invoice_widgets .widget {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
.invoice_wrap img.logo {
	float:right;
	width: 250px;
	margin: 50px 0 30px;
}
.invoice_wrap p.by {
	color: #656768;
	font-size: 12px;
}
.invoice_wrap p.by span {
	font-weight: 700;
}
.invoice_wrap input.address,
.invoice_wrap input.meta,
.invoice_wrap table input {
    margin: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.invoice_wrap .invoice_header {
	margin-top: 50px;
}
.invoice_wrap .invoice_header h1 {
	margin-bottom: 0px;
}
.invoice_wrap .invoice_header p,
.invoice_wrap .invoice_footer p {
	color: #656768;
	font-size: 16px;
	line-height: 40px;
}
.invoice_wrap table.modern {
	margin-left:0;
	margin-right: 0;
	width: 100%;
	margin-bottom: 10px;
}
.invoice_wrap .document_footer {
	font-size: 13px;
	margin-top: 30px;
	color: #656768;
}
.invoice_wrap .document_footer h2 {
	font-size: 15px;
	margin-bottom: 0;
}
.invoice_wrap .desc {
    margin-bottom: 5px;
    font-size: 12px;
    min-height: 30px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    min-width: 100%;
    border: 0;
    padding: 4px;
	resize: none;
}
.invoice_wrap .col-12.desc {
	margin-top: -10px;
}
.invoice_wrap textarea.desc{
    max-height: 30px;
    margin-bottom: -10px;
}
.invoice_wrap .w50 {
	width: 50px;
	float: left;
}
.invoice_wrap .mw50 {
	width: calc(16.6666% - 50px);
}
.invoice_wrap td.del_btn {
    width: 50px;
    float: left;
    padding: 0;
}
.invoice_wrap td.del_btn button {
    width: 40px;
    height: 40px;
    margin-top: 3px;
    border: 0;
    background: #172B4D;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    padding-left: 7px;
    margin-left: 5px;
}
.invoice_wrap .newfields {
    width: calc(100% - 40px);
    float: left;
    margin: 10px 20px;
    text-align: center;
    background: #f5f5f5;
    color: #000;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
    cursor: pointer;
	margin-bottom: 30px;
}
.invoice_wrap .newfields:hover {
    transition: background 0.2s;
    background: #dcdcdc;
}
.invoice_wrap .inv_header,
.invoice_wrap .inv_footer {
    margin: 0;
    padding: 0;
    border: 0;
    resize: none;
    color: #656768;
    font-size: 16px;
	line-height: 35px;
}
.invoice_wrap .inv_footer {
	min-height: 200px;
}
.invoice_wrap .inv_title {
    color: #253858;
    border: 0;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 35px;
}
.invoice_wrap .totalprice {
	text-align: right;
	padding-right: 20px;
}
.invoice_wrap tr.total {
	font-weight: 700;
	border-bottom: 0;
	margin-bottom: 20px;
}
.invoice_wrap .desc {
	padding-left: 8px;
}
.payment_wrap {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
}
.cancel_status {
	margin-right: 7px;
}
.payment_status {
	margin-right: 10px;
}
.payment_status.green {
	color: #006644;
}
.payment_status.grey,
.cancel_status.grey{
	color: #505F79;
}
.payment_status.red {
	color: #BF2600;
}
textarea.email {
	min-height: 250px;
}
.devider {
	width: 100%;
	float: left;
	height: 1px;
	background: #ccc;
}
.invoice #nav {
    float: right;
    margin-right: 30px;
    color: #fff;
    font-size: 35px;
    margin-top: 30px;
    cursor: pointer;
}
.invoice .dropdown {
	display: none;
}
.invoice .dropdown.open {
    display: block;
    width: 260px;
    position: absolute;
    right: 28px;
    top: 70px;
	background: #172B4D;
}
.invoice .dropdown.open a {
    width: 100%;
    margin: 0 !important;
    background: none !important;
    color: #fff !important;
	padding: 12px 20px !important;
	cursor: pointer !important;
	border-bottom: 2px solid #091E42;
}
.invoice .dropdown.open a:last-child {
	border-bottom: 0;
}
.invoice .dropdown.open a i {
	margin-right: 5px;
}

.invoice_wrap .customer_add_to_invoice {
    width: calc(100% - 40px);
    float: left;
    margin: 20px;
    text-align: center;
    background: #f5f5f5;
	color:#000;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
    cursor: pointer;
}
.invoice_wrap .customer_add_to_invoice:hover {
    transition: background 0.2s;
    background: 
    #dcdcdc;
}
.position-relative {
	position: relative;
}
.display-none {
	display: none;
}
.button_customer_select a,
.button_task_select a {
    width: calc(100% - 0px);
    float: left;
    margin: 5px 0;
    text-align: left;
    background: #f5f5f5;
	color:#000;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
    cursor: pointer;
}
.button_customer_select a:hover,
.button_task_select a:hover{
    transition: background 0.2s;
    background: 
    #dcdcdc;
}
.button_customer_select a span,
.button_task_select a span {
    float: right;
    font-size: 40px;
    line-height: 16px;
    color: #172B4D;
}
.search_for {
    margin-bottom: 5px;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px solid #253858;
    line-height: 17px;
    text-transform: uppercase;
	margin-top: 20px;
}
.search_customer {
    width: 100%;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
#get_tasks_result.hide,
.btn.add_customer_ajax.hide,
.btn_customer.hide,
.btn_task.hide{
	display: none;
}
#get_tasks_result.show {
	display: block!important;
}
.btn.add_customer_ajax.show,
.btn_customer.show,
.btn_task.show{
    display: block !important;
    background: #172B4D;
	color:#fff;
	transition: all 0.2s;
}
.btn_customer.show span,
.btn_task.show span{
    color: #fff;
    transform: rotate(90deg);
    margin-top: 3px;
}
.btn_customer.show:hover,
.btn_task.show:hover{
	background: #172B4D!important;
	color:#fff!important;
}
.no-cursor a {
	cursor: not-allowed!important;
}
.no-cursor:hover a {
	background: #f5f5f5!important;
}
.change_meta {
    background: #f5f5f5;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100px;
    border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s;
}
.change_meta i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #333;
}
.change_meta:hover {
    background: #dcdcdc;
}
.page_nav {
    list-style: none;
    margin: 30px auto 10px;
    justify-content: center;
    display: flex;
}
.page_nav li:first-child a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.page_nav li:last-child a {
	border-right: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.page_nav li a {
    color: #333;
	text-decoration: none;
	padding: 10px 20px;
	border-right: 1px solid #aaa;
	background: #eee;
	transition: background 0.2s;
}
.page_nav li a:hover {
	background: #ccc;
}
.page_nav li a i {
	margin-right: 5px;
}
.page_nav li.active a{
    background: #172B4D;
	color:#fff;
}
.search_window {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    position: fixed;
	display: none;
}
.search_window.show {
	display: block!important;
}
.search_window .search_input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}
.search_window .search_input input {
    width: 100%;
    padding: 20px 30px;
    font-size: 25px;
    border: 1px solid #ccc;
    border-radius: 6px;
	float: left;
}
.search_window .search_input input.border-bottom-square {
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#search_result {
    width: 100%;
    background: #fff;
    float: left;
}

#licence p {
    float: left;
    margin-left: 15px;
}

.grey_button {
    width: calc(100% - 40px);
    float: left;
    margin: 20px;
    text-align: center;
    background: #f5f5f5;
	color:#000;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
    cursor: pointer;
}
.grey_button:hover{
    transition: background 0.2s;
    background: 
    #dcdcdc;
}
.mb-0 {
	margin-bottom: 0!important;
}
.warnings {
    width: 100%;
    float: left;
    background: #172B4D;
	color:#fff;
    text-decoration: none;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 5px;
	transition: background 0.2s;
	cursor: pointer;
}
.warnings i {
	float: right;
}
.warnings:hover {
	background: #091E42;
}
#search_result .title_search:first-child {
	border-top: 0px solid #ccc;
}
#search_result .title_search {
    background: #f1f1f1;
	padding: 5px 15px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	border-top: 2px solid #ccc;
	float: left;
	width: 100%;
}
#search_result a.col-12 {
    border-bottom: 1px solid #eee;
	padding: 5px 15px;
	color:#333;
}

.search_form {
    margin: 20px 20px -10px 20px;
    width: calc(100% - 40px);
    float: left;
	color: #555;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
.search_form i {
    width: 30px;
    float: left;
	margin-top: 3px;
}
.search_form input {
    width: calc(100% - 30px);
    float: left;
    border: 0;
    font-size: 18px;
}
.worksteptable .col-2 .image {
	float: left;
}
.worksteptable .col-2 .image img {
	width: 40px;
	border-radius: 20px;
}
.worksteptable .col-2 .user {
    float: left;
    margin-top: 11px;
    margin-left: 10px;
}
.worksteptable .filea {
    width: 100%;
    float: left;
    text-align: center;
	margin-bottom: 10px;
}
.worksteptable .filea:last-child{
	margin-bottom: 0;
}
.worksteptable .filea i {
	margin-right: 8px;
}
table.modern tbody tr td a.no-btn {
    background: none;
    color: #091E42;
    text-transform: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
.span_address {
	display: none;
}
.mobile {
	display: none;
}

#pdfview {
	width: 100%;
	float: left;
}
.pdfviewtop {
	width: 100%!important;
	float: left;
	margin-left: 0!important;
}
.pdfviewtop form {
	float: left;
}
.pdfviewtop form button,
.pdfviewtop .send_mail,
.pdfviewtop .send_post{
	border: 0;
	cursor: pointer;
}
#pdfview iframe {
	border: 0;
	width: 100%;
	float: left;
	height: calc(100vh - 66px);
	margin-top: 66px;
}

.finance_overview {
	width: 100%;
	float: left;
}
.finance_overview a.item {
    background: #eee;
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
    color: #333;
    text-decoration: none;
    padding: 30px;
}
.finance_overview a.item i {
    font-size: 50px;
    margin-bottom: 20px;
}
.finance_overview a.item:hover h2 {
    text-decoration: underline;
}
.filter.first {
	margin-top: 20px;
}
.filter {
	width: 100%;
	float: left;
	padding: 0 25px;
	margin-top: 10px;
}
.col-12.filter p,
.col-12.filter a {
	float: left;
	margin-right: 10px;
}
.col-12.filter a {
	text-decoration: none;
	color: #172B4D;
}
.col-12.filter a.active {
	text-decoration: underline;
}
.submitfilter{
    text-decoration: none;
    color: #fff;
    background: #172B4D;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.2s;
    border: 0;
    margin-left: 25px;
    margin-top: 15px;
	cursor: pointer;
}
.invoice_option {
    width: 1000px;
    margin: 10px calc(50% - 700px) 0;
    float: left;
    position: relative;
    padding: 0;
}
.avatar_preview {
    width: calc(100% - 30px);
    float: left;
}
.avatar_preview_small {
    width: 100%;
    float: left;
    border-radius: 50%;
    max-width: 50px;
}