/*    Custom css      */
/* Created Date 12-04-2017 */
/* Author Rs Rathore Ways and Means Technology */

/* Regular css Here */
a:active, a:focus, button:active, button:focus {
    outline: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 8px;
    vertical-align: middle;
}
.table-striped > tbody > tr:nth-of-type(odd){
    background-color: #f9fbff;
}
.table-hover > tbody > tr:hover {
    background-color: #f8faff;
}
.card .header {
    padding: 15px 15px 0;
    position: relative;
}

select, select.form-control {
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* Login page*/
.lc-logo {
    margin-bottom: 25px;
    max-height: 100px;
}

.login:after {
    display: block;
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(to bottom, #1b5a9f38 27%,#0a88c6 73%,#0989c6 73%);
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}


.enterform {
    text-align: center;
    position: absolute;
    width: 300px;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
    z-index: 99;
}

    .enterform .form-group {
        background: #fff;
        margin-bottom: 5px;
        position: relative;
    }

        .enterform .form-group:after {
            content: '';
            display: block;
            clear: both;
        }

        .enterform .form-group span {
            float: left;
            width: 14%;
            color: #323232;
            font-size: 26px;
            margin-top: 7px;
        }



    .enterform .form-control, .enterform .btn {
        border-radius: 0px;
        border: 0px;
        width: 100%;
    }

    .enterform .form-control {
        padding-left: 0;
        float: right;
        width: 86%;
    }

    .enterform .btn {
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .enterform a {
        margin-top: 30px;
        color: #fff;
        display: inline-block;
    }

.sidebar .nav li > a {
        color: #e4dfc4;
}
.sidebar .nav li.active > a , .sidebar .nav li:hover a {
    color: #ffffff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.23);
}
/* dashboard */
.card-block {
    padding: 1.5rem;
}

.teal {
    color: #009688 !important;
}

.pink {
    color: #E91E63 !important;
}

.deep-orange {
    color: #FF5722 !important;
}

.cyan {
    color: #00BCD4 !important;
}

.Dash-staticsINfo .media h3 {
    font-weight: 500;
    margin: 10px auto 5px;
}

.Dash-staticsINfo .media-middle i {
    font-size: 48px;
}


/* Add Venue page css Here */


.VenueTeble .vanue-status, .UserTeble .vanue-status {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #ccc;
    border-radius: 100px;
}

    .VenueTeble .vanue-status.on, .UserTeble .vanue-status.on {
        background: #ff4a55;
    }

.VenueTeble a, .UserTeble a {
    font-size: 18px;
    color: #000;
    padding: 0px 2px 0px;
    border-radius: 4px;
    display: inline-block;
}

.btn-add {
    position: absolute;
    top: 20px;
    right: 20px;
    
  
}

    .btn-add i {
        vertical-align: middle;
        font-size: 16px;
        margin-right: 4px;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 10px;
    border-radius: 4px;
}

.upload-btn input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}




.checkbox .icons, .radio .icons {
    color: #9c9c9c;
}

a.tag-style {
    color: #009eff;
    border: 1px solid #009eff;
    padding: 1px 4px;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 2px;
}


.show {
    transition: all ease 0.5s;
    display: block !important;
}



/* Select js */

.selectize-control.multi .selectize-input > div.item {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: transparent !important;
    color: #00aed2;
    border: 1px solid #42d0ed;
    text-shadow: none !important;
    box-shadow: none !important;
}

.selectize-input {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 8px 12px;
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .selectize-input:focus, .selectize-input.focus {
        background-color: #FFFFFF;
        border: 1px solid #AAAAAA;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
        color: #333333;
    }

.selectize-control.multi .selectize-input.has-items {
    padding: 7px 8px 4px;
}

/* Profile pic uploader  */

.profilepic-upload {
    width: 150px;   
    position: relative;
}
.profilepic-upload img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
}
.upload-btn {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #2f2f2f;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    right: 0;
    top: 19px;
}
.upload-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.upload-btn i {
       color: #fff;
    
    line-height: 30px;
    cursor: pointer;
    font-size: 25px;
}

/* Banner pic uploader  */

.bannerpic-upload {
    width: 100%;   
    position: relative;
}
.bannerpic-upload img {  
    width: 100%;
   
}
.bannerpic-upload .upload-btn {  
    right:10px;
    top: 19px;
}


textarea.form-control.content-Management{
    width: 100%;
    height: 350px;
}


 .card label {
    color: #676767;
}