html {
    overflow-y: scroll !important;
    overflow-x: hidden;
}
body {
    background-color: #FFF;
    font-size: 14px;
    color: #333;
    font-family: 'PT Sans', Roboto, Helvetica, sans-serif;
    overflow:hidden;
}
button:focus {
    outline: 0 !important;
}
a {
    color: #48B2E5;
    font-style: italic;
}

.header-h1 {
	position:absolute;
	display:none;
	opacity:0;
}
/* HEADER Start */

header {
    background-color: #1F3242;
}
.slogan h1 {
    font-size: 24px;
    text-align: left;
    color: #FFF;
    margin-top: 28px;
    margin-left: 90px;
}
.headerpic {
    position: relative;
    height: 90px;
    background-color: #1F3242;
}
header .col-md-8 {
    padding-left: 0px;
}
header .col-md-4 {
    padding-right: 0px;
}
header .container,
nav .container {
    padding: 0px;
}
header .row {
    margin: 0px;
}
form {
    margin-bottom: 1em;
}
.textborder-yellow {
	border: solid 3px #f0ad4e;
    padding: 6px 10px;
    margin-bottom: 20px;
    display: inline-block;
    font-style: normal;
    background-color: #fffcf0;
}
.inlogo {
    top: 10px;
    left: 0;
    position: absolute;
    background-image: url('../../images/tx/texas-seal.png');
    width: 70px;
    height: 70px;
    z-index: 1;
}
.loginpanel {
    background-color: #1F3242;
    height: 90px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.login-menu {
    z-index: 9999;
    top: -25px;
    width: 240px;
    position: inherit;
    float: right;
    background-color: #FFF;
}
.login-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    right: 22px;
}
.btn-loginout {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 10px 17px;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    background-color: #2F8BC1;
}
button {
    border: none;
}
.logged-in a:hover {
    text-decoration: none;
    color: #E6B15A;
    opacity: 1;
}
.logout {
    text-align: right;
    margin-bottom: 10px;
}
.register .btn {
	border-radius: 0;
	min-width: 80px;
}
.register {
    text-align: right;
    margin-top: 56px;
    bottom: 0px;
    position: absolute;
    right: 0px;
    border-radius: 0;
}
.logout a {
    color: #EA5644;
}
.welcome {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}
.user-name {
    color: #fff;
    font-weight: bold;
}
.userhome-links {
    text-align: right
}
.userhome-links a {
    margin-left: 15px;
    color: #fff;
    opacity: 0.8;
}
.userhome-links a:hover {
    margin-left: 15px;
    color: #fff;
    text-decoration: underline;
	opacity: 1;
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-collapse,
.nav-search {
    padding-right: 0px;
    margin-right: 0px;
}
.navbar-form {
    padding-right: 0px;
}
.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}
/* HEADER End */

body a:hover {
    color: #3276b1;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}
/* Color Codes */
/*

default: E1E1E1  over: EEF2F3
primary: 2F8BC1  over: 3CA2DF
warning: E6B15A  over: FFC566
danger: EA5644  over: FF6754
success: 66BB6A  over: 65C86A

*/

.btn {
    font-style: normal;
}
.btn-default {
    color: #666;
    background-color: #E1E1E1;
    border: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #666;
    background-color: #EEF2F3;
    border: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #2F8BC1;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3CA2DF;
    border: none;
}
.btn-warning {
    color: #ffffff;
    background-color: #E6B15A;
    border: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #FFC566;
    border: none;
}
.btn-danger {
    color: #ffffff;
    background-color: #EA5644;
    border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #FF6754;
    border: none;
}
.btn-success {
    color: #ffffff;
    background-color: #66BB6A;
    border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #65C86A;
    border: none;
}
/* Colors End */
/* Navbar start */

.navbar-default {
    color: #808080;
    background-color: #E1E1E1;
    font-size: 13px;
   /* border-top: solid 1px #e1e1e1;*/
}
.navbar-default .navbar-brand {
	color:#585858;
}
.navbar-default .navbar-nav > li > a {
	color:#585858;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: #909090;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #808080;
}
.navbar-default .navbar-nav > li > a {
	font-style:normal;
}
.navbar-collapse {
    padding-left: 0px;
}
.nav-search {
    width: 216px;
}

.nav .caret {
    border-top-color: #808080;
    border-bottom-color: #808080;
}

.nav a:hover .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

about
/* Navbar end */
/* CONTENT Start */

.content-left {
    background-color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
}
.content-right {
    background-color: #f1f1f1;
    margin-top: 15px;
    padding-right: 0px;
}
.col-md-4 {
    padding-right: 0px;
}
.content-item {
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}
.image-text {
    padding-left: 120px;
    color: #383838;
    line-height: 22px;
    font-size:13px;
}

.image-text h2 {
	font-size:18px;
}

.image-text h2 {
    margin: 0px;
    margin-bottom: 5px;
}
.announcements-home {
    background-color: #fff;
    border: solid 1px #E1E1E1;
    padding: 15px;
    margin-bottom: 15px;
}
.announcements-text h4 {
    color: #B71C1C;
}
.block-head {
    font-size: 21px;
    color: #B71C1C;
    display: block;
    padding: 0px 10px 10px 20px;
    letter-spacing: 2px;
    background-color: #e7e7e7;
    height:50px;
}
.block-head h3 {
	font-family: serif;
	font-size:18px;
	margin: 18px 0px;
}
.userhome-announcements {
	border: solid 1px #E1E1E1;
    margin-bottom: 15px;
    background-color: #fff;
}
.block-head-userhome {
	font-size: 21px;
    color: #B71C1C;
    display: block;
    padding: 0px 10px 10px 1px;
    letter-spacing: 2px;
    /*height: 30px;*/
}
.block-head-userhome h3 {
	font-family: serif;
	font-size:17px;
	margin: 10px 0px;
}
.annoncement-date {
    float: right;
    font-size: 12px;
    font-weight: bold;
}
.content-left {
    min-height: 630px;
    padding-bottom: 20px;
}
.home-statement {
    margin-top: 10px;
    background-color: #fcfcfc;
    border: solid 1px #eee;
    padding: 20px;
}
.text-crop {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* CONTENT End */
/* Footer Start */
.footer {
    font-family: 'Roboto', sans-serif;
    background-color: #294256;
    bottom: 0;
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 1.8em;
    position: relative;
    padding-top: 15px;
}
.footer-logo {
    background-image: url('../../images/tx/tx-logo.png');
    background-repeat: no-repeat;
    height: 100px;
    min-width: 120px;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}
.footer-text {
    margin-top: 35px;
    font-size: 13px;
    opacity: 0.6;
}
.footer-btn {
    float: right;
    text-align: right;
}
footer .col-xs-6 {
	text-align:left;
	margin-top:20px;
}
footer .col-sm-3, footer .col-sm-2 {
	padding:0px 0px;
}
.footer-links {
	list-style:none;
	padding-left: 0px;
}
.footer-links li a {
	color: #78BCE4;
    opacity: 0.5;
}
.footer-links li a:hover {
	color: #fff;
    opacity: 1;
    text-decoration:none;
}
.footer-links-header {
	font-size:13px;
	color:#E6B15A;
}
.copyright {
    width: 100%;
    background-color: #1F3242;
    min-height: 50px;
    font-size: 11px;
    padding: 5px 0px;
}
.copyright-text {
    color: #fff;
    opacity: 0.4;
    font-style: italic;
    line-height:40px;
}
.ft-col {
    padding-right: 10px;
}
/* Footer End*/
/* APPLICATION & INFORMTATION */

.appinfo {
    padding: 10px;
    margin-right: 1px;
    margin-bottom: 30px;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0, rgba(251, 251, 251, 1)), color-stop(1, rgba(229, 228, 222, 1)));
    background-image: -webkit-linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(229, 228, 222, 1) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(229, 228, 222, 1) 100%);
    background-image: linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(229, 228, 222, 1) 100%);
}
.appforms {
    margin-top: 20px;
}
.barexaminfo {
    padding: 10px;
    margin-right: 1px;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0, rgba(251, 251, 251, 1)), color-stop(1, rgba(229, 228, 222, 1)));
    background-image: -webkit-linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(229, 228, 222, 1) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(229, 228, 222, 1) 100%);
    background-image: linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(229, 228, 222, 1) 100%);
}
.barexaminfo .col-md-6{
    line-height: 36px;
    text-align: right;
}
.barexaminfo-header {
    text-align: left;
}
.barexaminfo{
	border-left:solid 5px #2F8BC1;
    margin-bottom:20px;
}
.btn-browseform {
    margin: 3px;
}
/* Form Start */

.form-col-narrow {
    background: #f1f1f1;
    padding: 15px;
    min-height: 440px;
}
.form-col-narrow .link-list {
    padding: 5px 0;
    border-top: 1px dotted #999;
}
.form-col-narrow .link-list .selected {
    font-weight: bold;
    color: #444;
}
.form-col-narrow .link-sub {
    margin-left: 10px;
    padding: 3px 0;
    display: block;
}
.form-col-narrow .link-sub-sub {
    margin-left: 10px;
    padding: 3px 0;
    display: block;
}
.form-col-narrow .selected {
    font-weight: bold;
    color: #444;
}
.form-input {
    max-width: 300px;
}
.missing {
    max-width: 260px;
}
.input-day {
    width: 70px;
    margin-right: 10px;
}
.input-month {
    width: 100px;
    margin-right: 10px;
}
.input-year {
    width: 80px;
}
.form-control {
    font-size: 13px;
}

.required strong {
	font-weight:bolder;
	color: #b94a48;
}

.missing strong {
	font-weight:bolder;
	color: #333;
}

/* Form End */
/* Tpl Start */

.form-table {
    margin-bottom: 0px;
    font-size: 13px;
}
.form-table .qNum {
    width: 40px;
}
.form-table .not-required {
    max-width: 260px;
}
.form-table .required {
    font-weight: bold;
    max-width: 260px;
}
.form-table .qControl {}
/* SPECIAL CONTROLS */

.form-table .zipControl {
    width: 100px;
}
/* RADIO STYLES */

.form-table .radiocontrol {
    text-align: right;
    padding-left: 10px;
    width: 50px;
}
.form-table .radiotable {
    border: none;
    text-align: right;
    width: 50px;
}
.form-table .radioshell {
    text-align: right;
    width: 50px;
    border: none;
}
.form-table .radiotd {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
    vertical-align: middle;
    width: 25px;
    border: none;
}
.form-table .missing {
    font-weight: bold;
    color: #b94a48;
}
.form-table .noteControl {
    font-style: italic;
}
.form-table .warningControl {
    font-style: italic;
    font-weight: bold;
    color: #b94a48;
}
/* Tpl End */
/* Support Popup */

.supportbase {
    background-color: #fff;
}
.supportheader {
    width: 100%;
    background-color: #ececec;
    text-align: center;
    padding: 10px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    vertical-align: middle;
}
.table-borderless thead > tr > th,
.table-borderless tbody > tr > th,
.table-borderless tfoot > tr > th,
.table-borderless thead > tr > td,
.table-borderless tbody > tr > td,
.table-borderless tfoot > tr > td {
    border: 0;
    border: none;
}
.table tbody > tr > td {
    vertical-align: top;
}
/* Logout message */

#message {
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 105;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    color: white;
    padding: 10px 0px 10px 0px;
    background-color: #8E1609;
}
#message span {
    text-align: center;
    width: 95%;
    float: left;
}
#message a {
    color: #fff;
}
#message a:hover {
    color: #fff;
    text-decoration: underline;
}
.close-notify {
    white-space: nowrap;
    float: right;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    border: 2px #fff solid;
    padding-left: 3px;
    padding-right: 3px;
}
.close-notify a {
    color: #fff;
}






/* User Home Start */

.announcements {
    background: #e5e4de;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 6px;
}
.bg-grey {
    background-color: #EEE;
    background-image: -moz-linear-gradient(center top, #EEE 0%, #FFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#FFF));
    background-image: -webkit-linear-gradient(top, #EEE, #FFF);
    background-image: -ms-linear-gradient(top, #EEE, #FFF));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EEEEEE, endColorstr=#FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#EEEEEE, endColorstr=#FFFFFF)";
    padding: 15px;
    /*margin-bottom:20px;*/
    
    border: 1px solid transparent;
    border-radius: 6px;
    border-bottom: none;
}
.updated-check {
	position:absolute; 
	top:15%; 
	width:100%; 
	text-align:center; 
	z-index:0; 
	font-size:180px;
	color:#5cb85c;
}

.updated-check-text {
	position:absolute;
	top:70%;
	width:100%;
	text-align:center;
	z-index:1;
	font-size:24px;
}
.correspondence-regarding {
    font-size: 15px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    background-color: #fafafa;
    text-align: center;
    color: #A50910;
    margin-bottom: 18px;
}

.announcements-home h3 {
	font-size:20px;
	margin:0px 0px;
	padding:0px 0px;
}
.block-head h3 {
	float:left;
}
.block-head .announcement-icon {
	float: right;
    border-radius: 50%;
    color: #808080;
    width: 32px;
    height: 32px;
    border: 1px solid #808080;
    padding: 6px 8px;
    margin-top: 10px;
    font-size: 14px;
}

.announcements-home h4 {
	font-size:14px;
}

/* July 2019
.exam360-announcement {
  color: #721c24;
  background-color: #fff3cd;
  border-color: #ffeeba;
  background-image:none;
}

.exam360-announcement h3 {
  font-family: ;
  font-size: 20px;
  color: #721c24;
  font-weight: bold;
  letter-spacing: 1px;
}
*/

.exam360-announcement a.btn-warning {
  margin-top:8px;
  color: #333;
  height: 40px;
  padding-top: 4px;
  background-color: #FFD600;
  border-color: #ffc107;
  border-radius: 8px;
  outline: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  line-height: 32px;
}

.exam360-announcement a.btn-warning:hover,
.exam360-announcement a.btn-warning:focus {
  background-color: #ffdf3a;
  border-color: #FFD600;
  color:#333;
}
/* User Home End */
/* Register Start */

.form-val {
    margin-left: 20px;
    margin-top: 6px
}
.form-text {
    margin-top: 6px
}
.fa-asterisk {
    font-size: 8px;
}
/* Register End */
/* WARNING Start */

.warning {
    background: #C4BFBD;
    padding: 20px 30px 20px 30px;
    margin: 20px 30px 20px 30px;
}
.warning h2 {
    text-align: center;
    background: #FFF;
    padding-bottom: 15px;
    border-bottom: 1px dotted #CCC;
}
.warning-base {} .warning .alert-list {
    padding: 10px 0 20px;
    margin-left: 15px;
}
.warning .alert-list li {
    list-style: circle;
    padding-bottom: 10px;
}
.warning .alert-list li strong {
    color: #A50910;
}
.warning .alert-list-link {
    margin-left: 5px;
}
.warning .alert-list-link li {
    list-style: none;
}
.warning-red {
    color: red;
}
.red {
    color: #A50910;
}
/* WARNING End */
/* LOGIN TYPE START */

.logintype {
    background-color: #34627c;
    height: 150px;
    position: relative;
}
.logintype table {
    color: #ffffff;
}
.logintype table tr {
    height: 74px;
}
/*LOGIN TYPE END */
/* Carousel START*/

.carousel-indicators {
    bottom: 0px;
}
.carousel-caption {
    padding-top: 0px;
}
.carousel-control {
    font-size: 40px;
}
.carousel-nextprev-icons {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}
/* Carousel END */

/* Padding */
.col-md-12 {
	padding-left:0px;
	padding-right:0px;
}

.col-md-12 > .col-md-8 {
	padding-left:0px;
}

.col-md-12 > .col-md-8, .col-md-12 > .col-md-3 {
	padding-left:0px;
}

.col-md-12 > .col-md-4, .col-md-12 > .col-md-9 {
	padding-right:0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a {
	font-style:normal;
}

.nav-tabs > li.active > a, .tab-content > .active
{
	 background-color: #fafafa;
}

/* Admin Popup */
.alert-popup {
	height:100%;
	position: fixed;
}

.alert-popup-header {
	background-color: #333;
	padding:9px 17px;
	height:50px;
	font-size:24px;
	color:#fff;
}

.alert-popup-links {
	list-style-type: none;
	line-height: 22px;
}
/* Popup Style */
.admin-popup-header {
  background-color: #333;
  padding:9px 17px;
  height:50px;
  font-size:24px;
  color:#fff;
}

.admin-popup .ap-title {
  font-size:16px;
  width:150px;
  min-width:120px;
}

.admin-popup-footer {
  background-color:#f5f5f5;
  border-top:solid 1px #DBDBDB;
  height:110px;
  padding-top: 5px;
  padding-left: calc(50% - 88px);
}

/* Responsive Options */

@media (max-width: 1200px) {
    .text-crop {
        width: 170px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .footer-text,
    .footer-logo {
        display: block;
    }
    
    /*.block-head h3 {
	    font-family: serif;
	    font-size: 17px;
	    margin: 17px 0px;
	}*/
}
/*collapse earlier 992*/

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .footer-text,
    .footer-logo {
        display: none;
    }
    .footer-text {
    	margin-top: 35px;
    }
}
/**/

@media (min-width: 768px) {
    .slogan h1 {
        font-size: 16px;
        margin-top: 25px;
        margin-left: 70px;
    }
    .logintype-table {
        margin-top: 7px;
    }
    .search {
        display: none;
    }
    .form-col-narrow {
        min-height: 100px;
    }
    .appinfo-bar {
        float: left;
    }
    .announcement-bottom {
        display: none;
    }
    .announcement-top {
        display: block;
    }
    .content-left {
        min-height: 100px;
    }
    .image {
        display: block;
    }
    .image-text {
        padding-left: 120;
    }
    .announcement-top > .col-md-4 {
        padding-left: 0px;
    }
    .footer-text,
    .footer-logo {
        display: block;
        font-size: 13px;
    }
    .footer-text {
    	margin-top: 20px;
    }
}
@media (min-width: 992px) {
    .slogan h1 {
        font-size: 24px;
        margin-top: 30px;
    }
    .search {
        display: block;
    }
    .form-col-narrow {
        min-height: 440px;
    }
    .announcement-bottom {
        display: block;
    }
    .announcement-top {
        display: none;
    }
    .content-left {
        min-height: 630px;
    }
    .footer-text,
    .footer-logo {
        display: block;
        font-size: 13px;
    }
    .footer-text {
    	margin-top: 35px;
    }
}
@media (max-width: 767px) {
	 .inlogo {
  		display:none;
  	}
    .slogan h1 {
        font-size: 16px;
        margin-left: 28px;
    }
    table > tr .form-input {
        width: 100%;
    }
    .search {
        display: none;
    }
    .form-col-narrow {
        min-height: 100px;
    }
    .appinfo-bar {
        float: left;
    }
    .appinfo .image {
        display: none;
    }
    .announcement-bottom {
        display: none;
    }
    .announcement-top {
        display: block;
    }
    .content-left {
        min-height: 100px;
    }
    .image {
        display: none;
    }
    .image-text {
        padding-left: 0;
    }
    .user-name {
        padding-top: 10px;
        margin-top: 0px;
    }
    .text-crop {
        width: 230px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    header .col-md-4 {
        padding-right: 20px;
    }
    .headerpic {
        height: 40px;
    }
    .welcome,
    .logout,
    .userhome-links {
        text-align: left;
    }
    .logged-in {
        margin-left: 40px;
    }
    .btn-loginout {
        width: 100%;
    }
    .loginpanel {
        height: 110px;
    }
    .announcement-top > .col-md-4 {
        padding-left: 0px;
    }
    .content-item img {
        display: none;
    }
    .content-item {
        padding-left: 10px;
    }
    .footer-text,
    .footer-logo {
        display: none;
    }
    .footer-btn {
	    margin-top: 30px;
	    margin-bottom: 30px;
	    text-align: center;
	    clear:both;
	    width:100%;
	}
	.copyright .text-right, .copyright .text-center{
		text-align:left;
	}
	.content-left {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.container > .navbar-header, .container > .navbar-collapse {
	    padding-right: 25px;
	    padding-left: 25px;
	    margin-left:0px;
	    margin-right:0px;
	}
	.register .btn {
		border-radius: 0;
		min-width: 100%;
	}
}

