html,
body {
    height: 100%;
    background-color: rgba(239, 240, 221, 0.1) !important;
}

a {
    color: #337ab7;
}

a>.badge {
    background-color: gray;
}

h1,
.h1 {
    font-size: 2.2em;
}

h2,
.h2 {
    font-size: 1.6em;
}

.content-wrapper {
    background-color: whitesmoke !important;
}

.suspended.btn-add-new {
    bottom: 10%;
    right: 5%;
    width: 52px;
    height: 52px;
    position: fixed;
    border-radius: 50%;
    text-indent: -9999px;
    line-height: 0;
    vertical-align: middle;
}

.suspended.btn-add-new::after {
    content: "+";
    text-indent: 0;
    font-size: 45px;
    font-weight: normal;
    display: block;
    line-height: initial;
}

ul.breadcrumb {
    display: none !important;
}

.breadcrumb {
    background-color: #eff0dd;
}

.btn-success {
    background-color: #599fcf !important;
}

.navbar {
    background: none;
    background-color: #599fcf !important;
}

.navbar-default {
    background-color: #599fcf !important;
    min-height: 58px;
    border-bottom: #888888;
    box-shadow: 2px 3px 3px #888888;
}

.main-header,
.main-footer {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

.main-header .logo {
    background-color: #599fcf !important;
}

.main-header li.user-header {
    background-color: #599fcf !important;
}

.sidebar-menu>li.header {
    color: #599fcf !important;
    font-weight: bold;
}

.sidebar-menu>li.active>a {
    border-left-color: #599fcf !important;
}

.navbar-default .navbar-header>a {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #337ab7;
    background-color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #c0c175;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}


/*
.footer {
    height: 60px;
    background-color: #f5f5f5;
    background-color: #599fcf;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
*/

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron h1 {
    font-size: 2.2em;
}

.jumbotron .btn {
    font-size: 0.8em;
    padding: 10px 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
    "\e151";
}

a.desc:after {
    content: /*"\e114"*/
    "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.void {
    text-align: center;
    vertical-align: middle;
    font-size: 2em;
}

.tramite-main-selector:hover {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}

.tramite-main-selector>p {
    text-align: justify;
}

.tramite-main-selector>.head-tramite {
    min-height: 50px;
}

.tramite-main-selector>.body-tramite {
    min-height: 150px;
}

.select2-search__field {
    border-radius: 5px;
}

.rowpestanas {
    margin-left: 10px;
    margin-top: 50px;
    border-bottom: 1px solid #ddd !important;
}

.menuoption {
    border-radius: 5px 5px 0 0;
    padding: 20px 0 20px 0;
    text-align: center;
    font-weight: bold;
}

.menuoption:hover {
    border: 1px solid;
    border-color: #ddd #ddd transparent #ddd !important;
    cursor: pointer;
}

.menuoption.selected {
    border: 1px solid;
    border-color: #ddd #ddd transparent #ddd !important;
    background: white;
}

.menuoption.selected:hover {
    cursor: not-allowed;
}

.tool {
    display: inline;
    position: relative;
}

.tool:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .2);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: -300%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: auto;
}

.tool:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.modal-header {
    background-color: #599fcf;
    color: white;
    font-weight: bold;
}

.panel-title {
    font-weight: bold;
}

.menuoption a {
    font-size: 1.2em;
}

.override-default-alert {
    background-color: whitesmoke;
    border: 1px solid whitesmoke;
}

#modal-siguiente {
    z-index: 99999999 !important;
}

.lista-tipo-1>label {
    font-weight: normal;
    font-size: 1.2em;
    margin: 0.5em;
}

.cute-form {
    padding: 0 50px 0 50px;
}

.brown-title {
    color: brown;
    font-weight: bold;
}

a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.trBandeja {
    position: absolute;
    z-index: 100;
    width: 83.3%;
    background-color: #eee;
}

.td1 {
    width: 19%;
}

.td2 {
    width: 19%;
}

.td3 {
    width: 19.5%;
}

.td4 {
    width: 17%;
}

.td5 {
    width: 18.1%;
}

.td6 {
    width: 10%;
}

.tdc1 {
    width: 10%;
}

.tdc2 {
    width: 10%;
}

.tdc3 {
    width: 10%;
}

.tdc4 {
    width: 10%;
}

.tdc5 {
    width: 10%;
}

.tdc6 {
    width: 10%;
}

.section::before {
    height: 40px;
    display: table-row;
    content: '';
    margin-top: 40px;
    top: 40px;
}

.labelBold {
    font-weight: bold;
}