.skin-blue .sidebar-menu .treeview-menu>li.active>a, .skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #FFEB3B;
}
.table-action-td .open>.dropdown-menu {
    background: #000;
}
.table-action-td .dropdown-menu>li>a {
    color: #fff;
}
.table-action-td   .dropdown-menu>li>a:hover {
    color: #000;
}
.fa-f-20 {
    font-size: 20px;
}
.fa-f-24 {
    font-size: 24px;
}
.margin-l-5{
    margin-left:5px
}
.margin-l-15 {
    margin-left: 15px;
}
/* End Datatable*/

.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.pagination {
    margin: 0 0;
}
.pagination-showing {
    position: relative;
    top: -10px;
    font-size: 20px;
    margin-right: 10px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-text-fill-color: #000 !important;
}
.box-widget {
    border: 2px solid;
}
.popover ul,.tooltip ol,.popover ol,.tooltip ul{padding-left:15px}
fieldset .panel {
    background-color: transparent;
    color:#fff;
}
fieldset .panel i,fieldset .panel strong
{
    color:#fff;
}
.modal-body legend {
    margin-bottom: 0;
    border-bottom: 0;
}
.btn-secondary, .btn-secondary:visited {
    background: #0182c6;
    border-radius: 0;
    color: #ffffff !important;
}

.btn-secondary:hover{
    background:#fff;
    border-radius: 0;
    border:1px solid #000;
    color:#000!important;
}
.btn-border-secondary{
    background:transparent;
    border-radius: 0;
    border:1px solid #000;
    color:#000;
}
.btn-border-secondary:hover{
    background:#000;
    border-radius: 0;
    border:1px solid #fff;
    color:#fff;
}
.btn-border-primary{
    background:transparent;
    border-radius: 0;
    border:1px solid #9c27b0;
    color:#9c27b0;
}
.btn-border-primary:hover{
    background:#9c27b0;
    border-radius: 0;
    border:1px solid #000;
    color:#fff;
}
.btn-square-action{
    border-radius: 0%;
    width: 32px;
    height: 32px;
    padding: 4px 8px;
    font-size: 16px!important;
    overflow: hidden;
    color: #fff;
    text-align: center;
    text-align: -webkit-center;
}
.btn-action{
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 4px 8px;
    font-size: 16px!important;
    overflow: hidden;
    color: #fff;
    text-align: center;
    text-align: -webkit-center;
}
.btn-action .fa,.btn-square-action .fa{font-size:16px !important}
.btn-action .material-icons,.btn-square-action .material-icons{  margin-top: 3px;
                                                                 margin-top: 2px;
                                                                 margin-left: -2px;font-size:18px !important}
.btn-fab{
    border-radius: 50%;
    position: fixed;
    z-index: 10;
    bottom: 60px;
    right: 30px;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 15px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-fab-second{
    right: 90px;
}
.btn-fab-primary,.btn-action-primary{
    border:1px solid #9c27b0;
    background:#9c27b0;
    color:#fff;

}
.btn-fab-primary:hover,.btn-action-primary:hover{
    background:#fff;
    color:#9c27b0;
}
.btn-fab-info,.btn-action-info{
    border:1px solid #00bcd4;
    background:#00bcd4;
    color:#fff;

}
.btn-fab-info:hover,.btn-action-info:hover{
    background:#fff;
    color:#00bcd4;
}
.btn-fab-warning,.btn-action-warning{
    border:1px solid #d58512;
    background:#d58512;
    color:#fff;

}
.btn-fab-warning:hover,.btn-action-warning:hover{
    background:#fff;
    color:#d58512;
}
.btn-fab-success,.btn-action-success{
    border:1px solid #398439;
    background:#398439;
    color:#fff;

}
.btn-fab-success:hover,.btn-action-success:hover{
    background:#fff;
    color:#398439;
}
.btn-fab-danger,.btn-action-danger{
    border:1px solid #ac2925;
    background:#ac2925;
    color:#fff;

}
.btn-fab-danger:hover,.btn-action-danger:hover{
    background:#fff;
    color:#ac2925;
}
.btn-fab-secondary,.btn-action-secondary{
    border:1px solid #474747;
    background:#474747;
    color:#fff;

}
.btn-fab-secondary:hover,.btn-action-secondary:hover{
    background:#fff;
    color:#000;
}

.btn-outline-primary{
    background:#fff;
    color:#9c27b0;
    border:1px solid #9c27b0;
}
.btn-outline-primary:hover{
    background:#9c27b0;
    color:#fff;
}
.btn-outline-info{
    background:#fff;
    color:#00bcd4;
    border:1px solid #00bcd4;
}
.btn-outline-info:hover{
    background:#00bcd4;
    color:#fff;
}
.btn-outline-success{
    background:#fff;
    color:#398439;
    border:1px solid #398439;
}
.btn-outline-success:hover{
    background:#398439;
    color:#fff;
}
.btn-outline-danger{
    background:#fff;
    color:#ac2925;
    border:1px solid #ac2925;
}
.btn-outline-danger:hover{
    background:#ac2925;
    color:#fff;
}
.btn-outline-warning{
    background:#fff;
    color:#d58512;
    border:1px solid #d58512;
}
.btn-outline-warning:hover{
    background:#d58512;
    color:#fff;
}
.btn-outline-secondary{
    background:#fff;
    color:#000;
    border:1px solid #000;
}
.btn-outline-secondary:hover{
    background:#000;
    color:#fff;
}
.ajax-link{cursor: pointer;}
.tooltip { z-index:1240; }
.modal-user-image{
    border: 1px solid rgba(0,0,0,.7);
    border-bottom: 0px;width:100%;height:75%
}
.modal-user{
    padding-bottom:15px;

}
.modal-user-hint{
    float: right;
    z-index: 10;
    position: relative;
    top: 25px;
    background: rgba(0,0,0,.3);
    /* padding: 0px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff !important;
}
.modal-user-action {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    color: #fff !important;
}
.modal-user-action .btn-group, .modal-user-action .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: unset;
}
.modal-user-action .dropdown-menu {
    box-shadow: none;
    border-color: transparent;
    background: gray;
}
.modal-user-action .dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333;
    color: #000 !important;
}
.modal-user-action a{
    color: #fff !important;
}
.modal-user-name{
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -37px;
    color:#fff;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    position: relative;border: 1px solid rgba(0,0,0,.2);background:rgba(0,0,0,.5);}
.modal-user-content{
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    color:#fff;background:rgba(0,0,0,.5);}
.modal-user-content:first{

    padding-top: 7.5px;
}

.modal-row{
    padding-top: 15px;
}
.modal-row:first-child{
    padding-top: 0;
}
.modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
}

.modal {
    background: transparent;
}
.modal  button.close {
    color: white;
    opacity: 1;
    border: 1px solid;
    border-radius: 50%;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
    background: red;
    margin-right: -25px;
    margin-top: -25px !important;
}

.modal-body {
    overflow-y: auto;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
.team-banner-wrapper{
    Height:120px;
}
.team-banner{
    Height:120px;
    width:180px;
    border:5px solid rgba(0,0,0,.4);
}
.team-name{
    text-align: center;
    font-size: 18px;
    width: 180px;
    margin-top: -25px;
    color: #fff;
    font-weight: 700;
    background: rgba(0,0,0,.4);

}
.icon-batting{border:2px solid rgba(255,255,0,.6);background:rgba(255,255,0,.6);border-radius: 50%;}
.icon-image{width:24px;height:24px;padding:2px;}
.vertical-align-center{/* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    display:box;
    box-pack:center;
    box-align:center;}
.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left:0;
    margin-right:0;

}
.btn-click{
    cursor: pointer;
}
select option:disabled{
    color: red;
    text-decoration: line-through !important;
}
.material-icons {
    font-size:18px;
}
#uploadingImagePreview{
    height: 225px;
    width: 400px;
    margin-top:15px;
}
.login-box, .register-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.login-logo, .register-logo {
    padding-bottom: 25px;
    padding-top: 25px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #0182c6;
}
.select2-search__field{
    min-height: 22px;
}
.datepicker{
    z-index:10000000 !important;
}
.input-group-focus {
    border-radius:4px;
    -webkit-transition: box-shadow ease-in-out .15s;
    transition: box-shadow ease-in-out .15s;
}
.input-group-addon {
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.input-group.input-group-focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
.has-error.input-group.input-group-focus,
.has-error .input-group.input-group-focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
}
.has-warning.input-group.input-group-focus,
.has-warning .input-group.input-group-focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 !important;
}
.has-success .input-group.input-group-focus,
.has-success .input-group.input-group-focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b !important;
}
.input-group-focus input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.input-group-focus .input-group-addon {
    border-color: #66afe9 !important;
}
.has-error .input-group-addon {
    border-color: #dd4b39 !important;
}
.has-success .input-group-addon  {
    border-color: #00a65a !important;
}
.has-warning .input-group-addon  {
    border-color: #66512c !important;
}
.has-error span.select2-container  {
    border: 1px solid #dd4b39 !important;
}
.has-success span.select2-container  {
    border: 1px solid  #00a65a !important;
}
.has-warning span.select2-container   {
    border: 1px solid  #66512c !important;
}
.text-danger {
    color: #dd4b39;
}
.text-success {
    color: #00a65a;
}
hr.alert-divider
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.alert-text-white{
    color:#fff;
}
div.loader-overlay {
    display:        table;
    position:       fixed;
    top:            0;
    left:           0;
    width:          100%;
    height:         100%;
    z-index: 9999999999999999999999999999999999999999999999999999999999999;
}
div.loader-overlay > div {
    display:        table-cell;
    width:          100%;
    height:         100%;
    background:     rgba(255,255,255,.7);
    text-align:     center;
    vertical-align: middle;
    color:#000;
}

div[data-notify="container"] {
    width: 250px !important;
    font-size:18px;
}

div[data-notify="container"] button[data-notify="dismiss"] {  opacity: 1;}