﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
    max-width:100%;
    padding-right:15px;
}
tbody td,
tbody th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.noWrap {
    white-space:nowrap;
    word-break:break-word;
}
a.sortDesc:after {
    display:inline;
    font-family:'GLYPHICONS Halflings';
    content:"\e156";
    padding-left:5px;
    font-size:smaller;
}
a.sortAsc:after {
    display: inline;
    font-family: 'GLYPHICONS Halflings';
    content: "\e155";
    padding-left: 5px;
    font-size:smaller;
}


label span.required {
    content: "*";
    color: red;
    padding-left:3px;
}
select.required {
    content: "*";
    color: red;
    padding-left: 3px;
}
#usessection select, #symbolsection select {
    width: 100%;
}

#usessection .col-md-5, #symbolsection .col-md-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}
#usessection .btn-group, #symbolsection .btn-group {
    width: 100%;
}
#usessection .btn-group > .btn:first-child, #symbolsection .btn-group > .btn:first-child {
    margin-left: 0;
    width: 100%;
}
.form-control.check-box {
  width: auto;
}

textarea.form-control {
    height: auto;
    min-height: 150px;
}
#techpointsection .form-horizontal {
    border-bottom: 2px solid #5bc0de;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-left: 0px;
}
#imagesection .form-horizontal, #useimagesection .form-horizontal, #documentsection .form-horizontal, #usedocumentsection .form-horizontal {
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-left:20px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(232,232,232,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(232,232,232,1);
    box-shadow: 10px 10px 5px 0px rgba(232,232,232,1);
}

.currentImageAssetPreviewImage {
    border:solid 1px lightgray;
    max-width:600px;
}
.form-control.check-box.SetDelete {
    width: 10%;
    margin-left: 20px;
}
.gradient {
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(238,238,238,1) 42%, rgba(204,204,204,1) 99%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(238,238,238,1) 42%,rgba(204,204,204,1) 99%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(238,238,238,1) 42%,rgba(204,204,204,1) 99%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.row.homepage {
    background-color: #f5f5f5;
    margin-left: 0px;
    margin-right: 0px;
}
.navbar-brand {
    color: #cd2027 !important;
}
.form-horizontal.customersupport input, .form-horizontal.customersupport select, .form-horizontal.customersupport textarea {
    max-width: 75%;
}

.cannedResponseSection {
    display: flex;
    justify-content: space-between;
}
.cannedResponseSection .col-md-10 {
    margin-right:30px;
}
.form-horizontal.customersupport select {
    max-width: 100%;
}

@media screen and (max-width: 480px) {
    .cannedResponseSection {
        display: flex;
        justify-content: flex-start;
        flex-direction:column
    }
}
.forwardSection {
    display: flex;
    align-items:baseline;
   
}

.CustomerSupportSection {
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(232,232,232,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(232,232,232,1);
    box-shadow: 10px 10px 5px 0px rgba(232,232,232,1);
}
.table tbody tr td:nth-child(1) {
    white-space:nowrap;
}

/* keeps multiselect search at top*/
.options-wrapper {
    max-height: 210px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 30px;
}

.noPaddingLeft {
    padding-left:0px;
}
#featuresection .btn-group{
    width:100%
}