html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizelegibility;
  letter-spacing: 0.2px;
  word-wrap: break-word;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e1e;
  background: #ffffff;
  font-style: normal;
  font-weight: 400;
}

.input-group-text, .form-control, .btn{
	font-size: unset;
}
a {
  color: #4a3afb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4a3afb;
  text-decoration: none;
}
a:focus {
  outline: none;
}

/* */
.head-menu-item:hover {
	/*background-color: #4a3afb;*/
}

.head-menu-item {
	color: #bca485 !important;
	padding: 5px;
}

.head-menu-item a {
	color: #bca485 !important;
}

/* */

.banner {
 /*position:absolute;*/
 width:100%
}
.banner h1 {
 text-align:center;
 font-size:20px
}
.banner h2 {
 text-align:center;
 font-size:12px
}
.img-banner {
 position:relative;
 z-index:-1;
 min-height:150px;
 max-height:500px;
 object-position:top;
 width:100%;
 -o-object-fit:cover;
 object-fit:cover
}
.banner_text {
 color:#fff;
 width:100%
}
.banner_text {
 background-color:rgba(0,0,0,.3)
}

@media only screen and (min-width:768px) {
 .banner {
  position:absolute;
  width:100%;
  margin-top:20%
 }
 .banner h1 {
  text-align:center;
  font-size:3vw
 }
 .banner h2 {
  text-align:center;
  font-size:2vw
 }
 .content-container{
  margin-top:100px !important
 }
}
 
@media only screen and (max-width: 767px){
 .banner_text {
	margin-top: 20%;
 }
 .banner {
  /*margin-top:228px!important*/
  margin-top: -80px;
 }
 .banner h1 {
  font-size:3vw!important
 }
 .banner h2 {
  font-size:2.5vw!important
 }
 .content-container{
  padding-top: 40px;
 }
 .content-page{
  /*margin-top:230px !important*/
 }
}

/* */

.galer_btn_slide {
        position: absolute;
        top: 50%;
        transform: translateY(-58%) !important;
        z-index: 99;
        color: rgba(0, 0, 0, 0.75);
        font-size: 40px;
        padding: 0 18px;
    }

    .galer_btn_slide:hover {
        cursor: pointer;
    }

    .selanjutnya, .next, .next2{
        right: 0;
    }

    @media (max-width: 500px) {
        .galer_btn_slide {
            text-shadow: 0px 0px  7px #ffffff;
            color: rgba(0, 0, 0, 0.8);
        }
        .sebelumnya, .selanjutnya {
            text-shadow: 0px 0px 7px #ffffff;
            color: rgba(0, 0, 0, 0.8);
        }
        .galer_btn_slide:active {
            margin: 0 5px;
        }

        .mt-20-mobile{
          margin-top: 20px;
        }
    }

    @media (min-width: 1024px) {
        .galer_btn_slide {
            margin: 0 4rem;
        }
    }

/* */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 1090;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -o-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -ms-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -moz-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}
.modal.in {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.in .modal-dialog {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
}
.modal-dialog.modal-dialog-center {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
}
.modal-dialog.modal-dialog-center .modal-body {
  overflow-y: auto;
}
.modal-dialog.modal-dialog-center .modal-footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal-dialog.modal-dialog-center {
    width: 100%;
  }
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1075;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 30px;
  padding-bottom: 0;
  min-height: 31.6px;
}
.modal-dialog {
  padding-top: 75px;
  margin-top: 0 !important;
  max-width: 90%;
}
.modal-header .close {
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  height: 40px;
  left: 50%;
  margin-top: -86px;
  opacity: 1;
  position: absolute;
  width: 40px;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal-title {
  margin: 0;
  line-height: 1.6;
  font-size: 1.8461538461538463em;
  text-align: center;
  text-transform: uppercase;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 0.38461538461538464em;
  margin-bottom: 0;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.user-register-modal .form-control,
.user-lostpassword-modal .form-control,
.user-login-modal .form-control {
  border-color: #ebebec;
}
.user-register-modal .form-control:focus,
.user-lostpassword-modal .form-control:focus,
.user-login-modal .form-control:focus {
  border-color: #1e1e1e;
  border-width: 1px;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #1e1e1e;
  box-shadow: inset 0 0 0 1px #1e1e1e;
}
.user-register-modal .modal-content,
.user-lostpassword-modal .modal-content,
.user-login-modal .modal-content {
  border-width: 0px;
}
@media (min-width: 768px) {
  .user-register-modal .modal-dialog,
  .user-lostpassword-modal .modal-dialog,
  .user-login-modal .modal-dialog {
    width: 400px;
  }
}
.user-register-modal .modal-header,
.user-lostpassword-modal .modal-header,
.user-login-modal .modal-header {
  -webkit-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.user-register-modal .modal-footer,
.user-lostpassword-modal .modal-footer,
.user-login-modal .modal-footer {
  background-color: #ebebec;
  -webkit-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.user-register-modal .modal-footer button,
.user-lostpassword-modal .modal-footer button,
.user-login-modal .modal-footer button {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ajax-modal-result,
.user-modal-result {
  text-align: center;
}
.ajax-modal-result a,
.user-modal-result a {
  color: #bca480;
}
.ajax-modal-result a:hover,
.user-modal-result a:hover {
  text-decoration: underline;
}
.ajax-modal-result .error-response,
.user-modal-result .error-response {
  color: #fe252c;
}
.ajax-modal-result .success-response,
.user-modal-result .success-response {
  color: #a0ce4e;
}
.newsletter-modal .form-control {
  border-color: #ebebec;
}
.newsletter-modal .form-control:focus {
  border-color: #1e1e1e;
  border-width: 1px;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #1e1e1e;
  box-shadow: inset 0 0 0 1px #1e1e1e;
}
.newsletter-modal .modal-header {
  border-bottom: 0;
}
.newsletter-modal .modal-body {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .newsletter-modal .modal-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .newsletter-modal .modal-dialog {
    width: 800px;
  }
}
.newsletter-modal .newsletter-modal-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.newsletter-modal .newsletter-modal-desc {
  font-size: 1.2em;
  margin-bottom: 30px;
}
.newsletter-modal .modal-footer {
  border: none;
  text-align: inherit;
  padding-bottom: 100px;
  padding-top: 0;
}
.newsletter-modal .modal-footer button {
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .newsletter-modal .modal-content {
    background: #ffffff url("../images/newsletter-modal-bg.png") no-repeat scroll left center;
    padding: 0 0 0 40%;
  }
}
.newsletter-modal .ajax-modal-result {
  text-align: inherit;
  margin-bottom: 15px;
}
.user-login-or {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  position: relative;
}
.user-login-or:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ebebec;
  top: 50%;
  margin-top: -1px;
  content: "";
  left: 0;
}
.user-login-or span {
  border: 1px solid #ebebec;
  display: inline-block;
  font-size: 1.1rem;
  height: 2.5em;
  width: 2.5em;
  font-style: italic;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 2.1em;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.user-register-modal .user-login-facebook,
.user-login-modal .user-login-facebook {
  text-align: center;
}
@media (max-width: 767px) {
  .user-register-modal .lostpassword-modal-link,
  .user-login-modal .lostpassword-modal-link {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .user-register-modal .modal-footer,
  .user-login-modal .modal-footer {
    text-align: center !important;
  }
  .user-register-modal .modal-footer .user-login-modal-register,
  .user-login-modal .modal-footer .user-login-modal-register {
    margin-bottom: 15px;
  }
  .user-register-modal .modal-footer .pull-left,
  .user-login-modal .modal-footer .pull-left {
    display: block;
    float: none !important;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 2.3076923076923075em auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* */

.footer-widget {
  /*background: #3b3e43;*/
  /*color: #878787;*/
  /*padding-top: 70px;*/
}
/*.footer-widget .footer-widget-wrap {
  padding: 80px 0;
}*/

.footer-widget-wrap {
  /*background: #3b3e43;*/
  /*color: #878787;*/
}

@media (min-width: 992px) {
  .footer-widget .footer-widget-wrap {
    padding: 0;
  }
  .footer-widget .footer-widget-wrap > .container > .row {
    display: table;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer-widget .footer-widget-col {
    /*margin-bottom: 30px;
	padding-top: 70px;*/
  }
}
@media (min-width: 992px) {
  .footer-widget .footer-widget-col {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    /*padding-top: 80px;
    padding-bottom: 80px;*/
    display: table-cell;
    float: none;
  }
  .footer-widget .footer-widget-col:last-child,
  .footer-widget .footer-widget-col.no-border {
    border: none;
  }
  .footer-widget .footer-widget-col.ver-top {
    vertical-align: top;
  }
}
.footer-widget .widget {
  margin-bottom: 0;
  padding-top: 30px;
}
.footer-widget .widget:first-child {
  padding-top: 0;
}
.footer-widget .widget_nav_menu {
  text-align: center;
}
.footer-widget .widget-title {
  text-transform: uppercase;
  /*color: #ffffff;*/
  margin-top: 0;
  margin-bottom: 1.5384615384615385em;
  position: relative;
  padding-bottom: 0.8em;
  text-align: center;
}
.footer-widget .widget-title.align-left {
  text-align: left;
}
.footer-widget .widget-title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #bca480;
  bottom: 0;
}
.footer-widget .widget-title.align-left:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
}
.footer-widget li {
  border-bottom: none;
  padding-left: 0;
  padding-bottom: 0.7692307692307693em;
  position: relative;
}
.footer-widget li .post-date {
  display: block;
  font-size: 85%;
  color: rgba(135, 135, 135, 0.7);
}
.footer-widget li:last-child {
  border: none;
}
.footer-widget .social-widget-wrap i {
  color: #ffffff;
}
.footer-widget .social-widget-wrap i:hover {
  color: inherit;
}
.footer-widget .social-widget-wrap i {
  border: none !important;
  margin-right: 30px;
  width: auto;
}
.footer-widget .social-widget-wrap a:hover i {
  color: #4a3afb !important;
}
.footer-widget a {
  color: #4a3afb;
  /*font-weight: 400;*/
}
.footer-widget a:hover {
  color: #4a3afb;
}
.footer {
  /*background: #3b3e43;
  color: #878787;*/
}
.footer .footer-contact,
.footer .footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 992px) {
  .footer .footer-contact .row {
    display: table;
    width: 100%;
  }
  .footer .footer-contact .col-sm-4 {
    display: table-cell;
    float: none;
  }
}
.footer .footer-contact-item {
  padding: 36px;
  text-align: center;
}
.footer .footer-contact-item .footer-contact-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #bca480;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.footer a {
  color: #878787;
}
.footer a:hover {
  color: #bca480;
}
.footer .footer-info {
  /*color: #878787;*/
  padding: 40px 0;
  position: relative;
}
.footer .footer-info a {
  color: #878787;
}
.footer .footer-info a:hover {
  color: #bca480;
}
.copyright,
.footer-info-logo {
  margin-bottom: 0.7692307692307693em;
}
.footer-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 1.5em;
  margin: 0 5px;
}
.footer-social a i:hover {
  background: none !important;
  color: #bca480 !important;
}
a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
  background-color: #34363b;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -15px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: -15px;
}



.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	
	.areaprint
	{
		width: 95vw !important;
	}
}

table.report-container {
	page-break-after:always;
	width:100%;
}
thead.report-header {
	display:table-header-group;
}
tfoot.report-footer {
	display:table-footer-group;
}

.field-icon{
	line-height: unset !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.38461538461538464em;
  font-weight: 700;
}

#myCarousel .list-inline {
    /*white-space:nowrap;
    overflow-x:auto;*/
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
	margin-top: 15px;
}

#myCarousel .carousel-indicators > li {
    width: 80px;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

.btnktk{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0.6rem 1.7rem;
	font-size: 13px;
	line-height: 1.3;
	-webkit-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
	-o-transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
	transition: background-color 0.3s, border-color 0.3s, text-color 0.3s, box-shadow 0.3s;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	background: transparent;
	border: 2px solid #1e1e1e;
	text-transform: uppercase;
	color: #1e1e1e;
	position: relative;
	font-size: 0.9em;
}

/*.contvid {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

#contvid iframe{
	position: relative;
	width: 100%;
}

.nav-tabs .nav-link {
    border: 1px solid #dee2e6;
}

.nav-tabs .nav-link.active {
    color: #aca485;
    background-color: #343a40;
}

.formsetting {
    margin-top: 5px;
    margin-bottom: 5px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .input-group-addon, .input-group > .btn {
    border-radius: 0 !important;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, textarea:hover {
    border-color: #b5b5b5;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], textarea {
    border-radius: 0 !important;
    color: #858585;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
        border-top-color: rgb(213, 213, 213);
        border-right-color: rgb(213, 213, 213);
        border-bottom-color: rgb(213, 213, 213);
        border-left-color: rgb(213, 213, 213);
    padding: 5px 4px 6px;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}
.form-control, select {
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #858585;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition-duration: 0.15s, 0.15s;
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: blue;    }
    49%{    color: blue; }
    60%{    color: transparent; }
    99%{    color: transparent;  }
    100%{   color: blue;    }
}

.blinkingdanger{
    animation:blinkingTextDgr 1.2s infinite;
}
@keyframes blinkingTextDgr{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color: transparent;  }
    100%{   color: red;    }
}

#loadingCover {
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 )
              url('../img/loading.gif')
              50% 50%
              no-repeat;
}