﻿/*Cutom Styles go in this file*/

body, html {
    height: 100%;
}

.floatLeft {
    float: left;
}

.pageNavbar {
    height: 10px;
    padding-right: 15px;
}

.pageNav {
    padding-top: 4px;
}

.floatRight {
    float: right;
    margin-right: 10px;
}

.k-grid-save-button-blue {
    background-color: #3c91bc;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

.margin-right {
    margin-right: 10px;
}

.nomargin {
    margin: 0 !important;
}

#navBarSearchForm {
    margin-top: 11px;
    margin-right: 11px;
}

#navBarSearchAppend {
    height: 25px;
    margin-right: 10px;
}

.dashLink {
    color: #0073ae;
}

.bmtblue {
    color: #0073ae;
}

.dashLink:hover {
    color: #0073ae;
    text-decoration: underline;
}

#navBarSearchIcon {
    color: rgb(234, 234, 234);
    /*background-color: #0073ae;*/
    /*background-color: rgb(176, 176, 176);*/
    /*background-color: #858585;*/
    top: 0;
    right: 0;
    height: 25px;
    padding: 5px 20px 4px 8px;
    text-shadow: 0 0 0;
    cursor: pointer;
}

#navBarSearchInput {
    background-color: rgb(234, 234, 234);
    height: 23px;
    margin-right: 18px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.errorbox {
    margin: 6% auto 0;
    width: 60%;
}

.vclr {
    clear: both;
}

.help-link {
    float: left;
    display: block;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

.navButton {
    font-weight: 400;
}

.btn-move-wrapper {
    margin-top: 20%;
    text-align: center;
    vertical-align: middle;
}

.btn-move-arrow {
    margin-bottom: 20px !important;
    float: left;
    width: inherit;
    margin-left: 30%;
}

.text-underline {
    text-decoration: underline;
}

.div-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.pull-right input, .modal-footer input {
    height: 28px;
    font-size: 12px;
}

.pull-right a, .modal-footer a {
    line-height: 18px;
}

#addModel i {
    width: 1.00em;
}

.pane-content, .extra-top {
    background-color: #ffffff;
}

.option-content {
    -webkit-box-shadow: 0 2px 2px -2px #cccccc;
    -moz-box-shadow: 0 2px 2px -2px #cccccc;
    box-shadow: 0 2px 2px -2px #cccccc;
    background: #fbfbfb;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*margin-bottom: 20px;*/
}

.btn:hover, .btn:focus {
    background-position: 0 0 !important;
}

.k-header-column-menu {
    visibility: hidden;
}

@media (max-width: 768px) {
    .tabClr {
        clear: both;
    }

    .tabDivider {
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #30363a;
        background-color: #181f25;
        margin-top: 5px;
    }

    .btn-move-wrapper {
        margin-top: 20%;
        text-align: center;
        vertical-align: middle;
    }

    .btn-move-arrow:first-child {
        margin-bottom: 20px !important;
        float: left;
        width: inherit;
        margin-left: 15px;
    }

    .btn-move-arrow {
        width: 20px !important;
        height: 20px !important;
        margin-left: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pclr {
        clear: both;
    }

    .title {
        padding-left: 0;
        font-size: 20px;
    }

    .tabDivider {
        display: none;
    }

    .btn-move-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        vertical-align: middle;
    }


    .btn-move-arrow:first-child {
        margin-bottom: 0 !important;
        float: left;
        width: inherit;
        margin-left: 35%;
    }


    .btn-move-wrapper .btn .icon-chevron-right:before {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Safari and Chrome */
    }


    .btn-move-wrapper .btn .icon-chevron-left:before {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg); /* Safari and Chrome */
    }
}

@media (max-width: 320px) {
    .navbar .brand {
        margin-left: -10px !important;
        padding-left: 0 !important;
        width: 70% !important;
    }
}

.divlist1 {
    min-height: 482px;
    float: left;
    margin-right: 60px;
    margin-left: 10px;
    margin-top: 20px;
}

.divlist2 {
    float: left;
    margin-right: 60px;
    margin-top: 200px;
}

.divlist3 {
    float: left;
    min-height: 482px;
    margin-top: 20px;
}

.maindiv {
    display: table;
    height: 482px;
}

.setheight {
    width: 100%;
}

.setwidth {
    width: 100% !important;
}

.setheldialogheight {
    height: 100%;
}

.container .credit {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0px;
}

.responsivedivmargin {
    margin-top: 80px;
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    .responsivedivmargin {
        margin-top: 10px;
    }

    .divlist1 {
        min-height: 482px !important;
        float: left !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-top: 20px !important;
    }

    .divlist2 {
        float: left !important;
        margin-left: 75px !important;
        margin-right: 10px !important;
        margin-top: -30px !important;
    }

    .divlist3 {
        min-height: 482px !important;
        float: left !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-top: 20px !important;
    }

    .setheight {
        min-height: 350px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsivedivmargin {
        margin-top: 5px;
    }

    .divlist1 {
        min-height: 482px !important;
        float: left !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-top: 20px !important;
    }

    .divlist2 {
        float: left !important;
        margin-left: 75px !important;
        margin-right: 10px !important;
        margin-top: -30px !important;
    }

    .divlist3 {
        min-height: 482px !important;
        float: left !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-top: 20px !important;
    }
}

.addBorder {
    color: #fff;
    background-color: #006dcc;
    border: 1px solid #C0C0C0;
}

.border-top-bottom {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
}

.border-top {
    border-top: 1px solid #C0C0C0;
}

.border-bottom {
    border-bottom: 1px solid #C0C0C0;
}

@media (min-width: 320px) {
    .setheight {
        min-height: 222px;
    }

    .setheldialogheight {
        height: 255px;
    }
}


@media (min-width: 360px) {
    .setheight {
        min-height: 375px;
    }

    .setheldialogheight {
        height: 370px;
    }
}

@media (min-width: 480px) {
    .setheight {
        min-height: 180px;
    }

    .setheldialogheight {
        height: 100px;
    }
}

@media (min-width: 600px) {
    .setheight {
        min-height: 1133px;
    }

    .row-fluid [class*="span"] {
        margin-left: 0.564% !important;
    }

    .setheldialogheight {
        height: 100%;
    }
}

@media (min-width: 640px) {
    .setheight {
        min-height: 180px;
    }

    .setheldialogheight {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .setheight {
        min-height: 720px;
    }

    .setheldialogheight {
        height: 300px;
    }

    .btn-move-wrapper {
        margin-top: 25%;
    }
}

@media only screen and (min-width:1366px) {
    /* styles for browsers larger than 960px; */
    .btn-move-wrapper {
        margin-top: 25%;
    }
}

@media only screen and (min-width:1920px) {
    /* styles for browsers larger than 960px; */
    .btn-move-wrapper {
        margin-top: 15%;
    }
}

@media (min-width: 800px) {
    .setheight {
        min-height: 987px;
    }
}

@media (min-width: 980px) {
    .setheight {
        min-height: 385px;
    }

    .setheldialogheight {
        height: 350px;
    }
}


#example {
    text-align: center;
}

.demo-section {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 1px solid #CDCDCD;*/
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    /*Init to 1000 for fluid design*/
    height: 1000px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: auto;
}

.tree-height {
    height: 300px;
}

@media screen and (max-height: 1024px) {
    .configuration-treeview {
        height: 300px;
    }
}

@media screen and (min-height: 1024px) {
    .configuration-treeview {
        height: 600px;
    }
}

#left-panel i {
    color: #78808A;
}

#left-panel .btn .caret {
    border-top: 4px solid #000000;
}

.row-fluid .span12 {
    width: 97%;
}

.float-r {
    float: right;
}

.box-withborder {
    border: 1px solid #CCCCCC;
}

.search-box {
    border: 1px solid #CCCCCC;
    display: block;
    width: 25%;
}

.search-btn {
    background-color: rgb(176, 176, 176);
    color: rgb(234, 234, 234);
    position: absolute;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -4px;
    cursor: pointer;
}

.bdr-none {
    border: 0 none !important;
}

.select-option-wrap {
    background-color: #f2f2f2;
    padding: 10px 10px 0;
    margin-top: 25px;
}

.radio-head-title {
    padding-right: 10px;
    width: 70px;
    display: block;
}

.radio-align {
    margin: 0 5px 5px !important;
    padding: 0;
}

.radio-txt, .radio-txt2 {
    display: block;
    float: left;
    line-height: 22px;
    padding-left: 0;
    /*width: 100px !important;*/
    padding-right: 10px;
}

.radio-txt2 {
    width: 175px !important;
}

.radio-txt3 {
    width: 130px !important;
}

.loading {
    background: #000 url('images/ajax-loader.gif') no-repeat center center;
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0 0 0;
    opacity: 0.83;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.spinner-loading {
    background: rgba(0, 0, 0, 0.1) url('images/ajax-loader-bar.gif') no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.option-extended {
    color: #1687D1;
}

.border-none {
    border: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 2080px) {
    .modal .modal-body .span5 {
        width: 42%;
    }

    .modal .modal-body .span2 {
        width: 15.5%;
    }

    .modal-body .span5 .k-treeview {
        height: 285px !important;
    }
}

@media (min-height: 1024px) {
    .btn-move-wrapper {
        margin-top: 45%;
    }

    /*.modal-body {
		min-height: 620px;
	}*/

    .modal-body .box {
        min-height: 610px !important;
    }

    .modal-body .span5 .k-treeview {
        height: 545px !important;
    }
}

#filterSetting {
    padding: 8px;
}

#backdrop {
    background-color: transparent;
}

.settings-container {
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 1050;
}

.settings-box {
    display: none;
    float: left;
    min-height: 0 !important;
    padding: 0 14px;
    background-color: #FFF;
    border: 1px solid #808080;
}

    .settings-box.open {
        display: inline-block;
        padding-bottom: 0 !important;
    }

.remove-min-height {
    min-height: 0 !important;
}

.action-large-min-width {
    min-width: 60px;
}

.action-min-width {
    min-width: 40px;
}

/*.k-grid-header .k-header {
	overflow: visible !important;
	white-space: normal!important;
}*/
.fixedTable {
    table-layout: fixed;
}

.checkboxList label input[type="checkbox"] {
    margin-right: 5px;
    margin-top: -3px;
}

.padded5 {
    padding: 5px;
}

.margin5 {
    margin: 5px;
}

.margintop5 {
    margin-top: 5px !important;
}

.margintop10 {
    margin-top: 10px !important;
}

.left-align-text {
    clear: left;
    float: left;
    width: 118px;
}

.left-align-large-width {
    clear: left;
    float: left;
    width: 150px;
}

.left-align-xlarge-width {
    clear: left;
    float: left;
    width: 230px;
}

.left-align-xxlarge-width {
    clear: left;
    float: left;
    width: 220px;
}

.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.cursor-auto {
    cursor: auto;
}

.border-box {
    box-sizing: border-box !important;
}

.paddedleft {
    padding-left: 15px;
}

.paddedright {
    padding-right: 15px;
}

.paddedright5 {
    padding-right: 5px;
}

.paddedleftright {
    padding-left: 15px;
    padding-right: 15px;
}

.k-button-icontext {
    padding-right: 5px !important;
}

/*** Calender month view td - to view more than 1 event ***/
.k-scheduler-monthview .k-scheduler-table td {
    height: 120px !important;
}

.k-button-icontext i {
    margin-left: 3px;
    margin-right: 3px;
}

.space-right {
    padding-right: 4px;
}

.space-left {
    padding-left: 4px;
}

.k-chart-tooltip {
    color: #ffffff;
}

.expand-collapse-button .toolbar-link-button {
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    line-height: 1.5em;
    margin: 0 3px;
    padding: 0.15em 0.15em 0.15em 0.4em;
    border-color: #dadada;
}

.action-button {
    width: 15px !important;
    padding-right: 5px;
    display: block;
    float: left;
}

.fa {
    font-size: 14px !important;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    .action-button {
        width: 30px !important;
        padding-right: 10px;
        display: block;
        float: left;
    }

        .action-button i {
            font-size: 30px !important;
        }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .action-button {
        width: 30px !important;
        padding-right: 5px;
        display: block;
        float: left;
    }

        .action-button i {
            font-size: 30px !important;
        }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .action-button {
        width: 30px !important;
        padding-right: 5px;
        display: block;
        float: left;
    }

        .action-button i {
            font-size: 30px !important;
        }
}

/****** Upload button ******/
.k-upload-button {
    margin-left: 0 !important;
}

.font-xxlarge {
    font-size: xx-large;
}

.navbar .brand img {
    max-height: 37px;
    min-width: inherit;
}

.dashboard-container-padded {
    padding-left: 15px;
    padding-top: 10px;
}

.k-toolbar .navbar {
    margin-bottom: 0px !important;
}

.y-scroll {
    overflow-y: auto;
}

.k-state-disabled, .k-picker-wrap .k-input {
    color: #000000 !important;
}

    .k-state-disabled input {
        background-color: #B5A9A9 !important;
    }

.k-state-disabled {
    background-color: #B5A9A9 !important;
}

.remove-max-height {
    max-height: none !important;
}

.km-scroll-container .km-scroll-wrapper {
    overflow: auto !important;
}

.navbar .brand {
    position: relative;
    z-index: 10;
}

.k-state-selected i.fa {
    color: #ffffff;
}

.k-state-selected a:not(.k-button) {
    color: #ffffff !important;
}

.form-horizontal .control-label {
    width: auto !important;
    padding-top: 0px !important;
}

.km-root, .km-pane, .km-pane-wrapper {
    width: 97.5% !important;
}

.large-setting-panel {
    width: 500px;
}

.bid-large-setting-panel {
    width: 350px;
}

    .large-setting-panel li.input, .bid-large-setting-panel li.input {
        width: 50%;
        float: left;
        margin-bottom: 20px !important;
    }

    .bid-large-setting-panel .checkbox-setting .checkboxList .checkbox {
        width: 40%;
        float: left;
    }

    .large-setting-panel li.checkbox-setting, .bid-large-setting-panel li.checkbox-setting {
        width: 100% !important;
        float: left;
    }

.large-setting-panel textarea:focus, .large-setting-panel input[type="text"]:focus, .large-setting-panel input[type="password"]:focus, .large-setting-panel input[type="datetime"]:focus, .large-setting-panel input[type="datetime-local"]:focus, .large-setting-panel input[type="date"]:focus, .large-setting-panel input[type="month"]:focus, input[type="time"]:focus, .large-setting-panel input[type="week"]:focus, .large-setting-panel input[type="number"]:focus, .large-setting-panel input[type="email"]:focus, .large-setting-panel input[type="url"]:focus, .large-setting-panel input[type="search"]:focus, .large-setting-panel input[type="tel"]:focus, .large-setting-panel input[type="color"]:focus, .large-setting-panel .uneditable-input:focus {
    border: none !important;
}

.checkbox-setting label.checkbox {
    display: inline-block;
    margin-right: 15px;
}

.send-mail-personal-id {
    margin-left: 10px;
    width: 250px;
    margin-top: 29px;
}

.large-display-setting {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.separate-sections li.input .field-validation-error {
    position: absolute;
}

.report-enddate-validation-style {
    margin-right: 100px !important;
}

.files-grid .k-grid-content tr {
    height: 60px;
}

#VPOItemGrid .k-loading-image {
    background-image: none;
}

.checkboxicon {
    margin-left: -22px;
}

.filter-parent-word-wrap {
    width: 77%;
    word-wrap: break-word;
}

.gridcell-word-wrap td {
    word-wrap: break-word;
}

.gridcell-white-space-pre-wrap td {
    white-space: pre-wrap;
}

.filter-details-ellipsis {
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-align: right;
    float: right !important;
}

.k-upload-empty {
    border-width: 0 !important;
    background: none !important;
}

.padding100 {
    padding-right: 100px;
}

#BuildingElementFeatureGrid .k-grid-content {
    min-height: 100px !important;
}

.takeoffmeasurementgrid-settings-container {
    top: inherit;
}

.logsGrid-settings-container {
  top: inherit;
  right: 50px;
}