﻿/* Existing FIMS Styles (check) */
.dropdown-menu {
    background-color: #222222 !important;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom-color: #222222 !important;
}

.appNavbar .navbar-inner .nav .active .dropdown-menu a {
    background-color: #222222 !important;
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #524a36 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-color: #000000;
    background-image: -moz-linear-gradient(top, #000000, #000000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(to bottom, #000000, #000000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #f4d891;
}

.pointer-on-hover:hover {
    cursor: pointer;
}

.table-border-bottom {
    border-bottom: 1px solid #bfbfbf;
}

.active-record {
    color: #9a7c14;
    font-weight: bold;
}

.formList {
    padding-top: 5px;
    padding-left: 20px;
}

    .formList li {
        padding-bottom: 10px;
    }

    .formList label.inline {
        display: inline;
    }

    .formList input[type="checkbox"] {
        vertical-align: text-bottom;
    }







/* Global */
body {
    min-width: 290px;
    padding-top: 148px;
}

/* Portal Navigation Bar */
.portalNavbar {
    background-color: #151515;
    height: 86px;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    border-bottom: 1px dashed #555555;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

    .portalNavbar .container-fluid {
        padding: 0 !important;
        margin: 0 !important;
    }

    .portalNavbar .nav {
        margin-top: 19px;
    }

        .portalNavbar .nav a {
            color: #FFFFFF !important;
            font-size: 12px;
        }

            .portalNavbar .nav a:hover {
                color: #FFFFE6 !important;
            }

    .portalNavbar .navbar-brand {
        padding: 11px 0 0 12px !important;
        margin: 0 !important;
    }

/* Application Navigation Bar */
.appNavbar {
    margin-top: 86px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 1031;
}

    .appNavbar .nav li a {
        color: #CDB987;
        font-size: 13px;
    }

        .appNavbar .nav li a:focus {
            color: #CDB987;
            font-size: 13px;
        }

        .appNavbar .nav li a:hover {
            background-color: #000000;
            color: #f4d891;
        }

    .appNavbar .nav .active a {
        background-color: #000000;
    }

        .appNavbar .nav .active a:hover {
            color: #f4d891;
        }

    .appNavbar .nav > .active > a,
    .appNavbar .nav > .active > a:hover,
    .appNavbar .nav > .active > a:focus {
        color: #f4d891;
    }

    .appNavbar .navbar-brand, .appNavbar .navbar-brand:hover, .appNavbar .navbar-brand:active, .appNavbar .navbar-brand:focus {
        color: #CDB987;
        padding-bottom: 0;
    }

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        position: relative;
    }

    .navbar-nav {
        margin-right: 0 !important;
    }

    .appNavbar {
        margin-top: 0;
        margin-bottom: 0;
    }

    .nav {
        margin-bottom: 0px;
    }
}


/* Profile Navigation Bar */
.profileNavbar {
    margin-top: 137px;
    background-color: #f6f1e5;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

    .profileNavbar .nav li a {
        color: #151515;
        font-size: 13px;
    }

        .profileNavbar .nav li a:hover, .profileNavbar .nav li a:focus {
            color: #000000;
            font-size: 13px;
            background-color: #e3d4b1;
        }

    .profileNavbar .nav .active a {
        color: #151515;
        background-color: #CDB987;
    }

        .profileNavbar .nav .active a:hover, .profileNavbar .nav .active a:focus {
            color: #000000;
            background-color: #CDB987;
        }

@media (max-width: 768px) {
    .profileNavbar {
        margin-top: 0;
    }
}

/* Pull Right, Left on Extra small devices */
@media (max-width: 768px) {
    .pull-right-sm {
        float: left;
    }
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
}


/* Application Specific Style */
.AddButton {
    width: 100%;
    color: #337ab7;
    background-color: #f6f1e5;
}

    .AddButton:hover {
        color: #337ab7;
        background-color: #e3d4b1;
    }

table.infoPadding td {
    padding: 4px;
}


/*override panel primary color*/
div.panel-primary {
    border-color: #B8B8B8;
}

    div.panel-primary > .panel-heading {
        background-color: #151515;
        background-image: linear-gradient(to bottom,#151515 0,#444444 100%);
        border-color: #151515;
    }

h3.panel-title {
    color: #CDB987;
}

/*change the color of the panel body*/
.editMode {
    background-color: #f6f1e5;
}

.errorMsg {
    color: #a94442;
}

/*Change the color for the loading icon that's used when loading the content*/
.loading {
    text-align: center;
    vertical-align: middle;
    color: #8a6d3b;
}

/*Change the opacity of the saved label and make it fade*/
.default {
    opacity: 1;
}

.fade {
    -webkit-transition: opacity 2s; /* For Safari 3.1 to 6.0 */
    transition: opacity 2s;
    opacity: 0;
}

.inlineLinkBtn{
        padding-left: 1px;
        padding-right: 1px;
}

.angular-with-newlines {
    white-space: pre-wrap;
}



@media (min-width: 0px) {
	.jumbotron {
		padding: 105px 0 0 0 !important;
	}
}

@media (min-width: 768px) {
	.jumbotron {
		padding: 145px 0 45px 0 !important;
	}
	.jumbotron input {
		width:400px !important;
	}
	.subpage-photo input {
		width:300px !important;
	}
}

@media (min-width: 992px) {
	.jumbotron {
		padding: 220px 0 120px 0 !important;
	}
	.pull-right-md {
		float: right;
	}
	.text-right-md {
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.jumbotron {
		padding: 285px 0 185px 0 !important;
	}
}

.jumbotron {
	background: url(images/bgSeal8.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron.alt {
	background: url(images/new12.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron h1 {
	font-size: 90px;
	color:#FFFFFF;
	text-shadow:0 2px 3px rgba(0,0,0,.9);
	margin-top: 0px;
}

.jumbotron p {
	color:#FFFFFF;
	text-shadow:0 2px 3px rgba(0,0,0,.9);
}

.homepage-buckets {
	margin: 60px auto;
}

.homepage-buckets p {
	line-height: 24px;
}

.big-icon {
	font-size:100px;
	color:#d0b781;
}


.whitebg {
	background-color:#FFFFFF;
}

.searchbox {
    padding: 30px 0 50px 0;
    background-color: rgba(0,0,0,.3);
}

.subpage-searchbox {
	background-color: rgba(0,0,0,.3);
	padding:10px 0 40px 0;
}

.subpage-photo {
	background: url(images/bgSeal8sub.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 150px 0 40px 0 !important;
	color:#FFFFFF;
	text-shadow:0 2px 3px rgba(0,0,0,.9);
	margin-bottom:30px;
}



.subpage-photo h1 {
	color:#FFFFFF;
	font-size:80px;
}

.form-inline .form-control {
    width:auto;
    display: inline-block;
    vertical-align: middle;
}

.fullgray {
	margin-top:20px;
	padding:40px 0 60px 0;
	background-color:#EBEBEB;
	margin-bottom:30px;
}

.fullgold {
	margin-top:20px;
	padding:40px 0 60px 0;
	background-color:#f6f1e5;
	margin-bottom:30px;
}

.homepage-featured p{
	line-height: 24px;
}

.padded li {
	padding: 6px 0;
}

.homepage-departments {
	padding-bottom:30px;
}

.fulldarkgray {
	margin-top:20px;
	padding:40px 0 60px 0;
	background-color: #202020;
	color: #fdfbd0;
}

.fulldarkgray h1, .fulldarkgray h2, .fulldarkgray h3, .fulldarkgray h4, .fulldarkgray h5, .fulldarkgray h6{
	color: #eeeeee;
}

.fulldarkgray a{
	color: #fdfbd0;
}

h1, h2, h3, h4, h5, h6 {
	color: #202020;
	font-family: 'Fjalla One', sans-serif;
	font-weight:400;
}

h3 {
	font-size: 42px;
	padding-bottom: 5px;
}

h4 {
	margin-bottom:3px;
}

.padded-paragraph {
	padding:0 14px 14px 24px;
}

h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}

/*highlight boxes in the View Profile page for edit*/
.highlightedBox{
   /* color: #31708f;*/
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 4px;
}

html {
   -ms-overflow-style: scrollbar;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}