body{
	font-family: 'Cairo', sans-serif;
}

.m-aside-menu .m-menu__nav > .m-menu__item{
	    border-bottom: 1px solid rgba(238, 238, 238, 0.43);
}
.m-card-user .m-card-user__details .m-card-user__name{
	color: #fff;
}

.thead-default th {
    color: #575962;
    background-color: #f4f3fb;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table th {
    font-weight: 600;
}

.alert p{
	margin-bottom: 0px;
}

.m-form .m-form__section {
    font-size: 1rem;
}

.vertical-tabz{
	border-left: 1px solid #eee;
	padding: 10px 0;
	
}
.vertical-tabz ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.vertical-tabz ul li{
	border: 1px solid #eee;
	border-left: 0px;
	background: #fff;
}
.vertical-tabz ul li.active{
	margin-left: -1px;
}


.vertical-tabz ul li a{
	display: block;	
	padding: 10px;
	color: #666;
	background: rgba(238, 238, 238, 0.180);
}
.vertical-tabz ul li.active a{
	background: #fff;
}
.vertical-tabz ul li a:hover{
	text-decoration: none;
}

.tb-contentz-div{
	display: none;
}
.tb-contentz-div.active{
	display: block;
}

b, strong{
	font-weight: 700;
}


.m-bootstrap-select.bootstrap-select.btn-group.m-bootstrap-select--solid > .dropdown-toggle {
    background-color: #ffffff;
    border-color: #ebedf2;
}

.sweet-alert .sa-icon{
	display: none !important;
}
.sweet-alert h2{
	margin: 0px;
	margin-top: 10px;
}

.sweet-alert h2,.sweet-alert button{
	font-family: 'Cairo', sans-serif;
	letter-spacing: 0px;
}
.dd {
    position: relative;
    display: block;
    margin: 0; padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-right: 40px; margin-top: 15px;}
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
	width: 400px;
    font-size: 13px;
    line-height: 20px;
}

.dd-item{
	width: 400px;
	margin-bottom: 15px;
}

.dd-item .bdy{
	border: 1px solid #eee;
	clear: both;
	padding: 15px;
	display: none;
	background: #fff;
}

.dd-handle {
    float: right;
	border: 1px solid #eee;
    width: 360px;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    background: #eee;
    font-size: 15px;
    padding-right: 15px;
}

.dd-open-close{
    float: right;
	width: 40px;
	height: 40px;
	background: #dedede;
	text-align: center;
	line-height: 40px;
}


.dd-item > button { display: block; position: relative; cursor: pointer; float: right; width: 25px; height: 30px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
 * Nestable Extras
 */

.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }


.m-scrollable .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .m-scrollable .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{    
    margin-top: 0px !important;
}

@media only screen and (min-width: 700px) { 

    .dd + .dd { margin-right: 2%; }

}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content { display: block;margin: 5px 0;
    padding: 10px 10px 10px 50px; 
    text-decoration: none;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { display: none; }

.dd3-handle {
    position: absolute;
    margin: 0; 
    right: 0; 
    top: 0; 
    cursor: pointer; 
    width: 40px; 
    text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; right: 0; top: 10px; width: 100%; text-align: center; text-indent: 0; color: #ccc; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #f7f7f7; }

.dd-open-close.fa-sort-up:before, .dd-open-close.fa-sort-asc:before {
    position: relative;
    top: 5px;
}
.select-area .select2-container {
    width: 100% !important;
}

.qty {
    text-align: center;
}

.qty .count {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 2px;
    min-width: 20px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 20px;
    height: 20px;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(84, 84, 84);
}
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 20px;
    height: 20px;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: rgb(84, 84, 84);
}

.qty .minus:hover{
    background-color: #000 !important;
}
.qty .plus:hover{
    background-color: #000 !important;
}
/*Prevent text selection*/
.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty .count{
    border: 0;
    width: 2%;
}
.qty .count::-webkit-outer-spin-button,
.qty .count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty .count:readonly{
    background-color:white;
}
.form-control[readonly], .form-control{
    border-color: #c6c6c6;
}
.form-control[readonly], .form-control:focus{
    border-color: #777777;
}