html {
	--navbar-height: 5rem;
	--navbar-sm-height: 3.75rem;
  }

  /**
 See @page-script.js 
*/
  #scroll-down {
	position: absolute;
	top: 60vh;
  }

  #scroll-up {
	position: absolute;
	top: 0;
  }


  /* when we scroll down a little bit, navbar becomes fixed (+compact) and appears from top */
  @keyframes navbarAppearIn {
	0% {
	  transform: translateY(-100%);
	}

	100% {
	  transform: none;
	}
  }


  /* if our ace.css is compiled using sticky: true, then we should make it position: fixed again to fix a few glitches */
  .navbar-fixed {
	position: relative;
	animation: none;
	transition: none;
  }

  .navbar-compact {
	height: 5rem;
  }

  .navbar-fixed .navbar-inner {
	position: fixed;
	top: 0;
  }

  .navbar-compact .navbar-inner {
	height: 4rem;
	animation: navbarAppearIn 300ms;
  }

  @media (prefers-reduced-motion: reduce) {
	.navbar .navbar-inner {
	  transition: none !important;
	  animation: none !important;
	}
  }



  #navbar-dark.navbar-compact .navbar-inner {
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125);
  }


  /* the shadow for the 3 feature items ... speed, flexibility, etc */
  .shadow-1 {
	box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
  }


  /* the triangle in light/white version */
  .shape-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 20px 12px;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
  }

  
html{
	font-size: 90%;
}

.navbar-brand img {
	height: 120px;
	margin-top: 65px;
	border-radius: 0 0 5px 5px;
	/* box-shadow: 1px 5px 5px #ccc; */
}
    .navbar-brand.staff img {
        /* height: auto;
        margin-top: -20px;
        border-radius: 0 0 5px 5px;
        box-shadow: none;
        width: 100%; */

        height: auto;
        margin-top: -4px;
        border-radius: 0 0 5px 5px;
        box-shadow: none;
        width: 205px;
        margin-left: -10px;
    }

.login-container {
	/* margin-top: -50px; */
	border-radius: 10px;
	box-shadow: 0 0 2px #333;
	overflow: hidden;
}

.login-body .form-group{
    width: 100%;
}

/* .container_12{
    background-color: #fff;
    padding: 20px;
}
 */
.form-custom input[type=text]{
	border-width: 0 0 1px 0;
	width: 100%;
}
.form-custom td {
	padding-bottom: 0;
	padding: 0 10px;
    /* vertical-align: bottom;
    border: none; */
}

.accordion .card-header .accordion-toggle:not(.btn),.accordion .card-header .accordion-toggle:not(.btn):hover,.accordion .card-header .accordion-toggle:not(.btn).collapsed:hover {
	background-color: #309b74;
}

.objectives .feature-item > div{
	width: 80px;
}

.save.btn {
	margin: auto;
	display: block;
}

.full-label label{
	width: 100%;
}

.form-table td:first-child{
	width: 30%;
}

.timer{
	font-weight: bold;
	padding: 10px;
	font-size: 130%;
	/* box-shadow:  -2px 3px 4px red; */
	color: red;
}

.form-input{
    position: relative;
}

.required{color:brown;}

.formImageInput{
	height:80px; width:80px; overflow:hidden; border:thin solid #bbb; float:left; /* margin-right: 10px; */
	cursor:pointer;
}

.formImageInput input{
	display:none;
}
.formImageInput .usrImg{
	width:100%;
}
.formImageInput .info,.formImageInput .error{
	position: absolute;
	/*margin-left: 75px;*/
	margin-top: -22px;
	font-size: 14px;
	color: blue;
	padding: 0;
}
.formImageInput .thumbnail{
	background-size: contain;
	background-repeat: no-repeat;
}
form td>div{
    position: relative;
}

/* //////////////////// */
.login.body-container {
    background-image: linear-gradient(#6baace, #264783);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.carousel-item>div {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* these make sure in mobile devices, tab panes are not the same height (for example 'forgot' pane is not as tall as 'signup' page) */
@media (max-width: 767.98px) {
    .tab-sliding .tab-pane:not(.active) {
        max-height: 0 !important;
    }

    .tab-sliding .tab-pane.active {
        min-height: 90vh;
        max-height: none !important;
    }
}

.navbar-brand span{font-size: 70%;}
.navbar-brand span:first-child {
	display: inline-block;
	border: 4px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	background: white;
}
#id-navbar-user-image{
    height: 55px;
}
.control-label{
    padding-top: 10px;
    font-weight: 600;
    /* text-align: right; */
    font-size: 85%;
}

/* .form-horizontal .form-group{
    overflow: hidden;
} */
.form-horizontal .form-group > label,.form-horizontal .form-group > div{
    float: left;
}
.form-horizontal .form-group > label{
    width: 30%;
    padding-top: 0;
}
.form-horizontal .form-group > div{
    width: 70%;
}

.form-horizontal h5, .form-horizontal h6{
    text-align: center;
}

.capture-form{
    padding: 0 30px;
}
.capture-form .card{
    margin-bottom: 10px;
    border: none;
}
.capture-form .card-body{
    padding: 15px 0 0 20px;
}
.capture-form .card:hover{
    background-blend-mode: soft-light;
}
.capture-form .card:nth-child(even){
    background:  #f9f9f9;;
}
.capture-form .qtn-ind{
    font-size: 120%;
    font-weight: bold;
}
.capture-form .form-control{
    border-width: 0 0 1px 0;
}
.loading-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.397);
	background-image: url(../img/icon-logo.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100px 70px;
	z-index: 999999999999999;
	display: none;
}
.loading-bar {
	background-image: url(../img/ajax-loader.gif);
	height: 2px;
	width: 8%;
	top: 56%;
	position: relative;
	left: 46%;
}

.quotation .table{
    table-layout: fixed;
}

.quotation tr th:last-child,.quotation tr td:last-child{
    width: 120px;
    background-color: #ffe4e4;
}
    .quotation.details tr th:last-child,.quotation.details tr td:last-child{
        display: none;
    }
.quotation tr th:last-child input, .quotation tr td:last-child input {
	text-align: right;
	font-size: 90%;
	font-weight: bold;
}
.quotation tr td,.quotation tr th,.rate-card tr td,.rate-card tr th{
    padding: 2px 5px;
    border-top: none;
}
/* .rate-card tr td,.rate-card tr th{
    border-top: thin solid rgba(0,0,0,.075);
} */
.quotation .form-container > .active:nth-child(even) {
	background: #f1f7fd;
}
.quotation .form-container .row- {
	padding: 10px;
	border-bottom: thin solid #edbcbc;
	margin: 0 -15px;
}
.quotation .form-container hr{
    display: none;
}
.quotation .form-container .q-section{
    display: none;
}
.quotation .form-container .q-section.active{
    display: block;
}
.quotation .form-container .q-section.edit-mode {
	display: block;
	box-shadow: 0 0 287px 95px #555353;
	position: relative;
	z-index: 10;
	margin: 0;
}
.quotation .form-container .q-section .section-btns{
    position: absolute;
    top: 5px;
    right: 5px;
}
.quotation .form-container .section-menu {
	position: absolute;
	top: 30%;
	width: 500px;
	height: 200px;
	box-shadow: 0 0 287px 95px #000;
	background: white;
	padding: 15px;
	overflow: auto;
	left: 25%;
	z-index: 20;
}

.quotation .form-container .btnAddSection {
	position: fixed;
	top: 40%;
	left: 10px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px #000;
	font-size: 80%;
	padding: 0;
	padding-top: 5px;
	z-index: 10;
}
.quotation .form-container .btnAddSection i {
	font-size: 250%;
	font-weight: bold;
	text-align: center;
}
.btn-close-menu {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}

.top_menu a.active{
    text-transform: uppercase;
}

.input-floating-label {
    padding-top: 5px;
}
.input-floating-label .floating-label {
    background-color: transparent;
    font-weight: 600;
    /* color: #020318 !important;
    font-size: 110% !important; */
}

.chosen-single{
	border-width: 0 0 1px 0 !important;
	background: none !important;
}

.error {
	display: block;
	position: absolute;
	color: red;
	right: 10px;
	top: 0px;
	background: rgba(255, 255, 255, 0.9);
	padding: 0 5px;
	font-size: 70%;
}
.has-error .form-control,.has-error .chosen-single,.has-error input[type="checkbox"] {
	border-color: red !important;
	border-radius: 3px;
}
.chk-div.has-error .error{
    position: relative;
} 

.accordion-card-form-error {
	border: thin solid red !important;
	background-color: rosybrown !important;
}

.form-action {
	border-top: thin solid #f4f4f4;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}
.form-control {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.form-control.ace-select {
	height: calc(1.5em + .75rem + 2px);
	padding: 0px 2px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-image: linear-gradient(45deg,transparent 50%,rgba(0,0,0,.5) 50%),linear-gradient(135deg,rgba(0,0,0,.5) 50%,transparent 50%);
	background-position: calc(100% - 0.35rem) center,calc(100%) center,calc(100%) center;
	padding-right: 0.78em !important;
}

.inner-actions{
	position: relative;
	z-index: 0;
	/* right: 0px; */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
	color: #047bf8;
	text-decoration: none;
	cursor: pointer;

	margin-top: 8px;
	background: none !important;
}
.inner-actions .actions-list {
	position: absolute;
	background-color: #0068B3;
	color: #fff;
	font-size: 85%;
	padding: 5px 8px;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;

	right: 7px;
	bottom: 0px;

	width: 200px;
}
.inner-actions .actions-list a {
	display: block;
	width: 100%;
	padding: 2px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	color: #ffffff;
}
.inner-actions:hover .actions-list{
	visibility: visible;
	transform: translateY(0px);
	opacity: 1;
}
.inner-actions .actions-list a span {
	display: inline-block;
}

.inner-form{display: none;}
.inner-form-container.active .inner-form{display: block;}
.inner-form-container.active > div:first-child{display: none !important;}

/* .top-btns{
    margin-top: -20px;
} */
.quotation-detail-view {
	background: rgba(169, 173, 179, 0.11) !important;
	/* padding-top: 15px; */
}
.quotation-detail-view .form-control{
    background-color: transparent !important;
}
.quotation-detail-view h5 {
	font-size: 100%;
	font-weight: bold;
	color: #b6b5b7;
}
.quotation-detail-view th{
    font-size: 80%;
}
.job-details-action-btns .btn span{
    display: none !important;
}
.job-details-action-btns .btn:hover span{
    display: inline !important;
}

.table-form th, .table-form td{
    padding: 0 5px;
}

.tr-no-border td{
    border: none;
}

.no-doc-header .doc-header{
    display: none !important;
}

.justify-content{
    justify-content: space-between;
}

.card-footer.card-footer-sm {
	padding: .375rem .625rem;
}

.rate-card h5:not(.card-title){
    display: none;
}

.hide-first-column tr th:first-child,.hide-first-column tr td:first-child
{
	display: none !important;
}

.dataTables_wrapper > .row:first-child{
    background: none !important;
}

.datatable_hide_search_pagination .dataTables_wrapper > .row:nth-child(odd){
    display: none;
}

.datatable_horizontal .data-table{
    display: flex;
}
.datatable_horizontal .data-table th{
    width: auto !important;
}

.submitted_form .btn,.submitted_form .ace-file-btn{display: none;}
/* .btnAddRateColumn{
    position: absolute;
} */

.sidebar .nav > .nav-item > .nav-link {
	min-height: 1.75em;
}
.sidebar .nav-item + .nav-item-caption {
	margin-top: 1rem;
}
.sidebar-white .nav>.nav-item>.nav-link{
    color: white;
}
.dataTable:not(.collapsed) td.dtr-control, .dataTable:not(.collapsed) thead > tr > th:first-child {
	display: table-cell;
}
.datepicker > div {
	display: block;
}
.rotate-n90 {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.rotated-cell{
    width: 120px;
}

i.text-shadow{
    text-shadow: 0 0 2px #000;
}

.ace-aside.aside-left .modal-dialog .aside-header, .ace-aside.aside-right .modal-dialog .aside-header{
    width: auto;
}

.fld-label {
	width: 100px;
	display: inline-block;
	font-weight: normal;
}

.fld-row{
    margin-bottom: 3px;
    border-bottom: thin dotted #33a47b;
}

.z-1{
    z-index: 100;
}

.green-card {
    background: #36ad82!important;
    padding: 20px;
    border-radius: 5px;
    padding-bottom: 0;

    /* Sticky properties */
    position: sticky;
    top: var(--sidebar-horizontal-height); /* Don't forget this, required for the stickiness */
    
    z-index: 5;
    /* End Sticky properties */
}
    .green-card .input-floating-label, .company-details .input-floating-label{
        color: white;
    }
    .green-card .form-control, .company-details .form-control{
        /* background: rgb(255 255 255 / 10%); */
        background: none;
        color: white;
    }
    .green-card .floating-label, .company-details .floating-label {
        color: #363636 !important;
        font-weight: bold;
    }
    .company-details{
        background: #36ad82!important;
        padding: 20px;
        border-radius: 0 0 5px 5px;
        margin-top: -14px;
    }

.btn-add span:first-child,.btn-add.active span:last-child{
    display: block;
}
.btn-add span:last-child,.btn-add.active span:first-child{
    display: none;
}
.option-qtns{
    display: none;
}
.rec-row{
    position: relative;
}
    .rec-actions{
        position: absolute;
        right: 10px;
        display: none;
    }
    .rec-row:hover .rec-actions{display:block;}
.top-0{top:0;}
.end-0{right:0;}

.table-hover tbody tr:hover {
    color: #323337;
    background-color: rgba(0,0,0,.05) !important;
}

.repeat-row-body tr:nth-last-child(2){
	display: none;
}

.uploadimg.clients,.uploadimg.stock,.uploadimg.inputElement,.uploadimg{
	position: absolute;
    margin-left: 0;
    width: 80px !important;
	height: 105px;

	top: 0;
	
	opacity: 0;
    /* visibility: hidden; */
    cursor: pointer;
}
#mediax_static_image textarea{
    height: 95px;
}

.table.single_file_upload{width: auto;}

.table.single_file_upload thead, .table.single_file_upload td:not(:first-child) {
	display: none;
}
.addRowBtn{
	display:inline-block; font-size:15px; padding:5px 12px 5px; background:#ccc; color:#555; text-decoration: none !important;
}
.addRowBtn:hover{background:#555; color:#eee;}
.removeRowBtn{
    cursor: pointer;
}

table thead {
    position: sticky;
    top: 0;
    background: #f6f9fb;
}



/* Animations */
  .element-animation1 {
      animation: animationFrames ease .8s;
      animation-iteration-count: 1;
      transform-origin: 50% 50%;
      -webkit-animation: animationFrames ease .8s;
      -webkit-animation-iteration-count: 1;
      -webkit-transform-origin: 50% 50%;
      -ms-animation: animationFrames ease .8s;
      -ms-animation-iteration-count: 1;
      -ms-transform-origin: 50% 50%
  }
  .element-animation2 {
      animation: animationFrames ease 1s;
      animation-iteration-count: 1;
      transform-origin: 50% 50%;
      -webkit-animation: animationFrames ease 1s;
      -webkit-animation-iteration-count: 1;
      -webkit-transform-origin: 50% 50%;
      -ms-animation: animationFrames ease 1s;
      -ms-animation-iteration-count: 1;
      -ms-transform-origin: 50% 50%
  }
  .element-animation3 {
      animation: animationFrames ease 1.2s;
      animation-iteration-count: 1;
      transform-origin: 50% 50%;
      -webkit-animation: animationFrames ease 1.2s;
      -webkit-animation-iteration-count: 1;
      -webkit-transform-origin: 50% 50%;
      -ms-animation: animationFrames ease 1.2s;
      -ms-animation-iteration-count: 1;
      -ms-transform-origin: 50% 50%
  }
  .element-animation4 {
      animation: animationFrames ease 1.4s;
      animation-iteration-count: 1;
      transform-origin: 50% 50%;
      -webkit-animation: animationFrames ease 1.4s;
      -webkit-animation-iteration-count: 1;
      -webkit-transform-origin: 50% 50%;
      -ms-animation: animationFrames ease 1.4s;
      -ms-animation-iteration-count: 1;
      -ms-transform-origin: 50% 50%
  }
  @keyframes animationFrames {
      0% {
          opacity: 0;
          transform: translate(-1500px,0px)
      }
  
      60% {
          opacity: 1;
          transform: translate(30px,0px)
      }
  
      80% {
          transform: translate(-10px,0px)
      }
  
      100% {
          opacity: 1;
          transform: translate(0px,0px)
      }
  }
  
  @-webkit-keyframes animationFrames {
      0% {
          opacity: 0;
          -webkit-transform: translate(-1500px,0px)
      }
      60% {
          opacity: 1;
          -webkit-transform: translate(30px,0px)
      }
  
      80% {
          -webkit-transform: translate(-10px,0px)
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translate(0px,0px)
      }
  }
  
  @-ms-keyframes animationFrames {
      0% {
          opacity: 0;
          -ms-transform: translate(-1500px,0px)
      }
  
      60% {
          opacity: 1;
          -ms-transform: translate(30px,0px)
      }
      80% {
          -ms-transform: translate(-10px,0px)
      }
  
      100% {
          opacity: 1;
          -ms-transform: translate(0px,0px)
      }
  }

  #loadbar {
      position: absolute;
      width: 62px;
      height: 77px;
      top: 2em;
  }
  .blockG {
      position: absolute;
      background-color: #FFF;
      width: 10px;
      height: 24px;
      -moz-border-radius: 8px 8px 0 0;
      -moz-transform: scale(0.4);
      -moz-animation-name: fadeG;
      -moz-animation-duration: .8800000000000001s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-direction: linear;
      -webkit-border-radius: 8px 8px 0 0;
      -webkit-transform: scale(0.4);
      -webkit-animation-name: fadeG;
      -webkit-animation-duration: .8800000000000001s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-direction: linear;
      -ms-border-radius: 8px 8px 0 0;
      -ms-transform: scale(0.4);
      -ms-animation-name: fadeG;
      -ms-animation-duration: .8800000000000001s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-direction: linear;
      -o-border-radius: 8px 8px 0 0;
      -o-transform: scale(0.4);
      -o-animation-name: fadeG;
      -o-animation-duration: .8800000000000001s;
      -o-animation-iteration-count: infinite;
      -o-animation-direction: linear;
      border-radius: 8px 8px 0 0;
      transform: scale(0.4);
      animation-name: fadeG;
      animation-duration: .8800000000000001s;
      animation-iteration-count: infinite;
      animation-direction: linear
  }
  #rotateG_01 {
      left: 0;
      top: 28px;
      -moz-animation-delay: .33s;
      -moz-transform: rotate(-90deg);
      -webkit-animation-delay: .33s;
      -webkit-transform: rotate(-90deg);
      -ms-animation-delay: .33s;
      -ms-transform: rotate(-90deg);
      -o-animation-delay: .33s;
      -o-transform: rotate(-90deg);
      animation-delay: .33s;
      transform: rotate(-90deg)
  }
  #rotateG_02 {
      left: 8px;
      top: 10px;
      -moz-animation-delay: .44000000000000006s;
      -moz-transform: rotate(-45deg);
      -webkit-animation-delay: .44000000000000006s;
      -webkit-transform: rotate(-45deg);
      -ms-animation-delay: .44000000000000006s;
      -ms-transform: rotate(-45deg);
      -o-animation-delay: .44000000000000006s;
      -o-transform: rotate(-45deg);
      animation-delay: .44000000000000006s;
      transform: rotate(-45deg)
  }
  #rotateG_03 {
      left: 26px;
      top: 3px;
      -moz-animation-delay: .55s;
      -moz-transform: rotate(0deg);
      -webkit-animation-delay: .55s;
      -webkit-transform: rotate(0deg);
      -ms-animation-delay: .55s;
      -ms-transform: rotate(0deg);
      -o-animation-delay: .55s;
      -o-transform: rotate(0deg);
      animation-delay: .55s;
      transform: rotate(0deg)
  }
  #rotateG_04 {
      right: 8px;
      top: 10px;
      -moz-animation-delay: .66s;
      -moz-transform: rotate(45deg);
      -webkit-animation-delay: .66s;
      -webkit-transform: rotate(45deg);
      -ms-animation-delay: .66s;
      -ms-transform: rotate(45deg);
      -o-animation-delay: .66s;
      -o-transform: rotate(45deg);
      animation-delay: .66s;
      transform: rotate(45deg)
  }
  #rotateG_05 {
      right: 0;
      top: 28px;
      -moz-animation-delay: .7700000000000001s;
      -moz-transform: rotate(90deg);
      -webkit-animation-delay: .7700000000000001s;
      -webkit-transform: rotate(90deg);
      -ms-animation-delay: .7700000000000001s;
      -ms-transform: rotate(90deg);
      -o-animation-delay: .7700000000000001s;
      -o-transform: rotate(90deg);
      animation-delay: .7700000000000001s;
      transform: rotate(90deg)
  }
  #rotateG_06 {
      right: 8px;
      bottom: 7px;
      -moz-animation-delay: .8800000000000001s;
      -moz-transform: rotate(135deg);
      -webkit-animation-delay: .8800000000000001s;
      -webkit-transform: rotate(135deg);
      -ms-animation-delay: .8800000000000001s;
      -ms-transform: rotate(135deg);
      -o-animation-delay: .8800000000000001s;
      -o-transform: rotate(135deg);
      animation-delay: .8800000000000001s;
      transform: rotate(135deg)
  }
  #rotateG_07 {
      bottom: 0;
      left: 26px;
      -moz-animation-delay: .99s;
      -moz-transform: rotate(180deg);
      -webkit-animation-delay: .99s;
      -webkit-transform: rotate(180deg);
      -ms-animation-delay: .99s;
      -ms-transform: rotate(180deg);
      -o-animation-delay: .99s;
      -o-transform: rotate(180deg);
      animation-delay: .99s;
      transform: rotate(180deg)
  }
  #rotateG_08 {
      left: 8px;
      bottom: 7px;
      -moz-animation-delay: 1.1s;
      -moz-transform: rotate(-135deg);
      -webkit-animation-delay: 1.1s;
      -webkit-transform: rotate(-135deg);
      -ms-animation-delay: 1.1s;
      -ms-transform: rotate(-135deg);
      -o-animation-delay: 1.1s;
      -o-transform: rotate(-135deg);
      animation-delay: 1.1s;
      transform: rotate(-135deg)
  }
  @-moz-keyframes fadeG {
      0% {
          background-color: #000
      }
  
      100% {
          background-color: #FFF
      }
  }
  
  @-webkit-keyframes fadeG {
      0% {
          background-color: #000
      }
  
      100% {
          background-color: #FFF
      }
  }
  
  @-ms-keyframes fadeG {
      0% {
          background-color: #000
      }
  
      100% {
          background-color: #FFF
      }
  }
  
  @-o-keyframes fadeG {
      0% {
          background-color: #000
      }
      100% {
          background-color: #FFF
      }
  }
  
  @keyframes fadeG {
      0% {
          background-color: #000
      }
  
      100% {
          background-color: #FFF
      }
  }
  
