﻿%----------------------------------------------------------------------------
% This is the VCL file for
% Note that # and ? in the CSS code (if any) should be escaped with \# or \?
%----------------------------------------------------------------------------
/* Global Styles */

/* ------------------------------- */

 body {
    background-color: #fff;
}

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}


tbody > tr > td:first-child {
    word-wrap:break-word; white-space: nowrap;
    margin-right: 6px;
}

.position-relative {
    position: relative;
}

#list-table > tbody > tr > td, #list-table > thead > tr > th {
    word-wrap:break-word;
/*    white-space: normal;*/
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb{
    margin: 20px 0 0 0;
    font-size:11px;
    background-color: transparent;
    padding:0;
}

#page-wrapper > div:nth-child(3) {
    padding-top: 15px;
}


.page-header {
    padding-bottom: 9px;
    margin-top: 0px;
    border-bottom: 1px solid #eeeeee;
    /*margin-left: -15px;
    margin-right: -15px;*/
}
/* Navbar Menu Styles */
.navbar-default  {
    border-color:transparent;
}

.nav-tabs > li > a {
    padding: 6px 15px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 4px 8px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555555;
font-weight:bold;
background-color:transparent;
text-decoration:underline;
}
/* Sidebar Menu Styles */
.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

#page-wrapper > div:nth-child(1) > div {
    margin-top: 20px;
}

body > p {
    margin: 0;
}

.show-tick {
    display: none;
}

.sidebar-search {
    padding: 15px;
}

.input-group p {
    height: auto;
}

required {
    back
}

.fa-caret-left {
    float: right;
}

.fas.fa-caret-left:before {
     content: "\f104";
     content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.active > a > .fas.fa-caret-left:before {
    content: "\f107";
     content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 30px;
}

.nav-third-level li a {
    padding-left: 52px;
}

.nav-fourth-level li a {
    padding-left: 74px;
}

.nav-fifth-level li a {
    padding-left: 96px;
}


.simple_pane {
/*    margin: 10px;*/
}

#loadDiv{
    padding: 5px;
    float:left;
    margin-left:10%;
}

.subQuestion_pane  {
    margin-left: 5px;
    margin-right: 5px;
}

td.checkboxInputRow,
td.radioInputRow {
    width: 15px;
    height: 15px;
}

.search-input {
    width: 100%;
    margin-bottom: 5px;
}

#left-div {
    position: fixed;
}

#right-div {
    margin-left: 26%;
}

#validInfo {
    color: green;
    font-size: 100%;
}

.label-responsive {
   /*white-space: nowrap;*/
}

/*This is for the searchEntity form TODO: check, make it more clear*/
#page-wrapper > div > div > div.panel-body > div > form > div > table > tbody > tr > td > div {
    margin-bottom: 0;
}

#page-wrapper > div > div > div.panel-body > div > form > div > table > tbody > tr > td > div > button {
    height: 25px;
}

/* For DateTime Picker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

#page-wrapper > div > div > div.panel-body > form > fieldset > div > div > div > div.col-sm-10 > div {
    padding-left : 0px;
    padding-right : 0px;
}

#page-wrapper > div > div > div.panel-body > form > fieldset > div > div > div > div.col-sm-10 > div > label {
    padding-left : 15px;
}

@media (min-width: 769px) {
    /*body{  change to use position : relative
        padding-top:50px;
    }*/

    .mobile-title {
        display:none;
    }
    .header .navbar-brand {
        padding-left: 0;
    }
    .nav-right{
        float: right;
    }
#page-wrapper {
        position: inherit;
        margin: 0 0 0 180px; /* Correspond to navbar-static-side */
        padding: 75px 30px;
        /*min-height: 1300px;*/
        /*border-left: 1px solid #e7e7e7;*/
    }
  /* Sidebar navigation */
  .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 180px; /* Correspond to page-wrapper */
    }
  .sidebar {
    position: fixed;
    top: 51px; /* Correspond to Body Padding */
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    /* background-color: #f5f5f5 */
    /* border-right: 1px solid #eeeeee;*/
  }
   .nav-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .nav-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
   .nav-right .dropdown-menu > li > a {
    font-weight: normal;
    line-height: 1.42857;
    /*color: #333;*/
    white-space:nowrap;
    }

    .nav-right .dropdown-messages,
    .nav-right .dropdown-tasks,
    .nav-right .dropdown-alerts {
         width: 310px;
         min-width: 0;
    }
    .nav-right .dropdown-messages {
        margin-left: 5px;
    }

    .nav-right .dropdown-tasks {
        margin-left: -59px;
    }

    .nav-right .dropdown-alerts {
        margin-left: -123px;
    }

    .nav-rights .dropdown-user {
        right: 0;
        left: auto;
    }

    .oneLineTextRow p,
    .multiLineTextRow p,
    .fileInputRow p,
    .fileInputDivTitle b,
    .dateInputRow p,
    .inputGroupDivTitle b
    {
        float: left;
    }


    .Pendingcompleted {
        border-left: solid 2px #FF8888;
    }

    .Partialcompleted {
        border-left: solid 2px #FFC188;
    }

    .Completedcompleted {
        border-left: solid 2px #88FF88;
    }

    .toLeft {
        margin-left: 0;
    }

#quickEdit {
        float: right;
    }

    .controls_text,
    .controls {
%       margin-left: 150px;
%        margin-top: 16px;
        margin-top: 2px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 18px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }
    .controls {
        display: none;
    }

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
    }

#type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
        background-color: #FFF;
        width: 600px;
        text-overflow: ellipsis;
    }

    .controls_text, .controls {
        margin-top: 2px;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 18px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }

#pane_body_1  {
        background-color:#AAAAAA;
       font-size:90%;
    }
jquery_dialog.ui-dialog {
    font-family: Arial;
    font-size: .8em;

}
jquery_dialog.ui-dialog-title {
    font-size:50%;
}

/*==================================================================
TBD from old css to be eliminated
====================================================================*/
/*----------------------------------------------------------------*/
table.t_win1 {
    border-radius: 8px;

    background-color:#000066;
    box-shadow: 8px 8px 6px #BBBBBB;
}
table.t_win1_body {
    border-radius: 8px;
    background-color:E8E8E8;
    font-size:80%;
    width:100%;
}
p.p_win1_small {
     text-align:left;
     color:white;
     font-size:70%;
}
table.t_win1_title {
     background-color:#000066;
     color:white;
}

tr.tr_win1_row_head {
     background-color:#AAAACC;
     vertical-align:middle;
     font-weight:bold;
     font-size:90%;
}
tr.tr_win1_menu {
    background-color:#606088;
    vertical-align:middle;
    align:center;
}
tr.tr_win1_row {
     background-color:#DADAFF;
     vertical-align:middle;
}
tr.tr_win1_row1 {
     background-color:#EAEAFF;
     vertical-align:middle;
}
tr.tr_win1_row2 {
     background-color:#E0E0F7;
     vertical-align:middle;
}
tr.tr_win1_alert1 {
     background-color:#FFAAAA;
     vertical-align:middle;
     border-top:1px solid gray;
     padding-top: 5px;
}
tr.tr_win1_alert2 {
     background-color:#FFCC66;
     vertical-align:middle;
     border-top:1px solid gray;
     padding-top: 5px;
}
tr.tr_win1_alert3 {
     background-color:#FFFF66;
     vertical-align:middle;
     border-top:1px solid gray;
     padding-top: 5px;
}
tr.tr_win1_alert4 {
     background-color:#AACCFF;
     vertical-align:middle;
     border-top:1px solid gray;
     padding-top: 5px;
}

#t_win1_body {
    border:5px solid red;
}

.inputmini {
    width: 45px;
    height: 20px;
    padding: 0;
    font-size: 90%;

}
tr.tr_win1_alert1 .inputmini,
tr.tr_win1_alert2 .inputmini,
tr.tr_win1_alert3 .inputmini ,
tr.tr_win1_alert4 .inputmini {
    margin-top: 5px;
}

    \#MapObjectItemPane > div > div > div.panel-body > div.row > div > button{
        margin-left: 14px;
    }


}


@media (max-width: 860px){
#page-wrapper {
        padding: 120px 15px ;
    }
}

@media (max-width: 1230px) and (min-width: 860px){
#page-wrapper {
        padding: 100px 15px ;
    }
}


@media (max-width: 768px)
{
    .navbar-header {
        text-align: center;
    }
    .navbar-brand {
        display:none;
    }
    .mobile-title {
        display:inline-block;
        margin-top:15px;
    }
#page-wrapper {
        padding: 60px 15px ;
    }
    /* @grid-float-breakpoint -1 : */
    .navbar-fixed-top
    {
    position: relative; /*change from fixed to static*/

    }
    .navbar-collapse {
    max-height:none; /*Allow Dropdown text to expand*/

    }
    .dropdown-menu > li > a {
        white-space:normal; /*Allow Dropdown text to wrap*/
    }

#left-div{
        display: none;
    }

#right-div {
    margin-left: 10px;
    }
}

@media print {
#left-div{
        display: none;
    }

#sidemenu {
        display: none;
    }

#page-wrapper {
        margin-left: 0px;
        width : 100%;
    }

#right-div {
        margin-left: 10px;
    }

    span.cke_top {
        display: none;
    }

    span.cke_bottom, span.cke_top, #cancelButton, #validateButton, #submitButton, #backtButton, #pop, #quickEdit {
        display: none;
    }
}
/* Navigation */
#bottomNav {
        border: none;
        float: none;
        margin:unset;
}
/* Navigation */

/* nanoScroller.js is a jQuery plugin that offers a simple way of implementing Mac OS X Lion-styled scrollbars for your website. */
   .nano {}
        .nano .content {}
        .nano .pane {}
        .nano .slider {
            background: #111;
        }

/* nanoScroller */
/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */
/*
 .navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}*/
