/*colors*/
.not-valuable-text {
    color: #d2d2d2;
}

.custom-bg-success {
    background-color: #d8ffc3;
}

.custom-bg-danger {
    background-color: #ffb3ba;
}

.custom-bg-disabled {
    background-color: #e4e8ff;
}


/*reset classes*/
.reset-dd-margin-bottom {
    margin-bottom: 0 !important;
}

.material-icons.small {
    font-size: 19px !important;
}


/*alerts*/
.alert-held {
    color: #6e5004;
    background-color: #ffc107;
    border-color: #ebb40f;
}

.alert-held hr {
    border-top-color: #d3a20d;
}

.alert-held .alert-link {
    color: #3d2c02;
}

.alert-registered-two-months-ago {
    color: #fff;
    background-color: #80a6ad;
}



/*login form*/
.login-form {
    width: 340px;
    margin: 50px auto;
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}



/*layout for authorized*/
.navbar-header.col {
    padding: 0 !important;
}
.navbar {
    background: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.nav-link img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    float: left;
    margin-right: 10px;
}
.navbar .navbar-brand {
    color: #555;
    padding-left: 0;
    padding-right: 50px;
    font-family: 'Merienda One', sans-serif;
}
.navbar .navbar-brand i {
    font-size: 20px;
    margin-right: 5px;
}
.search-box {
    position: relative;
}
.search-box input {
    box-shadow: none;
    padding-right: 35px;
    border-radius: 3px !important;
}
.search-box .input-group-addon {
    min-width: 35px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 7px;
    height: 100%;
}
.search-box i {
    color: #a0a5b1;
    font-size: 19px;
}
.navbar .nav-item i {
    font-size: 18px;
}
.navbar .dropdown-item i {
    font-size: 16px;
    min-width: 22px;
}
.navbar .nav-item.open > a {
    background: none !important;
}
.navbar .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.navbar .dropdown-menu li a {
    color: #777;
    padding: 8px 20px;
    line-height: normal;
}
.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:active {
    color: #333;
}
.navbar .dropdown-item .material-icons {
    font-size: 21px;
    line-height: 16px;
    vertical-align: middle;
    margin-top: -2px;
}
.navbar .badge {
    background: #f44336;
    font-size: 11px;
    border-radius: 20px;
    position: absolute;
    min-width: 10px;
    padding: 4px 6px 0;
    min-height: 18px;
    top: 5px;
}
.navbar ul.nav li a.notifications, .navbar ul.nav li a.messages {
    position: relative;
    margin-right: 10px;
}
.navbar ul.nav li a.messages {
    margin-right: 20px;
}
.navbar a.notifications .badge {
    margin-left: -8px;
}
.navbar a.messages .badge {
    margin-left: -4px;
}
.navbar .active a, .navbar .active a:hover, .navbar .active a:focus {
    background: transparent !important;
}
@media (min-width: 1200px){
    .form-inline .input-group {
        width: 300px;
        margin-left: 30px;
    }
}
@media (max-width: 1199px){
    .form-inline {
        display: block;
        margin-bottom: 10px;
    }
    .input-group {
        width: 100%;
    }
}

.form-inline {
    display: inline-block;
}



/*manifest*/
.colored-marker {
    width: 1em;
}

.manifest-row-0 {
    background-color: #e6194B;
    color: #fff;
}
.manifest-row-1 {
    background-color: #3cb44b;
    color: #fff;
}
.manifest-row-2 {
    background-color: #ffe119;
}
.manifest-row-3 {
    background-color: #4363d8;
    color: #fff;
}
.manifest-row-4 {
    background-color: #f58231;
}

.manifest-row-color-0 {
    color: #e6194B;
}
.manifest-row-color-1 {
    color: #3cb44b;
}
.manifest-row-color-2 {
    color: #ffe119;
}
.manifest-row-color-3 {
    color: #4363d8;
}
.manifest-row-color-4 {
    color: #f58231;
}

.manifest-cut-row {
    background: repeating-linear-gradient(
            45deg,
            #f3e83a,
            #f3e83a 10px,
            #465298 10px,
            #465298 20px
    );
}

#manifest-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 999999;
}

#manifest-overlay span {
    padding: 5px;
    position: relative;
    display: block;
    top: 15%;
    font-size: 20em;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    border: 20px solid #333;
    background-color: #fff;
    margin: 0 auto;
}



/*spinner*/
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

/*growing circle*/
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}



/*common*/
.a-target-blank:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
}

/*more-less button*/
.text-more-less .text {
   overflow: hidden;
}
