
.main-menu .navbar-header {
    height: 3.6rem;
}
html body.navbar-sticky .app-content .content-wrapper {
    padding: 5px;
}
.main-menu.menu-light .navigation .navigation-header {
    margin: 10px 17px 10px 5px;

}
.main-menu.menu-light .navigation li a {
    padding: 5px 12px;;
}
label {
    font-size: .9rem;
}
.modal-dialog-scrollable .modal-content {
    max-height:5000px !important;
    overflow:auto;
}
.custom-file {
    height: auto;
}
.required::before{
    content: "✭";
    color: red;
}
.table td, .table th {
    padding: 5px !important;
}
.btn-xs{
    padding: 2px 7px;
    font-size: 12px;
}
.thum
{
    height: 100px;
    width: 100px;
}
.answerBox
{
    border: 1px solid rgba(10, 133, 240, 0.23);
    padding: 10px;
    cursor: pointer;
    color: #0a85f0;

}
.table thead
{
    text-align: center;
}
.table tbody
{
    text-align: center;
}
input[type="radio"], input[type="checkbox"] {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.numberShow
{
    unicode-bidi: embed;
    direction: ltr;
}
.table.dataTable {
    font-size: 13px;
}
.card-body {
    padding: 0.7rem;
}
.card {
    margin-bottom: 0.3rem;
}
.number {
    border: 0px;
    unicode-bidi: embed;
    direction: ltr;
}
.wrapper{
    display: inline-flex;
    background: #fff;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    padding: 5px;
}
.wrapper .option{
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}
.wrapper .option .dot{
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}
.wrapper .option .dot::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background:  #2ecc71;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
.wrapper .option input[type="radio"]{
    display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
    border-color: #2ecc71;
    background: #2ecc71;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
    background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
    opacity: 1;
    transform: scale(1);
}
.wrapper .option span{
    font-size: 20px;
    color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
    color: #fff;
}
.hide{
    display: none !important;
}
.navreport .box
{
    margin: 5px 0px;
    padding: 5px;
    position: relative;
}
.navreport .badge
{
   left: 10px;
   top: 7px;
    border: 1px solid #fff;
    position: absolute;
    background: #afafaf;
}
.card-footer, .card-header {
    padding: 5px;
}
.card .heading-elements, .card .heading-elements-toggle {
    background-color: inherit;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 5px;
}
#navbar-mobile.navbar-collapse .navbar-nav .menu-toggle {
    position: relative;
    top: 4px;
    padding: 5px;
}
.btn-default
{
    border: 1px #eee solid;

}
.card .heading-elements a.btn, .card .heading-elements-toggle a.btn {
    padding-top: 1px;
    padding-bottom: 1px;
}
.select2
{
    width: 100%;
}

.tahoma
{
    font-family: tahoma !important;
}
@media (max-width:576px) {
    .card .heading-elements, .card .heading-elements-toggle {
        position: relative;
    }
    .card .heading-elements  .btn{
        font-size: 12px !important;
    }

    .wrapper {
        display: block;
        height: auto;
    }
    .wrapper .option {
        margin-bottom: 5px;
    }
    .modal-body {
        padding: 5px;
    }

    .col-xs-6
    {
        width: 50% !important;
    }
}
/**********************************/
.timeline-item
{
    margin-bottom: 10px;
}
.timeline-item .timeline-event
{
    padding: 5px 10px !important;
}
.timeline-item.waiting .timeline-point
{
    background-color: #fdac41 !important;
    box-shadow: 0 0 0 0.1875rem rgba(253, 172, 65, 0.16)
}
.timeline-item.waiting .timeline-event
{
     border: 1px #FDAC41 solid;padding: 5px 10px;

}
.timeline-item.waiting .badge
{

    border : #fdac41 1px solid  !important;
    color : #fdac41 !important;
    background: none;
}

.timeline-item.doing .timeline-point
{
    background-color: #5a8dee  !important;
    box-shadow: 0 0 0 0.1875rem rgba(90, 141, 238, 0.16);
}
.timeline-item.doing .timeline-event
{
    border: 1px #5a8dee  solid;padding: 5px 10px;

}
.timeline-item.doing .badge
{

    border : #5a8dee 1px solid  !important;
    color : #5a8dee !important;
    background: none;
}


.timeline-item.done .timeline-point
{
    background-color: #39da8a  !important;
    box-shadow: 0 0 0 0.1875rem rgba(57, 218, 138, 0.16);
}.timeline-item.done .timeline-event
 {
     border: 1px #39da8a  solid;padding: 5px 10px;

 }
.timeline-item.done .badge
{

    border : #39da8a 1px solid  !important;
    color : #39da8a !important;
    background: none;
}
.page-item:first-child .page-link {

    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.form-check-input:checked {
    background-color: rgb(19, 84, 208) !important;
    border-color: rgba(46, 113, 240, 0.75) !important;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 2px solid #d4d8dd !important;
}
.list-group .list-group-item-action:hover{
    border-top-width: 1px;
    opacity: 0.8;
}
.text-grayCustom
{
    color:  #757575  !important; ;
}
.opacity1
{
    opacity: 1 !important;
}
.text-green
{
    color: #39da8a  !important;
}
.timeline::before {
    height: 98% !important;
}
