/*
    DJANGO Admin styles
*/

@import url(fonts.css);
.main > #nav-sidebar {
    display: none;
}


body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    color: #333;
    background: #fff;
}

/* LINKS */
#toggle-nav-sidebar{
    display: none;
}
a:link, a:visited {
    color: #666;
    text-decoration: none;
}
.fixed-table-div{
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    top: 40px;
    padding-top:30px ;
    background: #fff;
    z-index: 9999;
    width: 100%;
    
    right: 0;
}
.fixed-table-div .inside-fixed, .inside-header{max-width: 1170px;margin:auto;}


a:focus, a:hover {
    color: #2f659a;
}

a:focus {
    text-decoration: underline;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: #fff;
    text-decoration: none;
}

a.section:focus, a.section:hover {
    text-decoration: underline;
}

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
}

h1 {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}

h2 {
    font-size: 16px;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 14px;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 10px;
    margin: 1.5em 0 .5em 0;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul li {
    list-style-type: square;
    padding: 1px 0;
}

li ul {
    margin-bottom: 0;
}

li, dt, dd {
    font-size: 13px;
    line-height: 20px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #eee;
}

blockquote {
    font-size: 11px;
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    color: #666;
    font-size: 12px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
    color: #930;
}

hr {
    clear: both;
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

/* TEXT STYLES & MODIFIERS */

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 10px;
}

p.mini {
    margin-top: -3px;
}

.help, p.help, form p.help {
    font-size: 11px;
    color: #999;
}

.help-tooltip {
    cursor: help;
}

p img, h1 img, h2 img, h3 img, h4 img, td img {
    vertical-align: middle;
}

.quiet, a.quiet:link, a.quiet:visited {
    color: #999;
    font-weight: normal;
}
#logout-form button{
    background: #2f659a;
    color: #fff;
    border: 1px solid #3f659a;
    padding: 5px 15px;
    border-radius: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    float: right;
    outline: 0;
    font-size: 12px;
}
.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.example {
    margin: 10px 0;
    padding: 5px 10px;
    background: #efefef;
}

.nowrap {
    white-space: nowrap;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
}

td, th {
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 8px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    font-weight: 600;
    text-align: left;
}

thead th,
tfoot td {
    color: #666;
    padding: 5px 10px;
    font-size: 11px;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #eee;
}

thead th.required {
    color: #000;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #fff;
}

.row2 {
    background: #f9f9f9;
}

/* SORTABLE TABLES */

thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
}

thead th a:link, thead th a:visited {
    color: #666;
}

thead th.sorted {
    background: #eee;
}

thead th.sorted .text {
    padding-right: 42px;
}

table thead th .text span {
    padding: 8px 10px;
    display: block;
    font-size: 13px;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 13px;
}

table thead th .text a:focus, table thead th .text a:hover {
    background: #eee;
}

thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 9px 5px 0 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}
#resource_form .submit-row a.deletelink{
    height: 35px;
}
#resource_form .form-row.errors.field-slug{
    position: relative;
}
#resource_form .form-row.errors.field-slug .errorlist{
    position: absolute;
    right: 50px;
    transform: translate(-50%,-50%);
    top: 50%;
}
table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: '\\';
    position: absolute;
    top: -6px;
    left: 3px;
    font-weight: 200;
    font-size: 18px;
    color: #999;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #2f659a;
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -70px;
}

/* FORM DEFAULTS */

input, textarea, select, .form-row p, form .button {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

textarea {
    vertical-align: top;
}

input[type=text], input[type=password], input[type=email], input[type=url],
input[type=number], textarea, select, .vTextField {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
input[type=url]:focus, input[type=number]:focus, textarea:focus, select:focus,
.vTextField:focus {
    border-color: #999;
}

select {
    height: 30px;
    text-transform: capitalize;
}
#filter_me{
    text-transform: capitalize;
}
select[multiple] {
    min-height: 150px;
}
input{
    background: transparent !important;
    cursor: pointer;
}
input[type=file]::file-selector-button{
    background: #fff;
    padding: 10px 20px;
    font-family: Inter-Bold, sans-serif;
        color: #dc1d3e;
    border-radius: 25px;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease ;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;

}
input[type=file]::file-selector-button:hover{
    background: #f8f8f8;
    transition: all 0.3s ease ;
}
/* FORM BUTTONS */

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #f5f5f5;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
}

a.button {
    padding: 4px 5px;
}

.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #2f659a;
    color:#000000;

}
.button[disabled], input[type=submit][disabled], input[type=button][disabled] {
    opacity: 0.4;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #2f659a !important;
    color:#fff;
}
.submit-row input[type=submit].default:hover{
    background: #295887;  
}
.button.default:active, input[type=submit].default:active,
.button.default:focus, input[type=submit].default:focus,
.button.default:hover, input[type=submit].default:hover {
    background: #2f659a;
    color:#fff;
}

.button[disabled].default,
input[type=submit][disabled].default,
input[type=button][disabled].default {
    opacity: 0.4;
}


/* MODULES */

.module {
    border: none;
    margin-bottom: 30px;
    background: #fff;
}

.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #2f659a;
    color: #fff;
}

.module caption,
.inline-group h2 {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.module table {
    border-collapse: collapse;
    
}
.dashboard .module table {
    display: flex;
    flex-direction: column;
}
/* MESSAGES & ERRORS */

ul.messagelist {
    padding: 0;
    margin: 0;
}

ul.messagelist li {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
    background-size: 16px auto;
    color: #333;
}

ul.messagelist li.warning {
    background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

ul.messagelist li.error {
    background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
    background-size: 16px auto;
}

.errornote {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    color: #ba2121;
    border: 1px solid #ba2121;
    border-radius: 4px;
    background-color: #fff;
    background-position: 5px 12px;
}

ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: #ba2121;
    background: #fff;
}

ul.errorlist li {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

ul.errorlist li:first-child {
    margin-top: 0;
}

ul.errorlist li a {
    color: inherit;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0;
    padding: 0;
}

td ul.errorlist li {
    margin: 0;
}

.form-row.errors {
    margin: 0;
    border: none;
    border-bottom: 1px solid #eee;
    background: none;
}

.form-row.errors ul.errorlist li {
    padding-left: 0;
}

.errors input, .errors select, .errors textarea {
    border: 1px solid #ba2121;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: #c11;
    background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

/* BREADCRUMBS */
#question_form table td.field-choice_text{
    width: 50%;
}
div.breadcrumbs {
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

div.breadcrumbs a {
    color: #000
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #2f659a;
}

/* ACTION ICONS */

.addlink {
    padding-left: 16px;
    background: url(../img/icon-addlink.svg) 0 1px no-repeat;
}

.changelink, .inlinechangelink {
    padding-left: 16px;
    background: url(../img/icon-changelink.svg) 0 1px no-repeat;
}

.deletelink {
    padding-left: 16px;
    background: url(../img/icon-deletelink.svg) 0 1px no-repeat;
}

a.deletelink:link, a.deletelink:visited {
    color: #CC3434;
}

a.deletelink:focus, a.deletelink:hover {
    color: #993333;
    text-decoration: none;
}

/* OBJECT TOOLS */

.object-tools {
    font-size: 10px;
    font-weight: bold;
    padding-left: 0;
    float: right;
    position: relative;
    margin-top: -48px;
}

.form-row .object-tools {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    margin-left: 5px;
    height: 16px;
}

.object-tools a {
    border-radius: 15px;
}

.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    padding: 3px 12px;
    background: #999;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.object-tools a:focus, .object-tools a:hover {
    background-color: #2f659a;
}

.object-tools a:focus{
    text-decoration: none;
}

.object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink {
    background-repeat: no-repeat;
    background-position: 93% center;
    padding-right: 26px;
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background-image: url(../img/tooltag-arrowright.svg);
}

.object-tools a.addlink {
    background-image: url(../img/tooltag-add.svg);
}

/* OBJECT HISTORY */

table#change-history {
    width: 100%;
}

table#change-history tbody th {
    width: 16em;
}

/* PAGE STRUCTURE */

#container {
    position: relative;
    min-width: 980px;
    padding: 0 80px;
}

#content {
    padding: 20px 40px;
}

.dashboard #content {
    width: 600px;
}

#content-main {
    float: left;
    width: 100%;
}

#content-related {
    float: right;
    width: 260px;
    position: relative;
    margin-right: -300px;
}

#footer {
    clear: both;
    padding: 10px;
}

/* COLUMN TYPES */

.colMS {
    margin-right: 300px;
}

.colSM {
    margin-left: 300px;
}

.colSM #content-related {
    float: left;
    margin-right: 0;
    margin-left: -300px;
}

.colSM #content-main {
    float: right;
}

.popup .colM {
    width: auto;
}

/* HEADER */
.skip-to-content-link, .theme-toggle{
    display: none;
}
#header {
    background: #fff;
    line-height: 40px;
    color: #000;
    overflow: hidden;
}

#header a:link, #header a:visited {
    color: #000;
}

#header a:focus , #header a:hover {
    text-decoration: underline;
}

#branding {
    float: left;
}

#branding h1 {
    padding: 0;
    margin: 0 20px 0 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
#branding img{
    width:40px;
    margin-right:5px;
}
#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #000;
    position: relative
}

#branding h2 {
    padding: 0 10px;
    font-size: 14px;
    margin: -8px 0 8px 0;
    font-weight: normal;
    color: #ffc;
}

#branding a:hover {
    text-decoration: none;
}
#downloadForm{
    margin-bottom: 3rem;
}
option{
    display: block;
    padding: 1rem;
}
option:hover{
    background: #1d4389 !important;
    color: #fff;
}
#user-tools {
    
    float: right;
    padding: 0;
    margin: 0 0 0 20px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: right;
}

#user-tools a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#user-tools a:focus, #user-tools a:hover {
    text-decoration: none;
    border-bottom-color: #2f659a;
    color: #2f659a;
}

/* SIDEBAR */

#content-related {
    background: #f8f8f8;
}

#content-related .module {
    background: none;
}

#content-related h3 {
    font-size: 14px;
    color: #666;
    padding: 0 16px;
    margin: 0 0 16px;
}

#content-related h4 {
    font-size: 13px;
}

#content-related p {
    padding-left: 16px;
    padding-right: 16px;
}

#content-related .actionlist {
    padding: 0;
    margin: 16px;
}

#content-related .actionlist li {
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 18px;
}

#content-related .module h2 {
    background: none;
    padding: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    color: #333;
}

.delete-confirmation form input[type="submit"] {
    background: #ba2121;
    border-radius: 4px;
    padding: 10px 15px;
    color: #000;
    border-color: rgb(38, 38, 42);
}

.delete-confirmation form input[type="submit"]:active,
.delete-confirmation form input[type="submit"]:focus,
.delete-confirmation form input[type="submit"]:hover {
    background: #ccc;
}

.delete-confirmation form .cancel-link {
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    line-height: 15px;
    background: #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    color: #333;
    margin: 0 0 0 10px;
}

.delete-confirmation form .cancel-link:active,
.delete-confirmation form .cancel-link:focus,
.delete-confirmation form .cancel-link:hover {
    background: #ccc;
}

/* POPUP */
.popup #content {
    padding: 20px;
}

.popup #container {
    min-width: 0;
}

.popup #header {
    padding: 10px 20px;
}
#addvdc h1,#adddistrict h1,#addData h1,#addIndicator h1,#addLocalBodies h1,#notification h1,#daily h1{
    font-size:14px;
    margin-bottom:10px
}
/* .change-list #filter_section{
    margin-bottom: 10px;
} */
#export_resources_checked{
    margin-bottom: 25px;
}
#export_res_btn{
    box-shadow: none;
    border: 0;
    padding: 2px 5px;
    background: #f5f5f5;
    padding: 4px 15px;
    border: none;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 13px;
    
}
#export_res_btn:hover{
    background: #2f659a;
    color: #fff;
}
.change-list .filter_div{
    margin-bottom: 10px;
    margin-top: 10px;
}
.change-list .filter_div select,.change-list .filter_div a{
    margin-right: 10px;
}
.filter-wrap span{
    margin-bottom: 10px;
    display: block;
}
#dashboard_2 .card{
    padding: 0;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 8px 1px #9d9d9d75;
    margin-bottom: 30px;
    background: #d3d3d31c;
}
#dashboard_2 .card .card-header {
    display: flex;
    font-size: 18px;
    border-bottom: 0;
    color: #2f659a;
    background: #f3f3f3;
    border-bottom: 1px solid #ebebeb;
}
#dashboard_2 .card .card-header img{
    width: 26px;
    margin-right: 12px;

}
#dashboard_2 .card-body {
    flex: 1 1 auto;
    min-height: 160px;
    padding: 1.25rem;
}
#dashboard_2 .card-body a {
    /* float: right; */
    /* height: ; */
    position: absolute;
    BOTTOM: 20PX;
    right: 15px;
}
#dashboard_2 .card-body span {
    text-transform: capitalize;
    margin-right: 10px;
    transition: .2s all ease;
}

#dashboard_2 .card-body a:hover img {
    transform: translateX(5px);
}
#dashboard_2 .card-body img {
    width: 16px;
    transition: .2s all ease;
}
.admin-table{
    display: flex;
    flex-direction: column;
  
}
.admin-profile{
    width: 100%;
   
}
.admin-table th{
    width: 100%;
}
.app-home.module table,
.app-cdd.module table,
.app-resource.module table,
.app-insight.module table,
.app-account.module table,
.app-socialaccount.module table,
.app-djangoseo.module table,
.app-data.module table,
#result_list{
    text-transform: capitalize;
}
.model-newsletter #changelist-form #result_list,
.app-account #changelist-form #result_list{
    text-transform: none;
}
#content h1{
    text-transform: capitalize;
}
.app-resource.model-resource h1{
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}
.app-home .bootstrap-select .btn.dropdown-toggle.btn-light .filter-option .filter-option-inner-inner{
    color:#000;
}
.filter_section h3,label,
.breadcrumbs{
    text-transform: capitalize;
}
.bloc-sec input[type=text],
#redirect_to_send_fb{
    text-transform: capitalize;
}
.social-pagelink h1{
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 600;
}
#content-main h1 b,
#extra_content h1 b{
    font-weight: 600;
    font-size: 13px;
}

.app-sites #result_list{

text-transform: none;
}
.bootstrap-select .btn.dropdown-toggle.btn-light .filter-option{
    position: relative;
}
.bootstrap-select .btn.dropdown-toggle.btn-light .filter-option .filter-option-inner-inner{
    color: #fff;
}
.notify-fields{
    margin: 0 auto;
      padding:15px 40px;
      font-weight: 400; 
      color: black;
}
.app-notify fieldset.module.aligned {
    padding: 0 30px;
}
.local-bodies-title{
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}
.form-row.field-instituition{
    overflow: visible !important;
}
.related-widget-wrapper .dropdown-menu.open.show{
    min-height: 200px !important;
}
.related-widget-wrapper .dropdown-menu.open.show,
.filter_div .dropdown-menu.open.show,
.btn-group.bootstrap-select.filter .dropdown-menu.open.show {
    overflow: visible !important;
    
    padding: 0 !important;
    width: 300px ;
}
.related-widget-wrapper .dropdown-menu.inner,
.filter_div .dropdown-menu.inner,
.btn-group.bootstrap-select.filter .dropdown-menu.inner{
    top: 34px !important;
    max-height: 300px !important;
    padding: 0 !important;
    width: 100%;
}
.btn-group.bootstrap-select.filter[data-id="filter_todate"] .dropdown-menu.inner{
    top: 0 !important;
}
.related-widget-wrapper .dropdown-menu.inner li,
.filter_div .dropdown-menu.inner li,
.btn-group.bootstrap-select.filter .dropdown-menu.inner li{
    cursor: pointer;
    margin-bottom: 1px;
}
.related-widget-wrapper .dropdown-menu.inner li a,
.filter_div .dropdown-menu.inner li a,
.btn-group.bootstrap-select.filter .dropdown-menu.inner li a{
    display: block;
    padding: 5px;
}
.related-widget-wrapper .dropdown-menu.inner li a:hover,
.filter_div .dropdown-menu.inner li a:hover,
.btn-group.bootstrap-select.filter .dropdown-menu.inner li a:hover{
    text-decoration: none;
}
.related-widget-wrapper .dropdown-menu.inner li.selected,
.filter_div .dropdown-menu.inner li.selected,
.btn-group.bootstrap-select.filter .dropdown-menu.inner li.selected{
    background: #295887;
    color: #fff;
}
.related-widget-wrapper .dropdown-menu.inner li a span,
.filter_div .dropdown-menu.inner li a span,
.btn-group.bootstrap-select.filter li a span
{
  color: #000;
}
.filter_div .dropdown-menu.inner li.hidden{
    display: none;
}
.related-widget-wrapper .dropdown-menu.inner li.selected a span
{
    color: #fff;
  }
  .filter_div .dropdown-menu.inner li.selected a span,
.btn-group.bootstrap-select.filter li.selected a span{
    color: #fff;
}
.related-widget-wrapper,
.filter_div,
.btn-group.bootstrap-select.filter{
    overflow: visible !important;
    margin-right: 10px;
}
.filter-option.pull-left{
    font-size: 13px;
}
.dropdown-menu.open .dropdown-menu.inner{
    display:block;
}
.btn-group.bootstrap-select.filter.show .dropdown-menu.inner{
    display:block;
}
.model-resource.change-list .filter_section h3{
    font-size: 14px;
}
.model-resource.change-list .filter_section{
    font-size: 13px;
}
.model-resource.change-list .btn.dropdown-toggle.btn-default{
    padding: 2px 5px;
    text-transform: capitalize;
}
.btn-group.bootstrap-select.filter button{
    margin-right: 10px;
}
.filter_section .filter_by_date{
    margin: 10px 0;
}
.filter_section .filter_by_date a{
    margin-left: 10px;
}
.filter_section .upload_xls{
    margin-left: 10px;
}
.filter_by_date .btn-group.bootstrap-select.filter .dropdown-menu.inner{
    top:-5px !important
}

::-webkit-scrollbar {
    width: 5px;
    height:5px;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-track {
    /* background: var(--gray-font-color); */
    background: transparent;
  }
   
  ::-webkit-scrollbar-thumb {
    background: #b7b0b0;
    ; 
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background:  #eeeeee;
    cursor: pointer;
  }
  .row.table_space #div_hstable #handsontable{
    box-shadow: 0 3px 12px 0px rgba(0,0,0,0.3);
    margin-bottom: 30px;
  }