/*body {
    padding-top: 70px;
    padding-bottom: 70px;
}*/

.center-content {
    padding-right: 30px;
    padding-left: 30px;
}

/*#header {
    height:80px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid #436d9c;
    background-color: #436d9c;
}*/

#title {
   font-size: 25px;
   /*font-style: italic;*/
   font-weight: bold;
   color: lightsteelblue;
   padding: 12px;
   text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
   font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}

#center {
    min-height:500px;
    background-repeat: repeat-y;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#footer {
    clear: both;
    /*background-image: url('css-images_/foot_bg.png');*/
    color: white;
    background-color: #436d9c;
    font-size: 9px;
    font-weight: bold;
    height: 24px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
 
/*table.icePnlGrd tbody tr td {
    font-family: Verdana;
    font-size: 10px;
}*/

.title {
    font-weight: bold;
}

.error {
    color: red;
}

.btn-logout {
    border: none;
    background: none;
    color: #696763;
    padding-left: 5px;
}

.btn-logout:hover {
    color: #FE980F;
}

.ui-dialog .ui-dialog-content {
    padding: 0!important;
    /*webkit-box-sizing: content-box!important;*/
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}

.ui-shadow {
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
     box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
}

.ui-chkbox-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #156090;
        border-top-color: rgb(21, 96, 144);
        border-right-color: rgb(21, 96, 144);
        border-bottom-color: rgb(21, 96, 144);
        border-left-color: rgb(21, 96, 144);
    background: #186ba0;
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d6d6d6;
    background: #fff;
    font-weight: normal;
    /*color: #555;*/
}

.ui-icon {
    background-image: url("");
    height: 16px;
    width: 16px
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-message-dialog .ui-dialog ui-widget .ui-widget-content .ui-corner-all .ui-shadow .ui-hidden-container  {
    
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}


.panel-gray {
    border-color: #A4A4A4;
}

.panel-gray .panel-heading {
    border-color: #A4A4A4;
    color: #fff;
    background-color: #A4A4A4;
}

.panel-gray a {
    color: #A4A4A4;
}

.panel-gray a:hover {
    color: #585858;
}

.panel-garnet {
    border-color: #8A0829;
}

.panel-garnet .panel-heading {
    border-color: #8A0829;
    color: #fff;
    background-color: #8A0829;
}

.panel-garnet a {
    color: #8A0829;
}

.panel-garnet a:hover {
    color: #610B21;
}

.panel-orange {
    border-color: #FA8258;
}

.panel-orange .panel-heading {
    border-color: #FA8258;
    color: #fff;
    background-color: #FA8258;
}

.panel-orange a {
    color: #FA8258;
}

.panel-orange a:hover {
    color: #FE642E;
}


/*Cambios del select one menu*/
.ui-selectonemenu {
    display: block !important;
    border: 1px solid #ccc;
    padding-right: 0px !important;
}

.ui-selectonemenu-label {
    padding-left: 12px !important;
}

.ui-widget {
    /*color: #555;*/
    font-size: 14px;
}

.ui-inputfield {
    box-shadow: none
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    padding: 0px!important;
}

.ui-inputswitch {
    display: block !important;
}

.ui-inputswitch-on {
    background: #186ba0 !important;
    color: #fff !important;
    padding-top: 0px !important;
}

.ui-inputswitch-off {
    padding-top: 0px !important;
}

.ui-autocomplete {
    display: block !important;
}

.ui-autocomplete-input {
    width: 100% !important;
}

.p-cal input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    -moz-appearance: none;
}

.navbar-custom {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    background: none;
    border: none;
}

.navbar-custom:hover,
.navbar-custom:focus {
  color: #262626;
  text-decoration: none;
 /* background-color: #f5f5f5;*/
}

.custom-btn {
    width: 30px;
    height: 30px;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectoneradio label {
    margin-top: 0px !important;
}

.radio label {
    padding-right: 20px;
    padding-left: 5px !important;
    margin-bottom: 2px !important;
}

.ui-growl {
    z-index: 2000 !important;
}

#custom-clock {
    background: none;   
}

.ui-autocomplete-multiple-container {
    width: auto !important;
}

.ui-growl-message p {
    font-weight: normal;
    color: #101010 !important;
} 

.ui-growl-title{
        color: #101010 !important;
}


