.index.table thead th{
  background: #7460ee !important;
  color:#fff;
  cursor:pointer;
}

.topbar{
    z-index: 99999999999;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff!important;
    border: 1px solid #7460ee;
    background-color: #7460ee;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    border: 1px solid #7460ee;
    background-color: #7460ee;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 8px;
}

.dataTables_filter input:focus {
    border: 0;
    background-image: -webkit-linear-gradient(#7460ee, #7460ee), -webkit-linear-gradient(#7460ee, #7460ee);
    background-image: -o-linear-gradient(#7460ee, #7460ee), -o-linear-gradient(#7460ee, #7460ee);
    background-image: linear-gradient(#7460ee, #7460ee), linear-gradient(#7460ee, #7460ee);
}

table.index.table{
    margin-top: 7px;
}

form input[type="file"]{
    margin-left:-15px;
}

form .date_label{
    float:left;
    padding-top: 15px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6352ce;
    border-color: #6352ce;
}

form .btn-primary{
    text-transform: uppercase;
}

#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button.active a, #editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button:hover a {
    background: #6352ce;
    color: #ffffff;
}

.page-titles h3.text-themecolor{
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
}

.mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
    width: 260px;
    background: #6352ce;
    color: #ffffff;
    border-color: #6352ce;
}

.googlefields {
    position: relative;
    display: block;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.googlefields.bott {
    height: 20px;
    margin-bottom: 15px;
}

.googlefields img{
	height: 40px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 33px;
}

.googleline {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 18px;
    z-index: 0;
    border-radius:100px;
  	background: #6352ce;
    opacity:0.7
}

.gpreview {
    margin-top: 15px;
    margin-bottom: 30px;
    background: rgba(0,0,0,.1);
    padding: 15px;
    border-radius: 5px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}

.gpreview h2.seot{
	color: #1a0dab;
	line-height: 18px;
	font-size: 18px;
	font-family: arial,sans-serif;
	margin: 0;
	margin-bottom:2px;
}

.gpreview p.url{
	color: #006621;
	line-height: 1.2;
	font-family: arial,sans-serif;
	font-size: 14px;
  padding-top: 1px;
	margin: 0;
	margin-bottom:4px;
}

.gpreview #seodtext{
	line-height: 1.4;
	font-family: arial,sans-serif;
	color: #545454;
  font-size: small;
	margin: 0;
}

form select{
  height: 50px !important;
}

form label {
    margin-bottom: 5px;
}

form label.mylabel {
    color: #6352ce;
}

form .error .error-message {
    color: #fc4b6c;
    margin-bottom: 20px;
    margin-top: 5px;
}

form .input.file.error{
    margin-left: 15px;
    border-left: solid 5px #fc4b6c;
    padding-left: 8px;
}

.google_card {
    padding:15px;
}

.google_card .form-group {
    margin-bottom: 25px;
    flex: 100%;
    max-width: 100%;
}
