body { font-size: 12px; color: #514f47; text-transform: uppercase ;  }

#content {
    display: none;
}

.container {
    width: 90%;
}
[selected] { /* Text colour and font weight, red and bold */
    color:#163D5F;
    background: #ccc;

}

h2 {
    color:#163D5F;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
}

h4, .h4 {
    font-size: 16px;
}

h6 {
    color:#163D5F;
}

a { 
    color: #163D5F; 
    text-decoration: none; 
    font-weight: bold; 
    text-transform: uppercase;

}

a:hover, a:focus {
    color: #163D5F;
}

table a, .tab-content a {
    /*text-transform: none;*/

}


label {
    text-transform:uppercase;
}

hr {
    border-top: 1.5px solid #163D5F;

}

.breadcrumb {
    font-weight: bold;
    text-transform:uppercase;
}

.nav>li>a {

    padding: 10px 10px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    nackground-color: #b5b4b2;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #e2e1e0;
    border-color: #163D5F;
}


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

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

.nav .open>a .caret, .nav .open>a:hover .caret, .nav .open>a:focus .caret {
    border-top-color: #163D5F;
    border-bottom-color: #163D5F;
}

.navbar-inverse {
    background-color: #ffffff; /*#428bca;*/
    border-color: #163D5F;

}

.navbar-inverse .navbar-nav>li>a {
    padding: 6px;
    margin-left: 3px;
    color: #999;
    background-color: #f5f5f5;
    font-weight: normal;
    font-size: 25px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #163D5F;
}

.navbar-nav {
    padding-top: 45px;
}

@media (max-width: 768px) {
  .navbar-nav {
    padding-top: 0px;
}
}

.navbar-nav .glyphicon { padding-right: 20px; }

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #163D5F;
    font-weight: bold;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
}

.navbar-toggle{
    background-color: rgba(00,00,00,0.1);
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus {
    color:  #163D5F;
    background-color: #f5f5f5;
}

.nav-pills>li.active>a:hover{
    color:  #163D5F;
    text-decoration: none;
    background-color: #b5b4b2;
}

.nav-pills>li>a:hover{

    text-decoration: none;
    background-color: #b5b4b2;
}

.actions{
    white-space:nowrap;
}

#sidebar .actions{
    white-space: normal;
}

.home-linkP {
    width: 100%;
    font-size: 500%;
    color: grey;
    text-align: center;
}

.home-linkP>a {
    color: #999;
    padding: 20px 70px 0px 64px;
    background-color: #fff;
}

.home-linkP>a:hover {
    color:  #163D5F;
    text-decoration: none; 
    background-color: rgba(00,00,00,0.1);

}

.home-linkP-text {
    width: 100%;
    color: #514648;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.home-link {
    width: 100%;
    font-size: 600%;
    color: grey;
    text-align: center;
}

.home-link>a {
    color: #999;
    padding: 20px 70px 0px 64px;
    background-color: #fff;
}

.home-link>a:hover {
    color:  #163D5F;
    text-decoration: none; 
    background-color: rgba(00,00,00,0.1);

}

.home-link-text {
    width: 100%;
    color: #514648;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.group-link {
    width: 100%;
    font-size: 300%;
    color: grey;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
}

.group-link-newline {

    /*border-top: #514f47 solid 1px;*/
}

.group-link>a {
    color: #999;
    padding: 15px 40px 5px 40px;
    background-color: #fff;
}

.group-link>a:hover {
    color:  #163D5F;
    text-decoration: none; 
    background-color: rgba(00,00,00,0.1);

}

.group-link-text {
    margin-top:10px;
    width: 100%;
    color: #514648;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.list-group .list-group-item { font-size: 100%; }

.list-group-item{
    /*border-right: #000000 solid 1px !important;
    border-radius: 0px  !important;*/

}

.list-group-item>a {
    color: #999;
    //padding: 20px 70px 0px 64px;
    //background-color: #fff;
}

.list-group-item-last{
    border-right: #514f47 none 0px !important;
}

.list-group>div, .list-group>div {
    //text-decoration: none;
    padding:10px;
}

.list-group>div:hover, .list-group>div:focus {
    //text-decoration: none;
    background-color: #f5f5f5;
}

.bs-glyphicons li {
    border: none;
    width: 20%;
    height: 100px;
}

#sidebar>.actions {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 0px;
}

.form-control:focus {
    border-color: #b5b4b2;

}

.form-control-date {
    display: inline;
    width: 30%;
}

#page-content, .page-content{
    border-left-color:#b5b4b2;
    border-left-style:solid;
    border-left-width:1px;

}

// .area-link
#page-content, #page-content-home  {
    display: none;
}

.area-link{
    margin-top:10px;
    /*border-right: #514f47 solid 1px;*/
}

.area-link-last{
    margin-top:10px;
    border-right:none;
}




.application-area-title{
    /*font-size: 115%;
    color: #6b6a64;*/
    padding: 10px 0 5px 5px;
    margin: 10px;

    font-weight: bold;
    border-bottom-color: #163D5F;
    border-bottom-style:solid;
    border-bottom-width:1px;
}


.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    font-weight: bold;
    color: #fff;
    background-color:  #163D5F;
    border-color:  #163D5F;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color:  #163D5F;
  border-color:  #163D5F;
}


.btn-primary.disabled, 
.btn-primary.disabled.active, 
.btn-primary.disabled.focus, 
.btn-primary.disabled:active, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled], 
.btn-primary[disabled].active, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:active, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary, 
fieldset[disabled] .btn-primary.active, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:active, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
    font-weight: bold;
    color: #fff;
    background-color:  #514f47;
    border-color:  #514f47;


}


.btn-primary:hover{
    background-color:  #514f47;
    border-color:  #514f47;
}

.actions a { 
    color: #514f47;
}

/*.content-action-menu {
    padding-top:10px;
    padding-bottom: 20px;
}*/


.bs-glyphicons li {
    cursor: pointer;
}

.error-message{
    display:none;
}

.badge {
    cursor: help !important; 
    vertical-align: top;
    background-color: #163D5F;
}



.related tr td:first-child { text-align: left;}

.input-group-addon { min-width: 50px; }

.panel {
    border: 0px;
}

.panel-group .panel+.panel {
    margin-top: 20px;
}

.panel-body {
    background-color: #f5f5f5;
    /*background-color: #fff;*/
    border-top: 0px solid #ddd !important;
}


.panel-primary {
    border-color: #163D5F;
}

.panel-primary>.panel-heading {
    color: #163D5F;
    background-color: #f5f5f5;
    border-color: #ebccd1;
}

.panel-default>.panel-heading {
    color: #163D5F; 
}

.panel-title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;

}

.fa-stack {
    position: relative;

}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;

}

/* Typeahad */
.tt-query,
.tt-hint {
    /*width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    outline: none;*/
}



.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    /*font-size: 18px;*/
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}
.dropdown-menu>li>a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.twitter-typeahead{
    width: 100%;
}

.view-icon-group {
    margin-top: 10px;
}

.select2-container .select2-choice{
    /*text-transform: none;*/
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(172,0,27,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(172,0,27,0.6);
}

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #163D5F, #163D5F);
    background-image: -ms-linear-gradient(top, #163D5F, #163D5F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#163D5F), to(#163D5F));
    background-image: -webkit-linear-gradient(top, #163D5F, #163D5F);
    background-image: -o-linear-gradient(top, #163D5F, #163D5F);
    background-image: linear-gradient(top, #163D5F, #163D5F);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#163D5F', endColorstr='#163D5F', GradientType=0);
    border-color: #163D5F #163D5F #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active 
{
    background-color: #163D5F;
}

#accordion-schedules hr, #accordion-initiatives hr {
    margin:0
}
.input-adv-search {font-family:inherit;font-size:90%;margin:0; display: table-row}
.select-adv-search {font-family:inherit;font-size:90%;margin:0;width:45%; display: table-row}
button, input , textarea { text-transform: uppercase; }
//input[type=email] { text-transform: lowercase}
input[type=password] { text-transform: none; }
//#CustomerWebsite { text-transform: lowercase !important;}
//#AddressEmail { text-transform: lowercase !important;}
//#AroAlias { text-transform: lowercase !important;}
.lowercase { text-transform: lowercase !important;}
.nolowuppercase { text-transform: none !important;}

.input-colab-search {font-family:inherit;font-size:100%;margin:10px; display: table-row}
.select-colab-search {font-family:inherit;font-size:100%;margin:10px;width:45%; display: table-row}
.select-colab-search-age {font-family:inherit;font-size:100%;margin:0;width:45%; display: table-row}
.select-colab-search-dash {font-family:inherit;font-size:100%;width: 10%; text-align: center; padding-top: 30px; display: table-row}
.select-colab-hr {font-family:inherit;font-size:100%;margin:10px;width:98%; display: table-row}
.select-colab-btn {font-family:inherit;font-size:100%;margin:10px;width:20%; display: table-row}
.select-colab-add-btn {font-family:inherit;font-size:100%;display: table-row;background-color:#F4F6F5;border:none;}

.select-collab-add-btn {font-family:inherit;font-size:100%;display: table-row;background-color:white;border:none;}

.dynamic-div {display: table; width: 100%;}

.template-budgets .radio-inline {
    padding-top: 0px;
}

.template-budgets input[type="radio"] {
    margin-top: 1px;
}


h6 {
    font-size: 12px;
    font-weight: bold;
}

th {
    white-space: nowrap;
}

.pagination > li > a, .pagination > li > span {
    color: #163D5F;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #163D5F;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

input[type="checkbox"] {
    margin: 0 !important;

}


/* Editor Summenote & Contracts */
.summernote {
    text-transform: none;
    line-height: 1;
}

.summernote p {
    margin: 0;
}

.view .summernote table td:first-child {
    text-align:initial;
}

.note-editor{
   text-transform: none;
   line-height: 1;
}

.note-codable {
   text-transform: none; 
}

.codeview {
    text-transform: none; 
}

.note-editor p {
    margin: 0;
}

.note-editor input, .note-editor textarea, .note-codable textarea {
  text-transform: none;
}


@keyframes blink {  
      0% { opacity: 1.0; }
      50% { opacity: 0.0; }
      100% { opacity: 1.0; }
    }
    @-webkit-keyframes blink {
      0% { opacity: 1.0; }
      50% { opacity: 0.0; }
      100% { opacity: 1.0; }
    }
    .blink {
      animation: blink 1s step-start 0s infinite;
      -webkit-animation: blink 1s step-start 0s infinite;
    }

.glyphicon-refresh-animate {
    color: #163D5F; 
    -moz-animation: spin-moz .7s infinite linear;
    -webkit-animation: spin-webkit .7s infinite linear;
    animation: spin .7s infinite linear;
}

@-moz-keyframes spin-moz {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

@-webkit-keyframes spin-webkit {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/*.glyphicon-refresh-animate {
    color: #163D5F; 
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}*/

#debug-kit-toolbar, .cake-debug-output { text-transform: none; }


/* Caroucel */
/*.homeCarousel .item{
    text-align: center;
    height: 350px !important;
}
.homeCarousel .carousel{
    margin-top: 20px;
}
.homeCarousel{
        margin: 20px;
}


.carousel-control.left, .carousel-control.right {
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-repeat: repeat-x;
}*/

.carousel-caption {
    position:initial;
}


#ContentTab, .note-editor {
    text-transform: none;
}

/* Don't display when printing */
@media print {
    .no-print {
        display: none;
    }
    #footer,
    #header,
    #sidebar,
    #gnTab,
    .gnTab,
    #debug-kit-toolbar,
    .content-action-menu,
    .breadcrumb{
        display: none;
    }
    .tab-pane{
        display: block;
        visibility:visible;
    }
    #page-content, .page-content {
  
  border-left-style: none;
  border-left-width: 0px;
}

}

.form-horizontal .editable {
    padding-top: 0 !important;
    cursor: pointer
}

.cke_dialog_ui_input_text{
    text-transform: lowercase !important;
}