﻿#login-bg-image {
    position: absolute;
    top: -1px;
    left: 4px;
    width: 99%;
    z-index: -1;
    height: 470px;
}

#login-body-container {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
    height: 480px;
    font-family: Arial;
    font-size: 13px;
}

#login-control {
    width: 90%;
    margin: 0 auto;
}

    #login-control tr {
        height: 38px;
    }

#login-control-container {
    float: left;
    width: 50%;
    min-height: 260px;
    background-color: white;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
}

#login-right-productinfo-container {
    float: right;
    width: 50% !important;
    height: 260px;
    background-color: white;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

.forget-username-link {
    margin-left: 20px;
}

#title {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    padding-left: 30px;
}

/*textbox and dropdown server control CSS*/
.textbox, .textbox-small, .dropdown, .dropdown-small {
    border: 1px solid #78A1C6;
    resize: none;
}

.textbox, .textbox-small {
    height: 18px;
}

.dropdown, .dropdown-small {
    height: 22px;
}

div > .dropdown {
    display: block;
}

.textbox, .dropdown {
    width: 220px;
    margin-left: 0px;
}
.padding-inline-start{
    padding-inline-start: 6px;
    width: 215px;
}
.roundedCorner{
    height: 24px;
    border: 1px solid #78A1C6;
    resize: none;
    margin-left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.padding-inline-start_1{
    padding-inline-start: 6px;
    width: 180px;
}
.roundedCorner_1{
    height: 22px;
    border: 1px solid #78A1C6;
    resize: none;
    margin-left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.textbox-small, .dropdown-small {
    width: 180px;
}

.link-button {
    color: #5988B3;
    font-weight: bold;
    letter-spacing: 1px;
}

/*AddUser, AddAssets, AddSite, AddRawData, AddInspector, AddCompany content page CSS */

.content-page-main {
    margin-left: 15px;
    font-family: Arial;
    font-size: 12px;
}

.content-table {
    width: 325px;
}

#add-user-left-side {
    width: 250px;
    height: 180px;
    padding: 20px;
    padding-top: 5px;
    margin-right: 50px;
}

#add-user-right-side {
    width: 500px;
    padding: 6px 30px 30px 30px;
    float: left;
    padding: 0px;
}

#add-user-left-side, #add-company-right-side {
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    float: left;
    position: relative;
}

#add-company-right-side {
    width: 360px;
    min-height: 230px;
    padding: 10px;
}

#add-company-left-side {
    width: 430px;
    padding: 0px 0px 10px 0px;
    float: left;
    margin-right: 20px;
}

/* For all other pages for add and edit details*/
.right-side {
    width: 530px;
}

.left-side, .right-side {
    padding: 0px;
    float: left;
}

.left-side {
    width: 300px;
    margin-right: 30px;
}
/*asset history page popup css*/

.asset-history-top-label {
    text-align: left;
    padding: 10px 10px 0px 10px;
}

.asset-history-top-control {
    padding-right: 30px;
    padding-left: 10px;
    padding-top: 10px;
}

.popup-label {
    text-align: left;
    padding-right: 10px;
    padding-top: 10px;
}

.popup-control {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

.asset-history-popup-body {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.asset-history-popup-button {
    padding-top: 25px;
    padding-bottom: 7px;
}

/*Old*/

.asset-history-popup-title-label {
    height: 25px;
    vertical-align: bottom;
    text-align: left;
    padding-right: 25px;
}

.asset-history-popup-right {
    width: 350px;
    margin-right: 25px;
}

.asset-history-popup-left, .asset-history-popup-right {
    padding: 0px;
    float: left;
    line-height: 35px;
}

.asset-history-popup-left {
    width: 300px;
    margin-right: 10px;
}

.transaction-popup-right {
    width: 350px;
    margin-right: 20px;
}

.transaction-popup-left, .transaction-popup-right {
    padding: 0px;
    float: left;
    line-height: 35px;
}

.transaction-popup-left {
    width: 350px;
    padding-left: 20px;
    margin-right: 20px;
    border-right: 1px solid #78a1c6;
    padding-right: 15px;
}

.transaction-popup-body {
    margin: 0 auto;
    min-height: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.transactionPopupBody {
    margin-top: 10px;
    width: 800px;
    height: 325px;
    border: 1px solid #78a1c6;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.asset-history-popup-ok-button {
    height: 50px;
    clear: both;
    padding-top: 30px;
    padding-right: 30px;
}
/*asset history page css*/
.asset-history-right-side {
    width: 360px;
}

.asset-history-left-side, .asset-history-right-side {
    padding: 0px;
    float: left;
    line-height: 35px;
}

.asset-history-left-side {
    width: 300px;
    margin-right: 50px;
}

.asset-history-top {
    margin: 0,auto;
    border: 1px solid #D8D8D8;
    min-height: 370px;
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.set-min-height {
    min-height: 121px !important;
}

.asset-history-bottom {
    border: 1px solid #D8D8D8;
    min-height: 300px;
    padding: 20px;
    margin-right: 15px;
    margin-top: 10px;
}

#asset-history-fieldset-container {
    width: 878px;
    margin: 0 auto;
    margin-right: 15px;
    margin-top: 10px;
}

.asset-history-td-title-label {
    height: 25px;
    vertical-align: middle;
    text-align: left;
}

.asset-history-td-title-control {
    vertical-align: middle;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*For Save and Cancel button*/
.bottom-image-buttons {
    clear: both;
    padding: 30px 10px 10px 2px;
}

/*for table and td element*/
table {
    font-family: Arial;
    font-size: 12px;
    vertical-align: top;
}

.td-title-label {
    height: 25px;
    vertical-align: bottom;
    text-align: left;
    width: 360px;
}
.td-title-label_1 {
}
.td-title-control_1 {
}
.td-title-control {
    vertical-align: top;
    width: 400px;
}

.td-title-control-more-width {
    vertical-align: top;
    width: 500px;
}
/*User, Assets, Site, RawData, Inspector, Company content page CSS */

.content-grid-page-main {
    margin: 0 auto;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.content-grid-header {
    padding-bottom: 10px;
}

.content-gridview {
    margin-bottom: 30px;
}

.content-gridview-rawdata {
    margin-top: 50px;
    margin-bottom: 30px;
}
/*for validators */
.validation {
    color: Red;
    font-size: smaller;
}
/*for command button description */
.headingList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .headingList > li:first-child {
        padding-left: 0px;
    }

.listItem {
    float: left;
    line-height: 25px;
}

.listItemImage {
    float: left;
    padding-left: 5px;
}

/*for heading buttons*/
.head-buttons {
    vertical-align: top;
    float: right;
    margin-left: -5px;
}

.head-buttons-rawdata {
    width: 700px;
    vertical-align: top;
    float: left;
    margin-left: -5px;
    text-align: right;
}

.head-buttons-users {
    width: 552px;
    vertical-align: top;
    float: left;
    margin-left: -5px;
}

.image {
    padding-bottom: 5px;
}

.grid-button-command, .grid-button-command-company, .grid-button-command-user {
    height: 37px;
    font-size: 12px;
    color: #959595;
    float: left;
    vertical-align: bottom;
}

.grid-button-command-user {
    width: 210px;
}

.grid-button-command {
    min-width: 200px;
}

.grid-button-command-company {
    width: 400px;
}

/* for archieve page*/
#previous-bottom-button {
    vertical-align: bottom;
    padding: 0px 10px 10px 10px;
    height: 30px;
}

/*gridview CSS*/
.radGrid {
    margin: 0px !important;
    background-color: White;
    width: 100% !important;
    padding: 0px;
    /*border: 1px solid #D6D6D6;*/
    border:none !important;
    border-collapse: separate;
}

.radGrid-master {
    width: 100%;
    margin-bottom: 0px;
    empty-cells: show;
}

.RadGrid .rgRow, .RadGrid .rgAltRow {
    border-bottom: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    border-collapse: collapse;
    width: 99%;
}

.radGrid-Header {
    height: 30px;
    background: url('../Images/HeaderBG.png') repeat scroll 0 0 transparent;
}

.radGrid-Item, .radGrid-Alternate-Item, .radGrid td {
    height: 25px;
    border-bottom: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-collapse: collapse;
    word-wrap: break-word;
    width: 90%;
}
.radGrid-Item, .radGrid-Alternate-Item, .radGrid_combo-box td {
    height: 0px;     
}

.radGrid-Item {
    background-color: #FFFFFF;
}

.radGrid-Alternate-Item {
    background-color: #F3F3F3;
}

.radGrid th {
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.radGrid-Header a, .radGrid-Header span {
    padding-top: 0px;
    text-decoration: none;
    font-weight: bold;
}

    .radGrid-Header a:hover {
        text-decoration: underline;
    }

.rgClipCells .rgMasterTable {
    margin: 0px;
}

/*Rad tool bar css for status page*/
.radtoolbar-main {
    border: 0px solid #F3F3F3;
    background-color: #F3F3F3;
    width: 100%;
}

/*loading panel opacity*/
.loadingpanelDiv {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.5; /*non-IE browsers, 0-1*/
    -moz-opacity: 0.5; /*old Mozilla browsers, 0-1*/
    filter: alpha(opacity=50);
    background-image: url('../Images/Tranparncy-img.png');
    background-repeat: repeat;
}

/*loading panel image css for center*/
.loadingImage-Center {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

/*EditNormalUser, NormalUser Page*/
.edit-normal-user-main {
    width: 600px;
    padding: 5px 30px 10px 30px;
}

.normal-user-main {
    width: 600px;
    padding: 5px 30px 30px 30px;
}

.details-view {
    width: 550px;
    font-family: Arial;
    font-size: 12px;
}

.details-view-row {
    height: 35px;
    vertical-align: middle;
    text-align: left;
    width: 400px;
}

/******** Error Page**********/

#error-container {
    text-align: center;
    height: 500px;
    height: 300px;
    padding-top: 100px;
}

/***********Login Dialogs**********/
.popup {
    min-height: 100px;
    min-width: 250px;
    background-color: White;
    padding: 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.popup-container {
}

.popup-header {
    min-height: 30px;
    background-image: url('../Images/HeaderBG.png');
    background-repeat: repeat-x;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.popup-header-content {
    float: left;
    margin-right: 50px;
    margin-top: 5px;
    margin-left: 5px;
    min-height: 15px;
    font-family: Sans-Serif;
    font-weight: bold;
    font-size: 12px;
}

.close-popup-button {
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

.popup-body {
    padding-top: 10px;
    text-align: center;
}

.popup-button {
    min-height: 30px;
    background-color: #78A1C6;
    display: block;
    width: 50px;
    margin: 0 auto;
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;
}

.popup-background {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/*css for dialog boxes.*/
.validation {
    color: Red;
    font-size: 12px;
}

.validation-appsetting {
    color: Red;
    font-size: 12px;
    display: none;
}

.error {
    text-align: left;
    padding: 0px 20px 0px 25px;
}

.validation-summary {
    text-align: left;
    padding: 0px 0px 10px 5px;
}

.popup-table, .popup-panel, .popup-help-panel, .popup-table-rawdata {
    padding: 0px;
    vertical-align: middle;
    margin: 0px 20px 20px 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.popup-table {
    margin: 0px 20px 20px 20px;
    font-size: 12px;
    width: 500px;
    line-height: 22px;
}

.popup-table-rawdata {
    margin: 0px 20px 0px 20px;
    font-size: 12px;
    width: 400px;
    line-height: 22px;
}

.popup-panel {
    font-size: 12px;
    width: 250px;
    text-align: left;
}

.popup-ok-button {
    margin: 10px 0px 5px 0px;
}

.popup-help-panel {
    font-family: Arial;
    text-align: center;
    font-size: 12px;
    width: 250px;
}

.popup-left-td {
    width: 80px;
    text-align: left; /* set for text can be changed*/
    padding-bottom: 5px;
}

.popup-right-td {
    width: 150px;
    padding-bottom: 5px;
}

.text-popup {
    font-weight: bold;
}
/*Import Popup CSS*/
.popup-panel-import-data {
    border: 1px solid #C0C0C0;
    font-size: 12px;
    width: 450px;
    text-align: left;
    vertical-align: top;
    padding: 0px 10px 10px 10px;
    margin: 5px 40px 15px 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.popup-panel-import-button {
    width: 450px;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    height: 30px;
    margin: 5px 40px 15px 40px;
}

.popup-panel-mapping-data {
    border: 1px solid #C0C0C0;
    font-size: 12px;
    text-align: left;
    width: 520px;
    height: 250px;
    padding: 0px 10px 0px 10px;
    margin: 5px 40px 15px 40px;
}

.popup-panel-mapping-selectline {
    border: 1px solid #C0C0C0;
    font-size: 12px;
    text-align: left;
    width: 520px;
    margin: 5px 40px 15px 40px;
    padding: 1px;
}

.popup-panel-mapping-error, .popup-panel-mapping-button {
    font-size: 12px;
    text-align: left;
    width: 520px;
    margin: 5px 40px 10px 40px;
    padding: 1px;
}

.popup-table-map {
    width: 480px;
}

.popup-table-header {
    border: 1px solid #FFFFFF;
    color: white;
    background-image: url('../Images/headerBack-image.jpg');
    background-repeat: repeat;
    line-height: 22px;
}

.popup-table-rows {
    border: 1px solid;
    height: 22px;
    background-color: #F4F4F4;
}

.popup-table-alt-rows {
    background-color: #FFFFFF;
    border: 1px solid;
    height: 22px;
}

.popup-table-td-left {
    width: 100;
    text-align: left;
    padding-left: 5px;
}

.popup-table-td-right {
    width: 250px;
    text-align: left;
    padding-left: 5px;
}

/* FileUpload in import */
.import-file-class {
    padding-top: 12px;
}

.fileUpload-Table {
    margin-left: 40px;
    margin-top: 13px;
}

.select-file-label {
    width: 75px;
    margin-right: 5px;
}

/*popup form input*/
.FormInputWidth300 {
    border: 1px solid #7E9DB8;
    width: 250px;
}

/*CSS for search page*/

.search-main {
    width: 100%;
    height: 800px;
}

.search-content {
    background-color: #78A1C6;
    height: 250px;
    padding: 32px 52px 52px 120px;
    background-repeat: repeat;
    background-image: url('../Images/headerBack-image.jpg');
}

.search-select, .search-keyword {
    background-color: White;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    float: left;
    min-height: 135px;
    padding: 10px 10px 5px 10px;
}

.search-select {
    width: 300px;
    margin-right: 5px;
}

.search-keyword {
    width: 300px;
}

.select-table {
    padding-top: 30px;
}

.keyword-text {
    font-size: small;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
}

.td-left {
    width: 120px;
}

.search-td-left, .search-td-right {
    width: 120px;
}


/*rad grid*/
.search-grid {
    margin: 0,auto;
    margin-top: 20px;
}

/* Customize report page css*/

div.RadUpload .ruFakeInput {
    border: 1px solid #78A1C6;
    width: 151px;
}

.customize-Panel-Header {
    margin: 0 auto;
    color: Black;
    font-weight: bold;
    background-color: #78A1C6;
    font: bold 11px auto "Trebuchet MS", Verdana;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    padding: 4px;
    background-repeat: repeat;
    background-image: url('../Images/HeaderBG.png');
}

.Separator {
    width: 100%;
    background-color: #D6D6D6;
    border-width: 1px;
    border-width: 0;
    height: 1px;
}

.report-customization-div {
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #78A1C6;
    background-color: #FFFFFF;
    font: normal 12px auto Verdana, Arial;
}

.report-sample, .sample-Report-on-customize {
    margin-bottom: 10px;
    padding-top: 20px;
    overflow: hidden;
}

.sample-Report-on-customize {
    margin-top: 10px;
    padding-left: 20px;
}
/* Telerik Report page css*/
.report-Main {
    margin: 0 auto;
    width: 900px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
}

.report-Header-Button {
    min-height: 40px;
}

.report-Header-Error-Message {
    min-height: 15px;
    padding-left: 4px;
}

.validationMsg {
    height: 15px;
}

.report-header-buttons-row {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}
/* CSS for Export page */
.export-main {
    width: 100%;
    height: 800px;
}

.export-content {
    margin: 0,auto;
    width: 550px;
    height: 120px;
    padding: 20px 52px 52px 52px;
    text-align: left;
}

.export-select, .export-keyword {
    background-color: White;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    float: left;
    height: 120px;
    padding: 20px 10px 5px 10px;
    border: 1px solid #C0C0C0;
}

.export-select {
    width: 140px;
    margin-right: 5px;
}

.export-keyword {
    width: 360px;
}

.keyword-text {
    font-size: small;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
}

.td-export-left {
    width: 80px;
}

/*rad grid*/
.export-grid {
    margin: 0,auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*status popup css*/
div.RadGrid_Web20 .rgEditForm .rgHeader {
    min-height: 30px;
    background-image: url('../Images/HeaderBG.png');
    background-repeat: repeat-x;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 3px;
    display: none;
}

.status-popup {
    border: 1px solid white;
    margin: 10px;
    margin: 15px 10px 5px 10px;
    width: 350px;
    height: 110px;
}

.status-popup-buttons {
    border: 1px solid white;
    margin: 10px;
    margin: 15px 10px 5px 10px;
    width: 350px;
}

.status-popup-left-td {
    width: 30px;
    text-align: left;
    border: 1px solid white;
}

.status-popup-right-td {
    width: 250px;
    text-align: left;
    border: 1px solid white;
}

.status-popup-title-span {
    margin: -200px 10px -10px 10px;
    z-index: 8000;
}

.popup-last-row {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 6px;
    margin: 5px 0px 5px 0px;
}

.popup-last-column {
    padding-right: 10px;
}


/*Barcode print preview*/
.Badgelabel {
    font-family: Arial;
    font-size: 13px;
}
.Login-label {
    font-family: Arial;
    font-size: 13px;
    font-weight:bold;
}
.BadgeValue {
    font-weight: bold;
    font-size: 12pt;
}

.BadgeConferenceName {
    font-weight: bold;
    font-size: 12pt;
}

.POPUPPanel {
    visibility: hidden;
}

.PrintPreview {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-color: transparent;
    background-color: #AABDD7;
    height: 35px;
    width: 640px;
}

.subLable {
    font-weight: bolder;
    font-size: 13px;
    color: #2A2A2A;
    font-family: Arial;
}

.Print {
    width: 640px;
    height: auto;
    background: white;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

.panelMiddle {
    text-align: center;
    padding: 6px 0;
    min-width: 500px;
    min-height: 200px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 13px;
    -moz-box-shadow: #666 0px 2px 13px;
    box-shadow: #666 0px 2px 13px;
    background: #FFFFFF;
    background: linear-gradient(#FFFFFF, #FFFFFF);
}
/*End of Barcode print preview*/
.WrapLabel {
    word-break: break-all;
    min-width: 60px;
}



.DateClear-Brush {
    height: 20px;
    width: 20px;
}

.Days-Combo-div, .Date-Combo-div, .Month-Combo-div {
    height: 22px;
}

.Days-Combo-div {
    width: 220px;
}

.Date-Combo-div {
    width: 50px;
}

.Month-Combo-div {
    width: 100px;
    padding-bottom: 10px;
}

.padding-10-px {
    padding: 10px;
}

.asset-fields-table {
    width: 50%;
    margin: 0 auto;
}

.asset-head-buttons {
    margin-left: -5px;
}

.asset-grid-button-command {
    font-size: 12px;
    color: #959595;
    vertical-align: bottom;
}

    .asset-grid-button-command ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: left;
    }

        .asset-grid-button-command ul li {
            display: inline;
            min-height: 30px;
            vertical-align: middle;
        }

            .asset-grid-button-command ul li img {
            }


.ul-padding-initial {
    -webkit-padding-start: initial;
    display: block;
}

.smallred {
    color: red;
}


.fixed-width {
    width: 90px;
}


/*Button Css*/
.button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #241d13;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 17px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #7a2a1d;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 15px;
}

.btn-red {
    -moz-box-shadow: inset 0px 28px 0px -15px #BF1E0C;
    -webkit-box-shadow: inset 0px 28px 0px -15px #BF1E0C;
    box-shadow: inset 0px 28px 0px -15px #BF1E0C;
    background-color: #9C1708;
}

    .btn-red:hover {
        background-color: #BF1E0C;
    }

    .btn-red:active {
        position: relative;
        top: 1px;
    }

.btn-black {
    -moz-box-shadow: inset 0px 28px 0px -15px rgb(86, 86, 86);
    -webkit-box-shadow: inset 0px 28px 0px -15px rgb(86, 86, 86);
    box-shadow: inset 0px 28px 0px -15px rgb(86, 86, 86);
    background-color: rgb(36, 36, 36);
}

    .btn-black:hover {
        background-color: rgb(86, 86, 86);
    }

    .btn-black:active {
        position: relative;
        top: 1px;
    }


.left-part {
    overflow: hidden;
    min-height: 50px;
    border: 2px dashed #f0f;
}

.right-part {
    float: right;
    width: 50%;
    min-height: 50px;
    margin-left: 10px;
    border: 2px dashed #00f;
}

.left-side-div {
    float: left;
    min-height: 25px;
    vertical-align: middle;
}

.right-side-div {
    overflow: hidden;
}

.right-align {
    text-align: right !important;
}

.clear-both {
    clear: both;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.float-none {
    float: none;
}

.adjust-addType-image {
    position: absolute;
    height: 25px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 8px;
}

.left-table-addasset {
    width: 245px;
    margin-right: 30px;
    padding: 0px;
    float: left;
}

.right-table-addasset {
    width: 618px;
    padding: 0px;
    float: left;
}

.import-label-background {
    background-color: white;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-top-bottom10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.bottom-image-buttons-inspect {
    padding: 10px 10px 13px 2px;
    float: right;
}

.overflow-hidden-inspect {
    overflow: hidden;
}

.not-in-use {
    display: none;
}


.min-height-inspection {
    min-height: 160px !important;
}

.inspection-table-spacing {
    width: 60%;
    border-spacing: 1em;
}

.unset-padding-top {
    padding-top: unset;
}

.min-height-inspection1 {
    min-height: 360px !important;
}

.width-100 {
    width: 100% !important;
}

.disabled-color {
    background-color: #e4dfe1 !important;
}

.display-content {
    display: contents;
}

.printSetup-table-spacing {
    width: 40%;
    border-spacing: 1em;
}

.dot{
    height: 17px;
    width: 20px;
    background-color: #b9a1a1;
    display: inline-block;
}
.dot-float{
     float: right;
}
.dot-pending{
    background-color:pink;
}
.dot-future{
    background-color:cyan;
}
.dot-todays{
    background-color:springgreen;
}

.padding-25{
    padding-right: 25px;
}
.padding-bottom3 {
    padding-bottom: 3px;
}