body, html{
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', 'Sans-Serif','Hind'; 
    font-weight: 300;
        
    font-size: 14px;
    line-height: 1.42857143;
}
.text-center{
    text-align: center;
}
a, a:hover, a:active, a:visited, a:focus{
    text-decoration: none;
    
}
.logout{
    color:#fff !important;
    padding:10px;
}
.logout a {
    color:#fff;
    font-weight: bold;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited, .btn-success:focus, .btn-success:active:focus{
    background-color:black;
    color:white;
    border:#222222;
}
.login-body{
    width:100vw;
    height: 100vh;
    background:black;
    float:left;
}
.login-logo-container{
    width:100%;
    float:left;
    text-align: center;
    background:black;
    height:36px;
    margin:15% auto 20px;

}
.login-container{
    width:100%;
    float:left;
}
.login-container form{
    padding:20px;
    background:white;
    border-radius: 5px;
}
.login-container form h5{
    font-weight: bold;
}

#header{
    position: fixed;
    width:calc(100vw - 200px);
    top:0;
    right:0;
    background:black;
    height: 36px;
    z-index: 99999999;
}
#sidebar{
    position: fixed;
    width:200px;
    background:black;
    left:0;
    top:0px;
    height: 100vh;
}
#branding{
    width:175px;
    margin:0px auto;
    text-align: center;
}
#logo{
    margin:0px auto;
    border:none;
}
#menu_items{
    width:100%;
    margin:36px 0px 0px;
    padding:0px;
}
#menu_items li{
    float:left;
    width:100%;
    height: 40px;
    text-align: left;
    padding-left:10px;
    list-style-type: none;
    border-top:solid 1px #222222;
}
#menu_items li:last-child{
    border-bottom:solid 1px #222222;
}
#menu_items li.active{
    background-color:#0073aa;
}
#menu_items li.active a{
    color:white;
}
#menu_items a{
    float:left;
    width:100%;
    color:white;
    margin-top:10px;
    font-weight: bold;
}


.float-left{
    float: left;
}
.float-right{
    float: right;
}
.post-table{
   
    margin-left: 20%;
    margin-top: 5%;
}
.over-lay{
    background: #e1e1e1;
    height: 50px;
    opacity: 0.7;
    width: 500px;
    text-align: center;
    margin-left: 35%;
    padding: 15px;
}
#post-table , #user_datatable thead > tr > th {
    background-color: #0073aa;
    color:#fff;
}
.modal-dialog{
        margin-top: 150px;
}
.text a{
   
   width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
   white-space: nowrap;
    display: inline-block;
    
}
.dataTables_wrapper{
    margin-bottom: 20px;
}
.action-btn{
    text-align: center;
}
#post-table_wrapper{
    width: 95%;
}
.video-span{
    vertical-align: bottom; 
    width: 200px !important; 
    height: 124px !important;
}
.video-frame{
    border: none; 
    visibility: visible !important; 
    width: 200px !important; 
    height: 124px !important;
}
#user_datatable{
    margin-top: 20px;
    width: 95%;
}
.container{
    margin-left: 20% !important;
    width: auto;
     margin-top: 8% !important;
}
.user-form .form-control{
    width: 100%;
}
.add-user-panel{
    width: 95%;
}
.custom-box{
    border:1px solid #E6E6E6;
    padding: 5px;
    border-radius: 5px;
    margin: 10px;
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.google-auth-overlay{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
}

.fade-in-overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    border-radius: 5px;
}

.auth-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -3% 0 0 -25%;
    text-align: center;
}

.auth-btn .ga, .auth-btn .youtube{
    background-color: #dd4b39;
    color: white;
}

.anaValue{
    font-weight: 600;
    font-size: 20px;
}

.custom-container{
    width: 100%;
    margin: 0px;
    padding: 20px;
    margin-top: 30px
}

.dashbaord_content{
    width: calc(100vw - 250px);
    margin-left: 235px;
}

.graph{
    margin-top: 10px;
}

.ga_top10_pages_view ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.ga_top10_pages_view ul li{
    margin-bottom: 10px;
}

.yt_top10_pages_view ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.yt_top10_pages_view ul li{
    margin-bottom: 10px;
}
.go-box{
    padding: 5px;
    margin: 10px;
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.date-error{
    position: relative;
    visibility:hidden;
    color:red;
    padding-left: 30px;
    padding-right: 15px;
}
table td{
    color:#337ab7;
}
.datepicker-box{
    background-color: #E6E6E6;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    margin-left: 25px;
}
.no-padding{
    padding: 0;
}