html {
  position: relative;
  min-height: 100%;
}

body{
    margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  padding-top: 20px;
}

.v-space-25{
    height: 25px;
}

.overlay{
    position:           absolute;
    top:                0;
    left:               0;
    right:              0;
    bottom:             0;
    background-color:   #ffffff;
    background:         url(data:image/gif;base64,R0lGODlhAQABAIAAAP7//wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) repeat scroll transparent\9; /* ie fallback png background image */
    z-index:            999;
    color:              white;

    opacity:    0.5;
    filter:     alpha(opacity=50);
}

a.navbar-brand{
    margin-top: 16px;
}

ul.navbar-nav li a span{
    font-size: 2em;
}

form.navbar-form{
    padding-top: 16px;
    padding-right: 32px;
}

.border-left{
    border-left: 1px solid rgb(221, 221, 221) !important;
}

a.collapse-title .glyphicon-plus{
    display: none;
    font-size: .8em;
}
a.collapse-title .glyphicon-minus{
    display: inline;
    font-size: .8em;
}
a.collapse-title.collapsed .glyphicon-plus{
    display: inline;
    font-size: .8em;
}
a.collapse-title.collapsed .glyphicon-minus{
    display: none;
    font-size: .8em;
}

.bootstrap-tagsinput{
    min-width: 100% !important;
}

.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    text-align: center;
    padding-top: 35%;
}
.overlay img{
    width: 40%;
}

.one-supplier-preview{
    border-top: 1px solid #ccc;
    height: 100%;
    padding-bottom: 20px;
}

.one-supplier-preview > .row{
    margin: 10px 28px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 100%;
}

.one-supplier-preview > .row > div{
    border-left: 1px solid #ccc;
    height: 100%;
}

.one-supplier-preview > .row > div:first-of-type{
    border-left: 0px;
    overflow: hidden;
}

.one-supplier-preview p{
    white-space: normal;
}

.one-supplier-preview .p-desc{
    height: 70px;
    overflow-y: auto;
    background: none;
    padding: 0px 10px 0px 0px;
    border: 0px;
}

.one-supplier-preview table{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.one-supplier-preview table img{
    width: 100%;
}

.modal{
    z-index: 99999;
}
.modal-backdrop{
    z-index: 99990;
}
.overlay-all{
    z-index: 999998;
    padding-top: 50px;
}

.one-supplier-preview .h-categories{
    white-space: normal;
    max-height: 20px;
}

.glyphicon-email::before{
    content: '@';
    font-size: 1.4em;
}

#mainToolbar h1,
#mainToolbar h2
{
    margin: 0px;
    text-align: center;
}

.modal.fade{
    background-color: rgba(0, 0, 0, 0.5);
}

.c-btn > div,
.c-btn > input{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid 
    transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.c-btn-sm > div,
.c-btn-sm > input{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.c-btn-default > div,
.c-btn-default > input {
    color: #000;
    background-color:#fff;
    border-color:    #ccc;
}
.c-btn-primary > div,
.c-btn-primary > input {
    color: #fff;
    background-color:#337ab7;
    border-color:    #2e6da4;
}
.c-btn-success > div,
.c-btn-success > input {
    color: #fff;
    background-color:#5cb85c;
    border-color:    #4cae4c;
}
.c-btn-info > div,
.c-btn-info > input {
    color: #fff;
    background-color:#5bc0de;
    border-color:    #46b8da;
}
.c-btn-warning > div,
.c-btn-warning > input {
    color: #fff;
    background-color: #f0ad4e;
    border-color:    #eea236;
}
.c-btn-danger > div,
.c-btn-danger > input {
    color: #fff;
    background-color:#d9534f;
    border-color:    #d43f3a;
}
.c-btn-danger2 > div,
.c-btn-danger2 > input {
    color: #fff;
    background-color:#913835;
    border-color:    #862724;
}
.c-btn-purple > div,
.c-btn-purple > input {
    color: #fff;
    background-color:#6d4fd9;
    border-color:    #562fb1;
}

.hide-lock .glyphicon-lock{
    display: none;
}
.hide-pencil .glyphicon-pencil{
    display: none;
}
.hide-trash .glyphicon-trash{
    display: none;
}

#footerSendFeedback{
    z-index: 999991;
} 
.modal-open #footerSendFeedback{
    opacity: 0.4;
}
#footerSendFeedback:hover{
    opacity: 1;
}

.c-bg-lt-green{
    background-color: #b1dfb1 !important;
}

.c-bg-NOT_SENT{ background-color: #ffffff !important; }
.c-bg-QUOTE_SENT{ background-color: #b1cedf !important; }
.c-bg-QUOTE_SIGNED{ background-color: #71acce !important; }
.c-bg-PO_IN_PROCESS{ background-color: #e2af6c !important; }
.c-bg-COMPLETED_ARENA{ background-color: #b1dfb1 !important; }
.c-bg-COMPLETED_RESELLER{ background-color: #52b952 !important; }
