﻿body {

    /*Mercury IT
        padding-top: 50px;
    padding-bottom: 20px;*/
    background: rgb(234, 242, 245);
    height:100%;
    font-family: 'Montserrat', helvetica, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.logo{
    height:66px;
    width:320px;
}
.menu{
    padding-top:20px;
    padding-bottom:20px;
    padding-right:50px;
    width: 100%;
}
.content {
  /*padding: 50px 40px 40px 40px;*/
  min-width: 320px;
}
.PageTitle{
    color: #0088a0;
}
.footrow{
   height: 60px;
}
.ui-jqgrid
{
    font-size:14px;
    font-weight:bold;
    margin-top:30px;
}

.btn, .button, button.button, input[type="submit"].button, input[type="reset"].button {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 8px 20px;
	font-family: Arial, sans-serif;
	/*border-radius: 200px;*/
	cursor: pointer;
	text-align:center;
	font-size:16px;
	font-weight:500 !important;
	width:auto;	
	background-color:#0088a0;
	color:white!important;
	margin:1.5rem 0;
	border:none;	
	transition:box-shadow 0.1s;
	margin-right:10px;
    border-radius: 0px;
}

.btn1, .button, button.button, input[type="submit"].button, input[type="reset"].button {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 12px 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*border-radius: 200px;*/
	cursor: pointer;
	text-align:center;
	font-weight:bold;
	width:auto;	
	background-color:#0088a0;
	color:white;
	border:none;	
	transition:box-shadow 0.1s;
}
.btn1:hover, .btn:focus, .button:hover, .button:focus {
	text-decoration: none;
	outline: none;	
	/*box-shadow: 0px 0px 0px 4px #0088a0;*/
	color:#00ced1!important;
	text-decoration: none;
	background-color:#0088a0;
}
.btn:hover, .btn:focus, .button:hover, .button:focus {
	text-decoration: none;
	outline: none;	
	/*box-shadow: 0px 0px 0px 4px #0088a0;*/
	color:#0088a0!important;
	text-decoration: none;
	background-color:white;
}

a.btn:hover, a.btn:focus, .button:hover, .button:focus, a.btn:hover i {
	color:#0088a0!important;
}

.panel-heading{
    /*padding: 5px 5px;
    height: 25px;*/
    width: 100%;
}

/* Main Page Styles */
.groupPanel{
    padding:20px;
}
#Header {
   /*background-image: url('img/MIT logo AW.png'), url('img/Kiwilink.png');*/
    /* background-position: center 5px;
    background-repeat:no-repeat;
    background-size:auto 70px;
    height:80px;
    background-color:#fff;
	top:0px;
	right:0px;
	z-index:1000;
	width:100%;
    color:#fff;
    font-weight:bold;
    position: fixed;
    padding-top:10px;*/
}

#Header.auth {
    background-size:auto 127px;
    height:127px;
}

#Header span.user {
	float:right;
	margin:15px 20px 0px 0px;
	display:block;
}

#Content.main {
	margin-left:250px;
	z-index:2;
	position:relative;
}

#Content.main #Title {
	font-size:1.5em;
	margin:20px 20px 5px 1%;
    border-bottom:1px solid #000;
	padding-bottom:5px;
}

#Content.main .mycontainer {
	margin:0px 20px 2px 0px;
    padding:15px 20px;
}

#Content.main footer {
    padding:15px 20px;
}

input.ui-corner-all{
    border-style: solid;
    border-color: #1c94c4;
}

.downloadBtn{
    color: #0088a0;

}

.groupDropDown {
	padding: 12px 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*border-radius: 200px;*/
	cursor: pointer;
	text-align:center;
	font-size:16px;
	font-weight:500 !important;
	width:auto;	
	background-color:#0088a0;
	color:white;	
	border:none;	
	transition:box-shadow 0.1s;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}




* {font-family: 'Montserrat', helvetica, sans-serif;}
#header {
	width: 100%;
	font-size: 1.2em;
	z-index: 3;
	background: rgba(255, 255, 255, 0.9)
	}
	
	#header.nav-toggle {
		box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
		}

	#header.nav-toggle.active {
		background: rgba(255, 255, 255, 1);
		}


		
		#header div {
			max-width: 1440px;
			margin: 0 auto;
			}
		
			#header h1 {
				float: left;
				letter-spacing: 0.15em;
				font-weight: normal;
				}
			
				#header h1 a {
					text-decoration: none;
					color: #434343;
					text-transform: uppercase;
					}
			
			
			#header h2 {
				display: none;
				color: #434343;
				float: right;
				padding: 23px 30px;
				position: absolute;
				font-size: 1em;
				right: 35px;
				top: 2px;
				font-weight: normal;
				text-transform: uppercase;
				cursor: pointer;
				}
			
			@media screen and (max-width: 1040px) {
				#header h1 {float: left !important}
				#header h2 {display: block}				
				}

			


/*------------- NAVIGATION MODAL (full screen) -------------*/

#primary {
	float: right;
	}
	
	#primary li {
		display: inline;
		}

		#primary li a {
			text-decoration: none;
			display: inline-block;
			padding: 10px 20px;
			margin: 15px;
			color: #0088a0;
			font-size: 1em;
			text-transform: uppercase;
			}
			
			#primary li a:hover {
				color: #ffffff;
				background: #0088a0;
				}


	@media screen and (max-width: 1040px) {		
		
		#primary {
			float: none;
			display: block;
			text-align: center;
			}
			
			#primary li a {margin-top:0}
		}


	@media screen and (max-width: 1040px) {
			#primary {clear: both}
				
			#primary li a {
				margin: 0 0 5px 0;
				display: block;
				}
			
		}

    ul{
        margin-top:20px;
    }

    #tabs{
        width:100%
    }
   
   .ui-datepicker-calendar .monthSelector {
    display: none;
    }

   select{
       background-color:#0088a0;
   }

   #groupTab input {
       margin-right:20px;
   }

   #downloadPanel{
       margin-bottom: 5px;
   }

   /*.ui-jqgrid, .ui-jqgrid div, .ui-jqgrid table, .ui-jqgrid thead {

       width:100%!important
   }

   .ui-jqgrid .ui-jqgrid-hbox {

       padding-right:0px!important;
   }*/