﻿#LoadingSpinner
{
    position:fixed;
    width:100px;
    height:100px;
    left:45%;
    top:40%;
}

.profile-element img.img-circle {
    width: 50px;
    height: 50px;
}

.profile-content .profile-content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    opacity: 0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    height: 150px;
    width: 150px;
    cursor: pointer;
    border-radius: 50%;
    margin: 20px auto;
}

.profile-content:hover .profile-content-overlay {
    opacity: 1;
}

.profile-content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.profile-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.profile-content:hover .profile-content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
    color:#fff;
}

.navbar-scroll .nav.navbar-nav.navbar-right > li > div > a:hover {
    border: 2px solid #1ab394;
    color: #fff;
    padding: 5px 10px;
    background: #1ab394;
    margin: 0px 6px;
}

.navbar-scroll .nav.navbar-nav.navbar-right > li > div > a {
    border: 2px solid #1ab394;
    color: #1ab394;
    padding: 5px 10px;
    background: transparent;
    margin: 0px 6px;
}

.nav.navbar-nav.navbar-right > li > div > a:hover {
    border: 2px solid #fff;
    color: #1ab394;
    padding: 5px 10px;
    background: #fff;
    margin: 0px 6px;
}

.nav.navbar-nav.navbar-right > li > div > a {
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 10px;
    background: transparent;
    margin: 0px 6px;
}

.nav.navbar-nav.navbar-right > li > div {
    padding: 20px 10px;
    margin: 0px 6px;
}

#RegistrationForm span.fileinput-filename, #ProfileForm span.fileinput-filename {
    text-overflow: ellipsis;
    max-width: 127px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

textarea {
    resize: vertical;
}

.dataTable tr td:last-child a {
    margin: 0px 8px 0px 0px;
}

.dataTable tr td:last-child {

    padding: 5px;
}

.dataTable tr td, .dataTable tr th {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table#TblUser tr td:last-child {
    display: table;
}

#ModelAddBulkCompany .dropzone, #ModelAddBulkUser .dropzone {
    border: 1px dashed #1ab394 !important;
}

#ModelAddBulkCompany .dz-error-message, #ModelAddBulkUser .dz-error-message {
    display: none;
}

#ProfilePic {
    height: 150px;
    width: 150px;
    cursor: pointer;
}

.coverpic {
    background-image: url(../img/p5.jpg);
}

#ModelChangeProfile .cropper-container {
    width: auto !important;
    height: auto !important;
    left: auto !important;
    top: 0px !important;
}

.wizard > .steps{
    display:none;
}
.wizard > .content > .body >p{
    font-weight:bold;
}
/*.border-box{
    border:1px solid #ddd;
}*/
