@font-face {
    font-family: 'Glyphicons Regular';
    src: url('../fonts/glyphicons-regular.eot');
    src: url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/glyphicons-regular.woff') format('woff'),
    url('../fonts/glyphicons-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.glyphicon-pro {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-pro-lock:before {
    content: "\1F512";
}

.glyphicon-pro-paperclip:before {
    content: "\1F4CE";
}

.glyphicon-pro-icon.lock {
    background-position: -140px -949px;
}

.text-primary {
    color: #003d7a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #003d7a;
    font-family: 'frutiger_lt_std55_roman';
}

h2,
.h2 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 20px;
    text-align: left;
    font-family: 'frutiger_lt_std55_roman';
}

h5,
.h5 {
    font-size: 18px;
    text-align: center;
    font-family: 'frutiger_lt_std55_roman';
}

h2.no-margin{
    margin: 0px;
}

legend {
    color: #555;
}

a{
    color: #0097d3;
    cursor: pointer;
}

a.underline{
    text-decoration: underline;
}

.modal-title{
    color: #003d7a;
    font: 20px 'frutiger_lt_std55_roman', sans-serif;
}

.form-control {
    display: block;
    height: 30px;
    padding: 6px 6px;
    color: #444;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    font-size: 0.9em;
}

.input-lg {
    height: 29px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 4px;
    width: 100%;
}

select.input-lg {
    height: 29px;
    line-height: 36px;
}
.btn {
    padding: 4px 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font: 13px 'frutiger_lt_std55_roman', sans-serif;
}

.btn .caret {
    border-top-color: #fff;
}

.btn:hover, .btn:focus {
    color: #555555;
}

.btn-default, .btn-default:hover{
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(60%, #ffffff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 60%, #f5f5f5);
    background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
    background-color: #f5f5f5;
    color: #555;
    background-repeat: no-repeat;
}
.btn-default {
    border: 1px solid #e6e6e6;
}

.btn-default:hover {
    border: 1px solid #bbb;
}

.btn-default .caret {
    border-top-color: #555555;
}

.btn-primary, .btn-primary:hover, .btn-primary-disable, .btn-primary-disable:hover{
    color: #fff;
    border: 1px solid #0186bb;
    background-repeat: no-repeat;
    background-color: #30B7C9;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#30B7C9), color-stop(55%, #2d78c8), to(#0097D3));
    background-image: -webkit-linear-gradient(#30B7C9, #2d78c8 140%, #0097D3);
    background-image: -moz-linear-gradient(top, #30B7C9, #2d78c8 140%, #0097D3);
    background-image: linear-gradient(#30B7C9, #2D78C8 140%, #0097D3);
}

.btn-primary:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#30B7C9), color-stop(55%, #30B7C9), to(#0097D3));
    background-image: -webkit-linear-gradient(#30B7C9, #30B7C9 55%, #0097D3);
    background-image: -moz-linear-gradient(top, #30B7C9, #30B7C9 55%, #0097D3);
    background-image: linear-gradient(#30B7C9, #30B7C9 55%, #0097D3);
}

.btn-primary-disable, .btn-primary-disable:hover, .btn-primary[disabled] {
    opacity: 0.6;
}

.modal-body {
    text-align: left;
}

.pagination .active > a,
.pagination .active > a:hover {
    border-color: #ddd;
}

.widget-search-container{
    padding: 10px; margin: 0 auto; width: 60%;
}

.input-search{
    float:none!important; width: 70%; display: inline;
}

.ui-widget-header {
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial,sans-serif;
    font-size: 1em;
}

.ui-widget input{
    padding: 3px 7px;
}

.ui-widget select{
    padding: 5px 5px;
}


.center-btn{
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.panel {
    background-color: #fff;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th {
    color: #223f77;
    text-align: center;
    background-color: #dadada;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dadada), color-stop(52%, #f1f6fa), to(#dadada));
    background-image: -webkit-linear-gradient(#dadada, #f1f6fa 52%, #dadada);
    background-image: -moz-linear-gradient(top, #dadada, #f1f6fa 52%, #dadada);
    background-image: linear-gradient(#dadada, #f1f6fa 52%, #dadada);
    background-repeat: repeat-x;
    padding: 6px;
    font-size: 0.9em;
}

.bg-widget{
    background-color: #fff;
    border: 1px solid #bac0c3;
    border-radius: 6px;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.bg-widget .header{
    height: 32px;
    color: #fff;
    font: 14px 'frutiger_lt_std55_roman', sans-serif;
    background-image: -webkit-linear-gradient(#c6c9cf,#7c8792,#4c5b6a); /* For Safari */
    background-image: -o-linear-gradient(#c6c9cf,#7c8792,#4c5b6a); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(#c6c9cf,#7c8792,#4c5b6a); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(#c6c9cf,#7c8792,#4c5b6a); /* Standard syntax (must be last) */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c9cf', endColorstr='#4c5b6a', GradientType=0);
    background-repeat: repeat-x;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 8px 0px 0px 12px;
}

button.close-icon {
    cursor: pointer;
    background: transparent url(../images/close-icon.png) no-repeat center right;
    border: 0;
    -webkit-appearance: none;
    height: 12px;
    width: 13px;
    margin-top: 9px;
    float: right;
    margin-right: 7px;
}

.close-icon {
    float: right;
    line-height: 1;
}

.bg-widget .widget-content{
    padding: 10px 7px 10px 12px;
}

label.custom-label{
    color: #3a95d1;
    font-size: 13px;
}

label.control-label{
    color: #666;
}

label.input-group-addon{
    text-align: inherit;
}

.input-group-btn{
    font-size: 1em;
}

span.input-group-btn button{
    padding: 6px 12px;
}

/* navigation bar style */
.nav > li {
    display: block;
    position: relative;
    font: 1.2em 'frutiger_lt_std55_roman' !important;
}

.navbar {
    background-repeat: no-repeat;
    border-top: none;
    border-right: none;
    border-left: none;
    /*border-bottom: 7px solid #0097d3;*/
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003d7a), color-stop(100%, #003d7a), to(#003d7a));
    background-image: -webkit-linear-gradient(#003d7a, #003d7a 100%, #003d7a);
    background-image: -moz-linear-gradient(top, #003d7a, #003d7a 100%, #003d7a);
    background-image: linear-gradient(#003d7a, #003d7a 100%, #003d7a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d7a', endColorstr='#003d7a', GradientType=0);
    filter: none;
    border-radius: 0px;
    min-height: 30px !important;
    height: 30px;
}

.navbar-nav{
    float: none;
    margin:0 auto;
    width: 100%;
}

ul.navbar-nav{
    text-align: center;
    margin: 0 auto;
}

.navbar .navbar-nav > li > a,
.navbar-brand {
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.navbar-nav > li > a {
    padding-bottom: 6px !important;
    padding-top: 8px !important;
}

.navbar-default{
    /*background-color: #003d7a !important;*/
    background-color: transparent !important;
    /*border-color: transparent !important;*/
}

nav.navbar.navbar-default{
  height: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-collapse{
    background-color: inherit;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #0097d3 !important;
    color: #FFF;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font: 13px 'frutiger_lt_std55_roman' !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
    background-color: #0097d3 !important;
}

.navbar-header{
    height: 30px !important;
}

.navbar-collapse.in {
    background: #003D7A;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    padding: 6px 6px !important;
    position: relative;
}
/**/

/* style tabs */
.tabbable {
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 0px solid #c6c6c6;
    background-color: #f3f3f3;
    margin-top: 0px;
    padding-bottom: 0px;
}

.tab-content {
    padding: 0px 12px;
    border-right: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
}

.nav-tabs {
    border-bottom: 0px solid #c6c6c6;
    margin-left: -1px;
    margin-top: 0px;
    padding-top: 0px;
    background: #fff;
}

.nav-tabs > li > a {
    border-radius: 4px 4px 0 0;
    color: #aaa;
    font: 13px Arial, sans-serif;
    background-color: #f5f5f5;
    cursor: pointer;
    border: 1px solid #c6c6c6;
}

.nav-tabs > li > a:hover {
    border: 1px solid #c6c6c6;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    background-color: #f5f5f5;
    color: #223f77;
    cursor: pointer;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}
/* end style tabs */

.ui-corner-all {
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

/* removes body shifting */
.modal{
    overflow-y: auto;
}
.modal-open{
    overflow: auto;
    overflow-x: hidden;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom{
    margin-right: 0px;
}
/* end removes body shifting */

.img-center{
    text-align: center; display: block; margin: 0 auto;
}

.no-bg{
    background-color: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
}

.container-height{
    height: 810px !important;
}