﻿.field-validation-error {
    /*background-color: #f2dede;
    border-radius: 3px;*/
    color: #a94442 !important;
    font-size: 12px;
    padding: 2px 5px;
    font-weight:300;
    /*border: 1px solid red !important;*/
}

.bootstrap-select {
	border:1px solid #c0bebc !important;
}

    .bootstrap-select .dropdown-toggle {
        background: none !important;
        border-radius: 0 4px 4px 0 !important;
        margin-top: 1px;
		
    }

.white-background.form-control[readonly] {
    background-color: #fff;
}

#registrationform .btn-register {
    border: none;
}

#registrationform .bs-searchbox input {
    border-left: 1px solid #8a8d94;
}

.btn_playerddl {
    border: 1px solid #8a8d94 !important;
    border-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #fff !important;
    width: 100% !important;
    text-align: left !important;
    color: #999 !important;
    padding-right: 25px !important;
}

    .btn_playerddl span:first-child {
        width: 100%;
        float: left;
    }

#registrationform .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed !important;
    border-top: 4px solid \9 !important;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
}


.body-overlay:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#loader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #00000096;
}
#loader-container {
    width: 120px;
    height: 120px;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    border-width: 16px;
    border-style: solid;
    border-color: rgb(0, 114, 188) rgb(243, 243, 243) rgb(243, 243, 243);
    border-image: initial;
    border-radius: 50%;
    border-top: 16px solid rgb(0, 114, 188);
    animation: 2s linear 0s infinite normal none running spin;
}
div#loader-container2 {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    flex-direction: column;
    text-align: center;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}
#loader span.lodingText {
    font-size: 18px;
    color: rgb(255, 255, 255);
    width: 100%;
    margin: 10px 0px;
   /* border: solid 2px #dfdfdf17;*/
    padding: 10px;
    line-height: 26px;
    /*border-radius: 0px;*/
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#modal_editAvatar .modal-content {
    max-width: 500px;
}

.padding-l-10 {
    padding-left: 10px;
}

.modal_editintro {
    z-index: 999;
}
#myModalSport {
    z-index:9999;
}
#ui-datepicker-div {
    z-index: 9999 !important;
}

.input-group.file-upload {
    width: 100%;
    margin: 0px;
    cursor: pointer;
}

.btn-file {
    background-color: #d8627e !important;
    border-color: #d0395d !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group.file-upload input[type='text'] {
    border-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height:32px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}


.list-group-item.active label {
    color: #fff !important;
}

.content, .container {
    overflow: visible !important;
}

/*select {width:auto !important;
}*/