﻿/*------------------------------------------+
 | Site: National Certification Corporation |
 | Part: Master styles                      |
 +------------------------------------------*/

html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 30px;
  height: 100%;
  /*margin-bottom Set to Footer Height*/
  /*margin-bottom: 140px;*/
}

/* Fonts
======================================================================*/
body, input, select, textarea { font-family: "Droid Sans", Arial, sans-serif; }
input[type=password] { font-family: Arial, sans-serif; }

/* Primary Styles
======================================================================*/
h1, h3 {
    font-weight: bold;
}
h1 {
    color: #ae2062;
    font-size: 25px;
    line-height: 1.16;
    margin-bottom: 0.75em;
    margin-left: 0px;
}
h3 {
    color: #762a4d;
    font-size: 18px;
    margin: 1.5em 0 0.75em;
}

ul.text {
    list-style: disc;
    padding-left: 1em;
    margin-left: 1em;
}
ul.list {
    padding-top: 0.5em;
}
#logo {
    width: 180px;
    padding-top: 15px;
    padding-left: 0;
}

.banner { color:white; align-items: center; text-align: center; margin: 1em; padding: 1em; width: 100%; font-size: larger; background-color: #fef5c6; background-image: url('/Content/images/spinutech-header.png') }
.banner a { color:white;}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
.header-row {
    margin-bottom: 10px;
}

/* Custom Column Definition for 5 Column Layouts */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

#content-wrapper {
    padding-top: 10px;
}


/* Navbar Styles
======================================================================*/
#nav-contain {
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
}
.nav-ncc {
	border-bottom: 0;
    margin-left: 0;
}
.nav-row-home {
    display: none;
}
.nav-ncc li {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 10px 0 0;
    padding: 8px 0 0 0;
}
.nav-ncc li a {
    padding-left: 10px;
}

#nav-home {
    background: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #e6e6e6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e6e6e6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e6e6e6')";
    border: 1px solid #ccc;
    border-bottom: 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#nav-home a, #nav-home a:hover {
    background: url(/Content/images/home.png) no-repeat 50% 71%;
    border: 0;
    color: #ae2062;
    filter: none;
    -ms-filter: none;
    padding-bottom: 20px;
    padding-top: 0;
}
#nav-home a:hover {
    background-color: #FFF;
}
li#nav-certification, li#nav-certification:hover {
    background: #1961c4;
}
li#nav-certification a {
    background: #d3e1f4;
    background-image: -moz-linear-gradient(top, #fff, #d3e1f4);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #d3e1f4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d3e1f4');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d3e1f4')";
    border-color: #a3c0e7;
}
li#nav-self, li#nav-self:hover {
    background: #eea808;
}
li#nav-self a {
    background: #fff8df;
    background-image: -moz-linear-gradient(top, #fff, #fff8df);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #fff8df));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fff8df');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fff8df')";
    border-color: #f1b939;
}
li#nav-faculty-students, li#nav-faculty-students:hover {
    background: #35978c;
}
li#nav-faculty-students a {
    background: #b4e4df;
    background-image: -moz-linear-gradient(top, #fff, #b4e4df);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #b4e4df));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#b4e4df');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#b4e4df')";
    border-color: #42bdae;
}
li#nav-maintain, li#nav-maintain:hover {
    background: #5d3d88;
}
li#nav-maintain a {
    background: #e0dae8;
    background-image: -moz-linear-gradient(top, #fff, #e0dae8);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #e0dae8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e0dae8');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e0dae8')";
    border-color: #beb1cf;
}
li#nav-more, li#nav-more:hover {
    background: #CCC;
}
li#nav-more a {
    background: #d3e1f4;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #e6e6e6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e6e6e6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e6e6e6')";
    border-color: #CCC;
}
.nav-ncc li a {
    background-color: #FFF;
    margin: 0;
    border-bottom: 0;
}
.nav-ncc li#nav-maintain a:hover, .nav-ncc li#nav-faculty-students a:hover, .nav-ncc li#nav-self a:hover, .nav-ncc li#nav-certification a:hover, .nav-ncc li#nav-verify a:hover, .nav-ncc li#nav-more a:hover  {
	 background-color: #FFF;
     background-image: none;
     filter: none;
     color: #1961c4;
     cursor: pointer;
}
.nav-ncc li.active#nav-maintain a, .nav-ncc li.active#nav-faculty-students a, .nav-ncc li.active#nav-self a, .nav-ncc li.active#nav-certification a, .nav-ncc li.active#nav-verify a {
    background-color: #FFF;
    background-image: none;
    filter: none;
    color: #1961c4;
    border-bottom: 1px solid #FFF;
    margin-bottom: -1px;
}
.nav-ncc li#nav-verify {
    font-size: 20px;
    padding: 0;
    margin: 0;
    float: right;
}
.nav-ncc li#nav-verify a:hover {
    text-decoration: underline;
    border-color: white;
}
li.active#nav-home a {
    border-bottom: 1px solid #FFF;
    margin-bottom: -1px;
    background-color: #FFF;
    filter: none;
}
.nav-ncc > li.active > a:hover {
	 background-color: #FFF;
	 background-image: none;
     filter: none;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.custom-nav-bar {
	background-color: #F1F1F1;
	border-color: #999999;
}
.custom-nav-bar .icon-bar {
	background-color: #BC2062;
}
.navbar-login {
   font-size: 0.9em;
   margin-right: 0;
   float: right;
}
.navbar-login ul {
    list-style-type: none;
}
.navbar-login li {
    display: inline;
}
.navbar-right {
    margin-right: 0;
}
#nav-more, li#nav-more-maintain {
    display: none;
}
li#nav-more > ul li#nav-maintain {
    display: block;
}
#nav-more .dropdown-menu a {
    background-image: none;
    filter: none;
    background-color: transparent;
}
#nav-more ul.dropdown-menu li {
    border: 0;
    padding: 0;
}

/*Secondary Nav (Right Sidebar)*/
.layout #content-secondary {
   width: 25%;
}

#nav-secondary {
    background: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    list-style: none;
    margin: -25px 0 1em 0;
    padding: 10px;
    position: relative;
}

#nav-secondary li {
    margin-bottom: 0.42em;
    padding-left: 19px;
}

#nav-secondary li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin: 0 5px 0 -15px;
    color: #C0C0C0;
}

#nav-secondary li.active:before {
    color: #ae2062;
}

#nav-secondary li.active > a {
    font-weight: bold;
    color: #000;
}
#nav-secondary > li:first-child > a {
    font-size: 18px;
    color: #ae2062;
    line-height: 2em;
}
#nav-secondary > li:first-child:before {
    color: #FFF;
}
/*#nav-secondary li ul {
    list-style: none;
    margin-left: 0;
}
#nav-secondary li ul > li {
    list-style: none;
    padding-left: 0;
    margin-left: -10px;
}*/

/* Nav styles to deal with intermediary sizes */
@media only screen and (max-width : 991px) {
    .nav-ncc li#nav-maintain, .nac-ncc li#nav-maintain a, .nav-ncc li#nav-verify, .nac-ncc li#nav-verify a {
        display: none;
    }

    li#nav-more-maintain {
        display: block;
    }
}
@media only screen and (max-width : 1199px) {
    .nav-ncc li#nav-faculty-students, .nac-ncc li#nav-faculty-students a, .nav-ncc li#nav-verify, .nac-ncc li#nav-verify a {
        display: none;
    }
    
    .nav-ncc li#nav-verify, .nac-ncc li#nav-verify a {
        font-size: 14px;
    }

    #nav-more {
        display: block;
    }
}
/* Mobile/Collapsed Nav Styles - Small Devices, Tablets */
@media only screen and (max-width : 768px) {
        .nav-row {
           background-color: #f7f7f7;
       }
        .nav-row-home {
            display: block;
        }
        .nav-contain, .navbar-collapse {
           padding: 0;
       }
        .navbar-collapse ul.nav-stacked, .navbar-collapse ul.nav-stacked li {
		   padding: 0;
		   margin: 0;
	   }
        .navbar-collapse ul.nav-stacked li a, .navbar-collapse ul.nav-stacked li.active a { 
			margin: 0;
            border: 0;
           -moz-border-radius-topleft: 0;
           -moz-border-radius-topright: 0;
           -webkit-border-top-left-radius: 0;
           -webkit-border-top-right-radius: 0;
           border-top-left-radius: 0;
           border-top-right-radius: 0;
	   }
        .nav-ncc li a {
           padding: 10px 10px 10px 25px;
           color: #1961c4;
       }
        #nav-home a, #nav-home a:hover {
           padding: 10px 10px 10px 25px;
           color: #1961c4;
       }
       .navbar-collapse ul.nav-stacked li a:hover, #nav-home a:hover { 
            background-image: none;
            filter: none;
            background-color: #FFF;
            border-top: 1px solid #CCC;
	   }
       .navbar-collapse ul.nav-stacked li.active a:hover { 
			margin: 0;
	   }
       .nav-ncc li#nav-maintain a, .nav-ncc li#nav-faculty-students a, .nav-ncc li#nav-self a, .nav-ncc li#nav-certification a, .nav-ncc li#nav-verify a, li#nav-home a {
           background-image: none;
           filter: none;
           background-color: #f7f7f7;
           border: 0;
           border-top: 1px solid #CCC;
       }
       li#nav-home {
           border: 0;
       }
       .nav-ncc li#nav-verify {
            font-size: 14px;
            float: none;
        }
       .nav-ncc li#nav-verify a:hover {
            text-decoration: none;
            border-color: #CCC;
        }
       .navbar-collapse ul.nav-stacked li.active#nav-home a {
           background-color: #FFF;
       }
       .navbar-login {
           margin-right: 15px;
        }
       .nav-ncc li#nav-maintain, .nac-ncc li#nav-maintain a, .nav-ncc li#nav-verify, .nac-ncc li#nav-verify a {
            display: block;
        }
       #nav-more {
        display: none;
       }
       #nav-secondary {
           margin: 10px 0 1em 0;
       }
        .nav-ncc li#nav-faculty-students, .nac-ncc li#nav-faculty-students a, .nav-ncc li#nav-verify, .nac-ncc li#nav-verify a {
            display: block;
        }
}




/*Sub Header Bar
======================================================================*/
#navfoundation {
    margin: 0;
	width: 100%;
	height: 55px;
    background: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-linear-gradient(top,#FFFFFF 0,#e6e6e6 100%);
    background-image: -o-linear-gradient(top,#FFFFFF 0,#e6e6e6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#e6e6e6));
    background-image: linear-gradient(to bottom,#FFFFFF 0,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e6e6e6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e6e6e6')";
    background-repeat: repeat-x;
    border-top: 1px solid #ccc;
    clear: both;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.16;
    padding: 17px 0 15px;
}

#navfoundation.certification {
	border-top: 0.25px solid #a3c0e7;
    background-color: #AAA;
	background-image: -webkit-linear-gradient(top,#FFFFFF 0,#D5E2F5 100%);
    background-image: -o-linear-gradient(top,#FFFFFF 0,#D5E2F5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#D5E2F5));
    background-image: linear-gradient(to bottom,#FFFFFF 0,#D5E2F5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    color: #1961c4;
}

#navfoundation.self {
	border-top: 1px solid #fff8df;
    background-color: #AAA;
	background-image: -moz-linear-gradient(top, #fff, #fff8df);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #fff8df));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fff8df');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fff8df')";
    border-color: #f1b939;
    background-repeat: repeat-x;
    color: #eea808;
}

#navfoundation.faculty-students  {
	border-top: 1px solid #42bdae;
    background-color: #AAA;
	background-image: -moz-linear-gradient(top, #fff, #b4e4df);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #b4e4df));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#b4e4df');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#b4e4df')";
    background-repeat: repeat-x;
    color: #35978c;
}

#navfoundation.maintain   {
	border-top: 1px solid #beb1cf;
    background-color: #AAA;
	background-image: -moz-linear-gradient(top, #fff, #e0dae8);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #e0dae8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e0dae8');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e0dae8')";
    background-repeat: repeat-x;
    color: #5d3d88;
}


/*.subheading {
    padding-top: 0.6em;
}*/
@media only screen and (max-width : 768px) {
    #navfoundation {
        font-size: 18px;
    }
    .subheading {
        padding-top: 0.9em;
    }
}

/*Search Bar
======================================================================*/
#search {
    background: #f7f7f7;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    clear: right;
    color: #4d4d4d;
    float: right;
    font-size: 13px;
    margin-bottom: 0;
    padding: 8px 13px 11px 13px;
    width: 400px;
}
#search p {
    margin: 0;
}
#search p label {
    font-weight: normal;
    font-size: 0.9em;
}
#search .txt {
    margin-right: 1%;
    width: 75%;
    height: 28px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px #ddd;
    -webkit-box-shadow: inset 0 1px 1px #ddd;
    box-shadow: inset 0 1px 1px #ddd;
    padding: 0.3em;
}
#search input {
    vertical-align: middle;
}

.input_default_wrap {
    margin-left: 0;
}
.btn-search {
    height: 28px;
    padding-top: 3px;
}

@media only screen and (max-width : 991px) {
        #search {
            width: 350px;
        }
}
@media only screen and (max-width : 768px) {
        #search {
            display: none;
        }
        .mobile_search_holder {
            display: block;
        }
}

@media only screen and (max-width: 479px){

    .search_results_search { margin-left:6% !important;margin-right:1rem; margin-top:1rem; }
    .search_results_search > label { max-width:30%; }
    .search_results_search > input { max-width:77%; width:77%; margin-top:1px; }
    #addsearch-results { margin-left:1rem !important;margin-right:auto !important;}
}

@media only screen and (min-width: 480px){
        
    .search_results_search { margin-left:6% !important;margin-right:1rem; margin-top:1rem; }
    .search_results_search > label { max-width:30%; }
    .search_results_search > input { max-width:84%; width:84%; margin-top:1px; }
    #addsearch-results { margin-left:6% !important;margin-right:auto !important;}
    .search_results_search .action { padding:0.5em; min-width:5em;  }
}

#addsearch-results .addsearch-result-item-sub p{ font-size:larger; }
#addsearch-logo { display: none !important; }

/* Home Page Layout Styles
======================================================================*/

.layout #content-primary {
    width: 100% !important;
}

.home-row {
    padding-top: 5px;
}
#account-mini {
    background: #fff;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #f2f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f2f2f2')";
    border: 1px solid #ccc;
    border-radius: 6px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 25px;
    padding: 20px 14px;
    min-width: 196px;
}
#account-mini h2 {
    color: #ae2062;
    font-size: 17px;
    margin-top: 0;
    font-weight: bold;
}
#account-mini .txt {
    width: 92%;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px #ddd;
    -webkit-box-shadow: inset 0 1px 1px #ddd;
    box-shadow: inset 0 1px 1px #ddd;
    padding: 0.3em;
}
#account-mini label {
    font-weight: normal;
    width: 100%;
}

#below-login > a > img {
    max-width: 181.5px;
}

.btn-account-mini {
    background: #ce79a1;
    background-image: -moz-linear-gradient(top, #ce79a1, #ae2062);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ce79a1),color-stop(1, #ae2062));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ce79a1', EndColorStr='#ae2062');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ce79a1', EndColorStr='#ae2062')";
    color: #fff;
    border-color: #ae2062;
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
}
.btn-account-mini:hover {
    color: #EEE;
}
#account-mini hr {
    background-color: #ddd;
    border: 0;
    clear: both;
    color: #ddd;
    height: 1px;
    margin: 1em 0;
}
.panels-parent {
    margin-left: 15px;
    margin-right: 0;
    padding-right: 0;
}
.panel {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 0;
    width: 24%;
    margin-left: 1%;
    margin-right: 0;
    display: inline-flex;
}
.panel h2 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 0;
}

.panel-content {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    border-width: 0;
    padding: 13px 14px;
    height: 162px;
    width: 100%;
}

#panel-certification {
    background: #1961c4;
}
#panel-certification .panel-content {
    background: #d3e1f4;
    background-image: -moz-linear-gradient(top, #fff, #d3e1f4);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #d3e1f4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d3e1f4');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d3e1f4')";
    border-color: #a3c0e7;
}
#panel-self {
    background: #eea808;
}
#panel-self .panel-content {
    background: #fff8df;
    background-image: -moz-linear-gradient(top, #fff, #fff8df);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #fff8df));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fff8df');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fff8df')";
    border-color: #f1b939;
}
#panel-faculty-students {
    background: #35978c;
}
#panel-faculty-students .panel-content {
    background: #b4e4df;
    background-image: -moz-linear-gradient(top, #fff, #b4e4df);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #b4e4df));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#b4e4df');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#b4e4df')";
    border-color: #42bdae;
}
#panel-maintain {
    background: #5d3d88;
}
#panel-maintain .panel-content {
    background: #e0dae8;
    background-image: -moz-linear-gradient(top, #fff, #e0dae8);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #e0dae8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e0dae8');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e0dae8')";
    border-color: #beb1cf;
}
.panel .action {
    color: #FFF;
    padding: 5px 5px 5px 5px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    white-space: pre-wrap;
}
.panel a.action:hover {
    text-decoration: none;
    color: #EEE;
}
#panel-certification .action {
    background: #75a0dc;
    background-image: -moz-linear-gradient(top, #75a0dc, #1961c4);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #75a0dc),color-stop(1, #1961c4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#75a0dc', EndColorStr='#1961c4');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#75a0dc', EndColorStr='#1961c4')";
    border-color: #1961c4;
    margin-top: 55px;
}
#panel-self .action {
    background: #f3c310;
    background-image: -moz-linear-gradient(top, #f3c310, #ea9001);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f3c310),color-stop(1, #ea9001));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3c310', EndColorStr='#ea9001');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3c310', EndColorStr='#ea9001')";
    border-color: #ea9001;
    margin-top: 37px;
}
#panel-faculty-students .action {
    background: #7bd1c7;
    background-image: -moz-linear-gradient(top, #7bd1c7, #35978c);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7bd1c7),color-stop(1, #35978c));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7bd1c7', EndColorStr='#35978c');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7bd1c7', EndColorStr='#35978c')";
    border-color: #35978c;
    margin-top: 20px;
}
#panel-maintain .action {
    background: #9e8bb8;
    background-image: -moz-linear-gradient(top, #9e8bb8, #5d3d88);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9e8bb8),color-stop(1, #5d3d88));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9e8bb8', EndColorStr='#5d3d88');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9e8bb8', EndColorStr='#5d3d88')";
    border-color: #5d3d88;
    margin-top: 15px;
}
.feature {
    height: 200px;
    margin: 0;
    padding: 0;
    margin: 1%;
    width: 48%;
    float: left;
}
.feature img {
    max-width:100%;
    max-height:100%;
    border: 1px solid #DDD;
}

.feature-wide {
    margin: 0;
    padding: 0;
    margin: 1%;
    width: 97.9%;
    float: left;
}

    .feature-wide img {
        max-width: 100%;
        max-height: 100%;
        border: 1px solid #DDD;
    }

ul.cert-specialties {
    list-style-type: none;
}

ul.cert-specialties li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 -15px;
}

ul.quicklinks {
    list-style-type: none;
    margin: 0;
    margin-top: 20px;
}
ul.quicklinks li {
    margin-bottom: 0.5em;
    padding-left: 20px;
    font-size: 15px;
}
ul.quicklinks li:before {    
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 -15px;
    font-size: 20px;
    color: #ae2062;
}
@media only screen and (max-width : 1199px) {
    .panel {
        width: 23.1%;
    }
    #panel-certification .action {
        margin-top: 59px;
    }
    #panel-self .action {
        margin-top: 34px;
    }
    #panel-faculty-students .action {
        margin-top: -5px;
    }
    #panel-maintain .action {
        margin-top: 18px;
    }
}
@media only screen and (max-width : 991px) {
    .panel {
        width: 48%;
    }
    #panel-certification .action {
        margin-top: 58px;
    }
    #panel-self .action {
        margin-top: 40px;
    }
    #panel-faculty-students .action {
        margin-top: 40px;
    }
    #panel-maintain .action {
        margin-top: 17px;
    }
    #below-login {
        display: none;
    }
}
@media only screen and (max-width : 768px) {
    .panel {
        width: 90%;
    }
    #panel-certification .action {
        margin-top: 48px;
    }
    #panel-self .action {
        margin-top: 48px;
    }
    #panel-faculty-students .action {
        margin-top: 48px;
    }
    #panel-maintain .action {
        margin-top: 48px;
    }
    #account-mini {
        display: none;
    }
    .feature {
        height: auto;
    }
}

/*Member Profile
======================================================================*/
#profile {
    padding-top: 20px;
}

#profile h1, h4 {
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
}
#profile h2 {
    color: #762a4d;
    font-size: 24px;
    font-weight: bold;
}
a.alert-danger, a.alert-info {
    padding: 10px;
    margin-left: 10px;
}
a.alert-danger:hover {
    text-decoration: none;
    color: #a94442;
}
a.alert-info:hover {
    text-decoration: none;
    color: #31708f;
}

#nav-secondary li.profile-child {
    margin-left: 1.5em;
}

.profile-section {
    border-top: 1px solid #CCC;
}
.license-table td {
    vertical-align: top;
    padding: 5px;
    padding-right: 15px;
}
table.profile-table {
    width: 100%;
    border: 0;
}
table.profile-table th.profile-head {
    background-color: #EEE;
    color: #000;
    border: 0;
}
table.profile-table th {
    color: #565656;
    font-weight: bold;
    padding: 0.2em 0.5em;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}
table.profile-table td {
    border-bottom: 1px solid#CCC ;
    padding: 0.2em 0.5em;
}
table.profile-table td.profile-section-row {
    background-color:  #fafafa;
    color: #000;
    padding: 0.0em 0.5em;
    text-align: left !important;
}
table.profile-table-ce td:first-child {
    width: 50%;
}
table.profile-table-ce td:last-child, table.profile-table-ce th:nth-child(3) {
    text-align: right;
}
table.profile-table tfoot td {
    border-bottom: 0;
}
table.profile-table tfoot td:last-child {
    text-align: left;
}
table.profile-table-clean td:first-child {
    width: unset;
}
table.profile-table-clean td {
    border-bottom: 0;
}
table.profile-table tr.last-row {
    border-bottom: 1px solid #000;
}
table.fixed {
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
}

    table.fixed td {
        word-wrap: break-word;
    }

table.keep-line-breaks td {
    white-space: pre-line;
}
.profile-image {
    text-align: center;
    font-size: 14px;
}
.form-content span.label {
    color: #000;
    font-size: 100%;
}
.c2l, .c3l, .c3m {
    float: left;
}
.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-list>li {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: .75em;
}
.contact-list .tools {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-list .tools li {
    float: left;
    font-size: 18px;
    margin-left: 8px;
}
.contact-list .flags {
    color: #777;
    list-style: none;
    font-size: 11px;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.contact-list .flags li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}
.options-h, .options-v {
    list-style: none;
    margin: 0;
}
.options-v > li {
    padding-left: 22px;
    text-indent: -22px;
}
.contact-list .type {
    color: #777;
}
.contact-list .fa-check {
    color: #3f9f1f;
}
a.acp-notice {
    background-color: #1961c4;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
    margin-left: 20px;
}
a.acp-notice:hover {
    text-decoration: none;
}
.col-your-modules {
    width: 30%;
}

/*Footer Styles
======================================================================*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 140px;
  padding: 0;
  margin: 0;
  background-color: #FFF;
}
#footertop {
    background-color: #FFF;
	color: #888;
	padding-top: 10px;
	min-height: 100px;
	font-size: 12px;
}
#copybar {
	background-color: #FFF;
	color: #7f7f7f;
	min-height: 40px;
	margin: 0;
	font-size: 12px;
}
#copybar p {
    padding-top: 10px;
}
ul#footer-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#footer-nav li {
    display: inline;
    margin-right: 10px;
}
.footer-container {
	border-top: 1px solid #DDD;
	padding-top: 10px;
}
.org {
	color: #AE2062;
	font-size: 14px;
	font-weight: bold;
}
ul.social-buttons {
	list-style-type: none;
	text-align: right;
    margin: 0;
}
li.social-buttton-item {
	display: inline-block;
}
a.btn-social-icon {
	color: #C0C0C0;
    background-color: transparent;
}
a.btn-social-icon:hover {
	color: #337ab7;
}
a.btn-twitter:hover {
	color: #1B95E0;
}
a.btn-linkedin:hover{
	color: #0077B5;
}
a.btn-pinterest:hover {
	color: #BB363C;
}


a.social {
    padding: 3px;
    width: 75px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 1em;
    margin-left: 0 !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.social:hover {
    opacity: 0.7;
}

a.social i.fa {
    color: #ffffff;
    margin-left: 41%;
    margin-top: 4%;
}

a.facebook {
    background: #3B5998;
}

a.twitter {
    background: #55ACEE;
}

a.linkedin {
    background: #007bb5;
}




address {
    margin-bottom: 10px;
}
@media only screen and (max-width : 768px) {
        body {
            margin-bottom: 210px;
        }
}

/* Form Styles
======================================================================*/



/* Color of invalid field */
.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
    color: #D9534F;
}

.form-control {
    padding: 6px 5px;
}

.has-error .form-control {
	border-color: #D9534F;
}

/* Color of valid field */
.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
    color: #5CB85C;
}

.has-success .form-control {
	border-color: #5CB85C;
}

.form-control-feedback {
    right: 15px;
  
}
.form-check-label {
	font-weight: normal;
}

#voucherCodeDiv {
	display: none;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

ol.breadcrumb li.active {
	font-weight: bold;
	color: #000;
}
select.txt-select {
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px #ddd;
    -webkit-box-shadow: inset 0 1px 1px #ddd;
    box-shadow: inset 0 1px 1px #ddd;
    padding: 0.3em;
    color: #999999;
}
select.txt-select option{
  color: #000;
}
select.txt-select option:first-child {
  color: #999999;
}
legend {
    color: #762a4d;
}
#row-salary, #row-aprn, #row-aprn-program, #row-emptype, #row-professional-other, #row-degree-other, #row-practice-other, #verify-complete, #row-emp-other, #row-prior, 
#row-aprn-other, #row-role-other, #code-inputs-modal, #divSched, #divExam, #divExamPEC, #divExamComputer, #row-specialty-other, #row-credential-other, 
#divCheck, #divRadChange, #divRadChange1, #divRadChange2, #thirdparty, #maintVoluntary, #work-contact-maint, #row-gender-other, #row-totalyears {
    display: none;
}
.list-group-item {
    padding: 0 0;
    border: 0;
}
.list-group {
    border: 1px solid #ccc;
    padding: 10px;
}
.cert-status {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 15px;
    font-size: 21px;
}
.cert-status b {
    color: #762a4d;
}
.emp-options, .emp-options-maint, .emp-options-emp, .emp-options-paid {
    display: none;
}
#code-inputs {
    display: none;
}
#code-inputs > ul > li > .checkbox label {
    padding-left: 0;
}
.code-hours {
    float: right;
    width: 50px;
    margin-right: 10px;
}
.code-hours-modal {
    float: right;
    width: 50px;

}

table.form-table {
    border-collapse: collapse;
    width: 100%;
}

table.form-table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

table.form-table thead th {
    background: #eee;
    font-weight: bold;
    vertical-align: bottom;
}

table.form-table td, table.form-table th {
    border: 1px solid #ccc;
    border-width: 1px 1px 0px 1px;
    padding: 0.2em 0.5em;
}

table.form-table>tbody>tr:last-child td {
    border-bottom: 1px solid #ccc;
}

table.form-table tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
}

table.form-table .num, .num input {
    text-align: right;
}
table.form-table tfoot td {
    border-width: 1px 0;
}
table.form-table td.credit {
    text-align: right;
    color: forestgreen;
}
.total-error {
    border-color: #BB4442;
    background-color: #fab7b7;
}
.total-warning {
    border-color: #8A6D3B;
    background-color: bisque;
}
.total-valid {
    border-color: #3C763D;
    background-color: lightgreen;
}

.agreement-form ol li {
    margin: 10px;
}

.app-process {
    border-top: 1px solid #ddd;
    list-style: none;
    margin: 0;
    padding: 0;
}
.app-process > li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 0.7em 0;
}
.app-process .app-step {
    float: left;
    width: 73%;
}
.app-process .app-status {
    float: right;
    width: 24%;
}
.app-process .app-status .fa {
    font-size: 1.2em;
}
.fa-check, .fa-check-circle {
    color: #a5c800;
}
.fa-ban {
    color: #666;
}
ol.breadcrumb {
    margin-left: 0;
}
div.notice {
    background-color: #fff6d3;
    border: 3px solid #ffe27e;
}


/*Override Bootstrap alert defaults*/
    .alert-warning, .alert-danger, .alert-info, .alert-success {
        color: #000;
    }
    .alert-warning h6, .alert-danger h6, .alert-info h6, .alert-success h6 {
        font-weight: bold;
        margin-top: 0;
        font-size: 1.3em;
    }
    .alert-warning h6, .alert-danger h6 {
        color: #ae2062;
    }
    .alert-info h6 {
        color: #31708f;
    }
    .alert-success h6 {
        color: #3c763d;
    }

    .alert {
        border: 3px solid transparent;
    }
    .alert-warning {
        border-color: #ffe27e;
    }
    .alert-danger {
        border-color: #dd9898;
    }
    .alert-success {
        border-color: rgb(214, 233, 198);
    }
    .alert-info {
        border-color: rgb(188, 232, 241);
    }
    .alert i {
        font-size: 1.5em;
    }
    .alert p {
        margin-bottom: 10px;
    }
    #notification { padding-bottom: 1em; }

/*Button Styles
======================================================================*/
.btn-ncc {
    color: #BC2062;
    background-color: #F1F1F1;
    border-color: #999999;
	font-weight: bold;
}

.btn-ncc {
    background-image: -webkit-linear-gradient(top,#FFFFFF 0,#E7E7E7 100%);
    background-image: -o-linear-gradient(top,#FFFFFF 0,#E7E7E7 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#E7E7E7));
    background-image: linear-gradient(to bottom,#FFFFFF 0,#E7E7E7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #999999;
    color: #BC2062;
    font-weight: bold;
    background-color: #F1F1F1;
}

.btn-updatepro {
    background: #75a0dc;
    background-image: -moz-linear-gradient(top, #75a0dc, #1961c4);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #75a0dc),color-stop(1, #1961c4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#75a0dc', EndColorStr='#1961c4');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#75a0dc', EndColorStr='#1961c4')";
    border-color: #1961c4;
    color: #FFF;
    font-weight: bold;
    float: right;
}

.btn-profile:hover {
    color: #eee;
}

.btn-secondary {
    color: #000;
    background-color: #ccc;
    font-weight: normal;
}

.btn-viewall {
    margin-top: 20px;
}


/*Utility Classes
======================================================================*/
.italic {
    font-style: italic;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.vert-align {
	display: flex;
	align-items: center;
}
.no-transition {
   -webkit-transition: none;
   -moz-transition: none;
   -o-transition: none;
   transition: none;
}
.no-margin-padding {padding: 0; margin: 0;}
.no-left-padding {padding-left: 0;}
.green {
    color: green;
}

h1 .mute {
    display: block;
}
.mute {
    color: #666;
    font-size: 12px;
    margin-left: 0;
}
.red-color {
    color: #DA0D0D;
}
.bold-text {
    font-weight: bold;
}
a.pointer {
    cursor: pointer;
}
.req {
    color: red;
}

#CurrentLicense .close {
    opacity: 1;
    font-size: 16px;
    color: red;
}
#CurrentLicense .close:hover {
    color:#23527c; 
    opacity: 1;
}

/* Homepage */
.home-page-navbar-container {
    display: none;
}


.home-mini-banner {
    display: inline;
    padding-left: 1%;
}

.home-mini-banner img {
    padding-top:1.2em;
}

@media only screen and (max-width: 768px) {

    
    .home-page-navbar-container {
       display: block;
    }

    .nav-tabs > li {
       float: none !important;
    }

    li#nav-home,
    li#nav-certification,
    li#nav-self,
    li#nav-more,
    li#nav-maintain,
    li#nav-verify,
    li#nav-faculty-students {
        background: #f7f7f7;
    }

    li#nav-home:hover,
    li#nav-certification:hover,
    li#nav-self:hover,
    li#nav-more:hover,
    li#nav-maintain:hover,
    li#nav-verify:hover,
    li#nav-faculty-students:hover {
        background: white;
    }

    .nav-ncc li {
        padding: 0;
    }
}

/* Test Styles */
.test-timer {
    float: right; 
    width: 200px; 
    margin-top: 20px;
}

/* Catalogs */
    .catalogs {
        font-size: 13px;
        list-style: none;
        margin-left: 0;
    }

    .catalogs li {
        float: left;  
        margin-right: 4%;
        padding-left: 85px;
        width: 45%;
    }

        .catalogs li:nth-child(even) {
            float: right;
            margin-right: 0;
        }

    .catalogs img {
        float: left;
        margin: 5px 0 0 -85px; 
    }

    .catalogs h3 {
        margin: 0;
    }


/* Coding books */
    .coding-books {
        font-size: 13px;
        list-style: none;
        margin-left: 0;
    }

    .coding-books li {
        float: left;
        height: 125px;
        margin-right: 4%;
        padding-left: 85px;
        width: 45%;
    }

    .coding-books li:nth-child(even) {
        float: right;
        margin-right: 0;
    }

    .coding-books img {
        float: left;
        margin: 5px 0 0 -85px;

    }

    .coding-books h3 {
        margin: 0;
    }



/* Modules */
.modules dd, .modules dt {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.modules dd {
    background: #fff;
    border: 1px solid #b2b2b2;
    clear: both;
    font-size: 13px;
    margin: 0 0 10px 10px;
    padding: 7px 8px 8px;
    position: relative;
}

.modules dt {
    background: #e98e00;
    background-image: -moz-linear-gradient(top, #f3c10f, #e98e00);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f3c10f),color-stop(1, #e98e00));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3c10f', EndColorStr='#e98e00');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3c10f', EndColorStr='#e98e00')";
    color: #fff;
    clear: both;
    float: left;
    font-weight: bold;
    margin: 0 0 -13px;
    text-transform: uppercase;
    padding: 6px 13px 16px 10px;
}

.modules ul {
    margin-bottom: 0;
}


/* Protected Areas */
.censored { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ffc; padding: 0 50px; display: none; }

.censored a { 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff; 
  border: 1px solid #ccc; 
  display: block; 
  font-size: 20px; 
  margin: 30px auto; 
  padding: 10px 20px; 
  text-align: center; 
  text-decoration: none;
}

.censored a:hover { background: #0d379b; color: #fff; }
.protected { position: relative; height: 100%; }

/* Box */
.box {
    background: #fff;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #f2f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f2f2f2')";
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
}

/* Margin Overrides */
.no-margin {
    margin:0 !important;
}

.no-top-margin {
    margin-top:0 !important;
}

.no-bottom-margin {
    margin-bottom:0 !important;
}

label.unstyled { font-weight: inherit;font-size: inherit;margin-bottom: inherit;max-width: inherit;display: inherit;  }
label.regular { font-weight: inherit;font-size:inherit; color:inherit; }

.display-none {
    display: none;
}

.tight p {
    margin: 0;
    padding: 0;
}

.profile-fields td {
    border: none !important;
    vertical-align: top;
    padding: 5px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.profile-fields {
    margin-bottom: 0 !important;
}

.npi-text {
    font-size: 18px;
}

.form-group-tight {
    margin-top: -10px; 
    margin-bottom: 0px;
}

.col-tight {
    margin-top: -10px;
    margin-bottom: -10px;
}

.red-link:link {
    color: #ff0000;
}

.red-link:visited {
    color: #cc0000;
}

.red-link:hover {
    color: #ff6666;
}

.red-link:active {
    color: #990000;
}