/* Custom CSS for Runway Siting tool
-------------------------------------------------- */
/***********************************************************************************************************************
*   For all types of screens
***********************************************************************************************************************/
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic/CenturyGothic.ttf') format('truetype'),
    url('../fonts/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic/CenturyGothic.svg#helveticaneue-condensedRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold/CenturyGothic-Bold.ttf') format('truetype'),
    url('../fonts/CenturyGothic-Bold/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Bold/CenturyGothic-Bold.svg#helveticaneue-condensedRg') format('svg');
}

html{
    position: relative;
    min-height:100%;
}
body {
    font-family: 'Segoe UI', 'Helvetica Nueue', 'Lucida Grande', 'Roboto', sans-serif, 'CenturyGothic', 'CenturyGothic-Bold' ;
    background-color: #00678C;
    color: #ffffff;
}

/**
* Nav bar
*/
.navbar-default{
    background-color: #00678C;
    color: #85B6C7;
    border-color: #004059;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-brand{
    color: #85B6C7;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-brand:hover{
    color: #004059;
}
/** Contact Search  **/
.working{
    background: #ffffff url('/siting/images/loader.gif') no-repeat right center;
}
.pageHeader{
    margin:40px;
    font-size:2.5em;
}
#sitingSelection{
    font-size:1.5em;
    max-width:500px;
}
.siting-header{
    margin-top:15%;
    margin-bottom:20px;
    font-size:4em;
}

/**
* Buttons
*/
.default-btn{
    background:#ffffff;
    color:#004059;
    font-weight:600;
    border-radius: 4px;
    margin-top: 4px;
}
.panel-btn,
.panel-btn:active{
    color:#00678C;
    background: #fff;
    border-radius: 2px;
    font-size: .875em;
}
.nav>li{
    padding:3px;
}
.nav>li>a.switch-panel-btn{
    padding: 5px 10px;
    border-radius: 2px;
}
.switch-panel-btn,
.switch-view-btn {
    color:#fff;
    border-radius: 2px;
    border-color:transparent;
    background: #004059;
    font-size: .875em;
}
.active-button{
    color:#004059;
    background: #fff;
}
.panel-btn:focus,
.panel-btn:hover,
.default-btn:hover,
.default-btn:focus,
.switch-view-btn:hover,
.switch-view-btn:focus{
    color:#000;
    background: #ddd;
}
/**
 * Bootbox modal dialog
 */

.bootbox-body,
#font-properties input{
    color:#00678C;
}
.bootbox-body .borderless>tbody>tr>td,
.bootbox-body .borderless>thead>tr>th,
.bootbox-body .borderless>thead>tr>td{
    color:#00678C;
    padding :2px;
}
.modal{
    outline:none;
}
.modal .modal-dialog {
    margin:0 auto;
    padding-top: 5%;
    width : 400px;
}
.wide-dialog .modal-dialog{
    width : 1000px;
}
.modal .modal-dialog .modal-content{
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.modal-content .modal-header{
    color: darkgreen;
}
.modal-content .modal-footer{
    border-top:none;
    text-align:left;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #00678C;
}
/**
  Form elements
*/
.form-input,
.form-select {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color:#3F819B;
    border-color: transparent;
    color: #ffffff;
}
.form-input::-webkit-input-placeholder {
    color: #ddd;
}

.form-input:-moz-placeholder { /* Firefox 18- */
    color: #ddd;
}

.form-input::-moz-placeholder {  /* Firefox 19+ */
    color: #ddd;
}

.form-input:-ms-input-placeholder {
    color: #ddd;
}
input[type=checkbox].form-checkbox {
    width: 19px;
    height: 19px;
    background-color: #ffffff;
}
input[type=radio].form-radio {
    width: 18px;
    height: 18px;
    color: #ffffff;
    background-color: #ffffff;
    border-style: solid;
}
input[type='range'] {
    -webkit-appearance: none;
    border-radius: 10px;
    box-shadow: inset 0 0 5px #fff;
    background-color: #fff;
    height: 5px;
}
input[type='range']::-moz-range-track {
    -moz-appearance: none;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #fff;
    background-color: #fff;
    height: 5px;
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 20px;
    background-color: #8AC007;
    height: 20px;
    width: 20px;
}
input[type='range']::-moz-range-thumb {
    -moz-appearance: none;
    border-radius: 20px;
    background-color: #8AC007;
    height: 20px;
    width: 20px;
}
/**
    Other pages, except tool editor
*/
#lotSelectionTbl,
#createLotTbl,
#nowLaterDiv{
    margin-top:30px;
    margin-left:40px;
    max-width:70%;
}
.margin-left-div{
    margin-top:100px;
    text-align:center;
    max-width:80%;
    margin-left: 15%;
}
#lotDimensionsTbl{
    margin:40px;
    max-width:90%;
}
#lotSelectionTbl td{
    vertical-align:middle;
}
#form-lot-selection{
    margin-top:2%;
    max-width:330px;
}
#form-lot-creation{
    margin-top:2%;
    max-width:900px;
}
#uploadDiv{
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 100px 30px;
    text-align: center;
    vertical-align:middle;
    font: 20pt bold;
    color: #bbb;
    height:300px;
}
#createLotDiv{
    max-height:40%;
    max-width: 800px;
}

.sortBy{
    color: #B0E0E6;
}
.sortBy:hover,
.sortBy:focus{
    color: #cee6e6;
}


/**
    Siting Editor Styles
*/
#siting-editor{
    height: 100%;
    width: 100%;
}
/**
    Menu bar - Also added CSS for bootstrap sub-menu
*/
#top-panel{
    padding-left:20px;
    padding-right:0;
    margin-bottom:5px;
}
#menu_bar{
    display: inline-block;
}
#menu_bar .nav-tabs{
    border-bottom:0;
}
#menu_bar .dropdown-menu{
    background-color:#00678C;
}
#menu_bar .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color:#00678C;
}
#menu_bar .dropdown-menu>li>a,
#menu_bar .dropdown-menu>li>a:hover{
    padding:10px 20px;
    color:#fff;
    cursor: pointer;
}
#menu_bar .dropdown-menu>li>a:hover{
    background-color:#197698;
}
#menu_bar .nav-tabs>li>a,
#menu_bar .nav-tabs>li>a:hover{
    border: 0;
    border-radius: 0 0 0 0;
    color:#fff;
    font-size:0.9em;
}
#menu_bar .nav-tabs>li>a:hover,
#menu_bar .nav-tabs>li>a:active,
#menu_bar .nav-tabs>li>a:focus{
    background-color:#197698;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-width: 0;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.nav-pills{
    padding-top:10px;
    padding-left:20px;
}
#tool_tip{
    color:#000;
    font-size:0.7em;
    margin-left:35px;
}
/**
    Tools Panel - Left
*/
#tools_left{
    max-width:30px;
    display: table;
    height: 85%;
    padding-right: 0;
}
#tools_content{
    display: table-cell;
    /*vertical-align: middle;*/
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tool_button{
    cursor: pointer;
    height: 24px;
    width: 24px;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(48,48,48,1);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(48,48,48,1);
    box-shadow: inset 0px 0px 1px 0px rgba(48,48,48,1);
}

.tool_button:hover{
    background-color:#CCCCCC;
}

.zoom_tool_button:hover{
    background-color:#CCCCCC;
}

.tool_button_svg{
  height: 100%;
  width: 100%;
}
.tool-svg{
    fill: #7cb3c2;
}
.active-tool{
    fill: #ffffff;
}
.tool-btn-top,
.tool-btn-bottom{
    color:#7cb3c2;
    height: 24px;
    width: 24px;
    text-align: center;
    padding: 4px;
    margin-left: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(48,48,48,1);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(48,48,48,1);
    box-shadow: inset 0px 0px 1px 0px rgba(48,48,48,1);
}
.tool-btn-bottom.active{
   color: #ffffff;
}
.tool-btn-bottom:hover,
.tool-btn-bottom:active{
    color: #ffffff;
}
.tool-btn-top{
  margin-top: 10px;
  width:30px;
}
.popover{
    background-color: #0872a3;
}
.popover-title{
    font-weight:bold;
    background-color: #00678C;
    border-bottom: 1px solid #0d648f;
}
.popover-content .table>tbody>tr>td,
.popover-content .table>tfoot>tr>td{
    background-color: #00678C;
    border:1px solid #0d648f;
    vertical-align: middle;
}
.popover.right>.arrow:after{
    border-right-color: #0d648f;
}
.colpick{
    background:#0872a3;
    border: 1px solid #0d648f;
    height:180px;
}
.colpick_submit{
    padding-bottom:5px;
}
.colpick_hue_rarr{
    border-right-color: #0d648f;
}
.colpick_hue_larr{
    border-left-color: #0d648f;
}
#fill_color,#stroke_color{
    cursor:pointer;
    background-color: #ffffff;
}
.btn-style-tool{
    width:100%;
    height:34px;
    border:none;
}
.color_picker{
    width:1px;
    height:1px;
    background-color:#00678C;
}
#import_tool > input[type="file"],
#upload_image{
    position: absolute;
    top: 0;
    left: -99999px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#svgcanvas{
    height: 100%;
    width: 100%;
    background-size: 100%;
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(170,170,170,1);
    -moz-box-shadow: inset 0px 0px 8px 2px rgba(170,170,170,1);
    box-shadow: inset 0px 0px 8px 2px rgba(170,170,170,1);
}
.showGridLines {
    background: url('/siting/images/default_bckg.png') no-repeat center;
    background-size: cover;
}
.hideGridLines {
    background: white;
}
/**canvas-area for pages with same visual aspects as above svg canvas,
just that this is a div and not a canvas*/
.canvas-area{
    height: 85%;
    /*margin-left:50px;*/
    background:	#005D7E;
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(1,53,75,1);
    -moz-box-shadow: inset 0px 0px 8px 2px rgba(1,53,75,1);
    box-shadow: inset 0px 0px 8px 2px rgba(1,53,75,1);
    overflow-y:auto;
}
.canvas-area::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #00678C;
    border-radius: 10px;
}

.canvas-area::-webkit-scrollbar
{
    width: 10px;
    background-color: #00678C;
}

.canvas-area::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #0d648f;
}
#canvas-content{
    position: relative;
    top:35%;
    margin-left: 35%;
    margin-top:-3em;
}
#canvas-content input {
    filter: alpha(opacity=0);
    opacity: 0;
}
#panel-right{
    height: 85%;
    overflow-y:auto;
    background-color: #005679;
    padding:0;
    max-width: 500px;
}
/** Style the scrollbar for panel */
#panel-right::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #00678C;
    border-radius: 10px;
}
#panel-right::-webkit-scrollbar
{
    width: 10px;
    background-color: #00678C;
}
#panel-right::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: inherit;
}
#panel-right .panel{
    border:0;
    margin-bottom:1px;
    background-color: #005679;
}
.panel-heading{
    background-color:#004059;
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ACC0C9;
}
.active-background{
    color:#fff;
    background-color:#00678C;
}
#panel-right .panel .panel-body,
#panel-right .panel .panel-footer{
    background:	#005D7E;
    border:0;
}
.lib-obj-icons-grid {
    background-color:#fffaf0;
    color:#000;
    overflow: scroll;
    max-height: 384px;
}
.lib-obj-icons-grid-empty {
    background-color:#fffaf0;
    color:#000;
    overflow: scroll;
    height: 90px;
}
.lib-obj-icon{
    cursor: pointer;
}
.lib-obj-icon figure{
    padding: 7px;
}
.lib-obj-icon figure.active{
    background-color: #8fbc8f;
}
.lib-obj-icon figure:hover{
    background-color: #6495ED;
}

.lib-obj-icon-row {
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
}
.lib-obj-icon-row div {
    border-bottom: 1px solid lightgrey;
}
.lib-obj-icon-row div span:first-child {
    float: left;
}
.lib-obj-icon-row div span:last-child {
    float: left;
    font-size: 14px;
    margin-top: 12px;
    margin-left: 20px;
}
.lib-obj-icon-row figure {
    padding: 7px;
}
.lib-obj-icon-row div.active {
    background-color: #8fbc8f;
}
.lib-obj-icon-row div:hover {
    background-color: #6495ED;
}

ul.context-menu-list.context-menu-root {
    /* Avoid automatically clicking context menu item from mouse up event by offsetting context menu by 1px */
    margin: 1px;
}
.context-menu-item {
    background-color: #ffffff;
    color:#00678C;
    padding:4px;
}
.vakata-context li>a{
    background-color: #ffffff;
    color:#00678C;
    font-size: smaller;
}
.context-menu-item.hover,
.vakata-context li>a:hover{
    background-color: #00678C;
    color:#fff;
}
/** Initially all panel bodies are hidden */
#process-panel .panel-body,
#process-panel .panel-footer{
    display:none;
}
#add-easement-row{
    color:#fff;
    text-align:right;
}
input.search-query {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

/** Bottom Panel */
.panel-bottom{
    display: inline-block;
    margin-top: 10px;
    margin-left: 25px;
    padding-right: 0;
}
#zoom_tool,
#font-properties,
#selected-object{
    float:left;
    padding-left:5px;
}
/**Font Styling **/
#font-properties input,
#font-properties select{
    border-radius: 3px;
    vertical-align: middle;
}
/** space classes */
.buffer_left_right{
    padding-left:10px;
    padding-right:10px;
}
/** Customize bootstrap */
.dimen-rows{
    border:0;
}
.lot-side-label{
    white-space: nowrap;
}
.lot-side-length[readonly]{
    background-color:#0d648f;
}
.borderless>tbody>tr>td,
.borderless>tbody>tr>th{
    border: none;
    padding:3px;
    vertical-align:middle;
}
.borderless>thead>tr>th {
    border-bottom: 1px solid #579BB3;
    font-weight: normal;
}

table.bordered {
    border: 1px solid black;
    border-collapse: collapse;
    color: black;
}
.bordered>thead>tr>td,
.bordered>tbody>tr>td,
.bordered>tbody>tr>th {
    border: 1px solid black;
    padding: 5px;
}


.bottom-bordered>tbody>tr {
    border-bottom: 1px solid #579BB3;
}

#overlay-close {
    margin-top: -15px;
    margin-right: -15px;
    cursor: pointer;
    color: #ACC0C9;
}

#kbsTbls>.table>tbody>tr>td,
#kbsTbls>.table>thead>tr>th{
    color:#000000;

}
.verticalLine {
    border-right: thin solid #ffffff;
}
/**
* Elements that acts as a link
*/
.editable-area{
    background-color: #4D95AE;
    height:25px;
    border: none;
    overflow-x: auto;
}
/** Right panel list Group items **/
.collapsibleList li{
  padding: 3px;
  border-radius: 3px;
}
li.itemActive{
    list-style-image:url('/siting/images/item_active.png');
    cursor:pointer;
}
li.itemInactive{
    list-style-image:url('/siting/images/item_inactive.png');
    cursor:pointer;
}
li.active{
    background-color: #8fbc8f;
}
li.collapsibleListOpen{
    list-style-image:url('/siting/images/expand.png');
}

li.collapsibleListClosed{
    list-style-image:url('/siting/images/collapse.png');
}


/** jstree **/
.jstree-default .jstree-hovered {
    background: #8fbc8f;
}
.jstree-default .jstree-clicked{
    background-color: #8fbc8f;
}
.fp-process-step{
    background-color: #005D7E;
    border:none;
    padding: 5px 0;
    border-radius: 6px;
    list-style-image:url('/siting/images/tick_inactive.png');
}
.fp-process-step.active{
    list-style-image:url('/siting/images/tick_active.png');
    background-color: inherit;
}
.showPointer,
.panel-heading{
    cursor: pointer;
}
.showPointer:hover,
.panel-heading:hover,
li.itemActive:hover,
li.itemInactive:hover{
    color: #6495ED;
}
#estatesBox{
    height: 300px;
    overflow-y: scroll;
}
#workingTitle {
    margin-top: 10px;
}
#modeHeading{
 padding-left: 15px;
 font-size: 1.5em;
}

/**
 *  Siting status colored labels
 **/
.label-select-lot{
    background-color: #fe6037;
}
.label-create-lot{
    background-color: #fe6037;
}
.label-edit-lot{
    background-color: #df00ff;
}
.label-select-home{
    background-color: #5218fa;
}
.label-extra-items{
    background-color: #ffcc00;
}
.label-assign-contact{
    background-color: #93a543;
}
.label-completed{
    background-color:#5cb85c;
}
@media (max-width: 1600px){
    .lot-dimension{
        padding : 3px 3px;
    }
}

#simpleContact {
    margin-top: 20px;
}

/***********************************************************************************************************************
*   For tablets and medium screen computers
***********************************************************************************************************************/
@media (max-width: 1200px) {
    #lotSelectionTbl,
    #createLotTbl,
    #nowLaterDiv {
        max-width:100%;
    }

    #svgcanvas {
        background-size: auto;
    }

    table {
        font-size: small;
    }

    .form-control {
        padding: inherit;
        height: 25px;
        border-radius: 3px;
        font-size: smaller;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 5px 5px;
        font-size: x-small;
        line-height: inherit;
        border-radius: 3px;
    }

    .form-control-saved-sitings {
        height: 34px;
    }

    .offset-right-20 {
        margin-right: -15px;
    }

}

.body, html{
    padding-bottom: 25px;
}


.layout-wrapper {
      display: table;
      height: 100%;
      width: 100%;

}
.layout-header {
    display: table-row;
    /*overflow: hidden;*/

}
.layout-content {
    display: table-row;  /* height is dynamic, and will expand... */
    height: 100%;        /* ...as content is added (won't scroll) */
    /*overflow: hidden;*/

}
.layout-footer {
    display: table-row;
    /*overflow: hidden;*/
}

.layout-left {
    overflow: auto;
    width:100%;
    overflow: visible;


}
.layout-right {
    float: right;
    /*width: 358px;*/
    /*overflow: auto;*/
}


.col-fixed-right-panel {
    width: 375px;
}

.col-fixed-right-panel-header {
    /*width: 375px;*/
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.lot_selection_OR{
    font-size: 4em;
}

#svgcanvas{
    height:100%; !important;
    width:100%; !important;
}

#panel-right {
    height:100%; !important;
    display: table-row;
    padding-left: 3px;
}

.nav-pills {
    padding-left: 0px;
}

.margin-left-div{
    /*margin-left:15%;*/
    float: none;
    margin: 0 auto;
}

.fill-content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.fill-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x:auto;
    overflow-y:auto;
}

/*
.openSiting{
    white-space: nowrap;
}
*/

.no-wrap {
    white-space: nowrap;
}

.hide {
    display: none;
}

/*prevent HTML 5 stepper from showing*/

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.ca-floor-plan-active{
    color : #40FF00;
}

.ca-floor-plan-inactive{
    color : #FFAE17;
}


/**************************************************************************************************
*  Extra small devices Phones (<768px)
**************************************************************************************************/
@media (max-width: 767px){

    #modeHeading{
        padding-left: 6px;
        font-size: 0.63em;
    }

    .lot_selection_OR{

    }

    .layout-right {
        width: 333px;
    }
}

/**************************************************************************************************
*  Small devices Tablets (≥768px) iPad Portrait
**************************************************************************************************/
@media (min-width: 768px) {

    /* body {
         font-size: 12px;
     }*/


    #lotSelectionTbl,
    #createLotTbl,
    #nowLaterDiv{
        max-width:90%;
    }

    #modeHeading{
        padding-left: 8px;
        font-size: 1.1em;
    }

    .col-fixed-right-panel {
        /* width: 208px;*/
        width: 267px;

    }

    .col-fixed-right-panel-header {
        /*width: 322px;*/
        width: 258px;

    }

    .layout-right {
        /*width: 333px;*/
        width: 311px;
    }

    /* .nav-pills {
         padding-top: 1px;
         padding-left: 2px;
     }*/

    .lot_selection_OR{
        font-size:1.5em;
    }

    #svgcanvas {
        background-size: cover;
    }


   /* .margin-left-div{
        margin-top:50px;
        text-align:center;
        max-width:100%;
        margin-left: 1px;
    }*/
}

/**************************************************************************************************
*  Medium devices Desktops (≥992px) iPad Landscape
**************************************************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {

    body {
        font-size: 13px;
    }

    #modeHeading {
        padding-left: 1px;
        font-size: 1.125em;
    }

    .col-fixed-right-panel {
        width: 290px;

    }

    .col-fixed-right-panel-header {
        /* width: 336px;*/
        width: 336px;
        padding-right: 1px;

    }

    .layout-right {
        width: 318px;
    }

    .lot_selection_OR{
        font-size:3em;
    }
}

/**************************************************************************************************
*  Large devices Desktops (≥1200px)
**************************************************************************************************/
@media (min-width: 1200px){

    body {
        /*font-size: 13px;*/
    }

    .layout-right {
        width: 435px;
    }


    #modeHeading {
        padding-left: 15px;
        font-size: 1.5em;
    }

    .col-fixed-right-panel {
        /*width: 290px;*/
    }

    .col-fixed-right-panel-header {
        /*width: 336px;*/
        padding-right: 1px;

    }

    .lot_selection_OR{
        font-size:4em;
    }

    .container{
        width:80%;
    }

    .lot-dimension{
        padding : 3px 3px;
    }

    .active-s {
        color: #1b1b1b;
        background-color: #288f4a;
        border-color: #204d74;
    }

    .btn-primary-s {
        color: #1b1b1b;
        background-color: #288f4a;
        border-color: #2e6da4;
    }

    .btn-default-s {
        color: #1b1b1b;
        background-color: #288f4a;
        border-color: #ccc;
    }

    .btn-primary-s.active {
        color: #1b1b1b;
        background-color: #288f4a;
        border-color: #204d74;
    }

    .btn-default-s.active {
        color: #1b1b1b;
        background-color: #7F8FB1;
        border-color: #adadad;
    }
}

td a {
    color: white
}

td a:hover,
td a:visited
td a:focus {
    color: #C9DAE1;
    text-decoration: none;
}

ul.flat-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.btns-dialog {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-dialog {
    background-color: #4C94AE;
    border-radius: 4px;
}

.user-tag-unit {
    white-space:nowrap;
}

