/* Minification failed. Returning unminified contents.
(885,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(886,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(889,27): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-y'
(890,29): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(891,28): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(931,25): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(932,24): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(963,58): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(1001,24): run-time error CSS1046: Expect comma, found '46'
(1001,30): run-time error CSS1046: Expect comma, found '/'
(1034,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1035,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1036,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1110,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1111,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1114,27): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-y'
(1115,29): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(1116,28): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(1165,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1166,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1167,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1174,30): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(1175,29): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(1176,22): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-y'
(1205,27): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-y'
(1206,29): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(1207,28): run-time error CSS1039: Token not allowed after unary operator: '-tblr-gutter-x'
(1223,22): run-time error CSS1039: Token not allowed after unary operator: '-tblr-btn-color'
(1228,37): run-time error CSS1039: Token not allowed after unary operator: '-tblr-btn-color'
(1229,21): run-time error CSS1039: Token not allowed after unary operator: '-tblr-btn-color-text'
(1230,33): run-time error CSS1039: Token not allowed after unary operator: '-tblr-btn-color'
 */
.notyfy_container{
	position: fixed;
	height: auto;
	margin: 0;
	padding: 0;
	width: 310px;

	list-style-type: none;
	z-index: 10000;
}

.notyfy_container_inline{
	position: relative;
	width: auto;
	height: auto;

	list-style-type: none;
}

#notyfy_container_top{ top: 0; left: 5%; width: 90%; }
#notyfy_container_bottom{ bottom: 0; left: 5%; width: 90%; }

#notyfy_container_topRight{ top: 20px; right: 20px; }
#notyfy_container_topLeft{ top: 20px; left: 20px; }
#notyfy_container_bottomRight{ bottom: 25px; right: 20px; }
#notyfy_container_bottomLeft{ bottom: 25px; left: 20px; }

#notyfy_container_topCenter{ top: 20px; left: 50%;  }
#notyfy_container_bottomCenter{ bottom: 20px; left: 50%; }

#notyfy_container_center{ top: 50%; left: 50%; }
#notyfy_container_centerLeft{ left: 20px; top: 50%; }
#notyfy_container_centerRight{ right: 20px; top: 50%; }

#notyfy_modal{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	z-index: 10000;
}
.notyfy_wrapper{
	overflow: hidden;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==) repeat-x scroll left top #fff;

	background-color: #FFF;
	border-color: #CCC;
	color: #444;

	border: 1px solid #eee;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notyfy_wrapper:first-child{ border-top-left-radius: 5px; border-top-right-radius: 5px; }
.notyfy_wrapper:last-child{ border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

/* Layout specific styles */
#notyfy_container_top .notyfy_wrapper{
	border-radius: 0px 0px 5px 5px;
	border-width: 0 2px 2px 2px;
}

#notyfy_container_bottom .notyfy_wrapper{
	border-radius: 5px 5px 0px 0px;
	border-width: 2px 2px 0 2px;
}

#notyfy_container_top .notyfytheme_defaultTheme:first-child{ border-radius: 0; }
#notyfy_container_bottom .notyfytheme_defaultTheme:last-child{ border-radius: 0; }

/* Message element */
.notyfy_message{
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	padding: 8px 10px 9px;
	width: auto;
	position: relative;
}

/* Close button */
.notyfy_close{
	position: absolute;
	top: 4px; right: 4px;
	width: 10px; height: 10px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAATpJREFUeNoszrFqVFEUheG19zlz7sQ7ijMQBAvfYBqbpJCoZSAQbOwEE1IHGytbLQUJ8SUktW8gCCFJMSGSNxCmFBJO7j5rpXD6n5/P5vM53H3b3T9LOiB5AQDuDjM7BnA7DMPHDGBH0nuSzwHsRcRVRNRSysuU0i6AOwA/02w2+9Fae00SEbEh6SGAR5K+k3zWWptKepCm0+kpyRoRGyRBcpPkDsn1iEBr7drdP2VJZyQXERGSPpiZAViTBACXKaV9kqd5uVzCzO5KKb/d/UZSDwD/eyxqree1VqSu6zKAF2Z2RPJJaw0rAkjOJT0m+SuT/AbgDcmnkmBmfwAsJL1dXQ8lWY6IGwB1ZbrOOb8zs8thGP4COFwx/mE8Ho9Go9ErMzvJOW/1fY/JZIJSypqZfXX3L13X9fcDAKJct1sx3OiuAAAAAElFTkSuQmCC);
	display: none;
	cursor: pointer;
}

/* Optional buttons */
.notyfy_buttons{
	padding: 5px;
	text-align: right;
	border-top: 1px solid #ccc;
	background-color: #ffffff;
}

.notyfy_buttons button{
	margin-left: 5px;
}

.notyfy_buttons button:first-child{
	margin-left: 0;
}

/* Type: Alert */
.notyfy_alert{
	background-color: #FFF;
	border-color: #CCC;
	color: #444;
}

/* Type: Warning */
.notyfy_warning{
	background-color: #FFEAA8;
	border-color: #FFC237;
	color: #826200;
}

.notyfy_warning .notyfy_buttons{
	border-top: 1px solid #FFC237;
}

/* Type: Error */
.notyfy_error{
	background-color: red;
	border-color: darkred;
	color: #FFF;
}

.notyfy_error .notyfy_message{
	font-weight: bold;
}

.notyfy_error .notyfy_buttons{
	border-top: 1px solid darkred;
}

/* Type: Information */
.notyfy_information{
	background-color: #57B7E2;
	border-color: #0B90C4;
	color: #FFF;
}

.notyfy_information .notyfy_buttons{
	border-top: 1px solid #0B90C4;
}

/* Type: Success */
.notyfy_success{
	background-color: lightgreen;
	border-color: #50C24E;
	color: darkgreen;
}

.notyfy_success .notyfy_buttons{
	border-top: 1px solid #50C24E;
}

/* Modal backdrop */
#notyfy_modal{
	background-color: #000;
	opacity: 0.6;
}
.cg-busy{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1001}.cg-busy-animation.ng-hide-add,.cg-busy-animation.ng-hide-remove{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;display:block!important}.cg-busy-animation.ng-hide-remove{opacity:0;-webkit-transform:translate(0px,-40px);-moz-transform:translate(0px,-40px);-ms-transform:translate(0px,-40px);-o-transform:translate(0px,-40px);transform:translate(0px,-40px)}.cg-busy-animation.ng-hide-add,.cg-busy-animation.ng-hide-remove.ng-hide-remove-active{opacity:1;-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);-ms-transform:translate(0px,0);-o-transform:translate(0px,0);transform:translate(0px,0)}.cg-busy-animation.ng-hide-add.ng-hide-add-active{opacity:0;-webkit-transform:translate(0px,-40px);-moz-transform:translate(0px,-40px);-ms-transform:translate(0px,-40px);-o-transform:translate(0px,-40px);transform:translate(0px,-40px)}.cg-busy-backdrop{background-color:#fff;opacity:.7}.cg-busy-backdrop-animation.ng-hide-add,.cg-busy-backdrop-animation.ng-hide-remove{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;display:block!important}.cg-busy-backdrop-animation.ng-hide{opacity:0}.cg-busy-default-wrapper{text-align:center}.cg-busy-default-sign{display:inline-block;position:relative;z-index:1002;padding-bottom:6px;color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#e9eeee;border:1px solid #ddd;border-top-width:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;border-top-left-radius:0;border-top-right-radius:0;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.cg-busy-default-text{margin:13px 12px 6px 49px;font-size:16px;color:#555;text-align:left;max-width:400px}.cg-busy-default-spinner{position:absolute;width:25px;height:25px;display:inline-block;top:12px;left:14px}.cg-busy-default-spinner div{width:12%;height:26%;background:#000;position:absolute;left:44.5%;top:37%;opacity:0;-webkit-animation:cg-busy-spinner-anim 1s linear infinite;-moz-animation:cg-busy-spinner-anim 1s linear infinite;-ms-animation:cg-busy-spinner-anim 1s linear infinite;-o-animation:cg-busy-spinner-anim 1s linear infinite;animation:cg-busy-spinner-anim 1s linear infinite;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);-moz-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2)}.cg-busy-default-spinner div.bar1{-webkit-transform:rotate(0deg) translate(0,-142%);-moz-transform:rotate(0deg) translate(0,-142%);-ms-transform:rotate(0deg) translate(0,-142%);-o-transform:rotate(0deg) translate(0,-142%);transform:rotate(0deg) translate(0,-142%);-webkit-animation-delay:0s;-moz-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.cg-busy-default-spinner div.bar2{-webkit-transform:rotate(30deg) translate(0,-142%);-moz-transform:rotate(30deg) translate(0,-142%);-ms-transform:rotate(30deg) translate(0,-142%);-o-transform:rotate(30deg) translate(0,-142%);transform:rotate(30deg) translate(0,-142%);-webkit-animation-delay:-.9167s;-moz-animation-delay:-.9167s;-ms-animation-delay:-.9167s;-o-animation-delay:-.9167s;animation-delay:-.9167s}.cg-busy-default-spinner div.bar3{-webkit-transform:rotate(60deg) translate(0,-142%);-moz-transform:rotate(60deg) translate(0,-142%);-ms-transform:rotate(60deg) translate(0,-142%);-o-transform:rotate(60deg) translate(0,-142%);transform:rotate(60deg) translate(0,-142%);-webkit-animation-delay:-.833s;-moz-animation-delay:-.833s;-ms-animation-delay:-.833s;-o-animation-delay:-.833s;animation-delay:-.833s}.cg-busy-default-spinner div.bar4{-webkit-transform:rotate(90deg) translate(0,-142%);-moz-transform:rotate(90deg) translate(0,-142%);-ms-transform:rotate(90deg) translate(0,-142%);-o-transform:rotate(90deg) translate(0,-142%);transform:rotate(90deg) translate(0,-142%);-webkit-animation-delay:-.75s;-moz-animation-delay:-.75s;-ms-animation-delay:-.75s;-o-animation-delay:-.75s;animation-delay:-.75s}.cg-busy-default-spinner div.bar5{-webkit-transform:rotate(120deg) translate(0,-142%);-moz-transform:rotate(120deg) translate(0,-142%);-ms-transform:rotate(120deg) translate(0,-142%);-o-transform:rotate(120deg) translate(0,-142%);transform:rotate(120deg) translate(0,-142%);-webkit-animation-delay:-.667s;-moz-animation-delay:-.667s;-ms-animation-delay:-.667s;-o-animation-delay:-.667s;animation-delay:-.667s}.cg-busy-default-spinner div.bar6{-webkit-transform:rotate(150deg) translate(0,-142%);-moz-transform:rotate(150deg) translate(0,-142%);-ms-transform:rotate(150deg) translate(0,-142%);-o-transform:rotate(150deg) translate(0,-142%);transform:rotate(150deg) translate(0,-142%);-webkit-animation-delay:-.5833s;-moz-animation-delay:-.5833s;-ms-animation-delay:-.5833s;-o-animation-delay:-.5833s;animation-delay:-.5833s}.cg-busy-default-spinner div.bar7{-webkit-transform:rotate(180deg) translate(0,-142%);-moz-transform:rotate(180deg) translate(0,-142%);-ms-transform:rotate(180deg) translate(0,-142%);-o-transform:rotate(180deg) translate(0,-142%);transform:rotate(180deg) translate(0,-142%);-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-ms-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}.cg-busy-default-spinner div.bar8{-webkit-transform:rotate(210deg) translate(0,-142%);-moz-transform:rotate(210deg) translate(0,-142%);-ms-transform:rotate(210deg) translate(0,-142%);-o-transform:rotate(210deg) translate(0,-142%);transform:rotate(210deg) translate(0,-142%);-webkit-animation-delay:-.41667s;-moz-animation-delay:-.41667s;-ms-animation-delay:-.41667s;-o-animation-delay:-.41667s;animation-delay:-.41667s}.cg-busy-default-spinner div.bar9{-webkit-transform:rotate(240deg) translate(0,-142%);-moz-transform:rotate(240deg) translate(0,-142%);-ms-transform:rotate(240deg) translate(0,-142%);-o-transform:rotate(240deg) translate(0,-142%);transform:rotate(240deg) translate(0,-142%);-webkit-animation-delay:-.333s;-moz-animation-delay:-.333s;-ms-animation-delay:-.333s;-o-animation-delay:-.333s;animation-delay:-.333s}.cg-busy-default-spinner div.bar10{-webkit-transform:rotate(270deg) translate(0,-142%);-moz-transform:rotate(270deg) translate(0,-142%);-ms-transform:rotate(270deg) translate(0,-142%);-o-transform:rotate(270deg) translate(0,-142%);transform:rotate(270deg) translate(0,-142%);-webkit-animation-delay:-.25s;-moz-animation-delay:-.25s;-ms-animation-delay:-.25s;-o-animation-delay:-.25s;animation-delay:-.25s}.cg-busy-default-spinner div.bar11{-webkit-transform:rotate(300deg) translate(0,-142%);-moz-transform:rotate(300deg) translate(0,-142%);-ms-transform:rotate(300deg) translate(0,-142%);-o-transform:rotate(300deg) translate(0,-142%);transform:rotate(300deg) translate(0,-142%);-webkit-animation-delay:-.1667s;-moz-animation-delay:-.1667s;-ms-animation-delay:-.1667s;-o-animation-delay:-.1667s;animation-delay:-.1667s}.cg-busy-default-spinner div.bar12{-webkit-transform:rotate(330deg) translate(0,-142%);-moz-transform:rotate(330deg) translate(0,-142%);-ms-transform:rotate(330deg) translate(0,-142%);-o-transform:rotate(330deg) translate(0,-142%);transform:rotate(330deg) translate(0,-142%);-webkit-animation-delay:-.0833s;-moz-animation-delay:-.0833s;-ms-animation-delay:-.0833s;-o-animation-delay:-.0833s;animation-delay:-.0833s}@-webkit-keyframes cg-busy-spinner-anim{from{opacity:1}to{opacity:.25}}@-moz-keyframes cg-busy-spinner-anim{from{opacity:1}to{opacity:.25}}@keyframes cg-busy-spinner-anim{from{opacity:1}to{opacity:.25}}
/*/*/
html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

.driv-line {
    border-bottom: 1px solid #444444;
}

.sidebar {
    /*background-color: #263238;*/
    color: #fff;
}

.navbar-inverse {
    /*background-color: #343535;*/
}

.bg-ether {
    background-color: #c84e49;
    border-color: #c84e49;
    color: #fff;
}

.bg-grey_cus {
    /*background-color: #828384;
    border-color: #828384;
    color: #fff;*/
}

.nav-tabs.nav-tabs-top > li.active > a:after {
    /*background-color: #c84e49;*/
}

code {
    color: #c84e49;
}

.navbar-brand {
    padding: 8px 20px;
}

    .navbar-brand > img {
        height: 27px;
    }

.navigation > li.active > a, .navigation > li.active > a:focus, .navigation > li.active > a:hover {
    /*background-color: #c84e49;
    color: #fff;*/
}

.navbar-brand {
    font-size: 21px;
}

*.disabled-page {
    /*background-color: #dedede !important;*/
    cursor: not-allowed;
}

.disabled-page2 {
    background-color: #dedede !important;
    cursor: not-allowed;
}

/*label.label-default {
    font-size: 100%;
}*/

/*.form-control {
    border-radius: 5px;
}

.round-xl {
    border-radius: 5px;
}*/

.pointer {
    cursor: pointer;
}

.field-validation-error {
    background: url("/content/global/images/error_small.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    color: #ff5a00;
    padding-left: 18px;
}

.color-red {
    color: red;
}

.display-none2 {
    display: none;
}

.text-bold {
    font-weight: bold;
}

.color-fade {
    color: #999999;
}

.margin-5 {
    margin-bottom: 5px !important;
}

.none-border {
    border: none;
}

/* -------------------- CUSTOM TEMPLATE STYLE ----------------------- */

.table-responsive {
    overflow-x: inherit;
}

.sidebar {
    /*width: 220px;*/
}
/* -------------------- /CUSTOM TEMPLATE STYLE ----------------------- */
.login-container .page-container .login-form, .login-container .page-container .registration-form {
    margin: 0 auto 20px auto;
    border-radius: 15px;
}

.sidebar {
    /*background-color: #184776;*/
    color: #fff;
}

.navigation > li.active > a, .navigation > li.active > a:focus, .navigation > li.active > a:hover {
    background-color: #13375c;
    color: #fff;
}

.navbar-inverse {
    background-color: #343535;
    /*background-color: #343535;
    border-color: #184776;*/
}

/*.navbar-top {
    padding-top: 0px;
}

.sidebar-fixed .sidebar-content {
    top: 0;
}*/

.category-content {
    padding: 10px 15px;
}

.navigation > li > a {
    padding: 8px 15px;
    min-height: 40px;
    font-weight: 500;
}

.page-title {
    padding: 10px 36px 10px 0;
}

.navigation > li ul li a {
    padding: 7px 15px 7px 25px;
    min-height: 30px;
}

.navbar-inverse {
    background-color: #37474F;
    border-color: #37474F;
}

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #fff;
        text-transform: uppercase;
    }

.navbar-nav li:hover ul {
    display: block;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-width: 0;
}

.navbar-brand > img {
    height: 40px;
}

.navbar-brand > img {
    margin-top: -10px;
}

.navbar-brand > img {
    display: inline-block;
}

.ui-widget-header {
    border: none;
    background: #FFF;
    color: #222;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    line-height: 1;
    color: #333333;
    padding: 7px;
    border-radius: 2px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #555;
}

.datatable-header > .input-group-xs {
    margin-bottom: 10px;
}

    .datatable-header > .input-group-xs::after {
        clear: both;
    }

.clear {
    clear: both
}


.nav > li > a {
    padding: 13px 10px;
}

.navbar-brand {
    font-size: 19px;
}


.docimg {
    height: 200px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.upload-arial {
    background: #fff;
    border: 3px dashed #607d8b;
    border-radius: 2px;
    color: #455a64;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
    -webkit-transition: background .15s linear,border .15s linear,color .15s linear,opacity .15s linear;
    transition: background .15s linear,border .15s linear,color .15s linear,opacity .15s linear;
    cursor: pointer;
    margin-bottom: 20px
}

    .upload-arial:hover {
        background: #e2dfdf
    }

.doc-remote {
    position: absolute;
    z-index: 99999;
    top: -38px;
    right: 0px;
}

.title-img {
    font-weight: bold;
}

.bar-approve-button {
    text-align: center;
}

    .bar-approve-button button {
        margin-right: 5px;
    }

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.tht-info b {
    display: inline-block;
    width: 180px;
}

.mySlides1, .mySlides2 {
    display: none
}

img {
    vertical-align: middle;
}

.mySlides1, .mySlides2 {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a grey background color */
    .prev:hover, .next:hover {
        background-color: #f1f1f1;
        color: black;
    }



.slideshow .img {
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #dadada;
}

.slideshow .btn-upload {
    height: 180px;
    position: relative;
    background: #e4e1e1;
    cursor: pointer;
    border: 1px solid #dadada;
    border-radius: 3px;
}


    .slideshow .btn-upload .glyphicon {
        font-size: 73px;
        position: absolute;
        top: 30%;
        left: 37%;
        color: #9a9a9a;
    }

    .slideshow .btn-upload:hover {
        background: #dedddd;
    }

        .slideshow .btn-upload:hover .glyphicon {
            color: #868383;
        }

.new_style {
    padding-top: -30px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}

.area-note {
    border: 1px dotted gray;
    padding: 10px;
}

.datatable-scroll table .label {
    width: 100%
}

.label {
    display: initial;
    padding: 2px 5px 1px;
    line-height: 1.5384616;
    border: 1px solid transparent;
    border-radius: 2px;
}

body {
    font-size: .895rem;
}

.h4, h4 {
    font-size: 23px;
}

.c_padding {
}

.gioi-thieu {
    background: #fff;
    margin-left: -10px;
    padding: 20px;
    border: 1px solid #e4e4e4;
    font-size: 15px;
    border-radius: 3px;
}

.label-primary {
    background-color: #008ac3;
}

/*@media only screen and (max-width: 770px) {
    .gioi-thieu {
        margin-bottom: 20px;
        margin-right: -10px
    }

    .login-home {
        margin-left: -10px;
    }
}*/

#menu .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background: #008ac3 !important;
    color: #ffffff;
}

.new-item {
    background: #fff;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-right: 20px;
}

    .new-item h4 {
        margin-top: 0px;
        line-height: 26px;
        height: 50px;
        overflow: hidden;
        height: 55px
    }

.new-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

    .new-img img {
    }

.new-summary {
    height: 65px;
    overflow: hidden;
}

.swiper-slide {
    height: auto;
    text-align: center;
    padding: 10px;
}

@media only screen and (max-width: 500px) {
    /*.swiper-slide {
        width: 600px !important;
       
    }*/

    .hotline {
        display: none !important;
    }
}

/*@media only screen and (max-width: 770px) {
    .logo, .logo-bottom {
        display: none;
    }

    .button_menu {
        float: right;
    }

   
}*/

.navbar-toggle {
    background-color: #008ac3;
    margin-right: 0px;
}

.icon-bar {
    background-color: #fff;
}

#menu .navbar-nav > li > a {
    color: #424141 !important;
}

.vayngay-mobile {
    display: none;
}

@media only screen and (max-width: 800px) {


    .register-banner {
        display: none
    }

    .getborrow-search {
        text-align: right;
    }

    .content-body {
        margin-top: 0px !important;
    }

    .text_header_vayvon {
        text-align: left !important;
        padding-bottom: 5px;
    }

    .vayngay-mobile {
        display: block;
        text-transform: uppercase;
        font-size: 15px;
    }

    .vayngaymenu {
        display: none !important;
    }
}

.pak {
    margin-bottom: 20px
}

#menu .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background: #FF7D2A;
    color: #ffffff !important;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.time {
    margin: 10px 0
}

.timer {
    font-size: 15px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.2rem 1.2rem;
}

.col {
    flex: 1 0 0%;
}

.row {
    --tblr-gutter-x: 1rem;
    --tblr-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--tblr-gutter-y) * -1);
    margin-right: calc(var(--tblr-gutter-x)/ -2);
    margin-left: calc(var(--tblr-gutter-x)/ -2);
}

.col-form-label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.4285714;
    padding-left: 20px;
    padding-right: 20px;
}

body {
    background-color: #ffffff;
}

.panel {
    border: 1px solid rgba(101,109,119,.16);
    border-radius: 5px;
}

.page-header-default {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0 #ddd;
    box-shadow: 0 0 0 0 #ddd;
    margin-top: 15px;
    margin-bottom: 5px;
}

.table > thead > tr > th {
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.6;
    color: #656d77;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--tblr-gutter-x,1.5rem);
    padding-left: var(--tblr-gutter-x,1.5rem);
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.4375rem 2.25rem 0.4375rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714;
    color: #232e3c;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dadcde' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid rgba(101,109,119,.24);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-label {
    display: block;
}

.form-label {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .card-md > .card-body {
        padding: 2rem;
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(101,109,119,.16);
    border-radius: 5px;
}

.card {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
}

.file-upload {
    -ms-border-radius: .25rem;
    border-radius: 0.25rem;
    padding: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.2rem 1.2rem;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.text-muted {
    color: #656d77 !important;
}

.row-cards {
    --tblr-gutter-x: 1rem;
    --tblr-gutter-y: 1rem;
    --tblr-gutter-x: 1rem;
    /* display: flex; */
    flex-wrap: wrap;
}

.input-icon .form-control:not(:last-child) {
    padding-right: 2.5rem;
}

.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    color: #656d77;
    pointer-events: none;
    font-size: 1.2em;
}

    .input-icon-addon:last-child {
        right: 0;
        left: auto;
    }

.icon {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    vertical-align: bottom;
    stroke-width: 1.5;
}

.form-control, output {
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.4375rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714;
    color: #232e3c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(101,109,119,.24);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(101,109,119,.16);
    border-radius: 5px;
}

.row {
    --tblr-gutter-x: 1rem;
    --tblr-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--tblr-gutter-y) * -1);
    margin-right: calc(var(--tblr-gutter-x)/ -2);
    margin-left: calc(var(--tblr-gutter-x)/ -2);
}

.input-icon {
    position: relative;
}

    .input-icon .form-control:not(:first-child) {
        padding-left: 2.5rem;
    }


.bg-light {
    background-color: #f4f6fa !important;
}

.page-title {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5555556;
    font-weight: 500;
    color: inherit;
    display: flex;
    align-items: center;
}

.page-pretitle {
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.6;
    color: #656d77;
}

.ms-auto {
    margin-left: auto !important;
    text-align: right;
}

.card-header {
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    color: #656d77;
    background-color: #f4f6fa;
    border-bottom: 1px solid rgba(101,109,119,.16);
}

.btn-ghost-red, .btn-outline-red, .btn-red {
    --tblr-btn-color: 214,57,57;
    --tblr-btn-color-darker: 193,51,51;
    --tblr-btn-color-text: #f4f6fa;
}

.row > * {
    /* flex-shrink: 0;
    width: 100%;
    max-width: 100%;*/
    padding-right: calc(var(--tblr-gutter-x)/ 2);
    padding-left: calc(var(--tblr-gutter-x)/ 2);
    margin-top: var(--tblr-gutter-y);
}

.row > * {
    min-width: 0;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.row {
    /* --tblr-gutter-x: 1rem; */
    /* --tblr-gutter-y: 0; */
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--tblr-gutter-y) * -1);
    margin-right: calc(var(--tblr-gutter-x)/ -2);
    margin-left: calc(var(--tblr-gutter-x)/ -2);
}

.btn:hover {
    /*color: #232e3c;*/
    text-decoration: none;
}

btn:hover {
    /*  color: #232e3c;*/
    border-color: #a7abb1;
    background-color: #f4f6fa;
}

.btn-outline-azure, .btn-outline-bitbucket, .btn-outline-blue, .btn-outline-cyan, .btn-outline-danger, .btn-outline-dark, .btn-outline-dribbble, .btn-outline-facebook, .btn-outline-flickr, .btn-outline-github, .btn-outline-google, .btn-outline-green, .btn-outline-indigo, .btn-outline-info, .btn-outline-instagram, .btn-outline-light, .btn-outline-lime, .btn-outline-orange, .btn-outline-pink, .btn-outline-pinterest, .btn-outline-primary, .btn-outline-purple, .btn-outline-red, .btn-outline-rss, .btn-outline-secondary, .btn-outline-success, .btn-outline-tabler, .btn-outline-teal, .btn-outline-twitter, .btn-outline-vimeo, .btn-outline-vk, .btn-outline-warning, .btn-outline-yellow, .btn-outline-youtube {
    background-color: white;
    color: rgba(var(--tblr-btn-color),1);
    border-color: rgba(101,109,119,.16);
}

    .btn-outline-azure:hover, .btn-outline-bitbucket:hover, .btn-outline-blue:hover, .btn-outline-cyan:hover, .btn-outline-danger:hover, .btn-outline-dark:hover, .btn-outline-dribbble:hover, .btn-outline-facebook:hover, .btn-outline-flickr:hover, .btn-outline-github:hover, .btn-outline-google:hover, .btn-outline-green:hover, .btn-outline-indigo:hover, .btn-outline-info:hover, .btn-outline-instagram:hover, .btn-outline-light:hover, .btn-outline-lime:hover, .btn-outline-orange:hover, .btn-outline-pink:hover, .btn-outline-pinterest:hover, .btn-outline-primary:hover, .btn-outline-purple:hover, .btn-outline-red:hover, .btn-outline-rss:hover, .btn-outline-secondary:hover, .btn-outline-success:hover, .btn-outline-tabler:hover, .btn-outline-teal:hover, .btn-outline-twitter:hover, .btn-outline-vimeo:hover, .btn-outline-vk:hover, .btn-outline-warning:hover, .btn-outline-yellow:hover, .btn-outline-youtube:hover {
        background-color: rgba(var(--tblr-btn-color),1);
        color: var(--tblr-btn-color-text);
        border-color: rgba(var(--tblr-btn-color),1);
    }

.card-title {
    margin-bottom: 0.5rem;
}

.card-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.card-header .card-title {
    margin: 0.125rem 0;
}

.page-header-content {
    position: relative;
    background-color: inherit;
    padding: 0 0px;
}

.page-title {
    padding: 0;
}


.page-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 2.25rem;
    margin: 1.25rem 0 1.25rem;
}

.align-items-center {
    align-items: center !important;
}

.page-header > * {
    flex: 1;
}
/*
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.navbar-collapse {
    align-items: center;
    width: 100%;
}

.order-first {
    order: -1 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
        .navbar-expand-md .navbar-collapse {
            display: flex !important;
        }
        .navbar-expand-md .navbar-collapse {
            width: auto;
            flex: 1 1 auto;
        }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.collapse:not(.show) {
    display: none;
}


.navbar-collapse .navbar {
    flex-grow: 1;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar {
    align-items: stretch;
    min-height: 3.5rem;
    background: 0 0;
    color: rgba(35,46,60,.7);
}
.navbar-light {
    box-shadow: 0 0 30px rgb(28 39 60 / 8%);
    border-bottom: 1px solid rgba(28, 39, 60, 0.12);
    background-color: #e7e7e7;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: .875rem;
    font-weight: 500;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.w-100 {
    width: 100% !important;
}
.btn-icon {
    min-width: calc(2.125rem + 2px);
}

btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}*/

.modal-body .bootbox-close-button{
    display:none;
}
