/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
  
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
}



.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}




/* added by Mike */

body {
    background-color: #000000;
    color: #e9e9e9;
}

.navbar-inverse {
    background-color: #000;
    border-color: #000;
}

.navbar-header {
    margin-top:0px;
}

.extra-margin {
    margin-top:10px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: none;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #222;
}

.table-bordered {
    border: 1px solid #444;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #444;
}

th {
    color: #eee;
    background-color: slategray;
}

/*CALENDAR STUFF*/

    /* 
        Set the Style for parent CSS Class 
        of Calendar control 
        Parent [CssClass] = myCalendar 
    */  
    .myCalendar {  
        background-color: #efefef;
        background: #efefef;
        line-height:16px;
        width: 100%;
        float:none;
        border-collapse:initial;
        color: #333333;
    }  
      
    /* 
        Common style declaration for hyper linked text 
    */  
    .myCalendar a {  
        text-decoration: none;  
    }  
      
    /* 
        Styles declaration for top title 
        [TitleStyle] [CssClass] = myCalendarTitle 
    */  
    .myCalendar .myCalendarTitle {  
        font-weight: bold;  
        font-size: 24px;
    }  
      
    /* 
        Styles declaration for date cells 
        [DayStyle] [CssClass] = myCalendarDay 
    */  
    .myCalendar td.myCalendarDay, .highlight-day {  
        border: solid 1px #c4c4c4;
        text-align:left;
        vertical-align:top;
        min-height:75px;
        height:75px;
    }  
      
    /* 
        Styles declaration for next/previous month links 
        [NextPrevStyle] [CssClass] = myCalendarNextPrev 
    */  
    .myCalendar .myCalendarNextPrev {  
        text-align: center;  
    }  
      
    /* 
        Styles declaration for Week/Month selector links cells 
        [SelectorStyle] [CssClass] = myCalendarSelector 
    */  
    .myCalendar td.myCalendarSelector {  
        background-color: #dddddd;  
        
    }  
      
    .myCalendar .myCalendarDay a,   
    .myCalendar .myCalendarSelector a,  
    .myCalendar .myCalendarNextPrev a {  
        display: block;  
        line-height: 18px;  
    }  
      
    .myCalendar .myCalendarDay a:hover,   
    .myCalendar .myCalendarSelector a:hover {  
        background-color: #cccccc;  
    }  
      
    .myCalendar .myCalendarNextPrev a:hover {  
        background-color: #fff;  
        text-decoration: none;
    }

    .myCalendar .myCalendarDayHeader {
        background-color: #999;

    }

    .myCalendar .myText {
        font-size: 11px;
    }

    .myCalendar .highlight-day {
        background-color: rgba(255, 255, 51, 0.50);
        font-weight: bold;
        font-size: 18px;
    }
    .myCalendar td{
        padding:2px;
    }


    
.form-generic {
    padding:25px;
    background-color:#444444;
    border: 1px solid #e5e5e5;
    border: 1px solid rgba(0, 0, 0, 0.60);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
          border-radius: 8px;
    /*-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
            background-clip: padding-box;*/
}

hr {
    margin-top:2px;
    margin-bottom:10px;    
    border-top: 1px solid rgba(0, 0, 0, 0.1); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 320px) {

    .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    }

    .form-generic {
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    }

    /*need this to prevent horizontal scrollbar*/
    .row {
    margin-right: auto;
    margin-left: auto;
    }

    .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    }

    .phone-extra-margin {
    /*margin-top: 5px;
    margin-bottom: 10px;*/
    }

}


/*--- Employee Search PagerStyle ---*/

.employeeSearchPagerStye {
   	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
    font-weight:bold;
    font-size:16px;
    margin: 0px 2px 0 2px;
}

.employeeSearchPagerStye a{
   	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
    margin: 0px 2px 0 2px;
}

.employeeSearchPagerStye span{
   	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
    margin: 0px 2px 0 2px;   
    background-color: white;
}



/*FOR JQUERY POPOVER (Used for Calendar Events)*/
.calendar-popover-event-title
{
    font-weight:bold;
    font-size:12px;
    padding-bottom:3px;
}
.calendar-popover-event-description
{
    padding-bottom:10px;
    font-weight:normal;
}
.calendar-popover-event-times
{
    font-weight:normal;
    font-size:10px;
    font-style:italic;
}
/**/

/*FOR Events ON Events.aspx*/
.events
{
    clear:left;
    max-width:600px;
}

.eventName
{
    font-size:1.75em;
}

.eventURL
{
    font-size:.85em;
    color:#999;
}

.eventDesc
{
    font-size:1em;
}

.eventSearchBox
{
    max-width:600px;
}

.eventTimes
{
    font-size:.90em;
    font-style:italic;
}
/**/



/* hide menu at top for every width except for the responsive exception below */
.hide-menu {
    /*visibility:visible;*/
    font-size:11px;
  }

.align-right {
    float: right;
}


/* Responsive Styles */
@media (max-width: 1170px) {

    .content-padding {
        /*background-color: green;*/
    }
}

@media (max-width: 992px) {

    .content-padding {
        /*background-color: orange;*/
    }

    .col-md-3 {
        /*background-color: blue;*/
        width:50%;
        float: left;
    }


}

@media (max-width: 767px) {

    .hide-menu {
        /*visibility:visible;*/
      }

    .content-padding {
        /*background-color: red;*/
    }
}


@media (max-width: 320px) {

    .hide-menu {
        /*visibility:visible;*/
      }

    .container {
        width: 320px;
    }

    .content-padding {
        /*background-color: yellow;*/
    }
}



/*.navbar-toggle {
    display: block;
}*/



/*@media (max-width: 1990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/



/*.col-md-6 {
    width: 50%;
}*/

