* {
    font-family: "Yuanti SC",sans-serif;
}

.hide-section {
    display: none;
}

button {
    outline: none !important;
}

h1 {
    font-weight: 100 !important;
}

body{
    background: #FFF;
}

input[type="text"], input[type="email"], input[type="password"],input[type="number"],input[type="date"], textarea{
    border:none;
    box-shadow: none;
    outline: none !important;
    border-bottom: 1px solid #888888;
    border-color: #5e5e5e;
}

input[type="text"]:focus, input[type="email"]:focus,input[type="number"]:focus, input[type="date"]:focus,input[type="password"]:focus,textarea:focus{
    outline: none;
    box-shadow: none !important;
    border-color: #00B0FF;
    color: #00B0FF;
    text-shadow: 0px 0px 0px #555555; /* change [input font] by this*/
    -webkit-text-fill-color: transparent;
}

textarea{
    width: 100%;

}

li{
   list-style: none;
}

.label{
    color: #00B0FF;
    display: none;
    font-size: small;
}

.navbar .navbar-header a, .navbar .navbar-right > li > a{
    color: #FFF !important;
}

.navbar ul {
    background: #FFA000;
}

.navbar{
    background: #FFA000;
    box-shadow: 1px 2px 5px #888888;
    border:none;
}

.color-primary{
    background: #FFC107 !important;
}

.color-accent{
    background: #00B0FF !important;
}

.text-white{
    color: #FFF !important;
}

.glyphicon-hover:hover {
    color: #0091EA;
    cursor: pointer;
}

.glyphicon-checked {
    color: #00B0FF;
}

.btn,.card-button{
    background: #00B0FF !important;
    box-shadow: 1px 1px 5px #888888 !important;
    border: none;
    transition: .4s ease-in-out;
    color: white;
}

.btn:hover{
    background: #0091EA !important;
    color: white;
}

.btn-default{
    background: #FFF !important;
    border: solid 1px #888888;
    transition: .4s ease-in-out;
    color: #888888;
    transition: .4s ease-in-out;
}

.btn-success{
    background: #4CAF50 !important;
    border: solid 1px black;
    transition: .4s ease-in-out;
    color: #f5f5f5;
    transition: .4s ease-in-out;
}


.card{
    box-shadow: 0px 2px 4px #888888;
    margin-bottom: 5%;
}

.card-button{
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -20px;
    right: -15px;
    border-radius: 100px;
    border: none;
    transition: .4s ease-in-out;
}

.add:hover{
    background: #0091EA !important;
}

.cancel {
    background: #ea1032 !important;
}

.cancel:hover {
    background: #cd0e2c !important;
}


.custom-tooltip+.tooltip>.tooltip-inner {
    background-color: #FFF !important;
    color: #374D40;
}

.margin-left-10{
    margin-left:10px;
}

.margin-bottom-30{
    margin-bottom:30px;
}

.space {
    margin-top: 20px;
}

/* Gradient color1 - color2 - color1 */

hr.style-one {
    border: 0;
    height: 1px;
    background: orange linear-gradient(to right, #f5f5f5, gold, #f5f5f5);
}