﻿/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 275px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #cc0000;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #cc0000;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color:#cc0000;
}

.validation-summary-valid {
    display: none;
}

html, body
{
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
}
/*<!-- BootStrap Theme - Starts -->*/
/* If We want any other theme copy bootstarp theme and comment the Bootstrap theme the replace copy code*/
body
{
	font-family:"Helvetica Neue",Helvetica,Arial, sans-serif;
	font-size: 14px;
}
span
{
 color:#3277b2;
}
hr
{
    height: 1px;
    background-color:#DEDEDE;
    color:#DEDEDE;
    border: 0 none;
    margin: 5px auto;

    /*border:1px solid #DEDEDE;*/
}

.TextBoxStyle {
    height: 34px;
    width: 275px;
    padding: 0 0 0 4px;
}

.e-button.DefaultButton {
    background-color:#aa0000;
    color:#e4ff99;
}

.button {
    background-color:#aa0000;
    color:#e4ff99;
    /*background: #fcfcfc;
    color: #333333;*/
    border: 1px solid #cecece;
    cursor: default;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    display: table-cell;
    padding: 4px 3px;
    vertical-align: middle;
    padding: 0.1em 0.4em 0.3em;
    width: auto;
    cursor: default;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    padding: 2px;
    height: 36px;
    width: 113px;
    font-size: 14px;
}

.button:active {
    background: #3277b2;
    -moz-:;
    background: -moz-linear-gradient(top, #3277b2, #296293 );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3277b2), color-stop(100%, #296293));
    -webkit-:;
    background: -webkit-linear-gradient(top, #3277b2, #296293 );
    -o-:;
    background: -o-linear-gradient(top, #3277b2, #296293 );
    -ms-:;
    background: -ms-linear-gradient(top, #3277b2, #296293 );
    "":;
    background: linear-gradient(to bottom, #3277b2, #296293 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3277b2, endColorstr=#296293, GradientType=0);
    border-color: #cecece;
    color: #ffffff;
}

.button:hover
{
  background: #f4f4f4;
  -moz-: ; background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9 );
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e9e9));
  -webkit-: ; background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9 );
  -o-: ; background: -o-linear-gradient(top, #f4f4f4, #e9e9e9 );
  -ms-: ; background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9 );
  "": ; background: linear-gradient(to bottom, #f4f4f4, #e9e9e9 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#e9e9e9, GradientType=0);
  border-color: #cecece;
  color: #333333;
}

select option {
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.35;
    filter: alphaa(opacity=35);
    background: #fcfcfc;
    color: #666666;
    border-color: #cecece;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    text-align: left;
    border-left: 1px solid;
}

option.hover, option:hover {
    background: #f4f4f4;
    color: #333333;
    border-color: #cecece;
}

option:checked  { /* for IE 11 */
    background: #3277b2;
    border-color: #cecece;
    color: #ffffff;
}

.DropDown {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    display: block;
    overflow: visible;
    outline: 0 none;
    padding: 0 24px 0 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: left;
    padding: 0 0 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 275px;
    height: 34px;
    position: relative;
}

DropDown:hover
{
     background: #f4f4f4;
  -moz-: ; background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9 );
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e9e9));
  -webkit-: ; background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9 );
  -o-: ; background: -o-linear-gradient(top, #f4f4f4, #e9e9e9 );
  -ms-: ; background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9 );
  "": ; background: linear-gradient(to bottom, #f4f4f4, #e9e9e9 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#e9e9e9, GradientType=0);
  color: #333333;
}

.DropDown:before
{
  float: left;
  cursor: sw-resize;
  transform: rotate(90deg);
  padding: 3px 0 0 3px;
}

.DateTimePickerDropDown {
    width: 89px;
    height: 34px;
}

.DateTimePickerDropDown:hover {
    background: #f4f4f4;
    -moz-:;
    background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9 );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e9e9e9));
    -webkit-:;
    background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9 );
    -o-:;
    background: -o-linear-gradient(top, #f4f4f4, #e9e9e9 );
    -ms-:;
    background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9 );
    "":;
    background: linear-gradient(to bottom, #f4f4f4, #e9e9e9 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#e9e9e9, GradientType=0);
    color: #333333;
}

.DateTimePickerDropDown:before {
    float: left;
    cursor: sw-resize;
    transform: rotate(90deg);
    padding: 3px 0 0 3px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}

.darktheme {
	background-color: #ffffff;
}

.ClassforFBStyle
{
    max-width   : 180px;
    min-width   : 180px;
    max-height  : 23px;
    min-height  : 23px;
    height      : 23px;
    width       : 180px;
    font        : 11px "Helvetica Neue",Helvetica,Arial, sans-serif;
    border: 1px solid #cecece;
    background-color:#ffff99;
}

.ClassforMobileStyle
{
    max-width   : 120px;
    min-width   : 120px;
    max-height  : 23px;
    min-height  : 23px;
    height      : 23px;
    width       : 120px;
    font        : 11px "Helvetica Neue",Helvetica,Arial, sans-serif;
    outline     : medium none;
}

.TextBoxStyleforFooter
{
    min-width   : 400px;
    max-height  : 34px;
    height      : 34px;
    width       : 400px;
}

.EditorsinglelineForFeedback {
    min-width: 500px;
    max-width: 500px;
    background-color:#ffffff;
    border: 1px solid #cecece;
    color: #333333;
}

/*p, h1, a{
    color: #ffff99; 
 }*/


a:hover{
    color: #ffffff; 
 }

/* HitITsoft Changes*/
#MasterContainer {
    min-height: 100%;
    position: relative;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    margin: 0;
	padding: 0;
}

.header
{
	background-color:#ffffff;
	height: 60px;
	width: 100%;
	border-bottom: 4px solid #ffffff;
    color:#ffffff;
}

.header_Grey
{
	border-bottom: 4px solid #808080;
}
.footer_Grey
{
	border-bottom: 4px solid #808080;
}

.saffron
{
	border-bottom: 4px solid #f9920b !important;
}
.lime
{
	border-bottom: 4px solid #aecf49 !important;
}
.azure
{
	border-bottom: 4px solid #66c1dc !important;
}
bootstrap
{
	border-bottom: 4px solid #3277b2 !important;
}

.sbheader {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    padding: 2px;
    left: 15%;
    width: 80%;
    margin: auto;
}

.sbheader .title
{
	float: left;
    padding-top:11px
}

.jslogo
{
	height: 46px;
	width: 280px;
	padding-left: 24px;
    background: url("images/OurCampus360-Logo-White.png") center center;
}
.azure .jslogo
{
	background: url("images/OurCampus360-Logo-White.png") center center;
}
.lime .jslogo
{
	background: url("images/OurCampus360-Logo-White.png") no-repeat center center;
}
.saffron .jslogo {
    background: url("images/OurCampus360-Logo-White.png") no-repeat center center;
}

#container
{
	height: 100%;
	position:relative;
	left: 15%;
	width: 80%;
	padding-bottom:4px; 
    min-height: 500px;
}

.innerContainer {
	position:relative;
    align-content:center;
}

.tile {
    height: auto;
    overflow: hidden;
}

.clear {
    clear: both;
    position: absolute;
}

#footer {
    background-color: black;
    height: 89px;
    width: 100%;
    border-bottom: 4px solid #ffffff;
}

.bottom-links
{
	margin: 0 auto;
	padding-top: 4px;
}

.left
{
	left: 0px;
	width: 25%;
	position: absolute;
}

.center
{
	left:25%; 
	position: absolute;
	text-align:center;
}
.right
{
	right: 0px;
	width: 25%; 
	position:absolute;
	text-align:center;
}

.Hititsoft-image
{
	margin:auto;
	max-height: 60px;
	max-width: 60px;
	text-align:center;
}

.his-text
{
	margin: 0;
	color: #A4A09B;
	text-align:center;
}

Table.Top_Links
{
	padding-left:10px;
	padding-right:10px;
	min-width: 650px;
}

/*a.BootstrapLinks
{
	color:#ffff99;
}
a.BootstrapLinks:hover  
{
	color:#333333;
}*/
/*<!-- BootStrap Theme - End -->*/