﻿/* label focus color */
.input-field input[type=text]:focus + label {
    color: #3d857b;
}
/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #3d857b;
    box-shadow: 0 1px 0 0 #3d857b !important;
}
/* icon prefix focus color */
.input-field .active {
    color: #3d857b;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 1170px;
    }
}

.btn-rounded {
    outline-style: none !important;
    border-radius: 25px !important;
    /*border-color: #3d857b !important;*/
    border: 1px solid #3d857b !important;
}

.btn:hover {
    background-color: #3d857b !important;
    color: white !important;
    box-shadow:none;
}

.btn {
    color: black;
    box-shadow:none;
}

.uploadDivCover {
    margin:unset;
    width: 125px;
    margin-right: 20px;
}

.uploadDiv {
    /*border: 2px dashed #ccc;*/
    width: 125px;
    height: 135px;
    position: relative;
    margin-top: 30px;
    margin-bottom:5px;
    background-image:url(../Images/Photo_Placeholder.gif);
    background-size:cover;
    background-repeat:no-repeat;
    /* margin: 29px auto; */
    /* padding-right: 27px; */
    /*margin-left: 191px;*/
}

.input-field label {
    font-size: 14px !important;
}

/*.lbl-line {
    line-height: 3.428571 !important;
}*/

.datepicker-modal {
    max-height: max-content;
}

.btn{
	text-transform:none !important;
}