textarea {
    height: 250px;
    /*margin: 0px 0px 0px 0px;*/
}

form {
    color: #A8ACAE;
}

#added-address {
    margin-right: 10px;
    height: 40px;
    border: 1px solid #ccced1;
}
.edit-item {
    margin-right: 10px;
}

.investable {
    border-bottom: 2px solid #ccced1;
}

/*input {
    background: white;
    margin-bottom: 5px;
    color: #4A4A4A;
}*/

.select-info-selected {
    background-color: white !important;
    border: 1px solid #ccced1;
    border-radius: 4px;
    color: #7a7a7a;
    font-size: 15px;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px !important;
    font-family:'Monserrat', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    outline: none;
    height: 27px;
}

#added-address:focus, input:focus {
    /*padding-top: 5px;*/
    background: white;
    border: 1px solid #ccced1;
    box-shadow: none;
    outline: none;
}

#third-address {
    margin-left: 5px;
    margin-right: 10px;
}

#edit-ap-notes {
    border: 1px solid #ccced1;
    border-radius: 4px;
}

#edit-ap-notes:focus {
    /*padding-top: 5px;*/
    background: white;
    /*border: 0px solid #A8ACAE;*/
    box-shadow: none;
    outline: none;
}

#status-wizard {
	margin: 10px 10px 10px 10px;
	/*margin-left: 10px;
	margin-right: 10px;*/
	padding-left: 15px;
	padding-right: 15px;
    padding-bottom: 15px;
	border: 1px solid #ccced1;
    background-color: #e9e8e8;
}

/*.stepTitleWiz {
	font-size: 15px;
    padding-top: 5px;
}*/

.hidden-warning {
    color:#f45c42;
}

.appt-option, .appt-address, .appt-time, .fact-option, .appt-trav, .appt-dura {
	margin-left: 10px;
	/*color: #3673B9;*/
	padding-top: 7px;
	padding-bottom: 7px
}

.appt-null-option {
    margin-left: 10px;
    font-style: oblique;
    padding-top: 7px;
    padding-bottom: 7px 
}

.placed {
    font-size: 13px;
    font-style: oblique;
    margin-left: 12px;
    color: #A8ACAE;
    padding-top: 7px;
    padding-bottom: 7px 
}

.appt-address-other {
    padding-top: 7px;
    padding-bottom: 7px
}

.option-wrap {
	border: 1px solid #ccced1;
    background-color: #F6F6F6;
    border-radius: 4px;
    /*margin-top: 10px;*/
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
    padding/*-left: 5px;
    padding*/-right: 5px;
}

.other-form {
   border: 1px solid #4A4A4A;
   margin-right: 10px;
   margin-left: 10px;
   margin-bottom: 15px;
}

.small-option-wrap {
    border: 1px solid #ccced1;
    background-color: #F6F6F6;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 14px;
    height: 100px;
    /*background-color: white;*/
    /*margin-left: 10px;*/
    overflow: auto;
    line-height: 17px;
    /*margin-bottom: 0px;*/
    /*border-bottom: 0px solid #A8ACAE;*/
}

.med-option-wrap {
    /*float: right;
    width: 100px;*/
    border: 1px solid #ccced1;
    background-color: #F6F6F6;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 10px;

    height: 160px;
    /*background-color: white;*/
    /*margin-left: 10px;*/
    overflow: auto;
    line-height: 17px;
    /*margin-bottom: 0px;*/
    /*border-bottom: 0px solid #A8ACAE;*/
}

.drop-appt-tr td {
	padding-left: 10px;
	padding-right: 10px;
}

.divStatus {
	padding-top: 10px;
	padding-bottom: 10px;
	/*z-index: 5;*/
}

.grey-status {
    font-weight: 700;
    /*font-style: italic;*/
    font-size: 15px;
	color: #4A4A4A;
}

.grey {
    color: #A8ACAE;
}

.dark-grey {
    color: #4A4A4A;
}

/*.grey-Desc {
	width: 150px;
}*/

.drop-type ul {
    height: 100px;
    background-color: white;
    margin-left: 10px;
    overflow: auto;
    line-height: 17px;
    margin-bottom: 0px;
    border-bottom: 0px solid #A8ACAE;
    /*width:100px;*/
}

.drop-type li {
    margin-right: 10px;
}

.drop-type {
    font-size: 15px;
    /*padding-top: 10px;*/
}

/*.logout-label-next {
    font-size: 18px;
    color: #A8ACAE;
    margin-left: 20px;
    margin-right: 20px;
}

.logout-label {
    margin-left: 20px;
    margin-right: 20px;
}*/