.modal-lg
{
    min-width: 90%;
}
.modal-lg .modal-content
{
    min-height: 70%;
}
.modal-lg .modal-body
{
    min-height: 500px;
}
.breadcrumb-wrapper i
{
    position: relative;
    top:5px;
    color: #7e7e7e;
}
.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  !important;
    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) {
    .dataTables_length
    {
        display: none;
    }
    .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;
    }
}
.widget-todo-item
{
    height: 170px;
    border: 1px solid;
    border-right: 3px solid;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.btn-default
{
    background: #eee;
}
.widget-todo-item .description
{
    color: #2a2a2a;
    font-size: 12px;
    width: 100%;
    height: 100px;
    padding-right: 15px;
    padding-left: 5px;
}
.widget-todo-title
{
    color: #2a2a2a;
}
.avatar.file {
    white-space: nowrap;
    background-color: #C3C3C3;
    border-radius: 5%;

}
.avatar.file .avatar-content {
    width: auto;
    padding: 2px 10px;
    background: rgb(240, 240, 240) !important;

}
.widgetDate {
    position: absolute;
    left: 10px;
    top: -20px;
    background: #f0f0f0;
    padding: 1px 10px;
    color: #727E8C;
    font-size: 12px;
    border-radius: 5px;
}
.dropdown-contentcustom {
    left: -50%;
}
@media (max-width:576px) {


    .headIndex
    {
        position: relative !important;
    }
    .dropdown-contentcustom {
        left: -300%  !important;
    }
    .hidden-xs{
        display: none !important;
    }
}

.dropdowncustom {
    position: relative;
    display: inline-block;
}

.dropdown-contentcustom {
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    position: relative;

}

.dropdowncustom:hover .dropdown-contentcustom {
    display: block;
}

.pelak {
    width: 300px;
    height: 75px;
    background-image: url('/images/pelak.png');
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-size: 100% 100%;
    position: relative;

}
#part1
{
    position: absolute;
    left: 30px;
    top: 20px;
    width: 60px;
}

#part2
{
    position: absolute;
    left: 100px;
    top: 20px;
    width: 60px;
}
#part3
{
    position: absolute;
    left: 170px;
    top: 20px;
    width: 60px;
}
#part4
{
    position: absolute;
    left: 245px;
    top: 20px;
    width: 50px;
}
