garbage{
}

html{
    font-size: 16px !important;
}

body{
    background-image: url('/clouds.jpg');
}

.container{
    padding-left:30px;
    background-color:rgba(255,255,255,0.8);
    box-shadow:0 0 5px gray;
}
.vertical-center {
    min-height: 70%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 70vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.bigglyph{
    font-size:30px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
  z-index:9999;
}

.fakelink{
	color:blue;
	text-decoration: underline;
	cursor:pointer;
}

.niceglyph{
    margin:0px 5px;
}

.row-spacer{
    margin:20px 0;
    padding-left:10px;
    padding-right:10px;
}

.minilead{
    position: relative;
}

.showmore{
    position: absolute;
    right: 10px;
    top: 22px;
}

h4 a{
    color:inherit;
}

.leadstatus{
    padding: 4px;
    display: inline-block;
}

#leadsuccess,#leadclosed{
    display: none;
}

.editicon{
    cursor:pointer;
    font-size:10px;
    color:#a7a7da;
    transition: all ease-in-out 0.2s;
}

.editicon:hover{
    color:inherit;
    transition: all ease-in-out 0.2s;
}

.tbal{
	border-collapse: collapse;
	
}
.tbal th,td{
	border:1px black solid;
	font-size:12px;
}

.tbal th,td{
	width:40px;
	height:40px;
	overflow:visible;
	text-align:center;
	white-space: nowrap;
	padding:4px;
}

.added ,.added div{
	overflow: visible;
}

.bootstrap-datetimepicker-widget{
	z-index:999;
}



.scrollToTop{
    width:70px; 
    padding:10px; 
    text-align:center; 
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:15px;
	background-color: #0080004d;
	border-radius: 10px;
    right:40px;
    display:none;
}
.scrollToTop:hover{
    text-decoration:none;
}
body .modal-dialog{
    width: 80%;
}