/*General*/

@media screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
    .modal-lg {
            width: 750px;
    }
}

@media screen and (min-width: 800px) {
    .container {
        width: 700px;
    }
    .modal-lg {
        width: 700px;
    }
}
@media screen and (min-width: 1000px) {
    .container {
        width: 900px;
    }
    .modal-lg {
        width: 900px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        width: 1400px;
    }
    .modal-lg {
        width: 1400px;
    }
}
@media screen and (min-width: 1800px) {
    .container {
        width: 1750px;
    }
    .modal-lg {
        width: 1750px;
    }
}

@media screen and (min-width: 2200px) {
    .container {
        width: 2100px;
    }
    .modal-lg {
        width: 2100px;
    }
}

.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: unset;
}

.newRequestHeader:hover {
    cursor: pointer;
}

#drop-zone {
    width: 100%;
    min-height: 250px;
    border: 2px dashed #000000;
    text-align: center;
    background-color: #F4F2EB;
    padding: 1em;
    overflow-y: hidden;
    margin-top: 2em;
    margin-bottom: 2em;
  }

#drop-zone.dragover {
    background: #CCCCCC;
    transition: background ease 0.3s;
}

.dragAndDropText {
    color: #000000;
    font-size: 16px;
}

.attachment-preview {
    width: 200px;
    height: 200px;
    float: left;
    border: 2px solid #000000;
    margin: 0 1em 1em 0;
    border-radius: 0.5em;
    box-shadow: 0 2px 5px #000000;
    display: flex;
    justify-content: center;
    padding: 1em;
}

.inner {
    display: flex;
    align-items: center;
    overflow-wrap: anywhere;
    font-size: clamp(0.5em, 1em, 1em);
}
  
.attachment-preview .glyphicon {
    font-size: 3em;
    display: block;
    margin-bottom: 0.25em;
}

.text-primary {
  color: #50ABA9 !important;
}

a {
  padding-left: 10px;
  padding-right: 10px;
}
a:hover {
  padding-left: 10px;
  padding-right: 10px;
}

.text-center {
  text-align: center !important;
}

.text-white {
  color: #fff !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.trackRequestsContainer {
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 100px;
}

.trackRequestsForm {
    border: 1px solid #D32300;
    border-width: 1px 1px 0px 1px;
    border-radius: 4px;
}

.trackRequestsFormHeader {
    background: #BF3B00;
    color: #FFFFFF;
    padding: 1em;
}

.trackRequestsFormBody {
    border-bottom: 1px solid #D32300;
    padding: 1em;
}

.newRequestContainer {
    width: 50%;
    margin: auto;
    padding-bottom: 100px;
}

.headerTitle {
    border-left: 1px solid #424242;
}

.headerLogoImg {
    width: 80%;
    max-height: 70px;
    margin-top: 1em;
}

.headerBanner {
    width: 100%;
}

.loginText {
    width: 50%;
    margin: auto;
    padding-top: 2%;
    display: flex;
}

.middleBoxes {
    width: 70%;
    margin: auto;
    padding-top: 2%;
    display: flex;
    
}

.middleIcons {
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.myRequestBox {
    border: 1px solid #424242;
    text-align: center;
    margin: 1%;
}

.newRequestBox {
    border: 1px solid #424242;
    text-align: center;
    margin: 1%;
}


.contactUsBox {
    border: 1px solid #424242;
    text-align: center;
    margin: 1%;
}


.selfServiceBox {
    border: 1px solid #424242;
    text-align: center;
    margin: 1%;
}

.footerContainer {
    display: flex;	
}

.footerRow {
    background-color: #424242;
    width: 50%;
}

.footerIcons {
    text-align: center;
    margin-top: 7%;
}

.footerIcon {
    color: #FFFFFF;
}

.footerMediaImg {
    width: 3%;
}

.footerWriting {
    text-align: center;
    margin-top: 3%;
}

.footerText {
    color: #FFFFFF;
}

.footerCopyright {
    color: #FFFFFF;
    text-align: center;
    margin-top: 3%;
}

.markelFooterDiv {
    background-color: #2F5458;
    width: 50%;
}

.markelFooterImg {
    width: 100%;
}


input[disabled] {
    color: grey;
}

textarea[disabled] {
    color: grey;
}

p.lead.mb-0 {
    color: #3a3b3d !important; 
}



/*Masthead*/
header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
header.masthead:before {
  content: "";
  position: absolute;
  background-color: #616365;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}
header.masthead h1, header.masthead .h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 5rem;
  }
}
    

/*Logo*/

.logo{
position:relative;
float:left;
padding: 20px;
}


/*Frontpage*/

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

/*Nav*/


.navbar {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex-direction: row;
  border-bottom: 1px solid #424242;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: flex-end;
}
.navbar-brand {
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 2rem;
  text-decoration: none;
  white-space: nowrap;
}


/*home features-icons*/

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.features-icons .features-icons-item {
  max-width: 20rem;
  margin: auto;
}
.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}
.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}


.features-icons .features-icons-item:hover .features-icons-icon i {
  color: #cccccc !important;
  cursor: pointer;
}


/*Forms and controls*/

button#searchicon {
    height: 35px;
    margin-bottom: 5px;
}
a.btn.btn-default {
    height: 35px;
    margin-bottom: 5px;
}
button.btn.btn-default.launchentitylookup {
    /*New request*/
    height: 35px;
    padding: 5px 9px 0px 5px;
}
span.input-group-addon {
    padding: 0 18px 10px 10px;
}
.btn-info {
    background-color: #50ABA9;
}

/*Modal*/
span.icon-calendar.fa.fa-calendar.iconBorder {
    top: 10px;
}
.pull-right.toolbar-actions {
    float: left !important;
}
button.btn.btn-default {
    height: 35px;
}
button.cancel.btn.btn-default  {
    /*height: auto;*/
}
button.btn.btn-default.pull-right.remove-value {
    height: auto;
}
span.input-group-addon {
    width: 2%;
}

/*Calendar*/
span.glyphicon {
    color: black;
}

.input-group {
    position: relative;
    align-items: stretch;     
    display: flex;
      /*
    flex-wrap: wrap;
    width: 100%; 
    removed 29/06/21 new request layout fix  */
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

/*My Requests*/
.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
}
td a {
    padding: 0 0 0 0;
    font-size:1em;

}
td {
    font-size:1em;
}

th a {
    padding: 0 0 0 0;
    font-size:1em;
}
tr td {
    padding: 5px 5px 5px 5px;
}


/*Badge Pills*/

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.rounded-pill {
    border-radius: 50rem !important;
    padding: 10px 10px 10px 10px;
}


.bg-primary {
  background-color: #B71234 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #27D785 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}


.input-group {
    display: inline-flex !important;
}

.iconBorder {
    padding: 0px 0px 0px 0px !important;
}

/*Footer*/
.text-muted {
    padding-left: 10px;
}
.col-lg-6.h-100.text-lg-start.my-auto {
    margin-left: 60px;
}

/*Scrollbar fix*/
.row.ftrrow {
    margin-left: 0px !important;
    margin-right: 0px !important;
}