@charset "utf-8";

.mdi-2x {
    font-size: 1.5em;
}

.card-body.customer-details p,
.card-body.customer-details p label {
    margin-bottom: 0 !important;
}

.card-body.customer-details p,
.card-body.customer-details p label {
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -moz-margin-start: 0 !important;
}

.page-item.active .page-link {
    background-color: #e34b51;
    border-color: #e34b51;
}

.alert-danger {
    color: #FFFFFF;
    background-color: #e34b51;
}

.alert ul {
    margin-bottom: 0 !important;
}

/*******************
Paddings
*******************/
html body .p-0 {
    padding: 0px; }

html body .p-10 {
    padding: 10px; }

html body .p-20 {
    padding: 20px; }

html body .p-30 {
    padding: 30px; }

html body .p-l-0 {
    padding-left: 0px; }

html body .p-l-10 {
    padding-left: 10px; }

html body .p-l-20 {
    padding-left: 20px; }

html body .p-r-0 {
    padding-right: 0px; }

html body .p-r-10 {
    padding-right: 10px; }

html body .p-r-20 {
    padding-right: 20px; }

html body .p-r-30 {
    padding-right: 30px; }

html body .p-r-40 {
    padding-right: 40px; }

html body .p-t-0 {
    padding-top: 0px; }

html body .p-t-10 {
    padding-top: 10px; }

html body .p-t-20 {
    padding-top: 20px; }

html body .p-t-30 {
    padding-top: 30px; }

html body .p-b-0 {
    padding-bottom: 0px; }

html body .p-b-5 {
    padding-bottom: 5px; }

html body .p-b-10 {
    padding-bottom: 10px; }

html body .p-b-20 {
    padding-bottom: 20px; }

html body .p-b-30 {
    padding-bottom: 30px; }

html body .p-b-40 {
    padding-bottom: 40px; }

/*******************
Margin
*******************/
html body .m-0 {
    margin: 0px; }

html body .m-l-5 {
    margin-left: 5px; }

html body .m-l-10 {
    margin-left: 10px; }

html body .m-l-15 {
    margin-left: 15px; }

html body .m-l-20 {
    margin-left: 20px; }

html body .m-l-30 {
    margin-left: 30px; }

html body .m-l-40 {
    margin-left: 40px; }

html body .m-r-5 {
    margin-right: 5px; }

html body .m-r-10 {
    margin-right: 10px; }

html body .m-r-15 {
    margin-right: 15px; }

html body .m-r-20 {
    margin-right: 20px; }

html body .m-r-30 {
    margin-right: 30px; }

html body .m-r-40 {
    margin-right: 40px; }

html body .m-t-0 {
    margin-top: 0px; }

html body .m-t-5 {
    margin-top: 5px; }

html body .m-t-10 {
    margin-top: 10px; }

html body .m-t-15 {
    margin-top: 15px; }

html body .m-t-20 {
    margin-top: 20px; }

html body .m-t-30 {
    margin-top: 30px; }

html body .m-t-40 {
    margin-top: 40px; }

html body .m-b-0 {
    margin-bottom: 0px; }

html body .m-b-5 {
    margin-bottom: 5px; }

html body .m-b-10 {
    margin-bottom: 10px; }

html body .m-b-15 {
    margin-bottom: 15px; }

html body .m-b-20 {
    margin-bottom: 20px; }

html body .m-b-30 {
    margin-bottom: 30px; }

html body .m-b-40 {
    margin-bottom: 40px; }

/*******************
vertical alignment
*******************/
html body .vt {
    vertical-align: top; }

html body .vm {
    vertical-align: middle; }

html body .vb {
    vertical-align: bottom; }

/*******************
Opacity
*******************/
.op-5 {
    opacity: 0.5; }

/*******************
font weight
*******************/
html body .font-bold {
    font-weight: 700; }

html body .font-normal {
    font-weight: normal; }

html body .font-light {
    font-weight: 300; }

html body .font-medium {
    font-weight: 500; }

html body .font-16 {
    font-size: 16px; }

html body .font-14 {
    font-size: 14px; }

html body .font-10 {
    font-size: 10px; }

html body .font-18 {
    font-size: 18px; }

html body .font-20 {
    font-size: 20px; }

/*******************
Border
*******************/
html body .b-0 {
    border: none; }

html body .b-r {
    border-right: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-l {
    border-left: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-b {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-t {
    border-top: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-all {
    border: 1px solid rgba(120, 130, 140, 0.13); }


/***********************************************
    Forms
***********************************************/
.form-control {
    height: 40px;
}

.input-group-btn {
    height: 40px;
}

.input-group-btn .btn {
    padding: 14px 30px;
}

/*******************
Thumb size
*******************/
.thumb-sm {
    height: 32px;
    width: 32px; }

.thumb-md {
    height: 48px;
    width: 48px; }

.thumb-lg {
    height: 88px;
    width: 88px; }

.hide {
    display: none; }

.img-circle {
    border-radius: 100%; }

.radius {
    border-radius: 4px; }

/*************************************
    BACKGROUND & TEXT COLOR
*************************************/
.bg-danger {
    color: #ffffff;
    background-color: #e3000f !important;
}

.bg-danger a, .bg-danger a:hover,
.bg-danger a:active, .bg-danger a:focus,
.bg-danger .mail-text {
    color: #ffffff !important;
}

.text-danger {
    color: #e3000f !important;
}

/*************************************
    BUTTONS
*************************************/
.btn-link-red { color: #e3000f !important; border-bottom: 2px solid #e3000f !important; }


/*************************************
    HEADINGS AND SECTIONS
*************************************/
.ruler {
    width: 100px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 25px;
}

/*==============================================================
File upload
 ============================================================== */
.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle; }
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    border-radius: 0px; }

.fileinput .input-group-addon {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    background: #ffffff;
    margin-bottom: 1px; }

.fileinput .form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text; }

.fileinput .fileinput-preview {
    width: 200px;
    height: 150px;
    position: relative;
}

.thumbnail {
    display: block;
    padding: 3px;
    margin-bottom: 18px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 2px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(0,0,0,.15);
}

.fileinput .thumbnail > img {
    max-height: 100%; }

.fileinput .btn {
    vertical-align: middle; }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none; }

.fileinput-inline .fileinput-controls {
    display: inline; }

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden; }

.form-control .fileinput-filename {
    vertical-align: bottom; }

.fileinput.input-group > * {
    position: relative;
    z-index: 2; }

.fileinput.input-group > .btn-file {
    z-index: 1; }


/*************************************
    SELECT2
*************************************/
.select2-selection--single {
    height: 100% !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.select2-selection--single,
.select2-selection--single .selection__rendered {
    color: #67757c !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}


/***********************************************
    Bootstrap Material DateTime Picker
***********************************************/
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #b02e2f !important;
    color: #fff;
    text-align: center;
    padding: 0.3em;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #e3373b !important;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.dtp-btn-ok.btn-success {
    background-color: #e3373b !important;
    border: 1px solid #c33233 !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #e3373b !important;
    color: #fff;
}

.dtp-btn-ok.btn-success:hover,
.dtp-btn-ok.btn-success:active,
.dtp-btn-ok.btn-success:focus {
    background-color: #c33233 !important;
    border: 1px solid #c33233 !important;
}


/***********************************************
    Slider
***********************************************/
.slider-img.no-bg {
    background: none !important;
}