/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-nov-2018, 12.56.02
    Author     : Admin
*/


.card-header {
    border-bottom: 1px solid white !important;
}
.ahref-axon{
    text-decoration: underline;
    color: #ffffff !important;
}

.ahref-axon:hover{
    opacity: 0.8 !important;
}

.myhidden{
    display: none;
}


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

.home-icon{
    margin-top: 10px;
    color:white;
}

.modal-title{
    margin: 0 !important;
    line-height: 1.5 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.home-icon:hover{
    opacity: 0.5;
}

html{
    background: url("../images/wall.jpg") no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    /*background-color: #f5f5f5;*/

      font-family: 'Nunito Sans', sans-serif !important;
}


.btn-myprimary {
    color: white;
    background-color: transparent;
    border-color: #ffffff;

}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid gray;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px gray inset;
  transition: background-color 5000s ease-in-out 0s;
}
.mybutton{
     font-size: 13px !important;
    font-weight: 600;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-myprimary:hover,

.btn-myprimary:active,
.btn-myprimary.active,
.open .dropdown-toggle.btn-myprimary {
    color: black;
    background-color: white;
    border-color: white;
}

.btn-myprimary:active,
.btn-myprimary.active,
.open .dropdown-toggle.btn-myprimary {
    background-image: none;
}

.btn-myprimary.disabled,
.btn-myprimary[disabled],
fieldset[disabled] .btn-myprimary,
.btn-myprimary.disabled:hover,
.btn-myprimary[disabled]:hover,
fieldset[disabled] .btn-myprimary:hover,
.btn-myprimary.disabled:focus,
.btn-myprimary[disabled]:focus,
fieldset[disabled] .btn-myprimary:focus,
.btn-myprimary.disabled:active,
.btn-myprimary[disabled]:active,
fieldset[disabled] .btn-myprimary:active,
.btn-myprimary.disabled.active,
.btn-myprimary[disabled].active,
fieldset[disabled] .btn-myprimary.active {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-myprimary .badge {
    color: #ffffff;
    background-color: #ffffff;
}


.modal-footer{
    border:none !important;
}

.mycard{
    margin-top: 20%;
    box-shadow: 1px 1px 15px rgb(0, 0, 0);
    transition: all 0.2s linear;
    border-radius: 0px;
    border: 0px;
}

.mycardsignup{
    margin-top: 2%;
}

.mycard-block{
    padding: 1rem;
}

.input-axon{
    padding: 2px;
    font-size: 13px;
}


.lbl-axon {
    font-size: 15px;
}


.select-axon{
    height: 1.7rem !important;
    font-size: 15px;
    padding: 0px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text{
    font-size: 14px;
}


.text-center{
    text-align: center;
}

.required-star{
    color: #1D6FB8;
}

.mygray-color-dark{
    background-color: #1D1D1B;
}


.uppercase{
    text-transform: uppercase;
}
        