﻿body {
    margin: 0px !important;
    padding: 0px !important;
}

.masterfooter {
    clear: both;
    width: 100%;
    color: #fff;
    background-color: #343434;
    margin-top: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.logo {
    margin-top: -8px;
    padding-left: 10px;
}

.homebannerleft {
    background-color: rgba(246, 141, 0, 0.6);
    color: rgb(255, 255, 255);
    padding: 25px;
}

.homebannerright {
    background-color: rgba(0, 66, 127, 0.6);
    color: rgb(255, 255, 255);
    padding: 25px;
}

.bottompaddding {
    padding-bottom: 15px;
}

.p_margin {
    margin: 0 0 5px !important;
}

.texteclipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash {
    border: 0 none;
    border-top: 1px dashed #e9e3e3;
    background: none;
    height: 0;
    margin: 7px auto;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.showProgress {
    display: block;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader.gif') 50% 50% no-repeat;
}

.hideProgress {
    display: none;
}

.noradius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.grayText{
    color: gray;
}

.wraptext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile:hover {
  background-color: #F3F6F8 !important;
}

a{
    text-decoration:none !important;
}

.vertical-align {
    display: flex;
    align-items: center;
}

* {
  border-radius: 0 !important;
}

.bootstrap-tagsinput {
  width: 100% !important;
}