

#results {
	background: white none repeat scroll 0 0;
        border: none;
        position: absolute !important;
        width: 95%;
        z-index: 1000 !important;
        
}

#results  .item {
	padding: 3px;
	font-family: Helvetica;
	border-bottom: 1px solid #c0c0c0;
}

#results   .item:last-child {
	border-bottom: 0px;
}

#results  .item:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}





#resultsUnit {
	background: white none repeat scroll 0 0;
        border: none;
        position: absolute !important;
        width: 95%;
        z-index: 1000 !important;
        
}

#resultsUnit .item {
	padding: 3px;
	font-family: Helvetica;
	border-bottom: 1px solid #c0c0c0;
}

#resultsUnit .item:last-child {
	border-bottom: 0px;
}

#resultsUnit .item:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}





#resultsPrItem {
	background: white none repeat scroll 0 0;
        border: none;
        position: absolute !important;
        width: 95%;
        z-index: 1000 !important;
        
}

#resultsPrItem .item {
	padding: 3px;
	font-family: Helvetica;
	border-bottom: 1px solid #c0c0c0;
}

#resultsPrItem .item:last-child {
	border-bottom: 0px;
}

#resultsPrItem .item:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}


#accountList {
	background: white none repeat scroll 0 0;
        border: none;
        position: absolute !important;
        width: 95%;
        z-index: 1000 !important;
        
}

#accountList .item {
	padding: 3px;
	font-family: Helvetica;
	border-bottom: 1px solid #c0c0c0;
}

#accountList .item:last-child {
	border-bottom: 0px;
}

#accountList .item:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}
.input-group-addon {
    max-width:120px;
    min-width:120px;// Set whatever the width you want
}
hr { background-color: graytext; height: 1px; border: 0; }

.test input[type="number"] {
   width:50px;
}


/* only demo styles */

body {
  font-family: Raleway;
}

/* end only demo styles */

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}


#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 180px;
    height: 180px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}