﻿@charset "utf-8";
@font-face {
     font-family: 'Source Sans Pro', sans-serif;
     src:url('~/Content/_font/SourceSansPro-Regular.ttf'); 
     font-weight:normal;
     font-style:normal;
}

@font-face {
     font-family: 'Source Sans Pro', sans-serif;
     src:url('~/Content/_font/SourceSansPro-Italic.ttf'); 
	 font-weight: normal;
	 font-style:italic;
}

@font-face {
     font-family: 'Source Sans Pro', sans-serif;
     src:url('~/Content/_font/SourceSansPro-Bold.ttf'); 
	 font-weight: bold;
	 font-style:normal;
}

@font-face {
     font-family: 'Source Sans Pro', sans-serif;
     src:url('~/Content/_font/SourceSansPro-BoldItalic.ttf'); 
	 font-weight: bold;
	 font-style:italic;
}

.footerBlueText {
	font-size:.8em;/*12px;*/
	color: #22205f;
    font-weight: bold;
}

.GraySmall_Rev { 
	font-size:.8em;/*11px;*/ 
	color: #6d6e70;
    line-height: 1.2em;
}

.GraySmall { 
	font-size:.6em;/*11px;*/ 
	color: #6d6e70;
}

.headerLargeBlue {
	font-size:1.6em; /*25px;*/ 
	color: #22205f;
	font-weight: normal;
    text-decoration: none;
}

/*added to be used as global properties*/
/*page global color
------------------------------------------------------*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
    margin: 0;padding: 0;border: 0; color:#6d6e70;} /*get the real rgb values from Sabrina*/

/*same as headerCyan*/
h2 {
font-size:1.4em; /*2 1.5*/
color: #107aa2;
font-weight: normal;
margin-top: 10px;
margin-bottom: 2px;
}

h4 {
	font-size:1.3em; 
	color: #22205f; 
}

#wrapper {
    width: 1280px;
    /*height: 900px;*/
     height: 880px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff;
}

.footer-abs {
    position: absolute; 
    top: 850px;
    left: 1075px;
}

.btns-footer {
    position: absolute; 
    top: 845px; 
    left: 10px;}

.rowitem {
    text-align: Left;
    padding-left: 5px;
    padding-right: 0px;
    margin-bottom: 7px;
}

.btn-mine {
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-image: none;
    border: 1px solid transparent;*/
    background-color: #E2E1E1;
    border: 1px solid #E2E1E1;
    border-radius: 4px;
    margin-left: 20px;
    color: #337ab7;
    width: 150px;}

.btn-mine:hover {
    color: #23527c;
    text-decoration: underline;}

.btn-main, .btn-mShort {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #E2E1E1;
    border: 1px solid #E2E1E1;
    border-radius: 4px;
    margin-left: 1px;
    color: #337ab7;
    width: 75px;
}
.btn-mShort {width:50px; padding:4px;}

.btn-main:hover {
    color: #23527c;
    text-decoration: underline;}

.btn-search {
    float: left; 
    margin-bottom: 10px;    
    }

.cls100 {width: 100%;}

.divFooterMenu {
    display: table-row;
    width: auto;
    clear: both;
    color: #6d6e70;
}

.form-mycontrol {
  display: inline-block;
  /*width: 100%;*/
  height: 28px;
  padding: 4px 4px;
  /*font-size: 14px;*/
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  /*border: 1px solid #ccc; /original*/
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-mycontrol:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-mycontrol::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-mycontrol:-ms-input-placeholder {
  color: #999;
}
.form-mycontrol::-webkit-input-placeholder {
  color: #999;
}
.form-mycontrol::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-mycontrol[disabled],
.form-mycontrol[readonly],
fieldset[disabled] .form-mycontrol {
  background-color: #eee;
  opacity: 1;
}
.form-mycontrol[disabled],
fieldset[disabled] .form-mycontrol {
  cursor: not-allowed;
}
textarea.form-mycontrol {
  height: auto;
}