﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
	max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.tableWrapper {
    overflow: auto;
}

.navbar-collapse, .navbar-inverse {
    background: #e0ddd5;
}

.navbar a {
    background: #e0ddd5;
    -webkit-box-shadow: 0 6px 22px -19px #333333;
    -moz-box-shadow: 0 6px 22px -19px #333333;
    box-shadow: 0 6px 22px -19px #333333;
}

.header {
    padding-top: 30px;
    background: #e0ddd5;
    -webkit-box-shadow: 0 6px 22px -19px #333333;
    -moz-box-shadow: 0 6px 22px -19px #333333;
    box-shadow: 0 6px 22px -19px #333333;
}

.btn {
    background-color: #b98e2d;
    border-color: transparent;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
    .btn a {
        color: #fff;
        text-decoration: none;
    }
    .btn:hover {
        background-color: #a27d2a;
        color: #fff;
    }
.btnadddb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.innerbtn {
    background-color: #60aae3 !important;
    border-color: #60aae3 !important;
    font-size: 16px;
}

.NewHeader {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.lgnform {
    position: relative;
    z-index: 1;
    background: #e0ddd5;
    max-width: 535px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .lgnform input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        width: 88%;
        border: 0;
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .lgnform .lgnbtn {
        background-color: #b98e2d;
        border-color: transparent;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        width: 83%;
    }

.lgnbtn:hover, .lgnbtn:focus {
    background-color: #a27d2a;
    text-decoration: none;
}

.loginbox {
    width: 70%;
    max-width: 540px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 40px;
}

.lblLogin {
    margin-left: 25px;
    font-size: 16px !important;
}

.lgndivheight {
    height: 15px;
}

.hdnlgnDivFor-md {
    margin-top: 20px;
}

.lgnUsrdisplayText {
    font-weight: bold;
}

.CATtextFontSize {
    font-size: 28px;
}

.txt {
    border-radius: 4px !important;
    height: 34px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.divsearch {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px 12px;
}

.dataTables_filter, .dataTables_info {
    display: none;
}

.divddltxt {
    margin-left: -15px;
    margin-top: 10px;
}

.VolumnepageMarginleftminus-20 {
    margin-left: -20px;
}

.VolumnepageMarginTop-18 {
    margin-top: 18px;
}

.divddltxt {
    margin-top: 10px;
    margin-left: 0px;
}

.VolumnepageMarginleftminus-20 {
    margin-left: -20px;
}

.VolumnepageMarginTop-18 {
    margin-top: 18px;
}

.validation {
    border: 1px solid #e80c4d
}

.errormsg {
    color: red;
}

.editvolumespan {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
}

.searchrecorddiv {
    margin-top: 10px;
}

.tableHeader {
    background-color: #f3f2ef;
}

.btnRight {
    float: right;
    margin: 1px;
}

.controlDiv {
    margin-bottom: 1px !important;
}

.textarea {
    width: 100%;
}

.controlLabel {
    padding-left: 0px !important;
}

.hideField {
    display: none !important;
}

.errorMessage {
    color: #b94a48;
    font-size: 20px;
    clear: both;
}

.rightdiv {
    position: unset !important;
}

.lblrecord {
    padding-top: 0px !important;
}

.attrtablemargin {
    margin-bottom: 5px !important;
}

.select {
    cursor: pointer;
}

.remove {
    cursor: pointer;
    color: red;
    text-decoration: none;
    z-index:1;
}

.selectrow {
    background-color: #d9e8f5;
}
.floatright
{
float:right;
}

.formbtn {
    background-color: #60aae3 !important;
    border-color: #60aae3 !important;
    font-size: 14px;
    padding:4px 10px !important;
}
.formbtn:hover {
        background-color: #3d6a8d !important;
        border-color: #3d6a8d !important;
        color: #fff !important;
    }
.textboxHeight {
    height: 34px;
}
.homeBox {
    height:auto;
    background: #e0ddd5;
    position: relative;
    z-index: 1;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin-top: 90px;
    margin-bottom: 20px;
}
.homebtn {
    z-index: 1;
    width: 20%;
    height: 60px;
    background-color: #b98e2d;
    border-color: transparent;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    border-radius: 10px;
    margin-top:20px;
    margin-right: 50px;
    padding-top: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.homebtn a {
    color: #fff;
    text-decoration: none;
}
.indexbtn {
    width:20%;
}
.marginTop-15 {
    margin-top:-15px;
    margin-bottom:10px;
    text-align:center;
}
a[id*=imgLink].visited {
    color: #fff;
}

.rcddlt {
    width: 100%;
    margin-left: 15px;
    font-size: 16px;
}

.rcdeditdatabse {
   margin-bottom: 10px;
}
.voldlt {
    width: 100%;
    margin-bottom:10px;
  
}

.rcdeditdatabase {
    margin-bottom: 10px;
}
.removepadding {
    padding-left: 0px !important;
   padding-right: 0px !important;

}
.tablepadding {
    padding-left: 30px;
}
.notification {
    background-color: green;
    height: 30px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    clear: both;
} 
.marginTop-8 {
    margin-top: 8px;
}

.hidediv {
   display:none;
}
.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.marginTop-35 {
    margin-top: 35px;
}
.marginTop-55 {
    margin-top: 55px;
}

.addvol{
    margin-top: 18px;
}


.selectAnnotation {
    cursor: pointer;
    word-wrap: break-word;
}

.RecordAnnotationremove {
    cursor: pointer;
    color: red;
    text-decoration: none;
    z-index: 1;
}
.selectAnnotationrow {
    background-color: #d9e8f5;
}
.displayNone {
    display: none;
}
.fixedLayout {
    table-layout:fixed;
}
.attName {
    word-wrap: break-word;
    width:150px;
    max-width:150px;
}
.attValue {
    word-wrap: break-word;
    width: 200px;
    max-width: 200px;
}

.floatleft {
    float: left;
}
.imgloading {
    display:none;
}
.editPackage {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
}

.editProject {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
}

.editBrand {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
}

.text-box-css {
    width: auto;
}