/* 
    Default Css
*/

body *:not(.fa):not(input):not(.glyphicon){
    /*font-family:  'sans-serif';*/
}

.font-family-second, .font-family-second *{
    /*font-family: "Open Sans", sans-serif !important;*/
}

.fa, .fa *{
    font-family: FontAwesome!important;
}


/* Start All page set Color */
a:hover:not(.btn):not(.btn-master-color):not(.btn-second-color):not(.btn-third-color):not(.btn-prev-color):not(.tags-active){
    color: #fe679a;
}

hr {
    border-top-color: #eee;
}

.btn-master-color {
    background: #ff62d5!important;
    color: white!important;

}
.btn-master-color:hover {
    color: white!important;
    background: #5fb611!important;
    transition: all 0.3s ease-in-out!important;
}

.btn-second-color {
    background: #655a5a!important;
    color: white!important;

}
.btn-second-color:hover {
    color: white!important;
    background: #443c3c!important;
    transition: all 0.3s ease-in-out!important;
}

.btn-third-color{
    color: #fff!important;
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%)!important;
}

.btn-third-color:hover, .btn-third-color:focus{
    color: #fff!important;
    background-image: linear-gradient(to bottom,#419641 0,#5cb85c 100%)!important;
    transition: .3s ease-out!important;
}

.btn-prev-color{
    color: black!important;
    background-color: white!important;
}

.btn-prev-color:hover{
    color: white!important;
    background-color: #ff62d5!important;
}

.btn-next-color:hover{
    color: white!important;
    background-color: #ff62d5!important;
}

.btn-info-color{
    color: white!important;
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%)!important;
    border-radius: 0;
    border: none;
}

.btn-info-color:hover, .btn-info-color:focus{
    color: white!important;
    background-image: linear-gradient(to bottom,#2aabd2 0,#5bc0de 100%)!important;
    transition: .3s ease-out!important;
    border-radius: 0;
    border: none;
}

.btn-info-success{
    border-radius: 0;
}

.btn-danger-color{
    color: white!important;
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%)!important;
}

.btn-danger-color:hover, .btn-danger-color:focus{
    color: white!important;
    background-image: linear-gradient(to bottom,#c12e2a 0,#d9534f 100%)!important;
    transition: .3s ease-out!important;
}

.btn-danger-master-color:hover{
    background-color: #d9534f!important;
}

.line-master-color{
    border-color: #ff62d5!important;
}

.line-second-color{
    border-color: #eaeaea!important;
}

.line-third-color{
    border-color: #d6e9c6!important;
}

.line-bt-second-color{
    border-bottom-color: #eaeaea!important;
}


.font-master-color{
    color: #ff62d5!important;
}

.font-second-color{
    color: red!important;
}

.font-third-color{
    background-color: #ff9900!important;
    color: white!important;
}

.font-detail-color{
    color: #999999!important;
}

.text-red{
    color: #ea8484;
}
