body,table
{
    font-size: 18px;
}

body,html
{
	height:auto;
}
ul.menu>li:hover>ul {
    display: block;
}

ul.menu>li:hover {
    border: 1px solid #000;
}

ul.menu li.selected {
    font-weight: 700;
}

ul.menu>li.selected>ul {
    font-weight: 400;
}

ul.breadcrumb li {
    display: inline-block;
    cursor: pointer;
}

ul.breadcrumb li:not(.first):not(.mobile-menu-toggle)::before {
    content:"\e080";
     margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}
.breadcrum-case {
    margin-left: -15px;
   margin-right: -15px;
}

.pagetype-customform {
    border: 1px solid #ccc;
}

.pagetype-customform .products tr>td.builds>table {
    width: 90%;
}

.pagetype-customform .builds tr.build-status-voided {
    background: red;
    color: #333;
    font-style: italic;
    background: repeating-linear-gradient(
    -45deg,
    rgba(252,126,126,0.2),
    rgba(252,126,126,0.2) 10px,
    rgba(249,187,187,0.2) 10px,
    rgba(249,187,187,0.2) 20px
  );
    opacity:0.3;
    transition: all ease 1s;
    border-left:solid 8px rgba(255,0,0,0.5);

}


img#logo {
    width: 7vw;
}
img#logo_module {
    width: 7vw;
    position: absolute;
    right: 10px;
    top: 10px;
    min-width: 150px;
}



div#header {
    background:#fff;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    color:#333;
}

#header h1 {
    font-size: 22px!important;
    padding: 19px 15px;
    line-height: 1.4vmax;
    display: inline-block;

}

body {
    padding: 0;
    margin: 0;
    /*background: #336699; //this is now being set in style.php for bg color branding */
    height: auto;
    font-family: 'Lato',sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-size: 18px;
}

html {
    height: 100%;
}

.breadcrumbdiv .breadcrumb {
    margin: 0;
    background: #fff;
    padding: 1vmax;
    color: #333;
}
img#logo {
    width: 18vmax!important;
    /*vertical-align: middle;
    display: inline-block;*/
}
.moduletab {
    font-size:16px;
    line-height: 1.25;
    text-align: center;
    /*white-space: nowrap;*/
    color: #f5f5f5;
    border-color:#a8996e!important;  
    border: 1px solid transparent;
	border-bottom: 0;
    border-radius: .75rem .75rem 0 0;
	margin: 0px;
    padding: 10px 8px;
	cursor: pointer;
}
.moduletabinactive {
	background: #b5b58e;
}
.moduletabinactive:hover
{
	background:#848458;
	transition:all 0.5s ease;
}
ul.menu>li {
    display: inline-block;
    padding: 1.5vmax;
    margin: -.4vmax;
}
ul.menu {
    float: right;
    right: 0;
    text-align: right;
    color: #063D5F;
}
.headerbottom {
	position: absolute;
	/*top: 80px!important;*/
}
ul.headerbottom {
	padding: 0px;
	margin: 0px;
	line-height: .5!important;
}

ul.menu li>ul:nth-child(2) a {
    color: #333;
}

ul.menu li>ul:nth-child(2) li {
    padding: .5vmax;
    text-align: left;
    white-space: nowrap;
}

ul.menu li>ul:nth-child(2) li:hover {
    background: #f5f5f5;
}

ul.menu li>ul:nth-child(2) li a:hover {
    color: #063D5F;
    text-decoration: none;
}

ul.menu>li:hover {
    color: #333;
    border: none;
}

ul.menu>li>ul {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    transform: translate(-10%,0%);
    list-style: none;
    color: #063D5F;
    z-index: 9508;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.175);
    border: 1px solid #ddd;
    padding: .5vmax 1vmax;
    transform: translate(-54%);
    margin-top: 1.1vmax;
}
ul.menu>li:hover>ul:before {
content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
    top: -25px;
    right:1vmax;
    border-bottom: 16px solid #fff;

    }



.menu li a[href^="users.php"]:before {
   content:"\e008";
   margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}
.menu li a[href='role.php']:before {
   content:"\e184";
   margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}
.menu li a[href='emailtemplate.php']:before {
   content:"\2709";
}
.menu li a[href='logout.php']:before {
   content:"\e163";
   margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}
.menu li a[href='passwordchange.php']:before
,.menu li a[href='changepassword.php']:before
,.menu li a[href='userprofile.php']:before
{
   content:"\e008";
   margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}
.menu li a[href="/index.php"]:before
{
    content:"\e141";
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';

}



.menu li a:before {
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}


input[name='submit'],input[name='cancel']
{
    margin-right:1vmax!important;

}

a:focus,a:hover {
    color: #23527c;
    text-decoration: none;
}


img#logo {
    width: 10vmax;
    vertical-align: middle;
    display: inline-block;
}
ul.breadcrumb {
    margin-bottom: 0 !important;
    /*background-color: #a8996e; //this is now being set in style.php for secondary color branding */  
    padding: 8px 15px;
    list-style: none;
    border-radius: 0px;

    color: whitesmoke;
    -webkit-padding-start: 40px;
    -webkit-margin-before: 0;
    margin-bottom:2vmax;



}
.breadcrum-case {
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    border-bottom: 0;
    background:#fcfcfc;
}
.breadcrumb li a {
    text-decoration: none;
    color: whitesmoke!important;
    font-weight: bold;
}
.breadcrumb li a:hover {
    			color: #fcfcfc!important;
    		}
li.mobile-menu-toggle:before
{
    content:'';
}


.pageheading {
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin: 2vmax auto;
    background: #063D5F;
    padding: 0.5vmax;
    margin-bottom: 0!important;
    color: white;
    border-top-left-radius: 0.25vmax;
    border-top-right-radius: 0.25vmax;
        border-bottom: 1px solid whitesmoke;
}
.pageheading h2
{
	float:left;
	font-size:1.2vmax;
	margin-top:0;
	margin-bottom:10px;
}



input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px;
    margin-right:1vmax ;
    margin-left:0.50vmax ;
}


div[class^='alert']
{
    width:100%!important;
    padding:1vmax;
}
.alert-ok
{
        background-color: #d9edf7;
}

.alert-error,.alert-developer
{
       background-color: #f2dede;
}
.alert-notice
{
       background-color: #fcf8e3;
}
.sticktobottom.unprintable {
    background: #333;
    position: relative;
    width: 100%;
    background:#fff;
    padding:1vw;
}
#pagecontent {
    min-height: 78vh;
}

img#logo {
    width: 10vmax;
    vertical-align: middle;
    display: inline-block;
    min-width: 200px;
}
.breadcrumb li a:hover {
    			color: #000;
    		}

.breadcrumb li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}


h4.head2 {
    font-size: 18px;
    background: #333;
    margin-bottom: 0;
    margin-top: 0;
    padding: 1vmax;
    color: #fff;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
     border: none;
     background-color: transparent;
    background:transparent;
}



.pageheading div[class^='alert'] {
   color:#333
}

#modal form table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 1px;
    border-collapse: collapse;
    background: #fff;
    background: -moz-linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: -webkit-linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fcfcfc',GradientType=1);

    min-width: 40%;
    vertical-align: top;
    margin: 1.5vmax auto;
    padding: .75vmax;
    list-style: none;
    font-size: .75vmax;
    margin-top: 0;
    font-size: 14px;
}


#modal form table>tbody>tr>td
,#modal form table>tbody>tr>th
,#modal form table>tfoot>tr>td
,#modal form table>tfoot>tr>th
,#modal form table>thead>tr>td
,#modal form table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.03);
}


li.mobile-menu-toggle:before
{
    content:'';
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
     content: "";
}
.mobile-menu-case {
    background: #fff;
    color: white!important;
    padding: 1vmax;
    position: absolute;
    right: 0;
    z-index: 9809;
    min-width: 30%;
    height: 100%;
    box-shadow: -10px 0px 10px 1px rgba(0,0,0,0.2);
}
ul.mobile-menu {
    list-style: none;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
ul.mobile-menu li>ul
{
    display:none;
}
ul.mobile-menu li>ul li
{
    padding:1vmax;
    border-bottom:1px solid rgba(0,0,0,0.1);

}
ul.mobile-menu>li>a
{
    padding:1.2vmax;
    background:transparent;;
}
ul.mobile-menu>li {
    padding: 1vmax;
    padding-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
li.mobile-menu-toggle:before
{
    content:'';
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
     content: "";
}
.mobile-menu-case {
    background: #fff;
    color: white!important;
    padding: 1vmax;
    position: absolute;
    right: 0;
    z-index: 9809;
    min-width: 30%;
    height: 100%;
    box-shadow: -10px 0px 10px 1px rgba(0,0,0,0.2);
}
ul.mobile-menu {
    list-style: none;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
ul.mobile-menu li>ul
{
    display:none;
}
ul.mobile-menu li>ul li
{
    padding:1vmax;
    border-bottom:1px solid rgba(0,0,0,0.1);

}
ul.mobile-menu>li>a
{
    padding:1.2vmax;
    background:transparent;;
}
ul.mobile-menu>li {
    padding: 1vmax;
    padding-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}


#pagecontent div#dashboard div.dashboard-overview a:not(.btn-link):hover {
    /*background: #336699!important; //this is now being set in style.php for darker primary branding color for hover */
    transition: all 0.5s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
     padding: 0.0em 0em;
    margin-left: 1px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: top;
}
.panelcontent
{

	margin:auto;
	display: block!important;
}
.panel
{
	    /*margin: 0.5vmax!important;*/
        vertical-align:top;
}
.panel-full
{
	width:100%;
	display:inline-block;
	margin:auto
}
.panel-half
{
	width:49%;
	display:inline-block
}
.panel-third
{
	width: 33%;
	display:inline-block
}
.panel-quarter
{
	width:25%;
	display:inline-block
}
.inputgroup
{
	width:100%;
}

.panelcontent table
{
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
div.instr {
    font-style: italic;
    padding: 0.5vmax;
    background: #1C7593;
    color: white;
}
div.instr a {
    color: white;
    text-decoration:underline;
}
div.instr a:hover {
    color: blue;
}
.head
{
	color:white;
	font-size:18px;
	padding:1%;
	clear:none;
	margin:0!important;
	/*background: #00467f; //this is now being set in style.php for bg color branding */
}
.inputgroup label,.inputgroup input
{
	display:inline-block;

}
.inputgroup label
{
	margin-left:5px;

}
.panelmenucontent
{
	display:none;
}
.panel-menu:before{
	content:"\e236";
	margin-right: 5px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
	right: 0;
	top: -1vmax;
	cursor: pointer;
	display:block;
}

tr td .panel-menu:before{
	content:"\e236";
	margin-right: 5px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
	right: 0;
	top: -0.5vmax;
	cursor: pointer;
	display:block;
	color:#999;
}

.panel-menu
{
	display:block!important;;
	position:relative;
}

ul.panelmenucontent {
    display: none;
    position: absolute;
    background: #07556F;
    right: 0;
    margin-top:16px;
    list-style: none;
    z-index:9501;
    border:1px solid rgba(0,0,0,0.3);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
}
ul.panelmenucontent li
{
	padding:0.50vmax 1vmax;;
	font-size:14px;
	color:white;
    cursor:pointer;
}
ul.panelmenucontent li:hover {
    box-shadow: inset 1px -1px 2px rgba(0,0,0,0.2);
    border-left: 2px solid white;
    transition: border .05s ease;
}
ul.panelmenucontent:before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
    top: -25px;
    right: 0px;
    border-bottom: 16px solid #07556F;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panelcontent .table-striped tr:nth-child(odd)
{
	background:whitesmoke;
}
.tabbed-panel-container
{
	width:100%;
}
ul.tabbed-panel-tabgroup
{


}
.tabbed-panel-panelgroup
{
	border-top:1px solid rgba(0,0,0,0.1);
}
ul.tabbed-panel-tabgroup>li {
    display: inline-block;
    font-size: 14px;
    padding:0.50vmax;

}

ul.tabbed-panel-tabgroup,ul.tabbed-panel-panelgroup {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 00px;
}

ul.tabbed-panel-tabgroup
{ margin-bottom:0px;}
ul.tabbed-panel-tabgroup>li.tab-heading.tabactive
{
	border:1px solid rgba(0,0,0,0.1);
	border-bottom:none;
	color:#07556F;
	font-weight:bold;
	border-top:3px solid #1C7593;
	margin-bottom:-0.50vmax;
	margin-top:-3px;
}
ul.tabbed-panel-tabgroup>li:hover
{
	border-top:3px solid #07556F;
	margin-top:-3px;
	transition:border 0.25s ease;
}
ul.tabbed-panel-panelgroup>li {
   padding: 20px;
   display: block;
}
.tab-panel
{
	display:none;
}
.panelactive
{
	display:block;


}

.tab-heading
{
	cursor:pointer;
}

.nextsteps-right
{
    width:50%;
    float:right;
    position: relative;
}
.nextsteps-left
{
    width:49%;
    float:left;
    position: relative;
}

table.table-bordered tr td
{
    padding:0.25vmax!important;;
}

.tabbed-tabs ul li.tabbed-content-tab
{
    display: inline-block;
    padding: 12px 18px;
    background:whitesmoke;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    cursor:pointer;
    opacity: 0.5;
}
#pagecontent .tabbed-tabs ul li.tabbed-content-tab a:hover
{
    color: #337ab7!important;
    background: transparent!important;
    border-color: transparent!important;
}
.tabbed-tabs ul li.tabbed-content-tab.tab-active
{
background:white;
opacity: 1;
}
#pagecontent .tabbed-tabs ul li.tabbed-content-tab:not(.tab-active):hover
{
    background:#999;

}#pagecontent .tabbed-tabs ul li.tabbed-content-tab:not(.tab-active):hover a
{
    color:white!important;
}
h4.head2.tabbed-tabs {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    padding: 0;
    background: none;

}
.tabbed-tabs ul
{
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin:0!important;
    padding:0!important;
}

.nextstep-alert.inliner {
    position: relative;
    top: 0;
    left: 0;
    background: #34a853;
    padding: 1vmax;
}

.nextsteps-right .nextstep-alert.inliner {
    right: 0;
    width: 50%;
    text-align: right;
    float: right;
    /* height: 150px; */
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
    /* line-height: 110px; */
    color: white;
    cursor:pointer;
}

.graph-legend .graphnamerow td:nth-child(2),.graph-legend .graphstatusrow td:nth-child(2) {
    text-align: right;
}
div.actionzone {
    border:10px solid #34a853;

    z-index:9901;
    background: white;
}

div.actionzone h4.head2
{
    background:#34a853;
}
div.actionzone>table {
    width: 70%;
    margin: auto;
}
div.actionzone>table th:not(.sorting)
{
    max-width:2vmax;
}
div.actionzone>table:first-of-type tr>td
{
    text-align:left
}
div.actionzone .preferred-action
{

    font-size: 24px;
    background: #00673c!important;
    width: 100%;
}
div.actionzone .preferred-action:before
{
    content:"";
}
div.actionzone .preferred-action:after
{
    content:"\e080";
    margin-left: 5px;
	font-family: 'Glyphicons Halflings';
}

#pagecontent .note_container
{
        background:white;
}
.notes_table {
	margin: 5px 0;
    width: 100%;
}
.notes_table td, .notes_table th {
	padding: 5px;
}


.actionzone>table tr>th {
    background: transparent;
    color: #333;
}


.actionzone table#reviewerslist
th {
    background:#333;
    color:white
}

.actionzone table#reviewerslist
{
    border:1px solid rgba(0,0,0,0.6);
        width: 100%;
}


table.addendum_table {
    width: 100%;
}

li.addpeerreviewbuttoncase {
    position: absolute;
    right: 4px;
    margin-top: -4px;
}
li.addpeerreviewbuttoncase:before
{content:"";}


.headerbuttons {
    display: inline-block;
    float: right;
    overflow: hidden;
    position: absolute;
    top: 0.5vmax;
    right: 1vmax;
}



ul.headerbuttons a
{
    margin-right:0.50vmax;
}

font.uploadererrormessage
{
    color:OrangeRed;
    font-weight:bold;
}
ul.menu li
{
    cursor:pointer;
}

.help-tooltip:before {
    content: "\e086";
    margin-left: 5px;
    font-family: 'Glyphicons Halflings';
}

.help-tooltip .innercontent
{
    display:none;
}
.help-tooltip .innercontent.tooltip-open
{

    position: relative;
    padding: 1em;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
    color: #333;
    transform: translate(-50%,-100%);
    display:block;
    width:auto;
    min-width:20vw;
    left:0px;
    bottom:30px;
}

.help-tooltip .innercontent.tooltip-open:after
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -1.8em;
    left: 50%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
    z-index: 9800;
}

.help-tooltip-triangle {
  position: relative;
  margin: 3em;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.help-tooltip-triangle::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 50%;
    box-sizing: border-box;

    border: 1em solid black;
    border-color: transparent transparent #fff #fff;

    transform-origin: 0 0;
    transform: rotate(-45deg);

    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  }



.help-tooltip {
    color: #336699;
    cursor: pointer;
    display: inline-block;
    position: absolute;
}

table.miniedit tr td,table.miniedit tr th
{
    color:#333!important;
}

.padding-bottom-none
{
	padding-bottom: 0px;
}


.ui-datepicker table {
    width: 100%;
    font-size: 12px!important;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-widget {
    font-family: 'Lato',sans-serif!important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

a.ui-datepicker-next.ui-corner-all,a.ui-datepicker-prev.ui-corner-all {
    background: #fff;
    text-align:center;
    vertical-align:middle;
    padding-top:2px;

}
a.ui-datepicker-next.ui-corner-all:after {

    color: #336699;
    content:"\e080";
	font-family: 'Glyphicons Halflings';
}

a.ui-datepicker-prev.ui-corner-all:before {

    color: #336699;
   content:"\e079";
	font-family: 'Glyphicons Halflings';
}

.ui-datepicker-calendar table tr th {
    color: white;
    /*background: #336699!important; //this is now being set in style.php for bg color branding */
}


.ui-icon-circle-triangle-e:after {

    background-image:none;
}

.checkinline
{
        /*display: inline-block!important;*/
        /*width: 20px;*/
}

div#header
{
    padding-top:0px;

}
div#header #logo
{
    margin-top:15px;
    margin-bottom:10px;
}
@supports (-ms-ime-align:auto) {
    .headerbuttons {
        display: inline-block;
        float: right;
        overflow: hidden;
        position: absolute;
        top: 0.5vw;
        right: 1vw;
    }
    #modal {
        margin-bottom:3vw;
    }
    div.modalbody
    {
             padding: 1vw;
    }
    h2.modaltitle
    {
             padding: 1vw;
    }
    div#modal h2
    {
        margin-bottom: 0.25vw;
    }

    div#modal .modalclose
    {
        top:0.5vw;
        right:1vw;
    }
    div#modal .modalclose:before {
        font-size:2vw;
    }
    #header h1 {
        line-height: 1.4vw;
    }
    .breadcrumbdiv .breadcrumb {
        padding: 1vw;
    }
    img#logo {
        width: 10vw;
    }
    ul.menu>li {
        padding: 1.5vw;
        margin: -.5vw;
    }

    ul.menu>li>ul {
        padding: .5vw 1vw;
    }
    ul.menu li>ul:nth-child(2) li {
        padding: .5vw;
    }
    ul.menu>li>ul {
        padding: .5vw 1vw;
        margin-top: 1.5vw;
    }
    ul.menu>li:hover>ul:before {
        right:1vw;
    }
    ul.breadcrumb {
       margin-bottom:2vw;
    }
    .pageheading {
        margin: 2vw auto;
        padding: 0.5vw;
        border-top-left-radius: 0.25vw;
        border-top-right-radius: 0.25vw;
    }
    .pageheading h2
    {
        font-size:1.2vw;
    }
    input[type=checkbox], input[type=radio] {
        margin-right:1vw ;
        margin-left:0.50vw ;
    }
    div[class^='alert']
    {
        padding:1vw;
    }
    img#logo {
        width: 18vw;
    }

    h4.head2 {
       padding: 1vw;
    }


    #modal a:not(.btn-link) {
        font-size: .75vw;
        margin:0.25vw;
    }
    #modal form table {
        margin: 1.5vw auto;
        padding: .75vw;
        font-size: .75vw;
    }
    .mobile-menu-case {
        padding: 1vw;
    }
    ul.mobile-menu li>ul li
    {
        padding:1vw;
    }
    ul.mobile-menu>li>a
    {
        padding:1.2vw;
    }
    ul.mobile-menu>li {
        padding: 1vw;
    }

}
/* Styles for IE Only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .headerbuttons {
        top: 5px;
        right: 15px;
    }
    #modal {
		margin-bottom:3px;
    }
    div.modalbody {
		padding: 5px;
    }
    h2.modaltitle {
       padding: 5px;
    }
    div#modal h2 {
        margin-bottom: 5px;
    }
    div#modal .modalclose {
        top:5px;
        right:5px;
        font-size:14px;
    }
    div#modal .modalclose:before {
        font-size:24px;
    }
    #header h1 {
        line-height: 5px;
    }
    .breadcrumbdiv .breadcrumb {
        padding: 5px;
    }
    ul.menu>li {
        padding: 15px;
        margin: -5px;
    }
    ul.menu>li>ul {
        padding: 5px 1px;
    }
    ul.menu li>ul:nth-child(2) li {
        padding: 5px;
    }
    ul.menu>li>ul {
        padding: 5px 1px;
        margin-top: 5px;
        transform: translate(-15%)
    }
    ul.menu>li:hover>ul:before {
        right:0px;
    }
    img#logo {
        width: 18%;
    }
    ul.breadcrumb {
       margin-bottom:10px;
    }
    .pageheading {
        margin: 10px auto;
        padding: 2.5px;
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
    }
    .pageheading h2 {
        font-size:14px;
    }
    input[type=checkbox], input[type=radio] {
        margin-right:10px ;
        margin-left:5px ;
    }
    div[class^='alert'] {
        padding:5px;
    }

    h4.head2 {
       padding: 5px;
    }
    #modal a:not(.btn-link) {
        font-size: 14px;
        margin:1px;
    }
    #modal form table {
        margin: 5px auto;
        padding: 2.5px;
        font-size: 14px;
    }
    .mobile-menu-case {
        padding: 5px;
    }
    ul.mobile-menu li>ul li {
        padding:5px;
    }
    ul.mobile-menu>li>a {
        padding:2.5px;
    }
    ul.mobile-menu>li {
        padding: 5px;
    }
	#dashboard>div.dashboard-overview
	{
		padding:10px;
	}
}

.page-break	{ display: none; }

#hideAll
 {
   position: fixed;
   left: 0px;
   right: 0px;
   top: 0px;
   bottom: 0px;
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */

 }

@media (max-width: 1000px) {

    ul.menu {
      float: right;
      right: 0;
      text-align: right;
      color: #063D5F;
      margin-top: 45px;
      display:none;
    }

    li.mobile-menu-toggle {
        float: right;
        display:block;
    }

    body
    {
        overflow:auto;
    }
    .pageshadow {
        padding-bottom: 2%;
        color: #333;
        width: 98%;
        margin: auto;
    }

    #pagecontent #report-table tr:nth-child(1) input,#pagecontent form #report-table tr:nth-child(1) select {
        padding: 2px;
        width: 98%!important;
        margin: 3px auto;
    }

    /*#pagecontent>div:nth-child(1) button,#pagecontent>div:nth-child(1) input,#pagecontent>div:nth-child(1) select,#pagecontent>div:nth-child(1) textarea*/
    /*{*/
    /*    font-size: 14px;*/
    /*}*/
    /**/
    /*#pagecontent>div:nth-child(1) td,#pagecontent>div:nth-child(1) th {*/
    /*    padding: 0.25vmax;*/
    /*    font-size: 14px;*/
    /*}*/
    /**/
}

@media (min-width: 1000px) {

	li.mobile-menu-toggle {
        float: right;
        display:none!important;
    }
    #pagecontent #report-table tr:nth-child(1) input,#pagecontent form #report-table tr:nth-child(1) select {
        padding: 2px;
        width: 98%!important;
        margin: 3px auto;
    }
}
@media (max-width: 1330px) {

    /* #pagecontent>div:nth-child(1) td,#pagecontent>div:nth-child(1) th {*/
    /*    padding: 0.25vmax;*/
    /*    font-size: 12px;*/
    /*}*/
    /*#pagecontent #report-table tr:nth-child(1) input,#pagecontent form #report-table tr:nth-child(1) select {*/
    /*    padding: 2px;*/
    /*    width: 98%!important;*/
    /*    margin: 3px auto;*/
    /*}*/
}

@media (max-width: 700px) {

    li.mobile-menu-toggle:hover {
        color:#999;
    }

    body {
        overflow:auto;
    }

    .pageshadow {
        padding-bottom: 2%;
        color: #333;
        width: 98%;
        margin: auto;
    }

     #graphbyname {
        width: 100%!important;
        float: none!important;
        min-width: 50%;
        max-width: 100%!important;
    }

    .help-button-header {
    	padding: 4px 4px !important;
    	margin: 0px !important;
    	width: 70px;
    }
    .moduletab {
    	padding: 2px 4px;
		width: 70px;
		font-size: 12px;
    }


    @media
    only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px)  {
      div.actionzone .preferred-action {
        font-size: 14px;
      }
    }

    /*#pagecontent>div:nth-child(1) h4 {*/
    /*    border-bottom: 1px solid rgba(0,0,0,0.1);*/
    /*    text-align: center;*/
    /*    padding-bottom: 0.50vmax;*/
    /*    padding: .25vmax;*/
    /*    color: #fff;*/
    /*    background: #063D5F;*/
    /*    margin-top: 0px;*/
    /*    font-size:14px*/
    /*}*/
    /*#pagecontent>div:nth-child(1) td.display-input,#pagecontent>div:nth-child(1) td.display-label,#pagecontent>div:nth-child(1) td {*/
    /*    display: block;*/
    /*    text-align: center;*/
    /*    width: 90%;*/
    /*     margin: auto;*/
    /*}*/

    /*#pagecontent>div:nth-child(1) tr {*/
    /*    display: block;*/
    /*}*/
