/* general  start */

@font-face {
    font-family: 'source-sans-pro';
    src: url('../fonts/source-sans-pro.regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SourceSansPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/source-sans-pro.regular.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/source-sans-pro.regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro.regular.otf') format('otf'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro.regular.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'source-sans-pro-bold';
    src: url('../fonts/source-sans-pro.bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SourceSansPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/source-sans-pro.bold.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/source-sans-pro.bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro.bold.otf') format('otf'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro.bold.svg') format('svg');
    /* Legacy iOS */
}

body {
    background-color: #f0f0f0;
    font-size: 14px;
    font-family: 'source-sans-pro';
    overflow-x: hidden;
}

.red {
    color: red;
}

.content {
    padding: 30px 0px;
}

.no-margin {
    margin: 0px !important;
}

.margin-bottom-10 {
    margin: 0px 0px 10px 0px !important;
}

.no-padding {
    padding: 0px;
}

.relative {
    position: relative;
}

.sm-padding {
    padding: 16px !important;
}

.space {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

/* general  start */

/* header start */

nav {
    background-color: #fff;
    min-height: 60px;
}

.sidebar_toggle {
    font-size: 18px;
    padding: 10px 15px;
    color: #707273;
}

.create-c-list-head {
    border-bottom: 1px solid #efefef;
}

nav ul li a {
    font-size: 18px;
    color: #707273;
}

.navbar-brand img {
    width: 190px;
}

nav.create-c-list-head ul li a {
    font-size: 16px;
}

ul li.nav-item.dropdown a {
    padding: 0px 0px 0px 8px !important;
}

nav ul li:last-child a {
    padding: 8px 0px 8px 8px !important;
}

.page-topbar .navbar-brand {
    width: 190px;
    height: 25px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-topbar .navbar-brand.log_shift {
    width: 30px;
    height: 25px;
    background-image: url(../images/logo-sm.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-topbar .navbar-brand img.half-logo {
    display: none;
}

nav ul li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

nav button.navbar-toggler {
    border: 1px solid #0099cc;
    width: 50px;
    height: 40px;
}

nav button.navbar-toggler span {
    width: 100%;
    height: 2px;
    background-color: #0099cc;
    display: block;
    margin: 5px 0px;
}

.explore {
    padding: 8px 15px 8px 8px;
    color: #707273;
    font-size: 18px;
}

.explore:hover {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.top-form {
    position: relative;
    font-size: 14px;
}

.top-form input[type="search"] {
    border: 1px solid #0099CC;
}

.explore-menu {
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
}

.explore-list {
    width: 275px;
    float: left;
    padding: 10px;
}

.explore-menu h3 {
    font-family: 'source-sans-pro-bold';
    font-size: 22px;
    margin: 10px 10px;
}

.explore-list h4 {
    font-family: 'source-sans-pro-bold';
    font-size: 18px;
    margin: 0px;
}

.explore-list a {
    color: #003366;
    font-size: 16px;
    display: block;
}

.dropdown-menu {
    left: -106px;
    width: 190px;
    max-width: 190px;
    padding: 0px;
    top: 49px;
}

ul li.nav-item.dropdown a.dropdown-item {
    padding: 8px !important;
    color: #707273;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
}

.top-form button {
    background-color: transparent;
    border: 0;
    position: absolute;
    padding: 7px 8px;
    right: 9px;
    color: #0099CC;
    font-size: 16px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 1px;
    font-size: 16px;
    color: #333;
}

.second-nav {
    background-color: #0099cc;
    padding: 20px;
}

.second-nav form input[type="text"] {
    height: 40px;
    border: none;
    border-radius: 0px;
    font-size: 18px;
}

.second-nav form input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.second-nav form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.second-nav form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.second-nav form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.second-nav form select {
    height: 40px !important;
    border: none;
    border-radius: 0px;
    font-size: 18px;
}

.second-nav ul.b-crumb {
    padding: 0px;
    list-style-type: none;
    display: block;
    margin: 20px 0px 0px 0px;
    color: #fff;
}

.second-nav ul.b-crumb li {
    display: inline-block;
    margin: 0px 5px;
    color: #fff;
}

.second-nav ul.b-crumb li:first-child {
    margin: 0px 5px 0px 0px;
}

.second-nav ul.b-crumb li a {
    display: inline-block;
    color: #fff;
}

.page-topbar {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 0px;
    box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
    -webkit-box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
    -moz-box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
    -o-box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
    -ms-box-shadow: 0 2px 4px rgba(33, 33, 33, .2);
}

/* header end */

/* owl carousel start */

.owl-carousel .item {
    background-color: #fff;
    padding: 5px;
}

.owl-carousel .item h4 {
    font-family: 'source-sans-pro-bold';
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    white-space: nowrap;
    width: 183px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.owl-carousel {
    margin-bottom: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #E9EDF8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    font-size: 0px;
    color: #fff;
    left: 0;
    top: 45%;
    background-image: url(../images/left.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.owl-carousel-head {
    font-size: 25px;
    line-height: 25px;
    font-family: 'source-sans-pro-bold';
    margin: 0px 0px 20px 0px;
    position: relative;
}

.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #E9EDF8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    font-size: 0px;
    color: #fff;
    right: 0;
    top: 45%;
    background-image: url(../images/right.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 28px;
    padding: 0 .1em;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    font-size: 26px;
    color: #e8e8e8;
    text-shadow: 1px 1px #e8e8e8, 2px 2px #bfbfbf, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
}

.rating:not(:checked)>label:before {
    content: '★ ';
}

.rating>input:checked~label {
    color: #f9bb5b;
    text-shadow: 1px 1px #f9bb5b, 2px 2px #b9822d, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
}

.rating:not(:checked)>label:hover, .rating:not(:checked)>label:hover~label {
    color: #f9bb5b;
    text-shadow: 1px 1px #f9bb5b, 2px 2px #b9822d, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
}

.rating>input:checked+label:hover, .rating>input:checked+label:hover~label, .rating>input:checked~label:hover, .rating>input:checked~label:hover~label, .rating>label:hover~input:checked~label {
    color: #ea0;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.owl-carousel .item fieldset {
    float: left;
}

.owl-carousel .owl-item .rating:not(:checked)>label {
    font-size: 26px;
}

a.btn-more {
    background: #0099cc;
    position: absolute;
    top: 0;
    right: 0px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 1px 6px;
}

a.btn-more:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: #0099cc;
    z-index: -1;
}

a.btn-more:hover {
    text-decoration: none;
}

/* owl carousel end */

/* banner start */

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px -232px;
}

.banner h3 {
    font-family: 'source-sans-pro-bold';
    padding: 74px 50px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 153, 204, 0.5);
    margin: 0px;
}

.top-banner {
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
    background: #0099cc;
    background: url(../images/bg1.png), -moz-linear-gradient(left, #1c6686 0%, #6dbebe 100%);
    background: url(../images/bg1.png), -webkit-linear-gradient(left, #1c6686 0%, #0099cc 100%);
    background: url(../images/bg1.png), linear-gradient(to right, #1c6686 0%, #0099cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6686', endColorstr='#6dbebe', GradientType=1);
    color: #fff;
    position: relative;
}

/* banner end */

/* left panel start */

.panel {
    background-color: #fff;
    padding: 20px;
}

.left-panel {
    margin-bottom: 20px;
}

ul.related-checklist {
    padding: 0px !important;
    list-style-type: none;
}

ul.related-checklist li a.c-l-img-holder {
    width: 100px;
    height: 75px;
    float: left;
    margin-right: 10px;
}

ul.related-checklist li {
    overflow: auto;
}

ul.related-checklist li h3 {
    font-size: 18px;
    font-weight: 600;
}

ul.related-checklist li img {
    width: 100px;
}

ul.related-checklist li .category-details {}

.category-details-new a.title {
    color: #0099CC;
}

.category-details-new a:hover {
    text-decoration: none !important;
}

.panel h4 {
    font-family: 'source-sans-pro-bold';
    font-size: 18px;
    margin: 0px;
}

.left-panel ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

.left-panel ul li {
    padding: 5px 0px;
}

.left-panel ul li a {
    color: #003366;
    font-size: 16px;
}

.advertisement {
    width: 100%;
    margin: 0px 0px 20px 0px;
}

/* left panel end */

/* right panel start */

.panel-right {
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
    margin-bottom: 15px;
}

.panel-right:before, .panel-right:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(119, 119, 119, 0.42);
    -webkit-box-shadow: 0 15px 10px rgba(119, 119, 119, 0.42);
    -moz-box-shadow: 0 15px 10px rgba(119, 119, 119, 0.42);
    box-shadow: 0 15px 10px rgba(119, 119, 119, 0.42);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.panel-right:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.panel-right h1 {
    font-family: 'source-sans-pro-bold';
    font-size: 36px;
    line-height: 36px;
    color: #0099cc;
    margin: 0px 0px 10px 0px;
}

.blue-title {
    font-family: 'source-sans-pro-bold';
    color: #0099cc;
    margin: 10px 0px 10px 0px !important;
}

.panel-right p {
    font-size: 16px;
    margin-bottom: 10px;
}

.panel-right h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: 'source-sans-pro-bold';
    margin: 20px 0px 20px 0px;
}

.form-group {
    position: relative;
}

.form-group input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 20px;
}

.form-group .check-box {
    height: 16px;
    width: 15px;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0px;
    margin-right: 5px;
    vertical-align: text-bottom;
    display: inline-block;
}

.form-group .check-box-label {
    font-size: 19px;
    line-height: 18px;
    display: inline-block;
    width: 96%;
    float: right;
    margin-bottom: 5px;
}

.form-group input[type="checkbox"]:checked+.check-box {
    content: '';
    background-image: url(../images/checkbox-c.png);
}

.check-box-f-g {
    margin-bottom: 15px;
}

.check-box-details {
    margin: 0px 0px 15px 22px;
}

.panel-right h3 {
    font-family: 'source-sans-pro-bold';
    font-size: 24px;
    margin: 0px 0px 15px 0px;
}

/* right panel start */

/* category list start */

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

ul.category-list li, .checklist_item_outer {
    overflow: auto;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
}

ul.category-list li a.c-l-img-holder, .checklist_item_outer a.c-l-img-holder {
    width: 200px;
    height: 150px;
    float: left;
    margin-right: 15px;
}

ul.category-list li .category-details {}

ul.category-list li .category-details p, .checklist_item_outer .category-details p {
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
    height: 69px;
    overflow: hidden;
}

ul.category-list li .category-details a.title, .checklist_item_outer .category-details a.title {
    color: #0099cc;
}

ul.category-list li .category-details a.title:hover, .checklist_item_outer .category-details a.title:hover {
    text-decoration: underline !important;
}

ul.category-list li .category-details a.title h3, .checklist_item_outer .category-details a.title h3 {
    display: inline-block;
    overflow-y: hidden;
    margin: 0px;
}

ul.category-list li .category-details a.tags, .checklist_item_outer .category-details a.tags {
    color: #0099cc;
    border: 1px solid #0099cc;
    padding: 8px 15px 8px 35px;
    display: inline-block;
    background-image: url(../images/category.png);
    background-repeat: no-repeat;
    background-position: 10px 9px;
    margin-bottom: 3px;
}

.tags-outer {}

ul.category-list li .category-details a.tags:hover {
    background-color: #0099cc;
    background-image: url(../images/category-w.png);
    color: #fff;
    text-decoration: none;
}

ul.category-list li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* category list end */

/* check list start */

.card-header {
    border: none;
    padding: 6px 0px;
    margin: 0px;
}

#check_list_item .item_list {
    padding: 0px 0px 0px 20px;
}

.card-header h5 {
    font-weight: bold;
    line-height: 20px;
}

.card-header .check-box-f-g {
    float: left;
    margin: 4px 0px;
}

.card-header h5 button {
    padding: 0px;
    font-family: 'source-sans-pro-bold';
    color: #000;
    text-decoration: none;
}

.card-header h5 button:hover, .card-header h5 button:focus {
    color: #000;
    text-decoration: none;
}

.card-body {
    padding: 10px 20px;
}

.social-icons a.social-btn {
    padding: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 2px;
}

.social-icons {
    margin-bottom: 15px;
}

.social-icons a.social-btn.facebook {
    border: 1px solid #42599e;
    color: #42599e;
}

.social-icons a.social-btn.facebook:hover, .social-icons a.social-btn.facebook:focus {
    background-color: #42599e;
    color: #fff;
}

.social-icons a.social-btn.twitter {
    border: 1px solid #55acee;
    color: #55acee;
}

.social-icons a.social-btn.twitter:hover, .social-icons a.social-btn.twitter:focus {
    background-color: #55acee;
    color: #fff;
}

.social-icons a.social-btn.pinterest {
    border: 1px solid #cb2027;
    color: #cb2027;
}

.social-icons a.social-btn.pinterest:hover, .social-icons a.social-btn.pinterest:focus {
    background-color: #cb2027;
    color: #fff;
}

.social-icons a.social-btn.linkedin {
    border: 1px solid #117eb9;
    color: #117eb9;
}

.social-icons a.social-btn.linkedin:hover, .social-icons a.social-btn.linkedin:focus {
    background-color: #117eb9;
    color: #fff;
}

.social-icons a.social-btn.gmail {
    border: 1px solid #cb2027;
    color: #cb2027;
}

.social-icons a.social-btn.gmail:hover, .social-icons a.social-btn.gmail:focus {
    background-color: #cb2027;
    color: #fff;
}

.rating-outer {
    overflow: hidden;
}

.rating-outer fieldset, .rating-outer label {
    float: left;
}

.rating-outer>label {
    margin: 9px 5px 9px 0px;
    font-size: 16px;
    line-height: 16px;
}

.check-list-text {
    margin-bottom: 15px !important;
}

.dropdown-divider {
    margin: 0px;
}

/* check list end */

/* footer start */

footer {
    padding: 20px;
    background-color: #202020;
    color: #fff;
    text-align: center;
}

footer a {
    color: #fff;
    margin: 0px 5px;
}

footer a:hover {
    color: #fff;
    opacity: .5;
    text-decoration: none;
}

footer p {
    margin: 5px 0px 0px 0px;
}

/* footer end */

/* side panel start */

.responsive-btn {
    display: none;
}

.page-sidebar ul {
    padding: 0px 0px 10px 0px;
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #f0f0f0;
}

.page-sidebar.collapseit ul li a span.text, .page-sidebar.collapseit ul li a small, .page-sidebar.collapseit .left-btm-btn span.text {
    display: none;
}

.page-sidebar.collapseit ul li a {
    text-align: center;
}

.page-sidebar.collapseit ul li a span.icon {
    font-size: 20px;
    width: inherit;
    height: inherit;
    margin: 0px;
}

.page-sidebar.collapseit .left-btm-btn {
    text-align: center;
    font-size: 20px;
}

.page-sidebar.collapseit .left-btm-btn span.icon {
    margin: 0px;
}

.page-sidebar ul.no-drag-ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #707273;
}

.page-sidebar ul.no-drag-ul li a span.icon {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
}

.page-sidebar ul.no-drag-ul li a small {
    float: right;
}

.page-sidebar ul.no-drag-ul li a:hover, .page-sidebar ul.no-drag-ul li a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
}

.page-sidebar ul.no-drag-ul li .search-form {
    position: relative;
    display: none;
}

.page-sidebar ul.no-drag-ul li .search-form input[type="text"] {
    font-size: 16px;
    color: #707273;
    border: 1px solid #707273;
    padding: 9px 36px 9px 10px;
    width: 100%;
}

.page-sidebar ul.no-drag-ul li .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    color: #707273;
}

.left-btm-btn {
    position: absolute;
    bottom: 60px;
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #0099cc;
}

.left-btm-btn span.icon {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
}

.left-btm-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #196789;
}

/* side panel end */

/* main panel start */

.main-panel {
    margin-left: 279px;
    display: block;
    width: 100%;
}

.main-panel-head {
    background: #1c6686;
    /* Old browsers */
    background: url(../images/bg1.png), -moz-linear-gradient(left, #1c6686 0%, #6dbebe 100%);
    /* FF3.6-15 */
    background: url(../images/bg1.png), -webkit-linear-gradient(left, #1c6686 0%, #6dbebe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../images/bg1.png), linear-gradient(to right, #1c6686 0%, #6dbebe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6686', endColorstr='#6dbebe', GradientType=1);
    /* IE6-9 */
    height: 150px;
    padding: 70px 15px 15px 15px;
    color: #fff;
    position: relative;
}

.main-panel-head h3 {
    font-family: 'source-sans-pro-bold';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.main-panel-head p {
    font-size: 16px;
    margin-bottom: 0px;
}

.main-panel-head .main-panel-head-btn {
    position: absolute;
    top: 15px;
    right: 0;
}

.main-panel-head .main-panel-head-btn .dropdown-toggle {
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    color: #fff;
}

.main-panel-head .main-panel-head-btn .dropdown {
    display: inline-block;
}

.main-panel-head .main-panel-head-btn .dropdown-toggle::after {
    display: none;
}

.main-panel-head a:hover, .main-panel-head a:focus {
    text-decoration: none;
    opacity: .5;
}

.main-panel-head .main-panel-head-btn .drop-two .dropdown-menu.show {
    width: 224px;
    max-width: inherit;
}

.main-panel-head .main-panel-head-btn .dropdown-menu a {
    font-size: 16px;
    color: #707273;
}

.main-panel-head .main-panel-head-btn .dropdown-menu a:hover, .main-panel-head .main-panel-head-btn .dropdown-menu a:focus {
    background-color: #efefef;
    color: #707273;
}

.main-panel-head .main-panel-head-btn .dropdown-menu a.red {
    color: red;
}

.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.main-panel-head .main-panel-head-btn .dropdown-menu h4 {
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #efefef;
}

.main-panel-body {
    background-color: #fff;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}

.main-panel-body:before, .main-panel-body:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(119, 119, 119, 0.42);
    -webkit-box-shadow: 0 15px 10px rgba(119, 119, 119, 0.42);
    -moz-box-shadow: 0 15px 10px rgba(119, 119, 119, 0.42);
    box-shadow: 0 15px 10px rgba(119, 119, 119, 0.42);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.main-panel-body:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.main-panel-body .check-list-ul {
    padding: 0px 0px 0px 15px;
    margin: 0px;
    list-style-type: none;
    border: none;
    border-radius: 0;
}

.main-panel-body .today-check-list-ul {
    font-weight: 500;
    font-size: 16px;
    padding: 0px 0px 0px 32px;
}

.main-panel-body .check-list-ul li {
    min-height: 47px;
}

.main-panel-body .check-list-ul li .checkbox-btn {
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #aaa;
    width: 32px;
    height: 32px;
    margin: 5px 5px 5px 0px;
    cursor: pointer;
    float: left;
    outline: none;
}

.main-panel-body .check-list-ul li .check-item-common {
    margin: 5px 5px 5px 25px;
}

.radio {
    position: relative;
}

.radio .space-req-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio .space-req-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.regular-radio-button {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.radio .space-req-label:hover input~.regular-radio-button {
    background-color: #ccc;
}

.radio .space-req-label input:checked~.regular-radio-button {
    background-color: #2196F3;
}

.regular-radio-button:after {
    content: "";
    position: absolute;
    display: none;
}

.radio .space-req-label input:checked~.regular-radio-button:after {
    display: block;
}

.radio .space-req-label .regular-radio-button:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.main-panel-body .check-list-ul li .check-list-outer span {
    display: block;
    padding: 0px 38px 0px 62px;
}

.main-panel-body .check-list-ul li .check-list-outer span.subtitle-heading {
    padding: 0px 38px 0px 0px;
}

.main-panel-body .check-list-ul li h6.subtitle-heading-holder {
    margin: 0px;
}

.main-panel-body .check-list-ul li {
    border-bottom: 1px solid #efefef !important;
    padding: 2px 0px;
    margin: 0px;
    position: relative;
    border: none;
    list-style-type: none;
}

.main-panel-body .check-list-ul li:last-child {
    border-bottom: none !important;
}

.main-panel-body .check-list-ul li:hover, .main-panel-body .check-list-ul li:focus {
    background-color: transparent;
}

.main-panel-body .check-list-ul li a {
    color: #212529;
    outline: none !important;
}

.main-panel-body .check-list-ul li a:hover, .main-panel-body .check-list-ul li a:focus {
    text-decoration: none;
}

.main-panel-body .check-list-ul li .check-list-outer {
    margin-top: 3px;
}

.main-panel-body .check-list-ul li input[type="text"] {
    width: 90%;
    height: 47px;
    padding: 10px 0px;
    font-size: 16px;
    border: none;
    outline: none;
}

.main-panel-body .check-list-ul li .add-btn {
    position: absolute;
    right: 15px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 13px;
    font-weight: bold;
    color: #0099cc;
    cursor: pointer;
    outline: none;
}

.main-panel-body .check-list-ul li:last-child {
    border-bottom: 0px;
}

.right-click-menu {
    display: none;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    width: 260px;
    position: absolute;
    top: 42px;
    z-index: 999;
    right: 20px;
}

.right-click-menu a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #707273;
}

.right-click-menu a:hover, .right-click-menu a:focus {
    text-decoration: none;
    background-color: #efefef;
}

.right-click-menu a span.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.right-click-menu a.red {
    color: red;
}

.main-panel-head a.bulb-btn {
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 38px;
    right: 15px;
    bottom: 15px;
}

.add-task {
    position: relative;
    width: 93%;
    float: left;
    margin-right: 2%;
}

#add_task_select {
    display: inline-block;
    width: 16%;
    float: left;
    font-size: 1rem;
    margin-right: 2%;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    padding: 11px 10px;
}

.field-item-name-single {
    width: 82%;
    float: left;
}

.add-task input[type="text"] {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    padding: 10px 10px;
    width: 100%;
}

.add-task button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    color: #707273;
    font-size: 16px;
    padding: 10px 10px;
    cursor: pointer;
}

.add-m-task {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    font-size: 16px;
    text-align: center;
    padding: 9.5px 0px;
    width: 5%;
    cursor: pointer;
}

form.popup-form label {
    display: block;
    font-weight: 600;
}

form.popup-form input[type="text"], form.popup-form textarea {
    width: 100%;
    border: 1px solid #333;
    padding: 6px 12px;
    margin-bottom: 8px;
}

form.popup-form .btn_blue {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    background-color: #0099cc;
    border: none;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

form.popup-form .btn_white {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    background-color: white;
    border: none;
    color: #333;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    float: right;
}

form.popup-form .btn_red {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    background-color: red;
    border: none;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    float: right;
}

form.popup-form .select2-container {
    width: 100% !important;
}

form.popup-form .select2-container--default .select2-selection--multiple {
    width: 100%;
    border: 1px solid #333;
    padding: 1px 12px;
    margin-bottom: 0px;
    border-radius: 0;
}

#multipletasks .modal-header h5, #addchecklist .modal-header h5 {
    font-weight: bold;
}

.explore-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #000;
    opacity: .5;
    display: none;
}

.explore-pop {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    width: 800px;
    position: absolute;
    display: none;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 50px auto;
    left: 0;
    right: 0;
    top: 0;
}

.checklist-pop {
    background-color: #fff;
    border-radius: 4px;
    width: 800px;
    position: absolute;
    display: none;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 50px auto;
    overflow-x: scroll;
    left: 0;
    right: 0;
    top: 0;
}

.checklist-pop form#share_checklistForm {
    padding: 5px 10px;
}

.checklist-pop .pop-head .dropdown {
    display: inline-block;
}

.checklist-pop .pop-head {
    background-color: #0099cc;
}

.checklist-pop .pop-head .dropdown>a {
    color: #fff;
    padding: 14px 18px;
    display: inline-block;
    font-size: 18px;
}

.checklist-pop .pop-head .dropdown>a::after {
    display: none;
}

.checklist-pop .pop-head .dropdown .tooltip_box {
    padding: 5px 0px;
    left: -14px;
}

.checklist-pop .pop-head .dropdown .tooltip_box_second {
    left: 5px;
}

.checklist-pop .pop-head .dropdown .tooltip_box .arrow {
    left: 35px;
    top: 0;
    z-index: 99999;
}

.checklist-pop .pop-head .dropdown .tooltip_box_second .arrow {
    left: 20px;
}

.checklist-pop .pop-head .dropdown .tooltip_box .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.checklist-pop .pop-head>a {
    color: #fff;
    padding: 14px 18px;
    display: inline-block;
    font-size: 18px;
}

.checklist-pop .pop-head .checklist-pop-close {
    float: right;
    font-size: 30px;
    line-height: 27px;
}

.checklist-pop .pop-head .checklist-pop-close:hover {
    text-decoration: none;
}

.checklist-pop .pop-body {
    padding: 16px;
}

.checklist-pop .pop-body p {
    font-size: 16px;
    margin: 0px 0px 4px 0px;
}

.checklist-pop .pop-body p a {
    margin: 0px 5px;
}

.checklist-pop .pop-body p a.checklist-blue {
    color: #0099cc;
}

.explore-pop .explore-pop-close {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    position: absolute;
    padding: 2px 10px;
    right: 16px;
    top: 16px;
    color: #333;
}

.explore-pop .explore-pop-close:hover {
    text-decoration: none;
}

.explore-pop .explore-list {
    width: 250px;
}

.explore-pop h5 {
    font-weight: bold;
}

/* main panel end */

/* model start */

.modal-header h5 {
    text-align: center;
    width: 100%;
}

.modal-header button {
    position: absolute;
    right: 16px;
}

a.connect-w-facebook-btn {
    background-color: #3a579a;
    border: 1px solid #2e457a;
    text-align: center;
    color: #fff;
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

a.connect-w-facebook-btn:hover, a.connect-w-google-btn:hover {
    text-decoration: none;
}

a.connect-w-facebook-btn span, a.connect-w-google-btn span {
    margin-right: 5px;
}

a.connect-w-google-btn {
    background-color: #e04a32;
    border: 1px solid #b23a28;
    text-align: center;
    color: #fff;
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal-body {
    padding: 16px 40px;
}

.modal-body fieldset {
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #212529;
}

.modal-body fieldset legend {
    text-align: center;
    color: #212529;
    width: inherit;
    border: none;
    margin: 0px;
    font-size: 20px;
    padding: 0px 10px;
}

.pop-up-form input[type="text"], .pop-up-form input[type="password"], .pop-up-form select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 10px;
    color: #737373;
}

.pop-up-form input[type="submit"] {
    background-color: #0099CC;
    border: 1px solid #06698a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.modal-body .form-group .check-box {
    background-image: url(../images/checkbox-pop.png);
}

.modal-body .form-group input[type="checkbox"]:checked+.check-box {
    background-image: url(../images/checkbox-c-pop.png);
}

.modal-body .form-group .check-box-label {
    color: #717070;
}

.modal-body .check-box-f-g {
    margin-bottom: 0px;
}

.forgot-password {
    color: #333;
    font-weight: 600;
}

.forgot-password:hover, .forgot-password:focus {
    text-decoration: none;
    color: #333;
}

.sign-up-outer, .forgot-password-outer, .displayNone {
    display: none;
}

.modal-body .user-image {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    padding: 20px 10px;
    margin: 0px auto 15px auto;
    font-size: 25px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    background: #0099cc;
    background: -moz-linear-gradient(left, #1c6686 0%, #0099cc 100%);
    background: -webkit-linear-gradient(left, #1c6686 0%, #0099cc 100%);
    background: linear-gradient(to right, #1c6686 0%, #0099cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6686', endColorstr='#6dbebe', GradientType=1);
}

/* left side menu */

.page-sidebar {
    height: auto;
    width: 260px;
    position: fixed;
    z-index: 9;
    padding: 0px;
    background-color: #ffffff;
    margin-top: 60px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(33, 33, 33, .2);
    -webkit-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .2);
    -o-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .2);
    -ms-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .2);
    min-height: 100%;
    height: auto;
}

.page-sidebar.collapseit {
    width: 60px;
    margin-left: 0px;
}

#main-content.sidebar_shift {
    margin-left: 60px;
    margin-right: 0px;
}

#main-content {
    margin-left: 260px;
    display: block;
}

#main-content .main-wrapper {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 15px 15px 0 15px;
}

.title-checkbox {
    float: left;
    margin: 3px 5px 3px 0px;
}

.title-checkbox .checkbox, .checkbox-btn {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0px 5px 0px 0px;
}

.title-checkbox .checkbox input[type="checkbox"], .checkbox-btn input[type="checkbox"] {
    display: none;
}

.list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-title a {
    color: #0099cc;
    margin: 0px 0px 0px 10px;
    font-size: 15px;
}

.title-checkbox .checkbox label, .checkbox-btn label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 3px;
    background: #ffffff;
    border: 2px solid #aaa;
}

.title-checkbox .checkbox label:after, .checkbox-btn label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    border-radius: 2px;
    width: 17px;
    height: 16px;
    background: #fff;
    top: 0px;
    left: 0px;
}

.title-checkbox .checkbox input[type="checkbox"]:checked+label:after, .checkbox-btn input[type="checkbox"]:checked+label:after {
    opacity: 1;
    content: " ";
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    color: #333;
}

#list-main-edit .dropdown a {
    font-size: 18px;
    color: #707273;
}

#list-main-edit .modal-header a {
    font-size: 18px;
    color: #707273;
}

#list-main-edit .modal-header a:hover {
    text-decoration: none;
}

#list-main-edit .dropdown input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 15px;
}

#list-main-edit .text-box-dropdown a {
    padding: 0px;
}

#list-main-edit p {
    font-size: 16px;
}

#list-main-edit p a {
    margin: 0px 3px;
}

#list-main-edit .dropdown-toggle::after {
    display: none;
}

.btn_close {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    background-color: #ddd;
    border: none;
    float: right;
}

.dropdown .caret {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 350px) {
    /* header start */
    nav .navbar-brand img {
        width: 202px;
    }
    /* header end */
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    /* header start */
    .second-nav form input[type="text"] {
        margin-bottom: 15px;
    }
    nav ul li:last-child a {
        padding: 8px 0px 8px 0px !important;
    }
    .top-form button {
        margin: 0px !important;
        top: 0px;
        outline: none;
    }
    /* header end */
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    /* right panel start */
    .panel-right h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .panel-right h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .panel-right h3 {
        font-size: 22px;
    }
    /* right panel end */
    /* category list start */
    ul.category-list li a.c-l-img-holder {
        margin-bottom: 15px;
    }
    /* category list end */
    a.btn-more {
        position: relative;
        margin: 15px 0px 0px 18px;
        display: inline-block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1112px) {
    /* banner start */
    .banner {
        background-position: inherit;
    }
    .banner h3 {
        padding: 50px 50px;
        font-size: 26px;
    }
    /* banner end */
}

@media only screen and (min-width:320px) and (max-width:900px) {
    /* side panel start */
    .main-panel {
        margin-left: 0px;
    }
    .main-panel-head {
        padding: 65px 15px 15px 15px;
        height: 167px;
    }
    .responsive-btn {
        display: block;
        border: 2px solid #fff;
        width: 45px;
        height: 37px;
        padding: 3px 10px;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .responsive-btn span {
        background-color: #fff;
        width: 100%;
        height: 2px;
        display: block;
        margin: 5px 0px;
    }
    .main-panel-head a.bulb-btn {
        top: 15px;
        left: 15px;
    }
    .main-panel-body .check-list-ul li input[type="text"] {
        width: 80%;
    }
    .main-panel-head h3 {
        font-size: 25px;
    }
    /* side panel end */
    .main-panel-body {
        padding: 10px;
    }
    .explore {
        padding: 0px 10px 10px 10px !important;
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .explore span {
        display: none;
    }
    .navbar-nav .dropdown-menu {
        position: initial;
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
    }
}

@media only screen and (min-width:320px) and (max-width:415px) {
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-brand img {
        width: 168px !important;
    }
    ul li.nav-item.dropdown a img {
        width: 30px;
    }
}

@media only screen and (min-width:320px) and (max-width:940px) {
    #main-content {
        margin-left: 60px;
    }
    .add-m-task {
        width: 15%;
    }
    .add-task {
        width: 83%;
    }
    .page-topbar .navbar-brand {
        margin-left: 15px;
        width: 186px;
    }
    .navbar-nav {
        margin-right: 15px;
    }
}

@media only screen and (min-width:320px) and (max-width:805px) {
    .explore-pop, .checklist-pop {
        width: 100%;
    }
    .checklist-pop .pop-head .dropdown .tooltip_box {
        left: 0px;
    }
    .checklist-pop .pop-head .dropdown .tooltip_box .arrow {
        left: 25px;
    }
}

.hide, .displayNone {
    display: none;
}

.page-sidebar-scroll {
    overflow-y: scroll;
    /* height: 690px; */
}

.mylist {
    padding: 8px 15px 8px 8px;
    color: #707273;
    font-size: 18px;
}

.mylist:hover {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.modal-body .user-image-div {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    padding: 20px 10px;
    margin: 0px auto 15px auto;
    font-size: 25px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.right-click-menu-checklist {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    width: 175px;
    position: absolute;
    z-index: 9999;
    right: 20px;
}

#sortable1 .right-click-menu-checklist {
    position: sticky;
}

.right-click-menu-checklist a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #707273;
}

.right-click-menu-checklist a:hover, .right-click-menu-checklist a:focus {
    text-decoration: none;
    background-color: #efefef;
}

.right-click-menu-checklist a span.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.right-click-menu-checklist a.red {
    color: red;
}

/* 23-4-2018*/

.user-profile-img {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logout-dropdown>a::after {
    margin: 8px 0px;
}

.logout-dropdown>a .caret {
    display: none;
}

.logout-dropdown>a {
    height: 43px;
    padding: 4px 0px 4px 5px;
}

ul#sortable1 {
    border: none;
    border-radius: 0px;
    padding: 0px;
}

.collapseit ul#sortable1 li {
    margin: 0px 5px 5px 5px;
}

ul#sortable1 li {
    padding: 0px;
    height: 46px;
    margin: 0px 10px 10px 10px;
    border: 1px solid #f0f0f0;
}

ul#sortable1 li .right-click-menu-checklist a {
    width: 100%;
}

.collapseit ul#sortable1 li {
    height: inherit;
}

.collapseit ul#sortable1 li a {
    padding: 5px;
    width: 100%;
}

ul#sortable1 li a {
    padding: 10px 10px;
    font-size: 16px;
    color: #707273;
    display: table-cell;
    overflow-x: hidden;
}

.checklist-name-list {
    white-space: nowrap;
    width: 180px;
    text-overflow: ellipsis;
}

ul#sortable1 li a:hover, ul#sortable1 li a:focus {
    text-decoration: none;
}

.collapseit ul#sortable1 li small {
    float: none;
    width: 100%;
    padding: 5px 5px;
    margin: 0px;
    text-align: center;
}

.collapseit ul.last-list {}

.collapseit ul.last-list li {}

.collapseit ul.last-list li a {
    padding: 5px;
    width: 100%;
}

.collapseit ul.last-list li small {
    float: none;
    width: 100%;
    padding: 5px 5px;
    margin: 0px;
    text-align: center;
}

ul#sortable1 li small {
    margin: 14px 10px;
    display: table-cell;
}

ul#sortable1 li:last-child {
    margin: 0px 10px 0px 10px;
}

ul.last-list {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    border-bottom: none;
    background-color: #efefef;
}

ul.last-list li {
    padding: 0px;
    margin: 0px 10px 10px 10px;
    border: 1px solid #0099cc;
    background-color: #fff;
}

ul.last-list li a {
    padding: 10px 0px 10px 15px;
    font-size: 16px;
    color: #707273;
    display: inline-block;
}

ul.last-list li:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

ul.last-list li small {
    float: right;
    margin: 14px 10px;
    display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width: 996px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
        left: -95px;
    }
    ul li.nav-item.dropdown a {
        padding: 0px 0px 0px 0px !important;
    }
}

#share_checklistForm .form-group, #checklist-pop-39 .form-group {
    margin-bottom: 5px;
}

.nav-item.dropdown a.nav-link::after {
    margin: 8px 0px;
}

.theme-krajee-uni .star {
    font-size: 28px;
}

.theme-krajee-svg.rating-xs .krajee-icon {
    width: 26px;
    height: 26px;
}

.card-body .form-group {
    margin-bottom: 0px !important;
}

.card-body {
    padding: 10px 0px;
}

.help-block-error, .has-error, .help-block {
    color: red;
}

.page-sidebar-scroll-main {
    overflow-y: scroll;
    /* height: 690px; */
}

.explore-backdrop-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #000;
    opacity: .1;
    display: none;
}

.explore-backdrop-menu-1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: transparent;
    display: none;
    cursor: default;
}

.field-loginform-rememberme, .check-box-label-new {
    display: inline-block;
    margin: 0px;
}

#login-ajax-button {
    margin-bottom: 10px;
}

.margin-holder {
    margin: 10px 0px;
}

.agree_checkbx input[type="checkbox"] {
    width: 15px;
}

.main-wrapper-default {
    padding: 75px 15px 0px 15px !important;
}

.default-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.default-outer .default-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.default-panel {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}

.default-panel .default-panel-body {
    padding: 10px;
    min-height: 208px;
}

.default-panel .default-panel-footer a {
    display: block;
    float: left;
    width: 50%;
    font-size: 16px;
    padding: 8px 5px;
    color: #333;
    background-color: #F5F5F5;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.default-panel .default-panel-footer a:hover {
    background-color: #f0f0f0;
    color: #707273;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.default-panel .default-panel-footer {
    overflow: auto;
}

.default-outer .default-list .default-list-image {
    height: 130px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.default-outer .default-list p {
    font-size: 16px;
    margin: 5px 0px 5px 0px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-outer .default-list span {
    color: #ccc;
    font-size: 16px;
}

.default-list a.add-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 90px;
    line-height: 90px;
    padding: 76px 0px;
    background-color: rgb(245, 245, 245);
    border: 2px dashed #949494;
    color: #5f5d5d;
}

.default-list a.add-btn:hover, .default-list a.add-btn:focus {
    text-decoration: none;
    color: #5f5d5d;
}

@media only screen and (min-width:750px) and (max-width:1200px) {
    .default-outer .default-list {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}

@media only screen and (min-width:490px) and (max-width:749px) {
    .default-outer .default-list {
        -ms-flex: 0 0 49.3%;
        flex: 0 0 49.3%;
        max-width: 49.3%;
    }
}

@media only screen and (min-width:320px) and (max-width:489px) {
    .default-outer .default-list {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.goto-checklist {
    cursor: pointer;
}

/* .chk_pop_body{
    overflow: scroll;
    height: 500px;
    } */

.chklst_itm_dsc {
    margin-top: 5px;
    line-height: 15px;
    display: inline-block;
}

ul.pagination .prev.disabled {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    cursor: pointer;
}

ul.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none !important;
}

ul.pagination .next a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

ul.pagination li.active a {
    background-color: #efefef;
}

ul.pagination .next.disabled {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-left: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    cursor: pointer;
}

.sort_holder {
    width: 23%;
    float: right;
}

.sort_label {
    float: left;
    margin-right: 2px;
    font-weight: bold;
}

#sort_chklst {
    display: inline-block;
    width: 51%;
    float: right;
    font-size: 1rem;
    margin-right: 0%;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    padding: 1px 12px;
}

/* 14-5-2018 */

.checklist-popup .modal-header {
    background-color: #0099cc;
    display: block;
    padding: 0px;
}

.checklist-popup .modal-body {
    padding: 16px;
}

.checklist-popup .modal-header .dropdown>a {
    color: #fff;
    padding: 14px 18px;
    display: inline-block;
    font-size: 18px;
}

.checklist-popup .modal-header .dropdown>a::after {
    display: none;
}

.checklist-popup .modal-header .close {
    color: #fff;
    opacity: 1;
    top: 15px;
}

.checklist-popup .modal-header .dropdown {
    display: inline-block;
}

.checklist-popup .modal-header form#share_checklistForm {
    padding: 5px 10px;
}

.checklist-popup .modal-header form#share_checklistForm button {
    position: relative;
    right: 0;
}

.checklist-popup.modal-dialog {
    max-width: 800px;
}

.checklist-popup .modal-content {
    width: 800px;
}

#check_list_item .item_list .card-body .form-group input[type="checkbox"] {
    width: 15px;
}

@media only screen and (min-width:320px) and (max-width:810px) {
    .checklist-popup .modal-content {
        width: 100%;
    }
}

.card-body .form-group .check-box-label a, .card-body .chklst_itm_dsc a {
    color: black;
}

.popup_header_icon, .popup_public_icon {
    color: #fff;
    padding: 14px 18px;
    display: inline-block;
    font-size: 18px;
    opacity: 1;
}

.popup_header_icon:hover, .popup_public_icon:hover {
    color: #fff;
}

.popup_header_icon.active {
    color: red;
}

.popup_public_icon.active {
    color: #0ef70e;
}

.popup_public_icon.pending {
    color: #f7a60e;
}

.change-cursor {
    cursor: pointer;
}

.main-panel-body .check-list-ul li:nth-last-child(1) .right-click-menu {
    bottom: 0 !important;
    top: auto !important;
}

.main-panel-body .check-list-ul li:nth-last-child(2) .right-click-menu {
    bottom: 0 !important;
    top: auto !important;
}

.main-panel-body .check-list-ul li:nth-last-child(3) .right-click-menu {
    bottom: 0 !important;
    top: auto !important;
}

.main-panel-body .check-list-ul li:nth-last-child(4) .right-click-menu {
    bottom: 0 !important;
    top: auto !important;
}

.iconspace {
    margin-right: 5px;
}

nav ul li:last-child a {
    padding: 5px 0px 5px 8px !important;
    display: inline-block;
}
ul li a.show-sign-up{
    padding: 5px 8px !important;
    display: inline-block;
}
ul.navbar-nav li a:hover{
    text-decoration: none;
}
.social-icons{
    position: absolute;
    right: 0px;
    top: 5px;
}
.social-rating-holder{
    position: relative;
}
@media only screen and (min-width:320px) and (max-width:760px){
    .social-icons{
        position: relative;
    }
}
#infor_popup{
    z-index: 9999;
}
.check-list-text{
    min-height: 24px;
}