  ﻿
a {
    font-family: fs-lola, Helvetica, Georgia;
    text-decoration: none;
    color: #e64b36;
}

p {
    font-family: apex-serif, Helvetica, Georgia
}

em {
    font-weight: bold;
}

.navbar {
  position: static;
}

    .navbar .nav > li {
      z-index: 1001;
    }

.message-box {
    resize: none;
    min-height: 15em;
    overflow-y: scroll;
}

img {
    max-width: 100%;
    max-height: 100%;
}
.logopdf {
    max-width: none;
    max-height: none;
    width: 300px;
    height: 100px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    /*border:none !important;*/
}

.btn-attach {
    border: none !important;
}
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: blue;
        cursor: inherit;
        display: block;
    }

.bold {
    font-weight: bold;
}

table {
    margin-top: 2em;
}

#EquivalentReq th {
    background-color: #aa1a1a;
    color: white;
}

.wrapper {
    background-color: #fffcfc;
    border-radius: 5em;
    font-weight: bold;
    width: 75%;
    margin: auto;
    padding: 2em;
}

.fullscreen {
    margin: -50px -15px 0 -15px;
}

.container-fluid {
    height: 100%;
}

.sub-header {
    margin: 2em 0 2em 0;
    font-weight: bold;
}

.panel-style {
    padding: 2em;
    background-color: #CF0A2C;
    color: white;
}

    .panel-style p {
        font-size: 1.5em;
    }

.link-btn {
    background-color: white;
    color: #D22030;
    font-size: larger;
    margin: 1.5em auto 0 auto;
    display: block;
    width: 5em;
}

    .link-btn:hover {
        color: #e64b36;
    }

.button-tray {
    
    display: inline-block;
}

    .button-tray label {
        margin-right: 1em;
        margin-left: -.2em;
    }

    .button-tray #SuccesSpan {
        vertical-align: sub;
        display: none;
    }

.first-letter-emphasized:first-letter {
    font-size: 1.75em;
}

.stylized {
    padding: 10px 10px 20px 30px;
    font-weight: bold;
    font-size: 10rem;
    text-shadow: -2px 2px 0 #fff, 0 -2px 0 #fff, 0 3px 0 #fff, 3px 0 0 #fff, -3px 0 0 #fff, 2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, -3px 3px 0 #743b34, -4px 3px 0 #a8564d, -4px 5px 0 #743b34, -5px 4px 0 #a8564d, -5px 6px 0 #743b34, -5px 4px 0 #a8564d,
    -7px 4px 0 #743b34, -7px 4px 0 #a8564d, -8px 5px 0 #743b34, -8px 5px 0 #a8564d, -9px 6px 0 #743b34, -9px 6px 0 #a8564d, -10px 7px 0 #743b34, -10px 7px 0 #a8564d, -11px 8px 0 #743b34, -11px 8px 0 #a8564d, -12px 9px 0 #743b34, -12px 9px 0 #a8564d, -13px 10px 0 #743b34, -13px 10px 0 #a8564d, -14px 11px 0 #743b34, -14px 11px 0 #a8564d, -15px 12px 0 #743b34, -15px 12px 0 #a8564d, -16px 13px 0 #743b34, -16px 13px 0 #a8564d, -17px 14px 0 #743b34, -17px 14px 0 #a8564d, -18px 15px 0 #743b34, -18px 15px 0 #a8564d, -18px 16px 0 #743b34, -19px 16px 0 #a8564d, -19px 17px 0 #743b34, -20px 17px 0 #a8564d, -20px 18px 0 #743b34, -21px 18px 0 #a8564d, -21px 19px 0 #743b34, -21px 19px 0 #a8564d
}


.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.vertical-center {
    min-height: 80vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.card {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
}

.card-body.card-padding {
    padding: 15px;
}

.card-line-height {
    line-height: 1.7em;
}

.chosen-container .chosen-drop {
    width: auto;
    min-width: 100%;
    white-space: nowrap;
}

.modal-dialog-center {
    margin-top: 15%;
}

.dataTables_wrapper .dataTables_processing {
    color: #aa1a1a;
}

.sweet-alert h2 {
    font-size: 18px;
    position: absolute;
    background-color: #aa1a1a;
    top: 0;
    left: -17px;
    right: 0;
    padding: 0 34px 0 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-align: left;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}

.sweet-alert .sa-icon {
    margin-top:25px;
}
/* Dropdown reject button on request detail page*/

.dropdown-reject-content a:hover {
    background-color: #aa1a1a;
    color: rgb(255, 255, 255);
}

.dropdown-reject {
    position: relative;
    display: inline-block;
}

.dropdown-reject-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-reject-content a {
        color: black;
        padding: 5px 15px;
        text-decoration: none;
        display: block;
    }

.show {
    display: block;
}

.break-word {
    overflow-wrap: break-word;
}

.success {
    color: #5cb85c
}

.error {
    color: #D22030;
}

.btn-default {
    text-decoration: none;
    color: #aa1a1a;
    border: 2px solid rgb(0, 0, 0);
    background-color: rgba(199, 68, 68, 0);
}

    .btn-default:hover {
        background-color: #aa1a1a;
        color: rgb(255, 255, 255);
    }

/* format table */
.currentrequests table {
    border: 1px solid #ddd;
    border-collapse: collapse !important;
    width: 100%;
}

.currentrequests tr, .currentrequests th {
    border: 1px solid #ddd;
    padding: 8px;
}

.currentrequests th {
    background-color: #aa1a1a;
    color: white;
}

.currentrequests tr:hover {
    background-color: #ddd;
}

.currentrequests td {
    font-family: Georgia;
    text-align: center;
}

.currentrequests .container .pending:hover {
    background-color: blue;
    color: white;
}

.section-header {
    font-weight: bold;
    font-size: 1.3em;
    color: #aa1a1a;
}

.section {
    background-color: rgb(233, 233, 233);
    border: solid;
    border-width: 1px;
    border-color: #aa1a1a;
    min-height: 200px;
}

.section table {
    border: 1px solid #ddd;
    border-collapse: collapse !important;
    width: 100%;
}

.section tr, .section th {
    border: 1px solid #ddd;
    padding: 8px;
}

.section td {
    padding: 8px;
}

.section th {
    background-color: #aa1a1a;
    color: white;
}

.section tr:hover {
    background-color: #ddd;
}


/*close window button*/

.closewindow {
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    padding: 0px 0px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.processing {
    padding: 10px 10px 10px 10px;
    
    color: #aa1a1a;
    text-align: center;
}

    .processing .card {
        height: 90vh;
    }

.modal-header {
    padding: 15px;
    border-bottom: none;
    color: #aa1a1a;
}

    .modal-header .closewindow {
        top: -15px !important;
        right: -15px !important;
    }

.modal-body {
    
    color: #aa1a1a;
}

.text-priority{
    width:30px;
}

.spacing-top {
    position: relative;
    top: 1.5em;
}

.info-badge {
    color: white;
    font-size: 1.5em;
    background-color: #aa1a1a;
    padding: 0.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    transition: top left 1s;
    display: none;
}

    .info-badge:hover {
        box-shadow: #e64b36 0px 0px 5px 2px;
        top: 1px;
        left: 1px;
    }

@media(max-width: 1220px) {
    .row {
        width: 100%;

    }
}

.third-width {
    width: 33.3%;
    position: relative;
}

.half-width {
    width: 50%;
    position: relative;
}

.quarter-width {
    width: 25%;
    position: relative;
}

.tenth-width {
    width: 10%;
    position: relative;
}

.disabled {
    opacity: 0.2;
}

a:hover {
    color: #0077B5;
}

.modal-open .modal.hide-scroll {
    overflow-y: hidden;
}

.scroll-list {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1em;
    padding-left: 1em;
    margin-bottom: 1em;
    height: 50vh;
}

.scroll-list label {
    color: black;
    font-weight:normal!important;
}

.modal .large {
    width: 70%;
}
.modal .modal-body {
    max-height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal .modal-header {
    padding-bottom: 0px;
}
/*Parsley Styles*/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/*Bootstrap Dropdown*/
.multiselect.dropdown-toggle {
    text-align: left;
    font-size:13px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    padding: 0px 8px 8px 8px;
    height: 25px;
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    color: #444;
    white-space: nowrap;
    line-height: 24px;
}

    .multiselect.dropdown-toggle .caret {
        display: none;
        
    }
    .multiselect.dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .3em;
        vertical-align: middle;
        content: '';
        border-top: .4em solid;
        border-right: .27em solid transparent;
        border-left: .27em solid transparent;
        float: right;
        margin-top: 8px;
        font-size: 15px;
        color: #aaa;
    }

button.btn.btn-default.multiselect-clear-filter {
    border: none;
    width: 0px !important;
    height: 0px !important;
    padding-right: 0px;
   
}
button.btn.btn-default.multiselect-clear-filter:hover {
    
    background-color: transparent;
}
i.glyphicon.glyphicon-remove-circle::before {
    display: none;

}
.input-group-addon {
    display: none;
}

input.form-control.multiselect-search {
    height: 23px;
}
    
    input.form-control.multiselect-search:focus {
        border: 1px solid #ccc;
        box-shadow:none;
    }
li.multiselect-item.multiselect-filter::after {
    content: '\26B2'; /*'\1f50d';*/
    font-size: 20px;
    display: block;
    position: absolute;
    right: 25px;
    top: 2px;
    font-weight:bolder;
    color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
    /*.navbar  a {
    position: relative;
    z-index: -1;
}*/
