.pad-c {
    padding: 10px;
}

.no-padding-lf {
    padding-left: 0;
    padding-right: 0;
}

.alert-cover {
    padding: 15px 15px 0px 15px;
}

.max-bound-box {
    max-width: 420px;
    margin: 0 auto;
}

.nav-tabs-custom .tab-footer {
    display: block;
    background: #fff;
    width: 100%;
    padding: 10px 11px 10px 11px;
    border-radius: 0 0 3px 3px;
}

textarea.minHeightTA {
    min-height: 130px;
}

div .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    top: 0px;
    right: 0px;
    width: 24px;
}

div .select2-container--default .select2-selection--single,
div .select2-selection .select2-selection--single {
    padding: 2px 3px;
    height: 34px;
}

.btn.dtActbtn {
    background: transparent;
    padding: 1px 7px;
    display: inline-block;
    font-size: 16px;
}

.content .dtsbtn {
    padding: 3px 8px;
    display: none;
}

.content .dtsBtnWrapper:hover .dtsbtn {
    display: inline-block
}

/* .content a.ccb-btn.btn.dtsbtn,
.content .btn.dtActbtn:hover {
    background: #dddddd;
    color: #333333;
} */

.no-pad {
    padding: 0 !important;
}

label.mandatory:after {
    content: "*";
    position: absolute;
    top: -2px;
    font-size: 17px;
    color: #e00;
    font-weight: bold;
}

.radio {
    margin-left: 20px;
}

label.error {
    font-size: 13px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    color: #c53030;
    text-align: left;
    width: 100%;
}

.content .dataTables_wrapper div.dataTables_filter input {
    /* width: 100%; */
    /* min-width: 285px; */
    margin-left: 0;
}

td .deviceManufactureText {
    font-size: 12px;
    font-family: sans-serif;
    color: #c79952;
}

td .deviceCompanyText {
    font-size: 12px;
}

td .textCategory {
    font-size: 12px;
    font-family: sans-serif;
    color: #f9133c;
}

.tblStatusLbl {
    display: inline-block;
    border: none;
    box-shadow: none;
    font-weight: normal;
    color: #3c8dbc;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.tblStatusLbl:focus {
    outline: none;
}

.tblStatusLbl>option {
    color: #434343;
}

a.del-link {
    color: #fff;
    width: 50px;
    display: inline-block;
    padding: 2px 6px;
}

.content.reports-page table {
    font-size: 13px;
}

.modal-body.no-side-pad {
    padding: 25px 0 15px 0;
    margin: 0;
}

#lblDeviceTag {
    padding-top: 7px;
    display: block;
}

.deviceUuidText {
    font-size: 12px;
    font-style: italic;
}

.imgviewcover img {
    max-width: 300px;
    max-height: 250px;
}

textarea {
    min-height: 130px;
}

.select2-dropdown div.so-t span,
.select2-dropdown div.so-m span,
.select2-dropdown div.so-c span {
    font-size: 12px;
    font-style: italic;
}

.select2-dropdown div.so-t,
.select2-dropdown div.so-m,
.select2-dropdown div.so-c {
    font-size: 13px;
}

.smaller-textarea textarea {
    min-height: 60px;
}
input.datepicker{padding: 4px 10px; border-radius: 0; min-height: 34px}
.back-gray {background:#f1f1f1;}
.select2-grayed .select2-container--default .select2-selection--single {
    background: #f1f0f0;
}
.breadcrumb li {
    padding: 11px 0 0 0px;
}
.boxed-values {
    background: #fff5f5;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #ffb6b6;
}
.mar-light-btm {
    margin-bottom: 3px;
    display: inline-block;
}
.boxed-values2 {
    border: 1px solid #ffb6b6;
    border-radius: 3px;
    background: #fff5f5;
}
.boxed-values2 .bv-content {
    padding: 10px 10px 7px 10px;
}
.boxed-values2 .bv-links {
    border-top: 1px solid #ffb6b6;
}
.icon-btn-group .icon-btn:hover .deleted{
    color: red;
}
.split-col{
    background-color: #cc0000;
    padding: 1px;
    width: -webkit-fill-available;
}
.calendar-head {
    background-color: #cc0000;
    color: #0e0e0e;
    padding: 12px;
    text-align: center;
}
.calendar-view{
    font-size: 20px;
    padding-left: 42px;
    background-color: #695757;
    color: white;
}

.reg-not .reg-title {
	font-size: 16px;
	overflow: hidden;
	color: #393939;
	font-weight: 300
}

.reg-not .reg-fields {
	font-size: 13px;
	color: #14498e;
	white-space: pre-wrap
}

.reg-not .reg-updater {
	font-size: 13px;
	color: #737373
}

.notifications-list .dropdown-item {
    display: block;
}

.notifications-list .dropdown-item:hover {
    background: #f6f6f6;
}

.notifications-list .dropdown-item.noti-new {
	background: #fffad5;
}

.notifications-list .dropdown-item.noti-new:hover {
	background: #fffac5;
}

.dropdown-header {
	border-bottom: 1px solid #faecec;
}

.notifications-list .dropdown-item.text-muted {
	padding: 13px 10px;
}

.reg-not {
    padding: 10px 12px;
}
