.display-none{
    display: none !important;
}

.curpointer{
    cursor: pointer;
}
.curnormal{
    cursor: default!important;
}

.hoverred:hover{
    color: #bf0000;
    cursor: pointer;
}
.hovergreen:hover,.hovergreen:hover>a,.hovergreen:hover>i{
    color: #05b500 !important;
    cursor: pointer;
}

.hoverunderline:hover{
    cursor: pointer;
    text-decoration: underline;
}

.opt-oneopsion{}
.opt-ootrigger{}
.opt-trgdest{}
.opt-setvaluesetdis{}
.daterangepicker{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.opt-code{
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}

/*dtablearama*/
.dtablearamalabel{

}
.dtablekututemizle{
    margin-top: 5px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #c1c1c1;
    position: absolute;
    top: 1px;
    right: 5px;
}
.dtablekututemizle:hover{
    color: #3483ca;
}
.dtablearamakutusu{
    padding-right: 18px;
}
/*.ssdtablearama*/

/*İMLEÇLER*/
.curpointer{
    cursor: pointer;
}
.curdefault{
    cursor: default;
}
/*.İMLEÇLER*/


/*Standart Efektler*/
.std-golge{
    -webkit-box-shadow: 3px 3px 3px -1px rgba(0,0,0,0.66);
    -moz-box-shadow: 3px 3px 3px -1px rgba(0,0,0,0.66);
    box-shadow: 3px 3px 3px -1px rgba(0,0,0,0.66);
}
/*.Standart Efektler*/


/*Taşmayı noktala overflownokta*/
.overflowdoted{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.temiz{
    clear: both;
}

/*Yükleniyor*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.87);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
/*.Yükleniyor*/

.spd-enterto{}

.dropdown-menu, .select2-dropdown{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.set-check{}

.spd-datatable-columns{}

.err-help-block{
    display:none;
}
.has-error .err-help-block{
    display:block;
}

select option:disabled {
    color: #9f9f9f;
    font-weight: normal;
    font-style: italic;
    text-decoration: line-through;
}

.form-group .select2{
    width: 100% !important;
}
.help-title{
    cursor: pointer;
}

.has-error{
    color: #FF0000 !important;
}

.showonerror{
    display: none;
}
.has-error .showonerror{
    display: block;
}
.error-list{
    display: block;
    margin-bottom: 5px;
}
.error-list:last-child{
    margin-bottom: 0;
}