* { margin: 0; padding: 0; }

html {
	overflow-x: hidden;
}

body { font: 14px/1.4 "Open sans", sans-serif; overflow-x: hidden;}

article, aside, figure, footer, header, nav, section { display: block; }

a {
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    position: relative;
    text-decoration: none;
    color: #0088ae;
}

a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #0088ae;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-brand {
	height: 80px;
}
.navbar-nav a:before {
	background-color: #fff;
}
.navbar-brand:before {
	display: none;
}
a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  text-decoration: none;
}
.btn:hover:before,
.yellow-button:hover:before {
	visibility: hidden;
}
a:hover, 
a:focus {
	background-color: transparent !important;
	text-decoration: none;
}

h1, 
h2,
h3,
h4 {
	font-family: "Playfair Display", serif;
	text-align: center;
}
h1:after,
h2:after {
	content: "";
	width: 50px;
	height: 4px;
	display: block;
	margin: 18px auto 34px auto;
	background-color: #0088ae;
}
h1.left,
h2.left,
h3.left,
h4.left {
	text-align: left;
}
h3 {
	font-size: 20px;
}
h4 {
	font-family: "Open sans";
	margin-top: 20px;
	font-size: 16px;
}
h1.right,
h2.right {
	text-align: right;
	position: relative;
	min-height: 55px;
}
h1.left:after,
h2.left:after {
	margin: 18px 0 34px 0;
}
h1.right:after,
h2.right:after {
	margin: 18px 0 34px 0;
	position: absolute;
	right: 0;
}
h4.top-margin {
	margin-top: 45px;
	font-weight: 600;
}
.input-group input {
	border: 2px solid #0088ae;
}
.input-group input:focus {
	box-shadow: none;
	border-color: #ffde00;
}
.input-group button {
	padding: 7px 12px;
	box-shadow: none;
	border: 0;
}
.input-group button:hover {
	color: #fff;
	padding: 7px 14px;
}
.btn {
	border: 0;
}
.btn-lg:hover {
	padding: 12px 18px !important;
}

.btn-default,
.btn-lg,
.btn-sm,
.btn-xs {
	text-shadow: none;
	box-shadow: none;
}
.btn-default:hover,
.btn-lg:hover,
.btn-sm:hover,
.btn-xs:hover,
.btn-default:focus,
.btn-lg:focus,
.btn-sm:focus,
.btn-xs:focus {
	background-position: inherit;
	outline: none;
}
.btn-default:hover {
	padding: 11px 21px;
}
.btn-lg:hover,
.btn-lg:focus {
	padding: 8px 14px;
}
.yellow-button {
	border-radius: 4px;
	background: rgb(255,222,0);
	background: -moz-linear-gradient(-45deg,  rgba(255,222,0,1) 0%, rgba(255,222,0,1) 50%, rgba(255,198,8,1) 50%, rgba(255,198,8,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,222,0,1)), color-stop(50%,rgba(255,222,0,1)), color-stop(50%,rgba(255,198,8,1)), color-stop(100%,rgba(255,198,8,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(255,222,0,1) 0%,rgba(255,222,0,1) 50%,rgba(255,198,8,1) 50%,rgba(255,198,8,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(255,222,0,1) 0%,rgba(255,222,0,1) 50%,rgba(255,198,8,1) 50%,rgba(255,198,8,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(255,222,0,1) 0%,rgba(255,222,0,1) 50%,rgba(255,198,8,1) 50%,rgba(255,198,8,1) 100%);
	background: linear-gradient(135deg,  rgba(255,222,0,1) 0%,rgba(255,222,0,1) 50%,rgba(255,198,8,1) 50%,rgba(255,198,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ffc608',GradientType=1 );
	font-family: "Playfair Display", serif;
	color: #2a2a2a;
	text-decoration: none;
	transition: all 0.5s ease;
	font-weight: 300;
	text-align: center;
	color: blue !important;
	padding: 
}
.yellow-button:hover {
	background: rgb(255,198,8);
	background: -moz-linear-gradient(-45deg,  rgba(255,198,8,1) 0%, rgba(255,198,8,1) 50%, rgba(255,222,0,1) 50%, rgba(255,222,0,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,198,8,1)), color-stop(50%,rgba(255,198,8,1)), color-stop(50%,rgba(255,222,0,1)), color-stop(100%,rgba(255,222,0,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(255,198,8,1) 0%,rgba(255,198,8,1) 50%,rgba(255,222,0,1) 50%,rgba(255,222,0,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(255,198,8,1) 0%,rgba(255,198,8,1) 50%,rgba(255,222,0,1) 50%,rgba(255,222,0,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(255,198,8,1) 0%,rgba(255,198,8,1) 50%,rgba(255,222,0,1) 50%,rgba(255,222,0,1) 100%);
	background: linear-gradient(135deg,  rgba(255,198,8,1) 0%,rgba(255,198,8,1) 50%,rgba(255,222,0,1) 50%,rgba(255,222,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc608', endColorstr='#ffde00',GradientType=1 );
	text-decoration: none;
}
.grey-button {
	background: rgb(51,51,51);
	background: -moz-linear-gradient(-45deg,  rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(42,42,42,1) 50%, rgba(42,42,42,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(50%,rgba(51,51,51,1)), color-stop(50%,rgba(42,42,42,1)), color-stop(100%,rgba(42,42,42,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(42,42,42,1) 50%,rgba(42,42,42,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(42,42,42,1) 50%,rgba(42,42,42,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(42,42,42,1) 50%,rgba(42,42,42,1) 100%);
	background: linear-gradient(135deg,  rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(42,42,42,1) 50%,rgba(42,42,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2a2a2a',GradientType=1 );
	font-family: "Playfair Display", serif;
	color: #ffffff !important;
	text-decoration: none;
	transition: all 0.5s ease;
	font-weight: 300;
}
.grey-button:hover {
	color: #fff;
	background: rgb(42,42,42);
	background: -moz-linear-gradient(-45deg,  rgba(42,42,42,1) 0%, rgba(42,42,42,1) 50%, rgba(51,51,51,1) 50%, rgba(51,51,51,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(42,42,42,1)), color-stop(50%,rgba(42,42,42,1)), color-stop(50%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(42,42,42,1) 0%,rgba(42,42,42,1) 50%,rgba(51,51,51,1) 50%,rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(42,42,42,1) 0%,rgba(42,42,42,1) 50%,rgba(51,51,51,1) 50%,rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(42,42,42,1) 0%,rgba(42,42,42,1) 50%,rgba(51,51,51,1) 50%,rgba(51,51,51,1) 100%);
	background: linear-gradient(135deg,  rgba(42,42,42,1) 0%,rgba(42,42,42,1) 50%,rgba(51,51,51,1) 50%,rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#333333',GradientType=1 );
}
.blue-button {
	background: rgb(0,136,174);
	background: -moz-linear-gradient(-45deg,  rgba(0,136,174,1) 0%, rgba(0,136,174,1) 50%, rgba(15,109,135,1) 50%, rgba(15,109,135,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,136,174,1)), color-stop(50%,rgba(0,136,174,1)), color-stop(50%,rgba(15,109,135,1)), color-stop(100%,rgba(15,109,135,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(0,136,174,1) 0%,rgba(0,136,174,1) 50%,rgba(15,109,135,1) 50%,rgba(15,109,135,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(0,136,174,1) 0%,rgba(0,136,174,1) 50%,rgba(15,109,135,1) 50%,rgba(15,109,135,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(0,136,174,1) 0%,rgba(0,136,174,1) 50%,rgba(15,109,135,1) 50%,rgba(15,109,135,1) 100%);
	background: linear-gradient(135deg,  rgba(0,136,174,1) 0%,rgba(0,136,174,1) 50%,rgba(15,109,135,1) 50%,rgba(15,109,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ae', endColorstr='#0f6d87',GradientType=1 );
	font-family: "Playfair Display", serif;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.5s ease;
	font-weight: 300;
}
.blue-button:hover,
.blue-button:focus {
	background: rgb(15,109,135);
	background: -moz-linear-gradient(-45deg,  rgba(15,109,135,1) 0%, rgba(15,109,135,1) 50%, rgba(0,136,174,1) 50%, rgba(0,136,174,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(15,109,135,1)), color-stop(50%,rgba(15,109,135,1)), color-stop(50%,rgba(0,136,174,1)), color-stop(100%,rgba(0,136,174,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(15,109,135,1) 0%,rgba(15,109,135,1) 50%,rgba(0,136,174,1) 50%,rgba(0,136,174,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(15,109,135,1) 0%,rgba(15,109,135,1) 50%,rgba(0,136,174,1) 50%,rgba(0,136,174,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(15,109,135,1) 0%,rgba(15,109,135,1) 50%,rgba(0,136,174,1) 50%,rgba(0,136,174,1) 100%);
	background: linear-gradient(135deg,  rgba(15,109,135,1) 0%,rgba(15,109,135,1) 50%,rgba(0,136,174,1) 50%,rgba(0,136,174,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f6d87', endColorstr='#0088ae',GradientType=1 );
	color: #fff;
}

.red-button {
	background: rgb(234,50,0);
	background: -moz-linear-gradient(-45deg,  rgba(234,50,0,1) 0%, rgba(234,50,0,1) 50%, rgba(232,20,20,1) 50%, rgba(232,20,20,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(234,50,0,1)), color-stop(50%,rgba(234,50,0,1)), color-stop(50%,rgba(232,20,20,1)), color-stop(100%,rgba(232,20,20,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(234,50,0,1) 0%,rgba(234,50,0,1) 50%,rgba(232,20,20,1) 50%,rgba(232,20,20,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(234,50,0,1) 0%,rgba(234,50,0,1) 50%,rgba(232,20,20,1) 50%,rgba(232,20,20,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(234,50,0,1) 0%,rgba(234,50,0,1) 50%,rgba(232,20,20,1) 50%,rgba(232,20,20,1) 100%);
	background: linear-gradient(135deg,  rgba(234,50,0,1) 0%,rgba(234,50,0,1) 50%,rgba(232,20,20,1) 50%,rgba(232,20,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81414', endColorstr='#ea3200',GradientType=1 );
	font-family: "Playfair Display", serif;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.5s ease;
	font-weight: 300;
}
.red-button:hover,
.red-button:focus {
	background: rgb(232,20,20);
	background: -moz-linear-gradient(-45deg,  rgba(232,20,20,1) 0%, rgba(232,20,20,1) 50%, rgba(234,50,0,1) 50%, rgba(234,50,0,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(232,20,20,1)), color-stop(50%,rgba(232,20,20,1)), color-stop(50%,rgba(234,50,0,1)), color-stop(100%,rgba(234,50,0,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(232,20,20,1) 0%,rgba(232,20,20,1) 50%,rgba(234,50,0,1) 50%,rgba(234,50,0,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(232,20,20,1) 0%,rgba(232,20,20,1) 50%,rgba(234,50,0,1) 50%,rgba(234,50,0,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(232,20,20,1) 0%,rgba(232,20,20,1) 50%,rgba(234,50,0,1) 50%,rgba(234,50,0,1) 100%);
	background: linear-gradient(135deg,  rgba(232,20,20,1) 0%,rgba(232,20,20,1) 50%,rgba(234,50,0,1) 50%,rgba(234,50,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81414', endColorstr='#8b0f0f',GradientType=1 );
	color: #fff;
}
.green-button {
	border-radius: 4px;
	background: rgb(0,147,9);
	background: -moz-linear-gradient(-45deg,  rgba(0,147,9,1) 0%, rgba(0,147,9,1) 50%, rgba(0,171,17,1) 50%, rgba(0,171,17,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,147,9,1)), color-stop(50%,rgba(0,147,9,1)), color-stop(50%,rgba(0,171,17,1)), color-stop(100%,rgba(0,171,17,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(0,147,9,1) 0%,rgba(0,147,9,1) 50%,rgba(0,171,17,1) 50%,rgba(0,171,17,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(0,147,9,1) 0%,rgba(0,147,9,1) 50%,rgba(0,171,17,1) 50%,rgba(0,171,17,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(0,147,9,1) 0%,rgba(0,147,9,1) 50%,rgba(0,171,17,1) 50%,rgba(0,171,17,1) 100%);
	background: linear-gradient(135deg,  rgba(0,147,9,1) 0%,rgba(0,147,9,1) 50%,rgba(0,171,17,1) 50%,rgba(0,171,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009309', endColorstr='#00ab11',GradientType=1 );
	font-family: "Playfair Display", serif;
	color: #ffffff !important;
	text-decoration: none;
	transition: all 0.5s ease;
	font-weight: 300;
	text-align: center;
	padding: 
}
.green-button:hover {
	background: rgb(0,171,17);
	background: -moz-linear-gradient(-45deg,  rgba(0,171,17,1) 0%, rgba(0,171,17,1) 50%, rgba(0,147,9,1) 50%, rgba(0,147,9,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,171,17,1)), color-stop(50%,rgba(0,171,17,1)), color-stop(50%,rgba(0,147,9,1)), color-stop(100%,rgba(0,147,9,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(0,171,17,1) 0%,rgba(0,171,17,1) 50%,rgba(0,147,9,1) 50%,rgba(0,147,9,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(0,171,17,1) 0%,rgba(0,171,17,1) 50%,rgba(0,147,9,1) 50%,rgba(0,147,9,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(0,171,17,1) 0%,rgba(0,171,17,1) 50%,rgba(0,147,9,1) 50%,rgba(0,147,9,1) 100%);
	background: linear-gradient(135deg,  rgba(0,171,17,1) 0%,rgba(0,171,17,1) 50%,rgba(0,147,9,1) 50%,rgba(0,147,9,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab11', endColorstr='#009309',GradientType=1 );
	text-decoration: none;
}
/*HEADER*/
header {
	background: #0088ae;
	background: -moz-linear-gradient(top,  #0088ae 0%, #0088ae 50%, #0f6d87 50%, #0f6d87 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088ae), color-stop(50%,#0088ae), color-stop(50%,#0f6d87), color-stop(100%,#0f6d87));
	background: -webkit-linear-gradient(top,  #0088ae 0%,#0088ae 50%,#0f6d87 50%,#0f6d87 100%);
	background: -o-linear-gradient(top,  #0088ae 0%,#0088ae 50%,#0f6d87 50%,#0f6d87 100%);
	background: -ms-linear-gradient(top,  #0088ae 0%,#0088ae 50%,#0f6d87 50%,#0f6d87 100%);
	background: linear-gradient(to bottom,  #0088ae 0%,#0088ae 50%,#0f6d87 50%,#0f6d87 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ae', endColorstr='#0f6d87',GradientType=0 );
}
header h1 {
	display: none;
}
.navbar {
	background-color: #8768c3;
	z-index: 1000;
	width: 100%;
	border-radius: 0;
}
.navbar-header {
	width: 100%;
}
.navbar .yellow-button {
	float: right;
	margin-top: 10px;
}
.navbar-nav {
	float: right;
	border-top: 1px solid #52ABC3;
}
.navbar-nav li {
	padding: 10px 0;
}
.navbar-nav li.signin {
	padding: 0
}
.navbar-nav li a{
	font-family: "Playfair Display";
	padding: 10px 15px;
	color: #fff;
}
.navbar-nav li a.yellow-button {
	padding: 10px 15px;
	margin-left: 10px;
}
.social-nav {
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
}
.social-nav li {
	list-style: none;
	display: inline-block;
}
.social-nav li a {
	padding: 10px 0 0 10px;
} 
.social-nav li a i {
	color: #fff;
	font-size: 20px;
}
.social-nav li a:hover i {
	color: #52ABC3
}
.affix-top .join-us-top {
	display: none;
	visibility: hidden;
}
.affix-top .navbar-brand {
	margin-top: 20px;
}
.affix .navbar-brand {
	padding-bottom: 50px;
}
.affix .navbar-brand img,
.page .navbar-brand>img {
	max-width: 210px;
    margin-top: 5px;
}
.page .affix-top .navbar-brand {
    margin-top:0px;
}

.slider {
	background-image: url(../../images/landing/brick.png), url(../../images/landing/brick.png);
	background-repeat: no-repeat;
	background-position: top right, left 200px top 40px;
}
.computer img {
	max-width: 100%;
}
.pencil img {
	max-width: 70%;
	margin-top: 20%;
}
.calendar img {
	max-width: 110%;
	margin-top: 70%;
	z-index: 1;
}
.pich-line {
	margin-top: 5%;
	color: #fff;
	font-size: 16px;
}
.join-us {
	margin-top: 30px;
	display: inline-block;
	padding: 12px 22px;
}
.join-us:hover {
	padding: 15px 25px;
}
/*Header annimations*/
#computer,
#pencil,
#calendar,
#joinUs {
	visibility: hidden;
	transition: all 0.5s ease;
}
/*#computer:hover,
#pencil:hover,
#calendar:hover {
	margin-left: 10px;
	margin-top: 10px;
}*/
#triangle-bottomleft {
	width: 0;
	height: 0;
	border-bottom: 100px solid white;
	border-right: 1000px solid transparent;
	float: left;
	margin-top: -75px;
	border-width: 75px 1000px;
}
#triangle-bottomright {
	width: 0;
	height: 0;
	border-bottom: 100px solid white;
	border-left: 1000px solid transparent;
	float: right;
	margin-top: -75px;
	border-width: 75px 1000px;
}
#bottom {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 80px;
	bottom: 0;
	position: relative;
	clear: both;
}
.after-header {
  /*margin-top: -100px;*/
  position: relative;
  z-index: 10;
}


/*MAIN CONTENT*/
.spacing {
	margin: 100px 0;
}
.spacing-bottom {
	margin-bottom: 100px;
}
.spacing-top {
	margin-top: 100px;
}
.main-content {
	margin-top: -100px;
	position: relative;
	z-index: 10;
}
.page .main-content {
	margin-top: 0;
}

.pitch-line {
	margin-bottom: 50px;
	margin-top: -40px;
	z-index: 100;
	position: relative;
	background: rgb(255,222,0);
    background: -moz-linear-gradient(-45deg, rgba(255,222,0,1) 0%, rgba(255,222,0,1) 50%, rgba(255,198,8,1) 50%, rgba(255,198,8,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,222,0,1)), color-stop(50%,rgba(255,222,0,1)), color-stop(50%,rgba(255,198,8,1)), color-stop(100%,rgba(255,198,8,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,222,0,1) 0%,rgba(255,222,0,1) 50%,rgba(255,198,8,1) 50%,rgba(255,198,8,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,222,0,1) 0%,rgba(255,222,0,1) 50%,rgba(255,198,8,1) 50%,rgba(255,198,8,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,222,0,1) 0%,rgba(255,222,0,1) 50%,rgba(255,198,8,1) 50%,rgba(255,198,8,1) 100%);
    background: linear-gradient(135deg, rgba(255,222,0,1) 0%,rgba(255,222,0,1) 50%,rgba(255,198,8,1) 50%,rgba(255,198,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ffc608',GradientType=1 );
    padding: 25px;
    border-radius: 5px;
}
.pitch-line h3 {
	font-size: 26px;
	line-height: 1.4;
	font-family: "Open sans";
	margin-top: -5px;
	text-align: left;
}
.pitch-line ul {
	margin-left: 20px;
}
.pitch-line ul li {
	list-style: none;
	padding-top: 5px;
	font-size: 16px;
}
.pitch-line ul li i {
	margin-right: 10px;
}
.pitch-line h3 strong {
}

/*Main features*/
.features {
	text-align: center;
}
.icon-bg {
	background-repeat: no-repeat;
	background-position: center;
	height: 236px;
	width: 236px;
	margin: 0 auto;
}
.icon-bg .icon {
	background-repeat: no-repeat;
	background-position: center;
	height: 236px;
	width: 236px;
	max-width: 190px;
	background-size: contain;
	margin: 0 auto;
	transition: all 0.5s ease;
}
.icon-bg .icon:hover {
	max-width: 236px;
}
.documentation .icon-bg {
	background-image: url(../../images/landing/brown.png);
}
.documentation .icon-bg .icon {
	background-image: url(../../images/landing/documentation.png);
}
.documentation h2:after {
	background-color: #633c22;
}
.booking .icon-bg {
	background-image: url(../../images/landing/yellow.png);
}
.booking .icon-bg .icon {
	background-image: url(../../images/landing/booking.png);
}
.booking h2:after {
	background-color: #ffde00;
}
.videocall .icon-bg {
	background-image: url(../../images/landing/blue.png);
}
.videocall .icon-bg .icon {
	background-image: url(../../images/landing/videocall.png);
}
.videocall h2:after {
	background-color: #0088ae;
}
#i-videocall,
#i-documentation,
#i-booking {
	visibility: hidden;
}

.features ul li {
	list-style: none;
	margin-top: 15px;
}
.features ul {
	margin-bottom: 40px;
}
.features h2 {
	margin-top: -10px;
}
.features h2:after {
	content: "";
	width: 50px;
	height: 4px;
	display: block;
	margin: 18px auto 34px auto;
}
.documentation,
.booking,
.videocall {
	margin-bottom: 60px;
}
/*Feature details*/
.r-last .line {
    height: 30px;
}
.feature h4 {
	font-family: "Playfair Display";
	font-size: 18px;
}
.blagajne {
	position: absolute;
	background-color: #ffde00;
	top: 160px;
	max-width: 150px;
	padding: 10px;
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
.blagajne:hover {
	background-color: #0088AE !important;
	color: #fff !important;
}
.blagajne:before {
	content: none;
}
.feature {
	background-color: #e8e8e8;
	border-top: 5px solid;
	padding-top: 50px;
	position: relative;
}
.feature:before {
	margin: 0 auto;
	margin-top: -82px;
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
}
.feature.client-records:before {
	border-bottom: 30px solid #633c22;
	margin-left: auto;
	margin-right: auto;
}
.client-records {
	border-color: #633c22;
	position: relative;
}
.client-records .line {
	background-color: #633c22;
}
.client-records h3 {
	color: #633c22;
}

.feature.booking-app:before {
	border-bottom: 30px solid #ffde00;
	
	margin-left: 20%;
}
.booking-app {
	border-color: #ffde00;
}
.booking-app .line {
	background-color: #ffde00;
}
.booking-app h3 {
	color: #cf9402;
}
.feature.video-call:before {
	border-bottom: 30px solid #0088ae;
	margin-right: 20%;
}
.video-call {
	border-color: #0088ae;
}
.video-call .line {
	background-color: #0088ae;
}
.video-call h3 {
	color: #0088ae;
}
.line {
	width: 5px;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.line-container {
	float: left;
	display: block;
	height: 100%;
	position: absolute;
}
.cr-item-row {
	position: relative;
	padding-bottom: 30px;
}
.r-last {
	/*padding-bottom: 80px;*/
}
.r-first, .r-first .line {
	margin-top: 20px;
}
.icn-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
.icn-bg i {
	color: #fff;
	font-size: 30px;
	text-align: center;
	display: inherit;
	padding-top: 25px;
}
.booking-app .r-first i {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}
.client-records .icn-bg{
	background-image: url(../../images/landing/brown.png);
}
.booking-app .icn-bg{
	background-image: url(../../images/landing/yellow.png);
}
.video-call .icn-bg{
	background-image: url(../../images/landing/blue.png);
}
.feature h3, 
.feature h4 {
	text-align: left;
}
.feature h3 {
	font-style: italic;
	margin-top: 70px;
	margin-bottom: 30px;
	position: initial !important;
}
.client-records h2:after {
	background-color: #633c22;
}
.booking-app h2:after {
	background-color: #ffde00;
}
.video-call h2:after {
	background-color: #0088ae;
}
.soon {
	font-size: 40px;
	font-family: "Playfair display";
	text-align: center !important;
	margin-top: 100px;
}
.f-report-flr {
	float: right;
}
.f-report-fll {
	float: left;
}

.close-all {
  margin: 0 auto;
  display: block;
  width: 70px;
  margin-top: 20px;
}
.screenshot {
	border-radius: 5px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.screenshot img {
	width: 100%;
	height: auto;
	display: block;
}
/*Support*/
.form-group .form-control{
	border: 2px solid #ccc;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 10px;
	height: auto;
}
.form-group textarea.form-control {
	padding-top: 10px;
}
.form-group .form-control:focus {
	border-color: #0088AE;
}

.floating-label-form-group {
  margin-bottom: 0;
  position: relative;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  position: relative;
  z-index: 1;
  resize: none;
}
  
.floating-label-form-group label {
  display: block;
  position: relative;
  top: 2em;
  opacity: 0;
  z-index: 0;
  font-size: 0.85em;
  vertical-align: middle;
  vertical-align: baseline;
  margin: 0;
  margin-top: 5px;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
     -moz-transition: top 0.5s ease, opacity 0.5s ease;
      -ms-transition: top 0.5s ease, opacity 0.5s ease;
          transition: top 0.5s ease, opacity 0.5s ease;
}


.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0088ae;
  top: 0;
  opacity: 1;
}
.send-btn {
	    margin: 0 auto;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}
.send-btn:hover {
	padding-left: 45px !important;
    padding-right: 45px !important;
}

/*Terms*/
.terms ul,
.terms ol {
	margin-left: 30px;
}
.terms ul li {
	list-style: none;
	text-indent: -18px;
}
.terms ul li:before {
	content: "\f101";
	    font: normal normal normal 14px/1 FontAwesome;
	    color: #0088ae;
	    margin-right: 10px;
}
/*What do we offer*/
.about-us {
	background-color: #f4f4f4;
	padding-top: 80px;
	padding-bottom: 80px;
}
.video-tt {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.video-tt iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.divider {
	border-top: 1px solid #ccc;
	margin: 70px 0;
}

/*Developed with*/
.with-therapists, .subscribe {
	background-color: #e8e8e8;
	padding-top: 80px;
	padding-bottom: 80px;
}
.subscribe {
	background-color: #ccc;
}
.with-therapists {
	padding-bottom: 0;
}
.anna img {
	margin-top: 90px;
}
.about-icn {
	font-size: 80px;
	color: #0088ae;
}
.about-icn.fa-desktop {
	text-align: right;
	display: block;
}

/*Certificate*/
.certificate {
	background-color: #ddd;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: -60px;
}
.certificate ul li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 20px;
}
.certificate ul li i {
	color: #0088AE;
	font-size: 25px;
	display: block;
	float: left;
    margin-right: 10px;
    margin-bottom: 50px;
}
/*.certificate h2.left:after {
	background-color: #ccc
}*/
.certificate img {
	width: 100%;
	height: auto;
	margin-top: 50px;
}
/*Invite!*/
.invite-to-tt {
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #ccc;
	text-align: center;
	font-size: 16px;
}
.invite-to-tt .input-group {
	width: 380px;
	margin: 0 auto;
	margin-top: 20px;
}
#join {
	visibility: hidden;
}
.join-pich {
	font-family: 'Playfair Display';
	font-style: italic;
	/*color: #0088ae;*/
	font-size: 22px;
	margin-top: 40px;
}

/*Contact */
ul.contacts  {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-bottom: 20px;
}
.contacts li {
	list-style: none;
	margin-bottom: 10px;
}
.contacts li i {
	color: #0088AE;
	margin-right: 3px;
}

/*FOOTER*/
footer {
	text-align: left;
	background-color: #2a2a2a;
	font-family: "Playfair Display";
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;	
}
footer ul li {
	list-style: none;
	float: right;
	padding-left: 20px;
}
footer ul li a {
	color: #fff;
	font-family: "Open sans";
}
footer ul li a:hover {
	color: #999;
}
footer ul li a:hover:before {
	background-color: #999;
}

/*News*/
.news {
	margin-bottom: 50px;
}
.news h3 {
	margin-top: 0;
	/*text-align: left;*/
	font-size: 24px;
	margin-bottom: 20px;
}
.news h3 a {
	color: #333;
}
.news h3 a:hover {
	color: #0088ae;
}
.news .read-more {
	margin-top: 10px;
	display: inline-block;
}
.news-image img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	margin-right: 10px;
}
.news-image a:hover img {
	filter: blur(1px);
	-webkit-filter: blur(1px);
}
.news-image a:before {
	content: none;
}
.news-image-open {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 70%;
}
.news-text {
	text-align: left !important;
}
.news-date {
	background: #0088ae;
	padding-bottom: 3px;
	font-family: "Playfair Display";
	margin-top: 5px;
	width: 50px;
	float: right;
	display: block;
}
.news-date .day {
	color: #fff;
	font-size: 22px;
	padding-bottom: 5px;
}
.news-date .month {
	background: #fff;
	width: 100%;
	text-transform: uppercase;
	padding: 2px 0;
	font-size: 12px;
}
.news-date-outer {
	padding: 0;
}

/*Paketi*/
/*.paket {
	border-radius: 10px;
	border: 3px solid #ccc;
	text-align: center;
	padding: 10px 0 30px 0;
	margin-bottom: 20px;
	background-color: #fff;
}*/
.paket {
	text-align: center;
	padding: 10px 0 30px 0;
	margin-bottom: 20px;
	background-color: #fff;
}
.pak-header {
	border: 3px solid #ccc;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-bottom: 10px;
	margin: 0 20px;
}
.pak-footer {
	border: 3px solid #ccc;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 20px;
	margin: 0 20px;
}
.paket-outer {
	padding-left: 0;
	padding-right: 0;
}

.first-column {
	padding-right: 0;
}
.first-column .pak-header,
.first-column .pak-footer {
	visibility: hidden;
}
.pak-txt {
	height: 80px;
}
.pak-txt ul {
	margin-left: 0;
}
.pak-txt i {
	color: #0088ae;
	font-size: 25px;
}
.pak-txt i,
.pak-txt ul {
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cena span {
	color: #999;
	font-weight: normal !important;
	display: block;
	font-size: 14px;
	margin-top: -10px !important;
}
.paket .divider {
	margin: 0;
}
.divider-blank-seven {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: auto;
}
.thick-divider-top {
	border-top: 3px solid #ccc;
	margin-top: -3px !important;
}
.thick-divider-bottom {
	border-top: 3px solid #ccc;
	margin-bottom: -3px !important;
}
.paket .divider span {
	margin-bottom: -15px;
}
.paket span {
	/*background-color: rgb(255,222,0);*/
	background-color: #fff;
	padding: 5px 7px;
	margin: 0 auto;
	margin-top: -15px;
	display: block;
	font-weight: 600;
	border-radius: 8px;
}
.paket em {
	margin-bottom: 0px;
	margin-top: 0;
	display: block;
}
.paket-ordinacija {
	font-size: 130%;
	border-color: #999;
	background-color: #fff;
}
.paket-ordinacija span {
	font-size: 14px;
}
.cena {
	font-size: 22px;
	font-weight: bold;
	/*color: #0088AE;*/
	
}
.cena.akcija {
	font-weight: normal;
	text-decoration: line-through;
}
.cena-akcija {
	font-size: 18px;
	font-weight: bold;
	background-color: rgb(255,222,0);
	width: 150px;
	margin: 0 auto;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
    margin-top: -5px;
}
.paket ul li {
	margin-bottom: 5px;
	text-align: left;
	margin-left: 10px;
}
.paket h3.pak {
	font-family: "Open sans";
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: -10px;
	background-color: #fff;
	width: 90px;
	margin-bottom: 10px;
	color: #777;
}
/*.paket .najbolje-prodajano {
	background-color: rgb(255,222,0);
    display: block;
    margin-bottom: -45px;
    width: 160px;
    margin-top: 30px;
    color: #fff;
}*/

.packs {
	display: table;
	width: 100%;
}
.ttp-row,
.footer-packs,
.header-packs {
	display: table-row;
}
.ttp-col {
	display: table-cell;
}
/*.body-packs,
.footer-packs {
	display: table-footer-group;
}
.header-packs {
	display: table-header-group;
}*/

.free-trial {
	border: 3px solid #ccc;
	border-radius: 10px;
	background: #eaeaea;
	padding: 0 10px 25px 10px;
	text-align: center;
	margin: 15px 20px 0 0;
}
.free-trial .btn {
	margin: 0 auto;
	display: block;
    width: 90px;
}
.free-trial .btn:hover {
	padding: 6px 12px !important;
}
.free-week {
	font-weight: bold;
	margin-bottom: 30px;
}
.free-banner {
	background: rgb(255,222,0);
	padding: 5px;
	display: block;
	width: 110px;
	font-weight: bold;
	margin: 0 auto;
	-ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    margin-top: 30px;
}
.about-us .paket {
	border-radius: 10px;
	border: 3px solid #ccc;
}
.paketi-opis {
	margin-bottom: 30px;
}
.paketi-opis h4 {
	text-align: left;
	font-weight: 600;
	margin-top: 20px;
}
.paketi-opis .divider {
	margin: 30px 0;
}

/*404*/
.error-page {
	margin-bottom: 100px;
}
.error-page-not-found {
    text-align: center;
    font-size: 180px;
    font-family: "Playfair Display";
    margin-top: 30px;
    font-weight: bold;
    opacity: 0.8;
    color: #fff;
}
.error-page-not-found span {
	font-size: 25px;
	display: block;
	opacity: 1;
	font-weight: 300;
	font-family: "Open sans";
}
.error-page-links {
	border-radius: 10px;
	border: 3px solid #ccc;
	padding: 5px 15px 15px 15px;
	-webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    min-height: 240px;
    margin-bottom: 20px;
}
.error-page-links:hover {
	background-color: #f5f5f5;
}
.error-page-links a {
	color: inherit;
}


/*Errors*/
.alert {
	width: 300px;
	margin: 0 auto;
	margin-top: -70px;
	position: relative;
	display: none;
	position: absolute;
}
.alert:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 20px;
}
.alert-success,
.alert-danger,
.alert-warning,
.alert-info {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none !important;
  border: 0;
}
.alert-success {
	color: #fff;
	text-shadow: none !important;
	background-color: #58C081;
}
.alert-success:after{
	border-top: 15px solid #58C081;
}
.alert-danger {
	background-color: #E25D5D;
	color: #fff;
}
.alert-danger:after{
	  border-top: 15px solid #E25D5D;
}
.alert-info {
	color: #fff;
	text-shadow: none !important;
	background-color: #0088AE;
}
.alert-info:after{
	border-top: 15px solid #0088AE;
}
.alert-warning {
	color: #fff;
	text-shadow: none !important;
	background-color: #F5BF12;
}
.alert-warning:after{
	border-top: 15px solid #F5BF12;
}

/*--------------- RESPONSIVE FIX -------------*/
@media (min-width: 992px) {
	.desktop-hide {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.navbar-brand {
		margin-top: 10px;
	}
	.navbar-brand img{
		max-width: 180px;
	}
	.pich-line {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
	}
	.after-header {
		margin-top: 30px;
	}
	.join-us {
	  margin-top: 15px;
	}
	.paket h3.pak {
		font-size: 12px;
		width: 60px;
	}
	.pak-footer h3 {
		font-size: 16px !important;
	}
	.pak-footer em {
		font-size: 12px;
	}
	.error-page-not-found {
		font-size: 130px;
	}
	.error-page-not-found span {
		font-size: 20px;
	}
	.tablet-hide {
		display: none;
	}

}
@media (max-width: 991px){ 
	h1.right, h2.right {
		text-align: left;
	}
	h1.right:after, h2.right:after {
	    left: 0;
	}
	.feature .text-right {
		text-align: left;
	}
	.subscribe-me .input-group {
		width: 380px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.subscribe-me .text-right {
		text-align: center;
	}
	.with-therapists h1.right, 
	.with-therapists h2.right{
		text-align: right;
	}
	.with-therapists h1.right:after, 
	.with-therapists h2.right:after {
	    right: 0;
	    left: inherit;
	}
	.anna img {
	    margin-top: 100px;
	}
	.navbar-nav li a {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.mobile-hide {
		display: none;
	}
	.affix-top .navbar-brand {
		margin: 0;
		display: block;
		float: left;
		text-align: left;
	}
	.affix-top .navbar-brand img {
		display: inline-block;
    	margin-top: -7px;
	}
	.slider {
	    background-image: url(../../images/landing/brick.png);
	    background-repeat: no-repeat;
	    background-position: top right;
	}
	.navbar-header {
		margin: 0 auto !important;
		float: none;
		display: block;
	}
	.navbar-toggle {
		border: 1px solid #fff;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-collapse.in,
	.navbar-collapsing,
	.navbar-collapse{
	    overflow-y: auto;
	    width: 100%;
	    text-align: center;
	    float: none;
	    border-top: 1px solid #fff;
	    border-bottom: 1px solid #fff;
    	padding-bottom: 10px;
    	margin-top: 100px;
	}
	.social-nav {
		text-align: center;
		margin: 20px 0;
		font-size: 25px;
	}
	.social-nav li a i {
		font-size: 25px;
	}
	.page .navbar-collapse.in,
	.page .navbar-collapsing,
	.page .navbar-collapse {
		margin-top: 0;
		border-bottom: 0;
	}
	.navbar-collapse .yellow-button {
		float: none;
	}
	.navbar-collapse.in .nav {
		float: none;
	}
	#pencil,
	#calendar {
		display: none;
	}
	#computer {
		margin-bottom: 30px;
	}
	.pich-line {
		text-align: center;
		margin-top: 70px;
		margin-bottom: 50px;
	}
	.feature .col-sm-2 {
		width: 25%;
		float: left;
	}
	.feature .col-sm-10 {
		width: 75%;
		float: left;
	}
	.about-us {
		text-align: center;
	}
	.about-us h1 {
		text-align: center !important;
		margin-top: 30px;
	}
	.about-us h1:after {
		margin: 18px auto 34px auto !important;
	}
	footer ul {
		margin-top: 10px;
	}
	footer ul li {
		float: none;
	}
	footer {
		text-align: center;
	}
	.initial-asses {
		min-height: 100px !important;
	}
	.with-therapists,
	.with-therapists .text-center {
		text-align: right !important;
	}
	.first-column {
		display: none;
	}
	.pak-txt ul {
		margin-left: 20px;
		position: initial;
		  top: initial;
		  transform: initial;
		  margin-bottom: 3px;
		  margin-top: 3px;
	}
	.pak-txt {
		height: initial;
	}
	.paket-outer {
	    padding-left: 15px;
    	padding-right: 15px;
	}
	.pak-footer,
	.pak-header {
		margin: 0;
	}
	.pak-body {
		border-right: 3px solid #ccc;
		border-left: 3px solid #ccc;
		padding: 15px;

	}
	.error-page-not-found {
		margin-bottom: 70px;
	}
}
@media (max-width: 480px) {
	.icn-bg {
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 60px;
		height: 60px;
		display: block;
		margin: 0 auto;
	}
	.icn-bg i {
		color: #fff;
		font-size: 22px;
		text-align: center;
		display: inherit;
		padding-top: 20px;
	}
	.with-therapists .anna img {
		max-width: 100%;
	}
	.certificate {
		margin-top: -20px;
	}
	.error-page-not-found {
		font-size: 80px;
	}
}
@media (max-width: 300px) {
	.affix .navbar-brand {
		max-width: 100px;
		padding-bottom: 0;
	}
	.affix .navbar-brand img{
		width: 100%;
	}
	  	.icn-bg {
		margin-left: -12px;
	}
}
@media (max-width: 400px) {
	.alert {
		width: 100%;
	}
	.input-group-btn {
		display: block;
		float: left;
		margin: 0 auto;
		width: 100%;
	}
	.input-group-btn button{
		width: 100%;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 4px !important;
		margin-left: 0 !important;
	}
	.subscribe-me .input-group,
	.invite-to-tt  .input-group {
  		width: 100%;
  	}
  	.input-group .form-control:first-child {
  		border-top-right-radius: 4px;
 		border-bottom-right-radius: 0;
 		border-bottom-left-radius: 0;
  	}

}

.blog-date {
	text-align: center;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	margin-top: 30px;
	color: #999;
	margin-bottom: 32px;
}

.info-msg {
	color: #fff;
    text-shadow: none;
    background-color: #0088AE;
    border-radius: 4px;
    padding: 10px;
}

.cms-articles .carts {padding-left: 10px;}
.cms-articles .art {padding-bottom: 5px; border-bottom: 1px solid #cfcfcf;}
.cms-articles .art:hover {background-color: #efefef;}
.cms-articles .art .ttl {float: left;}
.cms-articles .art .cpDiv {float: left; margin-left: 20px;}
.cms-articles .art .cpDiv .del-but {color: red;}
.cms-articles .art .langs a {margin-right: 10px;}
.cb {clear: both;}

.formerror {color: red;}
.redDeleteLink {color: red;}
.ml15 {margin-left: 15px;}
.bld {font-weight: bold;}
input.formfield.long {width:100%;}
textarea.formfield.long {width:100%;}

.row.ther .ttl {font-weight: bold; padding-bottom: 5px;}
.row.ther {border-bottom: 1px solid #cfcfcf; margin-bottom: 5px; padding-bottom: 7px;}
.therapist-single .data-row {padding-top: 10px;}

a.plain-link,
a.plain-link:hover {text-decoration: none; transform: none; transition: none;}
a.plain-link::before,
a.plain-link:hover::before {visibility: hidden;}

.cmstable tr td {padding: 3px 0;}
.cmstable tr:nth-child(even) {background-color: #dfdfdf;}

.searchCont .searchSub {padding-bottom: 5px;}

.cms-therapist .feat-bean {padding: 10px 0 10px 20px; margin-bottom: 5px; border-bottom: 1px solid #cfcfcf;}
.cms-therapist .feat-bean:nth-child(odd) {background-color: #efefef;}
.cms-therapist .feat-bean label {display: inline; width: 150px;}
.cms-therapist .feat-bean .feat-dates {display: inline; margin-left: 30px;}

.red {color: red;}
.green {color: #319b1b;}

.cms-ther-tabs {margin-bottom: 20px;}
.cms-ther-tabs>*:first-child {border-left: 1px solid !important;}
.cms-ther-tabs span,
.cms-ther-tabs a.active {padding: 15px 15px 5px 15px; border: 1px solid; border-bottom: 0; border-left: 0; text-align: center; border-color: #333; color: #333;}
.cms-ther-tabs a.active::before {content: none;}
.cms-ther-tabs a {padding: 15px 15px 5px 15px; border: 1px solid; border-bottom: 0; border-left: 0; text-align: center;}
.cms-ther-tabs a:not(.active):hover {background-color: #0088ae !important; color: #fff !important;border: 1px solid; border-left: 0; border-bottom: 0 !important;cursor: pointer;}

.cms-therapist-sort .feat-title {font-weight: bold; font-size: 16px; margin-bottom: 10px; margin-top: 30px;} 
.cms-therapist-sort .feat-list .feat-data {padding: 5px 0 5px 10px;}
.cms-therapist-sort .feat-list .feat-data.inactive {opacity: 0.6;}
.cms-therapist-sort .feat-list .feat-data:nth-child(odd) {background-color: #dfdfdf;}
.cms-therapist-sort .feat-list .feat-data img {margin: 0 30px 0 0px;}
.cms-therapist-sort .feat-list .feat-data a {width: 250px; display: inline-block;}
.cms-therapist-sort .feat-list .feat-data span.dates {font-style: italic;}
.cms-therapist-sort form .cpDiv {margin: 10px 0;}

.cms-therapist-sort .feat-list .emptyResultsDiv {color: red;}

.cms-report-table {width: 100%;}
.cms-report-table tr .nmbr {text-align: center;}
.cms-report-table tr th {border-bottom: 1px solid #333; padding-bottom: 4px;}
.cms-report-table tr.res-row td {padding: 2px 0; border-bottom: 1px solid #dfdfdf;}
.cms-report-table tr.res-row:hover {background-color: #cfcfcf;}
.cms-report-table tr.res-row td.nmbr:hover {background-color: #f7f794;}
.cms-report-table tr.res-row.lvl-1 td {border-top: 2px solid #afafaf;}
.cms-report-table tr.res-row.lvl-2 {border-top: 2px solid #dfdfdf;}
.cms-report-table tr td.vis-hid * {visibility: hidden;}
.cms-report-table tr td.parent-grp {color: #6f6f6f;}

#itemsDiv tr.expl-top td {border-bottom: 1px solid #cfcfcf; padding-right: 15px;}
#itemsDiv tr.expl-bot td {border-top: 1px solid #cfcfcf;}
#itemsDiv tr.item-row td {padding: 5px;}
#itemsDiv tr.item-row:nth-child(even) {background-color: #dfdfdf;}

.modal .modal-dialog .modal-content .modal-header button.close-modal-btn {float: right; margin-top:-30px;} 
.modal .modal-dialog .modal-content .btn.delete {margin-right: 30px;}

.ui-autocomplete.ui-menu {z-index: 10000;}

.ui-autocomplete {    
	max-height: 200px;
	min-width: 80px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.modal .modal-dialog .modal-content .has-error {border: 2px solid #f36060;}
.searchCont .has-error {border: 2px solid #f36060;}
	
/***** LOADER ******/
@keyframes ldio-be6am3w856 {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-be6am3w856 div {
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 8px solid #0f6d87;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-be6am3w856 div {
  animation: ldio-be6am3w856 3.4482758620689657s linear infinite;
  top: 50%;
  left: 50%;
}
.loadingio-spinner-rolling-lvci3ntrbh {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-be6am3w856 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-be6am3w856 div { box-sizing: content-box; }
/******** END LOADER ********/

.container.crm {width: 100%;}
.container.crm>h1:after {margin: 5px auto;}

.crm-results-table {}
.crm-results-table tr.head th {border-bottom: 1px solid #cfcfcf;padding: 3px 3px;}
.crm-results-table tr.obj-row td {vertical-align: top; padding: 3px 3px;}
.crm-results-table tr.obj-row:nth-child(odd) td {background-color: #cfcfcf;}
.crm-results-table tr.obj-row:hover td {background-color: #fbed9a;}
.crm-results-table tr.obj-row td.edit a {cursor: pointer;}

.crm-filter {margin: 20px 0;}

.container.crm .crm-tabs {
	
}

.container.crm .crm-tabs:after {
	content: "";
    height: 3px;
    background-color: #2a2a2a;
    display: block;
    margin-top: 55px;
    opacity: 0.65;
}

.container.crm .crm-tabs .active {
	background: #2a2a2a !important;
	color: #fff;
	padding: 11px 21px;
}
.container.crm .crm-tabs .active:after {
	content: "";
    position: absolute;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #2a2a2a;
    left: 0;
    right: 0;
    margin: auto;
}

.pp-pagn {text-align: center; padding: 10px 0;}
.pp-pagn a {margin-right: 10px; cursor: pointer;}
.pp-pagn a.selected {color: black; cursor: default;}

.customer-panel-title {font-size: 21px; display: block; margin-top: 10px; font-weight: bold; margin-left: 46px; margin-bottom: 10px;}
#dashboardDiv .commonDataEl * {display: inline-block; font-weight: bold;}
#dashboardDiv .commonDataEl .caption {width: 150px; padding-right: 10px; font-weight: normal;}

#dashboardDiv .data-stat {margin: 10px 0; border-bottom: 1px solid #cfcfcf; padding-bottom: 10px; width: 400px;}
#dashboardDiv .data-stat table {margin-top: 5px; width: 100%;}
#dashboardDiv .data-stat table tr:nth-child(odd) td {background-color: #dfdfdf;}
#dashboardDiv .data-stat table tr td:nth-child(1) {padding-right: 10px; width: 150px;}

.cms.crm  .app-data-el {padding: 10px; border-bottom: 1px solid #cfcfcf;}
.cms.crm  .app-data-el.clickable {cursor: pointer;}
.cms.crm  .app-data-el.clickable:hover {background-color: #efefef;}
.cms.crm  .app-data-el.clickable.opened {background-color: #fbed9a;}
.cms.crm  .app-data-el span {display: block;}
.cms.crm  .load-more-link {cursor: pointer; display: block; text-align: center; padding: 5px 0;}
.cms.crm  .load-more-link:hover {background-color: #0088ae !important; color: #fff;}

.cms.crm .customer-sidecol {position:absolute; width: 50px; background-color: #0088ae; margin-left: -15px; padding-top: 40px; z-index: 100;}
.cms.crm .customer-sidecol ul {margin: 0; padding: 0; list-style: none;}
.cms.crm .customer-sidecol ul li {text-align: center; padding: 20px 0; margin: 20px 0 20px 10px; cursor: pointer; color: #fff; font-weight: bold;}
.cms.crm .customer-sidecol ul li:hover,
.cms.crm .customer-sidecol ul li.active {background-color: #fff; color: #0088ae;}

.cms.crm input.form-control.date {width:150px; display: inline-block;}
.cms.crm input.form-control.short {width:200px; display: inline-block;}
.customer-panel {min-height: 600px;}
.customer-panel>.row {margin-left: 30px;}
#dashboardDiv>.row>div {min-height: 500px; width: calc(33.333333333% - 10px);}

.cms.crm .object-details-div {background-color: #fbed9a; padding: 25px 20px 20px 20px; margin-left: -30px; position: absolute; width: 100%;}
.cms.crm .object-details-div .object-details-cp {position: absolute; top: 0; right: 35px;}
.cms.crm .object-details-div .object-details-cp a {cursor: pointer; font-weight: bold;}
.cms.crm .object-details-div .object-details-cp a.cls {margin-left: 20px; color: red; font-size: 17px;}
.cms.crm #eventDetailsDiv #eventDetails_type,
.cms.crm #reminderDetailsDiv #reminderDetails_type {text-transform: uppercase; font-weight: bold;}
.cms.crm #eventDetailsDiv #eventDetails_desc,
.cms.crm #reminderDetailsDiv #reminderDetails_desc {padding: 10px; margin: 10px 0; background-color: #fff;}

.cms.crm .related-notes-ttl {padding: 10px 0; font-weight: bold;}

.related-note {border-bottom: 1px solid #cfcfcf; margin-bottom: 10px; padding-bottom: 10px;}
.related-note .note {padding: 10px 5px; margin-top: 3px; background-color: #fff;}

.cms-therapist .therImgDiv {padding: 10px 0; border-bottom: 1px solid #cfcfcf;}
.cms-therapist .therImgDiv+a.btn {margin-top: 10px;}

.cms.crm #noteDetailsDiv #noteDetails_desc {padding: 10px; margin: 10px 0; background-color: #fff;}
.cms.crm .crm_note_changeTherPrcTbl {width: 100%}
.cms.crm .crm_note_changeTherPrcTbl tr td {padding: 3px 0; border-bottom: 1px solid #cfcfcf;}
.cms.crm .crm_note_changeTherPrcTbl tr th.num,
.cms.crm .crm_note_changeTherPrcTbl tr td.num {text-align: right;}

.cms.container.appointments,
.cms.container.promo-groups,
.cms.container.invoices,
.cms.container.clients,
.cms.container.mplecturers,
.cms.container.mpevents,
.cms.container.mpeventapps,
.cms.container.pricelist-services,
.cms.container.send-reminders {
	width: 90%;		
}
@media (min-width: 2000px) {
	.cms.container.appointments,
	.cms.container.promo-groups,
	.cms.container.invoices,
	.cms.container.clients,
	.cms.container.mplecturers,
	.cms.container.mpevents,
	.cms.container.mpeventapps,
	.cms.container.pricelist-services,
	.cms.container.send-reminders {
		width: 1450px;
	}	
}
.cms.container select[multiple]{
	height: 32px;
}

.flink {cursor: pointer;}

.cms-crm-noteDiv {margin-top: 15px;}
.cms-crm-noteDiv .cms-crm-noteHeadDiv {background-color:#cfcfcf; padding: 3px; margin-bottom: 5px;}

.cms.crm .rem-templ {border-bottom: 1px solid #cfcfcf; padding: 10px 15px; }
.cms.crm .rem-templ.late {background-color: #ffecec;}

.cms.crm .rem-templ:hover,
.cms.crm .rem-templ.late:hover {background-color: #fff6a5;}

.cms.crm .rem-templ .date {font-weight: bold;}
.cms.crm .rem-templ.late .date {color: red;}
.cms.crm .rem-templ .type {font-weight: bold;}

.cms.crm .rem-templ .desc {padding-top: 5px;}

.cms-alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}
.cms-alert-heading{color:inherit}
.cms-alert-link{font-weight:700}
.cms-alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}
.cms-alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}
.cms-alert-primary hr{border-top-color:#9fcdff}
.cms-alert-primary .alert-link{color:#002752}
.cms-alert-secondary{color:#464a4e;background-color:#e7e8ea;border-color:#dddfe2}
.cms-alert-secondary hr{border-top-color:#cfd2d6}
.cms-alert-secondary .alert-link{color:#2e3133}
.cms-alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}
.cms-alert-success hr{border-top-color:#b1dfbb}
.cms-alert-success .alert-link{color:#0b2e13}
.cms-alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}
.cms-alert-info hr{border-top-color:#abdde5}
.cms-alert-info .alert-link{color:#062c33}
.cms-alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}
.cms-alert-warning hr{border-top-color:#ffe8a1}
.cms-alert-warning .alert-link{color:#533f03}
.cms-alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
.cms-alert-danger hr{border-top-color:#f1b0b7}
.cms-alert-danger .alert-link{color:#491217}
.cms-alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}
.cms-alert-light hr{border-top-color:#ececf6}
.cms-alert-light .alert-link{color:#686868}
.cms-alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}
.cms-alert-dark hr{border-top-color:#b9bbbe}
.cms-alert-dark .alert-link{color:#040505}

.cmstable.sum-konto-tbl {margin-bottom: 20px;}
.cmstable.sum-konto-tbl th {padding: 5px; min-width: 175px; border-right: 1px solid #9f9f9f;}
.cmstable.sum-konto-tbl .b-right-black {border-right: 1px solid #333333;}
.cmstable.sum-konto-tbl td {padding: 5px; border-right: 1px solid #9f9f9f;}
.cmstable.sum-konto-tbl tr.sum-row {background-color: #f7ec84;}

.cmstable .th-sort-qd {margin-left: 10px; color: #0088ae;}
.cmstable .th-sort-qd i {display:none;}
.cmstable .th-sort-qd.asc i.sby-asc {display: inline;}
.cmstable .th-sort-qd.desc i.sby-desc {display: inline;} 

.modal.client-edit table.prices-table {width: 100%;}
.modal.client-edit table.prices-table td {padding: 2px 10px;}
.modal.client-edit table.prices-table td input.form-control {width: calc(100% - 30px); display: inline-block;}
.modal.client-edit table.prices-table td.head-cell {font-weight: bold;}
.modal.client-edit table.prices-table tbody tr:nth-child(even) td {background-color: #cfcfcf;}
.modal.client-edit table.prices-table tbody tr:nth-child(odd) td {background-color: #efefae;}

.modal .expl {font-size: 13px; font-style: italic;}

/** topmenu **/
.tpm-navbar .ttl {font-weight: bold; color: #fff !important; float: left; padding: 14px 16px;}

.tpm-navbar {
  overflow: hidden;
}

@media (max-width: 767px) {
	.tpm-navbar { display: none; }
}

.tpm-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.tpm-dropdown {
  float: left;
  overflow: hidden;
}

.tpm-dropdown .tpm-dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .tpm-dropdown:hover .tpm-dropbtn {
  background-color: #ddd;
  color: #333;
}

.tpm-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.tpm-dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.tpm-dropdown-content a:hover {
  background-color: #ddd;
}

.tpm-dropdown:hover .tpm-dropdown-content {
  display: block;
}
/** topmenu **/

.cms .newsletterTopNavigation {padding: 10px 10px; margin-bottom: 10px; border-bottom: 1px solid #cfcfcf; text-align: center;}
.cms .newsletterTopNavigation span {margin-right: 30px; color: #3f3f3f;}
.cms .newsletterTopNavigation span el.stepnum {border: 1px solid #cfcfcf; color: #fff; background-color: #cfcfcf; padding: 2px; display: inline-block; text-align: center; border-radius: 15px; min-width: 27px;}
.cms .newsletterTopNavigation span.selected {font-weight: bold; color: #0088ae;}
.cms .newsletterTopNavigation span.selected el.stepnum {border: 1px solid #0088ae; background-color: #0088ae; color: #fff;}
.cms .newsletterTopNavigation span.completed {font-weight: bold; color: #333;}
.cms .newsletterTopNavigation span.completed el.stepnum {border: 1px solid #333; background-color: #333; color: #fff;}

.cms.newsletter .newsletterBottomNavigation {margin-top: 20px;}

.cms.newsletter .newsletterPreview {background-color: #e5e5e5; padding-bottom: 40px;}

.cms.newsletter .newsletterReceiverType .inner {margin-left: 20px;}
.cms.newsletter .newsletterReceiverType .inner .normalDiv {border-bottom: 1px solid #cfcfcf; padding: 3px 0;}
.cms.newsletter .newsletterReceiverType .inner .normalDiv:hover {background-color: #fbf8a9;}

.cms.newsletter .newsletterReceiverType label.caption {margin-left: 7px;}
.cms.newsletter .newsletterReceiverType label.caption.mright {margin-right: 20px;}
.cms.newsletter .newsletter-confirm .reportLine {margin-bottom: 15px}
.cms.newsletter .newsletter-confirm .recType {margin-bottom: 2px}
.cms.newsletter .newsletter-confirm .totals {margin-top: 15px}

.cms.newsletter .param-div {padding: 5px 2px; border-bottom: 1px solid #cfcfcf; cursor: pointer;}

.cmsuser .pricelist-sc {padding: 3px 5px; border: 1px solid #cfcfcf; background-color: #efefef; cursor: pointer;}
.cmsuser .pricelist-sc .ttl {font-weight: bold; display: block;}
.cmsuser .pricelist-sc .dur {font-style: italic; display: block;}
.cmsuser .pricelist-sc.selected {background-color: #fdf1a7; border-right: none; cursor: default; }

.cmsuser .pricelist-sol label {font-weight: normal;}
.cmsuser .pricelist-sol input:checked+label {font-weight: bold;}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.cms_batchTasksStatus_qd {}
.cms_batchTasksStatus_qd .qdTitle {font-weight: bold; font-size: 16px; margin-bottom: 5px;}
.cms_batchTasksStatus_qd .lastUpdContainer {font-weight: normal; font-size: 13px; margin-left: 50px;}

.cms_batchTasksStatus_qd hr {margin-bottom: 5px; margin-top: 5px;}
.cms_batchTasksStatus_qd .qdSubtitle {font-weight: bold; cursor: pointer;}

.cms_batchTasksStatus_qd .task-list {max-height: 80px; overflow-y: scroll;}

.cms_batchTasksStatus_qd .executing-task {padding: 5px 0;}

.cms_batchTasksStatus_qd .progress-qd {display: inline-block; width: 300px; margin-left: 20px;}

.progress-qd .progress-qd-outer {height: 20px; padding: 3px; border: 1px solid #333; width: 100%; display: inline-block; margin-bottom: -5px;}
.progress-qd .progress-qd-outer.num {width: calc(100% - 65px);}
.progress-qd .progress-qd-outer .progress-qd-inner {height: 100%; background-color: #0088ae;}
.progress-qd .progress-qd-num {display: inline-block; width: 60px; padding-left:5px; text-align: left;}

.cmstable.cms-ther-cumulative thead tr.row1 th {background-color: #0088ae; color: #fff; font-weight: bold; padding: 2px 3px; border-left: 2px solid #fff; border-right: 2px solid #fff;}
.cmstable.cms-ther-cumulative thead tr.row2 th {background-color: #b7d4e4; font-weight: bold; padding: 2px 3px; border-left: 1px solid #fff; border-right: 1px solid #fff;}
.cmstable.cms-ther-cumulative tbody tr:hover td {background-color: #fff0bf;}
.cmstable.cms-ther-cumulative tbody tr:hover td:hover {background-color: #fdda66;}
.cmstable.cms-ther-cumulative tbody tr.sum-row td {background-color: #b7d4e4; font-weight: bold; padding: 2px 3px; border-left: 1px solid #fff; border-right: 1px solid #fff; border-top: 2px solid black;}

.cms-alert ul {padding-left: 20px;}

.importBankTransGroup {border: 1px solid #333; margin-bottom: 15px;}
.importBankTransGroup .resGroupTitle {padding: 10px; cursor: pointer; font-size: 20px;}
.importBankTransGroup .resGroupTitle .shrink {display: none;}
.importBankTransGroup .resGroupTitle .expand {display: inline;}
.importBankTransGroup .resGroupTitle span {margin-left: 20px;}
.importBankTransGroup .resGroupContent {display: none; border-top: 1px solid #cfcfcf; padding: 10px;}
.importBankTransGroup.opened .resGroupTitle .shrink {display: inline;}
.importBankTransGroup.opened .resGroupTitle .expand {display: none;}
.importBankTransGroup.opened .resGroupContent {display: block;}

.importBankTransGroup.preview { border-color: #333333 !important;}
.importBankTransGroup.preview .resGroupTitle { background-color: #cfcfcf !important;}

.importBankTransGroup.reviewed {border-color: blue;}
.importBankTransGroup.reviewed .resGroupTitle { background-color: #0000ff2e;}

.importBankTransGroup.matched {border-color: #00610a;}
.importBankTransGroup.matched .resGroupTitle { background-color: #86ea908f;}

.importBankTransGroup.matchedException {border-color: orange;}
.importBankTransGroup.matchedException .resGroupTitle { background-color: #ffa50069;}

.importBankTransGroup.unmatched {border-color: red;}
.importBankTransGroup.unmatched .resGroupTitle { background-color: #ff00003d;}

.importBankTransGroup .resGroupContent .cmstable th {padding: 0 5px;}
.importBankTransGroup .resGroupContent .cmstable td {padding: 3px 5px; vertical-align: top;}

.importBankTransGroup .resGroupContent .cmstable tr.locked td:last-child * {pointer-events:none;}

.invoice-batch-header {padding: 3px 0; border-bottom: 1px solid #333;}

.invoice-batch-single {padding: 3px 0;}
.invoice-batch-single:hover {background-color: #fffaa2 !important;}
.invoice-batch-single:nth-child(odd) {background-color: #efefef;}

.iitem-upay-div {padding: 5px 0 5px 10px;}
.iitem-upay-div:nth-child(even) {background-color: #dfdfdf;}
.iitem-upay-div .payments {padding: 5px 0 0 20px;}

.appointmentEditQdInvoiceItemsTable { width: 100%; }
.appointmentEditQdInvoiceItemsTable tr {cursor: pointer;}
.appointmentEditQdInvoiceItemsTable td {padding: 3px 1px; border-bottom: 1px solid #cfcfcf;}
.appointmentEditQdInvoiceItemsTable tr:nth-child(even) td {background-color: #cfcfcf;}

.ml-0 {margin-left: 0 !important;}
.ml-1 {margin-left: 0.25rem !important;}
.ml-2 {margin-left: 0.5rem !important;}
.ml-3 {margin-left: 1rem !important;}
.ml-4 {margin-left: 1.5rem !important;}
.ml-5 {margin-left: 3rem !important;}
.ml-auto {margin-left: auto !important;}

.mr-0 {margin-right: 0 !important;}
.mr-1 {margin-right: 0.25rem !important;}
.mr-2 {margin-right: 0.5rem !important;}
.mr-3 {margin-right: 1rem !important;}
.mr-4 {margin-right: 1.5rem !important;}
.mr-5 {margin-right: 3rem !important;}
.mr-auto {margin-right: auto !important;}

.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: 0.25rem !important;}
.mt-2 {margin-top: 0.5rem !important;}
.mt-3 {margin-top: 1rem !important;}
.mt-4 {margin-top: 1.5rem !important;}
.mt-5 {margin-top: 3rem !important;}
.mt-auto {margin-top: auto !important;}

.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: 0.25rem !important;}
.mb-2 {margin-bottom: 0.5rem !important;}
.mb-3 {margin-bottom: 1rem !important;}
.mb-4 {margin-bottom: 1.5rem !important;}
.mb-5 {margin-bottom: 3rem !important;}
.mb-auto {margin-bottom: auto !important;}

.w-50px {width: 50px;}
.w-75px {width: 75px;}
.w-100px {width: 100px;}
.w-150px {width: 150px;}
.w-175px {width: 175px;}
.display-inline-block {display: inline-block !important;}
.display-inline {display: inline !important;}

.lang-flags {width: 200px; text-align: center;}
.lang-flags img {width: 24px; margin-right: 6px;}

.ttl {font-weight: bold;}
img.flag-bw {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.cms.transl-texts table.cmpAnalTbl {width: 80%;}
.cms.transl-texts table.cmpAnalTbl tr.head {font-weight: bold;}
.cms.transl-texts table.cmpAnalTbl tr td.desc {font-weight: bold;}
.cms.transl-texts table.cmpAnalTbl tr td:not(.desc) {text-align: center;}
.cms.transl-texts table.cmpAnalTbl tr.chrow {background-color: #dfdfdf;}