/*
This File is created by TTPA 
Email: <damienr@ttmarinepilots.com>
Web: http://ttmarinepilots.com
Do not edit file without permission of author
All right reserved by TTPA
*/
/* 
    Created on : Apr 15, 2017, 8:14:10 AM
    Author     : TTPA <damienr@ttmarinepilots.com><http://ttmarinepilots.com>
*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 12px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}



html, body {
    height:100%;
}
.white-Smoke{
    background-color: whitesmoke!important;
}
*{
    font-family: 'Roboto', sans-serif;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.border-double{
    border-width: 5px!important;
    border-style: double!important;
}
.fa-72px{
    font-size: 75px!important;
}
.row .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
a:hover{
    text-decoration: none!important;
}

.ui-tooltip, .arrow:after {
    background: black!important;
}
.ui-tooltip {
    padding: 1px 5px!important;
    font-size: small!important;
    color: white!important;
    border-radius: 5px!important;
}
.arrow {
    width: 70px!important;
    height: 16px!important;
    overflow: hidden!important;
    position: absolute!important;
    left: 50%!important;
    margin-left: -35px!important;
    bottom: -16px!important;
}
.arrow.top {
    top: -16px!important;
    bottom: auto!important;
}
.arrow.left {
    left: 20%!important;
}
.arrow:after {
    content: ""!important;
    position: absolute!important;
    left: 20px!important;
    top: -20px!important;
    width: 25px!important;
    height: 25px!important;        
    -webkit-transform: rotate(45deg)!important;
    -ms-transform: rotate(45deg)!important;
    transform: rotate(45deg)!important;
}
.arrow.top:after {
    bottom: -20px!important;
    top: auto!important;
}
.pointer{
    cursor: pointer;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.bg-purple{
    background-color: purple!important;
}
.border-10x{
    border-width: 10px!important;
}


.border-2x{
    border-width: 2px!important;
}

.text-small{
    font-size: small;
}
.text-xx-small{
    font-size: xx-small;
}
.text-x-small{
    font-size: x-small;
}
.text-smaller{
    font-size: smaller;
}
.text-medium{
    font-size: medium;
}
.text-large{
    font-size: large;
}
.text-xx-large{
    font-size: xx-large;
}
.text-x-large{
    font-size: x-large;
}
.text-larger{
    font-size: larger;
}
