body,.btn,td,select,.form-control,option,th,dl,dd,a,label{
    text-transform:uppercase;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{	
	box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    border-color: #6777ef;
    padding: 0 2px;
    font-size: 12px;
}
.box{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;

    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.box .box-header{
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}
.box .box-body{
	background-color: transparent;
    padding: 20px 25px;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.pull-right{
	float: right;
}
.box-header .box-tools a.btn-action{
	color: #6777ef;
}

.modal-header .close {
    margin-top: -2px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.main-sidebar .sidebar-menu li.menu-header{
    font-size: 14px;
}

.iziToast-overlay{
 z-index: 1061;   
}
tr.bg-info td{
        color:#fff;
}