body {
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial, Helvetica, sans-serif;
    background: #EFEFEF;
}

#page {
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #6ed0d0;
}

#header {
    margin: 0;
    padding: 0;
    border-top: 3px solid #6ed0d0;
}

#content {
    padding: 20px;
    width: 1050px;
}

#content-large {
    padding: 20px;
    width: 1200px;
}

#sidebar {
    position: absolute;
    padding: 20px 20px 20px 0;
    left: 1120px;
}

#footer {
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo {
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu {
    background: white url(bg.gif) repeat-x left top;
}

#mainmenu ul {
    padding: 6px 20px 5px 20px;
    margin: 0px;
}

#mainmenu ul li {
    display: inline;
}

#mainmenu ul li a {
    color: #ffffff;
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
    color: #6399cd;
    background-color: #EFF4FA;
    text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

div.flash-notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

div.flash-success {
    background: #ddfecf;
    color: #264409;
    border-color: #a5c874;
}

div.flash-error a {
    color: #8a1f11;
}

div.flash-notice a {
    color: #514721;
}

div.flash-success a {
    color: #264409;
}

div.form .rememberMe label {
    display: inline;
}

div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs {
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span {
    font-weight: bold;
}

div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet {

}

.portlet-decoration {
    padding: 3px 8px;
    background: #6ed0d0;
    border-left: 5px solid #6ed0d0;
}

.portlet-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

.portlet-content {
    font-size: 0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background: #ffffff;
}

.portlet-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.portlet-content li {
    padding: 2px 0 4px 0px;
}

.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li {
    padding-bottom: 2px;
}

.operations li a {
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited {
    color: #0066A4;
}

.operations li a:hover {
    background: #80CFFF;
}

select:focus {
    border: 1px solid green;
}

input[type=text]:focus, input[type=button]:focus, input[type=submit]:focus {
    background-color: #ECEBEB;
    border: 1px solid green;
}

.grid-view {
    font-size: 12px;
}

.grid-view input[type=checkbox] {
    margin-top: 1px;
    margin-bottom: 1px;
}

input[type=text], textarea {
    text-transform: uppercase;
}

.sinMayusculas {
    text-transform: none !important;
}

/* BUTTONS */
.buttons a, .buttons button, input[type="submit"], input[type="button"] {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
}

.buttons button, input[type="submit"], input[type="button"] {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type], input[type="submit"], input[type="button"] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child + html button[type], input[type="submit"], input[type="button"] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img, input[type="submit"] img, input[type="button"] img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* STANDARD */
button:hover, .buttons a:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}

.buttons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* POSITIVE */
button.positive, .buttons a.positive {
    color: #529214;
}

.buttons a.positive:hover, button.positive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

.buttons a.positive:active {
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative {
    color: #d12f19;
}

.buttons a.negative:hover, button.negative:hover {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

.buttons a.negative:active {
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}

input {
    border: solid 1px #d5d5d5;
    outline: 0;
    font: 13px Verdana, Tahoma, sans-serif;
    background: #FFFFFF;
    padding: 2px;
}

input:hover, input:focus {
    border-color: #b1b1b1;
}

input:focus {
    box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    transition: all .2s;
    background-color: #ECEBEB;
}

textarea, select, input[type=text], input[type=button], input[type=submit], footer button, .content_cat .val .cd strong, .ex a.off, .ex a.st, .content aside .apost li:first-child:before {
    border-radius: 3px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px !important;
}

.select2-container .select2-selection--single {
    height: 25px !important;
}

.select2-container .select2-selection--single:focus {
    border-color: green;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 23px !important;
}

.grid-view .filters input[type="text"] {
    width: 95%;
}

ul.yiiPager a {
    border-radius: 2px;
}

.grid-view table.items th {
    background: #71b9b9 !important;
    color : white !important;
}

.grid-view table.items th a{
    color : white !important;
}


.ui-tabs .ui-tabs-nav li a{
    font-weight: bold;
    letter-spacing: -1px;
}
.ui-tabs .ui-tabs-nav li {
    font-size: 12px !important;
}
.operations li a:visited {
    color: #85c4c3;
}

.operations li a:hover {
    background: #cae5eb;
}