/* latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: local('Varela Round'), local('VarelaRound-Regular'), url(https://fonts.gstatic.com/s/varelaround/v6/APH4jr0uSos5wiut5cpjrugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/varelaround/v6/APH4jr0uSos5wiut5cpjrnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

input:not([type=checkbox]):not([type=radio]), textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

img {
	border: none;
}

.darkOverlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 10001;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.clear {
	clear: both;
}

.websiteNoHeadFoot {
	padding:0px 20px 20px 20px;	
}
.websiteNoHeadFoot table {
	margin-top:20px;	
}
.websiteNoHeadFoot table td {
	padding:3px 10px;	
}

.titlebox {
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	color: white;
	line-height: 10px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	z-index: 2;
	font-size: 10px;
	left: -100%;
	top: -100%;
	white-space: nowrap;
}

.smalltext {
	font-size:0.8em;	
}


html {
	height: 100%;
}

body {
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;	
	margin: 0px;
	background-color: white;
	-webkit-text-size-adjust: 100%;
}

body:not(.fancy) {
	min-height: 100%;
}

body.login * {
	box-sizing: border-box;
}

body.login .loginlinks a {
	white-space: nowrap;
}

body.login .frameWrapper {
	text-align: center;
}

body.login:not(.createuser) .wrapper {
	padding: 40px 30px 20px;
	max-width: 500px;
	margin: 30px auto 10px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}

body.login.createuser .wrapper {
	padding: 40px 30px 20px;
	display: inline-block;
	margin: 30px auto 10px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

body.login.createuser .wrapper input[type=submit] {
	width: 400px;
}

body.login form table tr td input:not([type=checkbox]):not([type=radio]) {
	width: 100%;
}

body.login .wrapper h1 {
	padding-top: 5px;
}
/*
span.desktop.hideasint {
	display: none;
}
*/
p {
	
}

a {
	color: #2b4f62;
	text-decoration: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
	border: 1px solid #C8C8C8;
}

a:hover {
	text-decoration: underline;
}

.pagingTop {
	text-align:right;
	margin:15px 0;
	float: right;	
}

.pagingBottom {
	text-align:right;
	margin:15px 0;
	float: right;
}

h1, h2, h3 {
	font-weight: normal;
	color: #476677;
}

h1 {
	font-size: 28px;
	margin: 20px 0px;
}

h2 {
	font-size: 22px;
	margin: 40px 0px;
}

h3 {
	font-size: 20px;
	margin: 14px 0px;
}

h4 {
	font-size: 14px;
	color: white;
}

textarea, input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input[type=file] {
	padding:  5px;
	border: 1px solid #a9a9a9;
	width: 400px;
}

.backtolink {
	float:left;
	padding: 20px 0px 0px 40px;
	font-size:12px;
}
.backarrow {
    transform: rotate(180deg);
	display:block;
	float:left;
	margin-right:3px;
}

.msgBox {
	background-color: white;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	opacity: 0;
	position: absolute;
	top: 0;
	width: auto;
	max-width: 80%;
	left: 50%;
	transform: translateX(-50%) translateY(-110%);
	text-align: center;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.24);
	min-height: 40px;
	line-height: 20px;
    padding: 10px;
    z-index: 1;
	transition: 0.5s ease all;
}

.msgBox.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0%);
}

.tooltip {
	cursor: pointer;
}

.tooltip.nopointer {
	cursor: default;
}


header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 44px;
	overflow: hidden;
	z-index: 6;
	background-color: white;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.24);
}

header .logo {
	width: 220px;
	height: 44px;
	float: left;
}

header .logo a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 0;
	width: 220px;
	height: 44px;
}

header .logo a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 220px;
	max-height: 38px;
}

header .loggedIn {
	float: right;
	padding: 0 20px;
	line-height: 44px;
	color: #2b4f62;
	font-size: 14px;
}

header .loggedIn span.name {
	padding-left: 4px;
}

header .loggedIn .separator {
	display: inline-block;
	width: 30px;
	text-align: center;
}

header .loggedIn i {
	margin-left: 5px;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.frameHeader {
	position: fixed;
	top: 44px;
	left: 0;
	bottom: 0;
	width: 220px;
	background-color: #2b4f62;
	box-shadow: 3px 0px 10px rgba(0,0,0,0.24);
	z-index: 2;
	overflow: hidden;
	transition: 0.15s ease-out;
}

.frameHeader ul {
	padding: 0;
	margin: 33px 0 0 0;
	border-top: 1px solid #36586a;
	border-bottom: 1px solid #36586a;
	width: 220px;
}

.frameHeader ul li {
	padding: 0;
	margin: 0;
	width: 220px;
	list-style-type: none;
	white-space: nowrap;
}

.frameHeader ul li:not(:last-child) {
	border-bottom: 1px solid #36586a;
}

.frameHeader ul li a {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	display: block;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	color: white;
	position: relative;
}

.frameHeader ul li.active a {
	background-color: #36586a;
}

.frameHeader ul li a::after {
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-family: 'fontAwesome';
	content: '\f105';
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #95a7b1;
	font-size: 12px;
}

.frameHeader ul li.active a::after {
	content: '\f111';
	font-size: 6px;
}

.frameHeader ul li a:hover::after {
	color: #fff;
}

.frameHeader ul li a i {
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
}

.frameHeader ul li a:hover {
	background-color: #36586a;
	text-decoration: none;
}

.frameHeader .terms {
	text-align: center;
}

.frameHeader .terms a {
	margin-top:30px;
	color: rgba(255,255,255,0.8) !important;
	font-size: 10px;
	display: block;
	padding: 20px 10px;
}

.frameHeader .terms a:hover {
	background-color: rgba(255,255,255,0.05);
	color: white;
}

.frameHeader .developer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.frameHeader .developer a {
	color: rgba(255,255,255,0.8) !important;
	font-size: 10px;
	display: block;
	padding: 20px 10px;
}

.frameHeader .developer a:hover {
	background-color: rgba(255,255,255,0.05);
	color: white;
}

.frameWrapper {
	position: absolute;
	top: 44px;
	right: 0;
	width: calc(100% - 220px);
	padding-bottom:100px;
}

.frameWrapper.fullwidth {
	width: 100% !important;
}

.developer.grey {
	margin-top: 10px;
}

.developer.grey a {
	color: rgba(0,0,0,0.5) !important;
	font-size: 0.8em;
}

.developer.grey a:hover {
	color: rgba(0,0,0,0.8) !important;
}

.headTitle {
	padding: 40px 40px 0;
	clear:left;
}

.headTitle h1 {
	margin: 0px;
	min-height: 44px;
	line-height: 44px;
}

.maincontent {
	clear:both;
	
}

.maincontent .actualcontent {
	height: auto;
	padding: 20px 40px 20px 40px;
}

input[type=submit], input[type=button], a.button {
	background: rgb(43,79,98); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(43,79,98,1) 0%, rgba(32,57,73,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,79,98,1)), color-stop(100%,rgba(32,57,73,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(43,79,98,1) 0%,rgba(32,57,73,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(43,79,98,1) 0%,rgba(32,57,73,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(43,79,98,1) 0%,rgba(32,57,73,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(43,79,98,1) 0%,rgba(32,57,73,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4f62', endColorstr='#203949',GradientType=0 ); /* IE6-9 */
	color: white;
	border: none;
	transition: 0.1s;
	cursor: pointer;
	min-width: 120px;
	padding: 6px 35px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Varela Round', sans-serif;
	display: inline-block;
	white-space:nowrap;
}

.btnAccept {
	background:#008000!important;	
}
.btnDeny,
input[type=button].delete-calendar {
	background:#ca1515!important;	
}
.smallbutton {
	font-size:11px!important;
		
}

.tblCheckboxList {
	border-top:1px solid #F2F2F2;	
}

.tblCheckboxList td {
	border-bottom:1px solid #F2F2F2;
	width:auto!important;
	min-width:0!important;
}
.tblCheckboxList td {
	padding-right:10px;	
}

.tblFilter {
	width: 100%;
	min-width: 825px;
	border-collapse:collapse;
	margin-top: 30px;
}

.tblFilter tr td {
	padding: 5px;
}
.tblFilter tr:first-child td {
	width: 20%;
	
}

.tblFilter tr td:first-child {
	padding-left: 0px;
}

.tblFilter tr td:last-child {
	padding-right: 0px;
}

.tblFilter tr td input[type=text], .tblFilter tr td select {
	width: 100%;
	padding: 5px;
	/*border: none;*/
	/*box-shadow: 1px 1px 0px #2b4f62, -1px -1px 0px #2b4f62, -1px 1px 0px #2b4f62, 1px -1px 0px #2b4f62 ;*/
	/*border: 1px solid #2b4f62;*/
}

.tblFilter tr td select {
	min-width: 80px;
}

.tblFilter input[name=FromDate], .tblFilter input[name=ToDate] {
	cursor: pointer;
}

.tblFilter input[type=button], .tblFilter input[type=submit] {
	width: 100%;
}

.tblViewOrder select, .tblViewOrder input[type=text] {
	padding: 5px;
}

.tblInvoiceLines tr.underline td, .tblInvoiceLines td.underline {
	border-bottom:1px solid #333;	
}

.wrapper {
	position: relative;
}

.wrapper .logintype-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #d3d3d3;
}

.wrapper .logintype-holder .logintype {
	text-align: center;
	line-height: 40px;
	color: rgba(0,0,0,0.5);
	width: 50%;
	float: left;
	cursor: pointer;
}

.wrapper .logintype-holder .logintype.selected {
	position: relative;
	color: white;
	background-color: grey;
}

@media screen and (min-width: 421px) {
	.wrapper .logintype-holder .logintype.selected::after {
		position: absolute;
		color: white;
		top: 0;
		right: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-family: fontAwesome;
		content: "\f00c";
		font-size: 16px;
	}
}

.wrapper .tblForm {
	/*width: 100%;*/
	margin: auto;
}

.wrapper .tblLogin,
.wrapper .tblForgotLogin {
	width: 100%;
    max-width: 380px;
}

.wrapper h1 {
	font-size: 25px;
}

.tblForm {
	border-collapse: collapse;
	text-align: left;
}

/*
.tblLogin,
.tblForgotLogin {
	margin: 50px auto;
}
*/

.tblForm .tdsplit {
	height:2px;

}
.tblForm .tdsplit hr {
	border: 1px solid #2B4F62;
}

.tblForm tr td {
	padding: 5px;
}

.tblForm tr td:first-child {
	padding-left: 0px;
	min-width: 210px;
}

.tblForm input[type=text], .tblForm input[type=tex], .tblForm input[type=email], .tblForm input[type=password], .tblForm select, .tblForm textarea {
	padding: 5px;
	width: 400px;
}

.tblLogin input[type=submit],
.tblForgotLogin input[type=submit] {
	padding: 5px;
	max-width: 400px;
	width: 100%;
}

.tblLogin tr td:first-child,
.tblForgotLogin tr td:first-child {
	padding-left: 5px;
}

.tblForm textarea {
	resize: vertical;
}

.tblInfo {
	border-top:1px solid #cfcfcf;
}

.tblInfo td {
	border-bottom:1px solid #cfcfcf;	
	padding:3px 10px;
}


.tblOrders {
	font-size:12px!important;
	min-width: 825px;
}

.tblOrders tr td {
	padding:8px 5px!important;
}
.tblOrders:not(.nopointer) tr:not(:first-child) td {
	cursor:pointer;	
}

.tblIntSalary .cb-label {
	cursor:pointer;	
}
.tblIntSalary .cb-label input {
	pointer-events:none;
		
}

.tblData tr.subhead td {
	border-bottom:1px solid #fff;	
}

.tblData {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 10px solid #2b4f62;
	min-width: 825px;
}

.tblData td:last-child {
	white-space:nowrap;	
}

.tblData tr:nth-child(even) td {
	background-color: #f2f2f2;
	
}

.tblData tr:nth-child(odd) td {
	background-color: #fafafa;

}

.tblData .trEven td {
	background-color: #f2f2f2!important;	
}
.tblData .trOdd td {
	background-color: #fafafa!important;	
}

.tblData tbody:not(.tbody-subhead) tr:first-child td {
	background-color: #2b4f62!important;
	text-transform:uppercase;
	color: white;
	padding: 15px 15px;
}

.tblData tr td {
	padding: 10px 15px;
}

.tblData tr td:last-child {
	text-align: right;
}

.tblOrders tr td.status {
	position: relative;
	width: 40px;
	z-index: -1;
}

.tblData tr td.status::before {
	content: '';
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 5px;
	position: absolute;
}

.tblData tr td.actions {
	font-size:0;	
}

.tblData tr td.actions a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.15);
	font-size: 14px;
	height: 30px;
	width: 30px;
	overflow: hidden;
	z-index: 1;
	transition: 0.2s ease all;
	background-color: white;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	color: rgba(0,0,0,0.7);
	outline: none !important;
}

.tblData tr td.actions a i {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color: #000 !important;
}

.tblData tr td.actions a:hover {
	background-color: #38903d;
	color: #fff;	
	border: 1px solid rgba(0,0,0,0);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.tblData tr td.actions a.warning:hover {
	background-color:#c42626;
}

.tblData tr td.actions a:hover i {
	color: white !important;
}

.tblData tr td.actions a:not(:last-child) {
	margin-right: 4px;
}


.tblOrders tr.lt48 td {
	background-color: #fbfdde;
}

.tblOrders tr.smsacceptstatus1 td {
	background-color: #adf69f;	
}

.tblOrders tr.smsacceptstatus2 td {
	background-color: #f69f9f;	
}



.tblOrders tr.lt48 td.status::after {
	display: block;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #303030;
	font-family: 'fontAwesome';
	content: '\f0f3';
	position: absolute;
	text-align: center;
	font-size: 12px;
}

.tblData tr td.awaiting::before {
	background-color: #ffd800;
}

.tblData tr td.confirmed::before {
	background-color: #38d03c;
}

.tblData tr td.cancelled::before {
	background-color: #ff0000;
}

.tblData tr td.done::before {
	background-color: #5dc9d6;
}

/*.tblDataHoriz tr td {
	vertical-align: top;
}*/

.tblDataHoriz tr td:first-child {
	width: 25%;
}

.tblDataHoriz tr td:last-child {
	text-align: left;
}

/*.tblDataHoriz tr td select {
	padding: 5px;
}*/

.tblData40 {
	float:left;
	width:39%!important;
	margin-top:20px;
	margin:0 0 0 1%;	
}

.tblData60 {
	float:left;
	width:59%!important;
	margin-top:20px;
	margin:0 1% 0 0;	
}

.tblDataResized {
	width:100%!important;
	margin:0!important;
	min-width:0;
}


tr td.activelogin::before, tr td.inactivelogin::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: auto;
	background-color: #ff0000;
}

tr td.activelogin::before {
	background-color: #38d03c;
}

tr td.inactivelogin::before {
	background-color: #ff0000;
}

.tblCreateInterpretor .language {
	width: 25%;
	float: left;
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
}

.tblCreateInterpretor tr.languages td {
	vertical-align: top;
}

.tblCreateInterpretor .language * {
	display: table-cell;
	vertical-align: top;
}

.tblButtons {
	clear: both;
	margin-top: 5px;
	border-collapse: collapse;
	width:100%;
}

.tblButtons tr td {
	padding: 5px;
}

.tblButtons tr td:first-child {
	padding-left: 0px;
}

.tblButtons tr td:last-child {
	padding-right: 0px;
}

.tblButtons tr td:last-child input[type=submit]:not(:last-child) {
	margin-right: 10px;
}

.tblButtons tr td .btnAccept {
	border: 2px solid #38d03c;
}

.tblButtons tr td .btnCancel {
	border: 2px solid #ff0000;
}

.tblRate {
	margin-top: 40px;
	border-collapse: collapse;
}

.tblRate .starrr a {
	font-size: 25px;
	color: #6fc6da;
}

.tblRate tr td {
	padding: 10px;
}

.tblRate tr td:first-child {
	padding-left: 0;
}

.tblRate textarea {
	padding: 5px;
	width: 400px;
	height: 120px;
	resize: vertical;
}

.starholder i {
	font-size: 22px;
	color: #6fc6da;
	margin: 1px;
}

.tblOrders .starholder i,
.tblViewOrder .starholder i {
	font-size: 14px;
}

.btnConfirmCancel {
	background: none !important;
	filter: none !important;
	color: #2b4f62 !important;
	border: none !important;
	transition: none !important;
	cursor: pointer !important;
	min-width: auto !important;
	padding: 0 !important;
	display: inline !important;
	outline: 0 !important;
}

.btnConfirmCancel:hover {
	text-decoration: underline !important;
}

.tblButtons tr td .btnDone {
	border: 2px solid #5dc9d6;
}


.tblLog tr.priority td {
	border-bottom:1px solid #fff;
}

.tblLog tr.priority.priority1 td {
	background:rgba(47,199,65,0.4)!important;
}
.tblLog tr.priority.priority2 td {
	background:rgba(232,224,8,0.4)!important;
}
.tblLog tr.priority.priority3 td {
	background:rgba(240,1,5,0.35)!important;
}

.tblLog {
	width: 825px;
	border-collapse: collapse;
	border-bottom: 10px solid #2b4f62;
}

.tblLog tr td {
	padding: 15px;
	font-size:11px;
}

.tblLog tr td:last-child {
	text-align: right;
}

.tblLog thead tr td {
	background-color: #2b4f62;
	color: white;

}

.tblLog tbody tr:nth-child(odd) td {
	background-color: #fafafa;
}

.tblLog tbody tr:nth-child(even) td {
	background-color: #f2f2f2;
}

.tblCreateOrder .intnotavailable {
	color: #ca1f1f;
	font-weight:bold;
}

.tblCreateOrder tr td:first-child {
	width: 250px;
}

.tblFancybox {
	min-width: auto;
}

.centercontent {
	text-align: center;
}

.tablelinks {
	margin-left: 10px;
}

/*DROPDOWN MENU*/

/*WRAPPER*/
.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 200px;
    margin: 0;
    padding: 10px 15px;
	float: right;
 
    /* Styles */
    background: #fff;
    border: 2px solid #2b4f62;
	color: #2b4f62;
    cursor: pointer;
    outline: none;
	font-size: 16px;
}

/*ARROW*/

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #2b4f62 transparent;
}

/*LIST*/

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
	left: -2px;
    right: 0px;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	width: 200px;
 
    /* Styles */
    background: white;
    transition: all 0.3s ease-out;
    list-style: none;
	border-bottom: 2px solid #2b4f62;
 
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

/*LINKS AND ICONS*/

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    border-left: 2px solid #2b4f62;
	border-right: 2px solid #2b4f62;
    padding: 10px;
    transition: all 0.15s ease;
}
 
 /*
.wrapper-dropdown-2 .dropdown li:nth-child(1) a { 
    border-left-color: #00ACED;
}
 
.wrapper-dropdown-2 .dropdown li:nth-child(2) a {
    border-left-color: #4183C4;
}
 
.wrapper-dropdown-2 .dropdown li:nth-child(3) a {
    border-left-color: #3B5998;
}
*/
 
.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
 
/* Hover state */
 
.wrapper-dropdown-2 .dropdown li:hover a {
    /*color: grey;*/
	border-left: 10px solid #2b4f62;
	/*border-right: 10px solid #2b4f62;*/
}

/*EXPANDED STATE*/

.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}
 
.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */
 
.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
 
.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

/*INTERPRETORS*/

tr.new-speciality td:last-child {
	position: relative;
}

tr.new-speciality td:last-child .btnDeleteSpeciality {
	position: absolute;
	width: 29px;
	height: 29px;
	right: -24px;
	top: 5px;
	cursor: pointer;
	text-align: center;
}

tr.new-speciality td:last-child .btnDeleteSpeciality i {
	line-height: 29px;
}

tr.new-speciality td:last-child .btnDeleteSpeciality:hover i {
	color: #903;
}

/*INTERPRETORS IMGLIST*/

.ints-holder {
	position: relative;
	left: -10px;
}

.ints-holder .intwithimg {
	width: 220px;
	padding: 10px;
	float: left;
	text-align: center;
	background-color: rgb(245,245,245);
	margin: 10px;
}

.ints-holder .intwithimg .img {
	display: block;
}

.ints-holder .intwithimg .intname {
	display: block;
	height: 60px;
	position: relative;
}

.ints-holder .intwithimg .intname .center {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ints-holder .intwithimg .intname .intpostcodecity {
	font-size:0.8em;	
	font-style:italic;
	color:rgba(0,0,0,0.6);
}


.orderbox-holder {
	text-align:center;	
}


.orderbox.orderbox-red {
	border-color:#d12b2b!important;
}
.orderbox.orderbox-red .top {
	background:#df3b3b!important;
}

.orderbox.orderbox-green {
	border-color:#008000!important;	
}
.orderbox.orderbox-green .top {
	background-color:#008000!important;	
}

.orderbox.orderbox-yellow {
	border-color:#d5cf1d!important;	
}
.orderbox.orderbox-yellow .top {
	background-color:#d5cf1d!important;	
}

.orderbox.orderbox-important {
	border-color:#37a3e3!important;	
}
.orderbox.orderbox-important .top {
	background-color:#37a3e3!important;	
}



.orderbox {
	width:200px;
	border-style:solid;
	border-width:2px;
	border-radius:8px;
	border-color:rgba(0,0,0,1);
	text-decoration:none;
	display:inline-block;
	text-align:left;
	margin:20px 10px;
}
.orderbox a, .orderbox a:hover {
	text-decoration:none;	
}
.orderbox .top {
	color:#fff;	
	padding:10px;
	background:rgba(0,0,0,0.9);
}
.orderbox .number {
	float:right;
	font-size:40px;
	line-height:50px;
}
.orderbox .icon {
	font-size:40px;
	line-height:50px;	
}
.orderbox .text {
	clear:both;
	text-align:right;
	font-size:11px;	
}

.orderbox .action:before {
	display:block;
	content:'\f18e';
	font-family:'FontAwesome';
	float:right;	
}

.orderbox .action {
	line-height:50px;
	padding:0 20px;	
}

.tab-holder {
	border:1px solid #cdcdcd;
	background:#f3f3f3;	
	position:relative;
	top:34px;
	font-size:0;
	margin-bottom:34px;
	
}
.tab-holder .tab {
	display:inline-block;
	position:relative;
	top:-34px;
	height:34px;
	line-height:34px;
	margin-right:5px;
	padding:0 15px;
	border:1px solid #cdcdcd;
	
	background:#dddddd;
	cursor:pointer;
	font-size:14px;
	left:-1px;
}

.tab-holder .tab.selected {
	background:#f3f3f3;	
	border-bottom:#f3f3f3;
	cursor:default;

}

.tab-holder .content {
	position:relative;
	top:-34px;	
	font-size:14px;
	margin-bottom:-30px;
	padding:20px;
}

.int-finish-signature {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9010;
	background: white;
	transform: translateY(150%);
	transition: 0.4s ease-out all;
	opacity: 0.5;
	padding: 10px 20px 20px;
	overflow-y: auto;
}

.int-finish-signature .content {
	max-width: 840px;
	margin: auto;
}

.int-finish-signature.active {
	opacity: 1;
	transform: translateY(0);
}

.int-finish-signature i.close-overlay {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	padding: 5px;
	cursor: pointer;
}

.int-finish-signature h3 {
	text-align: center;
	margin: 0;
}

.int-finish-signature h3.pushdown {
	transform: translateY(50%) translateY(1px) translateX(-50%);
	background-color: white;
	border: 1px solid #B3B3B3;
	position: relative;
	z-index: 9011;
	display: inline-block;
	padding: 5px;
	left: 50%;
	font-size: 14px;
}

.int-finish-signature .tblForm {
	width: 100% !important;
	max-width: 300px;
	margin: 10px auto 0;
}

.int-finish-signature .tblForm tr td:last-child {
	width: 160px;
}

.int-finish-signature .tblForm label,
.int-finish-signature .tblForm input[type=radio] {
	cursor: pointer;
}

.int-finish-signature .tblForm input[readonly] {
	background: #F0F0F0 !important;
}

.int-finish-signature .tblForm tr td:first-child {
	min-width: auto;
}

.int-finish-signature .jsig {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 10px;
}

.int-finish-signature .jsig .signature-holder {
	position: relative;
	left: -20px;
	width: calc(100% + 40px);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 2px dotted #B3B3B3;
	border-bottom: 2px dotted #B3B3B3;
	background: #fff;
}
.int-finish-signature .jsig .signature-holder canvas {
	width:100%;
	height:180px;
}

.int-finish-signature .jsig .signature-holder #signature .jsig-element {
	
}

.int-finish-signature .jsig #result {
	text-align: center;
	padding: 10px;
}

.int-finish-signature .buttonholder {
	text-align: center;
}

.int-finish-signature .buttonholder .button {
	text-align: center;
	border: none;
	transition: 0.1s;
	cursor: pointer;
	min-width: 110px;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
	white-space: nowrap;
	background: rgba(145, 183, 85, 1);
	color: rgba(255, 255, 255, 1);
}

.int-finish-signature .buttonholder .button.red {
	background: rgb(196, 38, 38);
}

.int-finish-signature .radiotext {
	position: relative;
	top: -2px;
}

.tblCreateInterpretor .signature-holder {
	position: relative;
	width: 100%;
	max-width: calc(840px / 4);
	border: 1px dashed lightgrey;
	overflow: hidden;
	padding: 5px;
}

.tblCreateInterpretor .signature-holder svg {
	width: 100% !important;
	height: auto !important;
}

.tblCreateInterpretor .btnSign {
    margin-top: 10px;
}

/* errorpages start */
	
body.error {
	padding: 80px 20px 20px;
	text-align: center;
	font-size: 1em;
}
	
/* errorpages end */


select[name=employeeid] {
	width:400px;	
}


/* select2 select intepretor start */

.otherintbut {
	position:relative;	
}

.customerremark-popup-holder {
	position:absolute;	
}

.otherintbut .orderint-popup,
.customerremark-popup {
	pointer-events:none;
	opacity:0;
	position:absolute;	
	width:400px;
	bottom:35px;
	background:white;
	border-radius:10px;
	padding:15px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	transition:ease-in-out opacity 0.2s;
	white-space:pre-wrap;
}
.customerremark-popup {
	bottom:auto;
	top:10px;
	white-space:normal;	
}
.customerremark-popup.active {
	opacity:1;	
}

.otherintbut .orderint-popup.above {
	bottom:inherit;
	top:35px;	
}

.otherintbut .orderint-popup.active {
	pointer-events:initial;
	opacity:1;	
}

select[name=LinkedInterpretor] {
	width:400px;	
}
.select2-container .select2-dropdown.ddlLinkedInterpretor li {
	border-top:1px solid rgba(0,0,0,0.1);
}
.select2-container .selectintoption {
	clear:both;	
}
.select2-container .selectintoption .intdesc {
	display:none;	
}
.select2-container .selectintoption .line {
	line-height:18px;
}

.select2-container .selectintoption .line * {
	display:inline-block;	
}

.select2-container .selectintoption .line .km {
	float:right;
	font-size:0.8em;
}
.select2-container .selectintoption .sex {
	width:20px;
	overflow:hidden;
	float:left;
}

.select2-container .selectintoption .sex i {
	line-height:36px;	
	font-size:1.4em;
	color:rgba(0,0,0,0.5);
}
.select2-container .selectintoption .sex i.male {
	color:#1548ee;	
}
.select2-container .selectintoption .sex i.female {
	color:#d81010;	
}

.select2-container .select2-results__option--highlighted[aria-selected] .selectintoption.denied {
	color:black!important;	
}

.select2-container .select2-results__option--highlighted[aria-selected] .selectintoption:not(.denied):not(.notavailable) .sex i {
	color:#fff!important;	
}




.select2-container .selectintoption .line .phone {
	font-size:0.8em;
	font-style:italic;
}

.select2-container .selectintoption .line .profit {
	float:right;
	font-size:0.8em;
	font-weight:bold;	
}

.ddlLinkedInterpretor .select2-results__option:not(:first-child):not(:last-child).select2-results__option--highlighted[aria-selected] {
	background:none!important;
}

.ddlLinkedInterpretor .select2-results__option--highlighted[aria-selected] .selectintoption {
	background:rgba(0,0,0,0.4);	
}

.ddlLinkedInterpretor .select2-results__option .selectintoption.denied {
	background:#f69f9f;	
}

.ddlLinkedInterpretor .select2-results__option .selectintoption.remove {
	position:relative;
}
.ddlLinkedInterpretor .select2-results__option .selectintoption.remove * {
	opacity:0.5;	
}
.ddlLinkedInterpretor .select2-results__option .selectintoption.remove::before {
	content:'Fravalgt';	
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	background:#f69f9f;
	border-radius:5px;
	padding:7px 10px;
	font-size:10px;
	color:#fff!important;
	
}

.ddlLinkedInterpretor .select2-results__option .selectintoption.notavailable {
	background:rgba(0,0,0,0.7);	
	color:#fff!important;
}
.ddlLinkedInterpretor .select2-results__option .selectintoption.notavailable i {
	color:#fff!important;		
}


.ddlLinkedInterpretor .select2-results__option:not(:first-child):not(:last-child) {
	padding:0;	
}
.ddlLinkedInterpretor .select2-results__option .selectintoption {
	padding:6px;	
}

/* select2 select intepretor end */


.mfa-holder {
	text-align:center;
	padding-top:30px;
}

.mfa-holder .otp-container {
	display:flex;
	justify-content:center;	
	gap:5px;
}

.mfa-holder .otp-container input {
	text-align:center;
	width:54px;
	height:54px;
	line-height:54px;
	
	border-radius:10px;
	border:1px solid rgba(0,0,0,0.2);	
	font-size:1.2em;	
}
.mfa-holder .timer {
	color: rgba(0,0,0,0.5);	
}

.mfa-holder form {
	margin:40px 0;	
}

.mfa-holder .mfa-footer {
	padding-top:10px;	
}


@media screen and (max-width: 1775px) {
	.tblData60 {
		margin: 20px 0;
		float: none;
		max-width: 825px;
		width: 100% !important;
	}
	
	.tblData60 .tblDataResized {
		max-width: 100% !important;
		width: 825px !important;
	}
	
	.tblData40 {
		margin: 0;
		float: none;
		max-width: 825px;
		width: 100% !important;
	}
	
	.tblData40 .tblDataResized {
		max-width: 100% !important;
		width: 825px !important;
	}
}


@media screen and (max-width: 1120px) {
	.frameHeader {
		width: 37px;
	}
	
	.frameHeader:not(.show) .developer,
	.frameHeader:not(.show) .terms {
		opacity: 0;
		pointer-events: none;
	}
	
	.frameHeader:hover {
		width: 220px;
	}
	
	.frameHeader:hover .developer,
	.frameHeader:hover .terms {
		opacity: 1;
		pointer-events: initial;
		transition: 0.5s ease all;
		transition-delay: 0.15s;
	}
	
	.frameHeader ul li a::after {
		display: none;
	}
	
	.frameHeader:hover ul li a::after {
		display: block;
	}
	
	.frameWrapper {
		width: calc(100% - 37px);
	}
}

@media screen and (max-width: 500px) {
	.mfa-holder .otp-container input {
		text-align:center;
		width:42px;
		height:42px;
		line-height:42px;
	}
}