
/*  PRESENTION PAGE   */

/* Section Components */

.presentation-page{
  overflow-x: hidden;
}

.section-components .title{
    margin-top: 60px;
    margin-bottom: 5px;
}
.section-components .description{
    margin-top: 35px;
}

.section-components .image-container{
    height: 560px;
    position: relative;
}

.section-components .components-macbook{
    width: auto;
    left: -100px;
    top: 0;
    height: 100%;
    position: absolute;
}

.section-components .table-img,
.section-components .share-btn-img,
.section-components .coloured-card-btn-img,
.section-components .coloured-card-img,
.section-components .social-img,
.section-components .pin-btn-img{
    position: absolute;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.section-components  .coloured-card-img{
    left: 90%;
    top: 11%;
    height: 90px;
    border-radius: 2px;
}
.section-components .social-img{
    left: 70%;
    top: 67%;
    height: 40px;

}
.section-components .coloured-card-btn-img{
    left: 35%;
    top: 2%;
    height: 125px;
    border-radius: 6px;
}
.section-components .table-img{
    left: -13%;
    top: 27%;
    height: 175px;
    border-radius: 2px;
}
.section-components .pin-btn-img{
    left: 0%;
    top: 68%;
    height: 25px;
    border-radius: 3px;
}
.section-components .share-btn-img{
    left: 3%;
    top: -3%;
    height: 25px;

}

/* Section Content */

.section-content .section-description{
    margin-top: 100px;
}
.section-content .title{
    margin-bottom: 5px;
}

.section-content .section-description .title + .description{
    margin-top: 0;
}
.section-content .description{
    margin-top: 35px;
}

.section-content .image-container{
        max-width: 900px;
        position: relative;
}
.section-content .image-container .ipad-img{
    width: 100%;
    transition: transform .6s .9s;
    z-index: 2;
}
.section-content .image-container .area-img,
.section-content .image-container .info-img{
    position: absolute;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translate3D(0px, 100px, 0px);
    -webkit-transform: translate3D(0px, 100px, 0px);
}
.section-content .image-container .area-img{
    top: 10%;
    left: 60%;
    height: 300px;
    width: 250px;
    z-index: 2;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.section-content .image-container .info-img{
    top: 50%;
    left: 0%;
    height: 200px;
    width: 300px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.animated{
    transform: translate3D(0px, 0px, 0px) !important;
    -webkit-transform: translate3D(0px, 0px, 0px) !important;
    opacity: 1 !important;
}


/*  animated images  */

@keyframes Floatingy{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(50px, 0);}
    to {-webkit-transform: translate(0, -0px);}
}
@-webkit-keyframes Floatingy{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(50px, 0);}
    to {-webkit-transform: translate(0, -0px);}
}
@-moz-keyframes Floatingy{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(50px, 0);}
    to {-moz-transform: translate(0, -0px);}
}
@keyframes Floatingx{
    from {-webkit-transform:translate(50px, 0px);}
    65% {-webkit-transform:translate(0, 0);}
    to {-webkit-transform: translate(50px, -0px);}
}
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(50px, 0px);}
    65% {-webkit-transform:translate(0, 0);}
    to {-webkit-transform: translate(50px, -0px);}
}
@-moz-keyframes Floatingx{
    from {-moz-transform:translate(50px, 0px);}
    65% {-moz-transform:translate(0, 0);}
    to {-moz-transform: translate(50px, -0px);}
}


.table-img, .coloured-card-img, .coloured-card-btn-img, .pin-btn-img, .share-btn-img, .social-img{
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    animation-name: Floatingy;
    -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
    float: left;
}
.table-img{
    animation-duration: 14s;
    -webkit-animation-duration: 14s;
    -moz-animation-duration: 14s;
    animation-name: Floatingx;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.coloured-card-img{
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
     animation-name: Floatingx;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.coloured-card-btn-img{
    animation-duration: 18s;
    -webkit-animation-duration: 18s;
    -moz-animation-duration: 18s;
}
.pin-btn-img{
    animation-duration: 15s;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
}
.share-btn-img{
    animation-duration: 11s;
   -webkit-animation-duration: 11s;
   -moz-animation-duration: 11s;
}
.social-img{
    animation-duration: 16s;
    animation-name: Floatingx;
    -webkit-animation-duration: 16s;
    -moz-animation-duration: 16s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}



/* Presentation Page OnScroll Animation */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}


.fixed-section{
    top: 90px;
    max-height: 71vh;
    overflow: scroll;
    border-bottom: 1px solid rgba(220,220,220, .8);
}
.fixed-section ul li{
    list-style: none;
}
.fixed-section li a{
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}
.fixed-section li a.active{
    color: #00bbff;
}
.fixed-section.float{
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}
@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

#images h4{
    margin-bottom: 30px;
}
#javascriptComponents{
    padding-bottom: 0;
}
#javascriptComponents .btn-raised{
    margin: 10px 0px;
}

#fyno_spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    /* opacity: .5; */
    z-index: 99999;
    background: #eeeeeec9 url(../../images/fyno-spinner.gif) center center no-repeat;
    background-size: 100px;
}


.fynoicon{
    margin-right: 0px;
    color: #555;
    font-size: 28px;
    padding: 2px;
    cursor: inherit;
    line-height: 1;
    display: inline;
}
.fynoicon-white{
    margin-right: 0px;
    color: white;
    font-size: 28px;
    padding: 12px;
    cursor: inherit;
    line-height: 1;
  display: inline;
}
.topnav_fynoicon i.fynoicon {
    font-size: 24px;
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 4px #888;
    padding: 0.2em 0.2em
}

.navbar-nav .logout-icon  a{
    color: #f44336;
    font-size: 17px!important;
    display: inline-block!important;
    border-radius: 60px!important;
    box-shadow: 0px 0px 4px #888;
    padding: 0.25em 0.35em!important;
}
.navbar-nav .alerts-icon > a {

    font-size: 17px!important;
    display: inline-block!important;
    border-radius: 60px!important;
    box-shadow: 0px 0px 4px #888;
    padding: 0.36em 0.3em!important;
}
.navbar-nav .alerts-icon > a >i {

    font-size: 24px!important;
}

.navbar-nav .alerts-icon > a > i{
    color:#faa431;
    margin-right: 0px!important;
}

.navbar-nav .alerts-icon .dropdown-menu #all_alerts > i{
    margin-right: 2px;
}
.navbar-nav .alerts-icon .dropdown-menu #all_alerts{
    color:#ff9800;
}
.navbar-nav .alerts-icon .dropdown-menu #all_alerts:hover{
     color:white;
     background-color: #ff9800;
}

.navbar-nav .alerts-icon .dropdown-menu #read_all_alerts > i{
    margin-right: 2px;
}
.navbar-nav .alerts-icon .dropdown-menu #read_all_alerts{
    color:#f44336;
}
.navbar-nav .alerts-icon .dropdown-menu #read_all_alerts:hover{
     color:white;
     background-color: #f44336;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a:focus,
.navbar-nav .dropdown-menu a:active {

    background-color: #ff9800;
}
.navbar .navbar-nav .nav-item .nav-link .ripple-container {
    border-radius: 20%;
  }

.topnav_fynoicon #my_location,.topnav_fynoicon .fynoicon-geolocation{
    color:#2495ce;
}

.topnav_fynoicon .fynoicon-geolocation-history,.topnav_fynoicon .fynoicon-planning {

    /* margin-right: 11px; */
}

.vl-separator{
    border-right: 3px solid #a9a9a9;
    height: 22px;
    position: relative;
    right: 3%;
    top: -3px;
    border-radius: 10px;
    margin-left: 11px;

}


.vl-separator-m{
    border-right: 3px solid #a9a9a9;
    height: 22px;
    position: relative;
    right: 3%;
    border-radius: 10px;
    margin-left: 11px;
}

.navbar .notification {

    background-color: #faa431!important;
}
.navbar .navbutton {
    position: absolute;
    right: 91px;
    margin-right: 12px;
}

.navbar .navbutton ul {
    list-style-type: none;
    float: left;
    padding: 0;
    margin-bottom: 0px;
}

.topnav_fynoicon {
    cursor: pointer;
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: -5px;
    padding: 0px;
}

.topnav_fynoicon .fynoicon {
    display: inline-block;
}

.navbar .navbar-minimize .btn.btn-white, .btn.btn-white:focus, .btn.btn-white:hover {
    background-color: #ffffff05;
    color: #999999;
    box-shadow: 0px 0px 4px #888;
}


.fyno-notif .plate{
    background-color: #bbafaf!important;

}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #ffffff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #ffffff;
}
.checkbox-menu .form-check .form-check-label span {
    position: relative;
}


.mb-15{
    margin-bottom: 15px;
}
.mt-15{
    margin-top: 15px;
}

.mt--15{
    margin-top: -15px;
}

.dataTables_length{
    position: absolute;
    margin-top: -8px;
}
