/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- common css --*/

@font-face {
    font-family: 'Rodchenko';
    src: URL('../../admin/webfonts/Rodchenko.otf');
}

html,
body {
    margin: 0;
    font-size: 100%;
    /*font-family: 'Rodchenko', sans-serif;*/
    background: #fff;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
button[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    /*font-family: 'Rodchenko';*/
}
h4, .h4 {
    font-size: 1.25rem;
}
h5, .h5 {
    font-size: 1.15rem;
}


p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

button:focus {
    outline: transparent;
    outline: transparent;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none;
}

ul li {
    list-style: none;
}

address {
    margin-bottom: 0rem;
}

/*--// common css --*/

.outer-w3-agile {
    padding: 1em 1em;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.btn-style {
    background: #f75757;
    color: #fff;
    border-color: #e04646;
}

.btn-style:hover {
    background: #e04646;
}

.paragraph-agileits-w3layouts {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 31px;
    color: #8c8c8c;
}

.sub-title-w3-agileits {
    font-size: 1.7em;
    letter-spacing: 2px;
    color: #4c6ef5;
    font-weight: 600;
}

h2.main-title-w3layouts {
    font-size: 3.9em;
    color: #292929;
    text-shadow: 2px 2px 3px #838386;
}

h4.base-page-title {
    position: relative;
    font-family: 'Rodchenko';
    font-size: 2em;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #3e3e3e;
    text-align: center;
    line-height: 1.4em;
    padding: 0.3em 2em;
    border-bottom: 1px solid #f3f3f3;
}

.base-page-title .badge {
    position: absolute;
    top: 0.5em;
    left: 0;
    font-size: 0.6em;
    margin-top: 0.4em;
}

/* books page start */
.card-title {
    text-align: center;
    font-family: 'Rodchenko';
}

.book-card {
    border: none;
}

.book-card .media {
    height: 100%;
}

.book-cover {
    width: 200px;
    height: 285px;
    background-color: #fff;
    border: 8px solid #f3d67c;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.book-cover .card-title,
.book-cover .card-text {
    background: rgba(255,255,255, 0.4);
}
.book-cover .card-text {
    line-height: 1.4em;
}

.book-card .media-body {
    height: 100%;
    position: relative;
    margin: 20px 20px -20px 40px;
    width: 200px;
    overflow: hidden;

}

.book-card .card-body {
    height: 100%;
    overflow: hidden;
    padding: 0;
    padding-left: 6%;
    position: relative;
}

.book-card .card-text {
    overflow: hidden;
    max-height: 230px;
    line-height: 1.2em;
}

.book-btn {
    padding: 5px;
    text-align: center;
}

.book-btn .card-text {
    margin-top: 10px;
}

.book-list .book {
    width: 248px;
    text-align: center;
}
.book-list .book .book-wrap {
    /*min-height: 325px;*/
}
.book-list .book img {
    max-width: 210px;
    max-height: 285px;
}
.book-list .book .book-cov {
    display: inline-block;
    box-shadow: 5px 5px 20px #333;
    margin: 20px;
    width: 200px;
}

.book-list .book img {
    vertical-align: middle;
}


.csstransforms3d .book-list .book {
    position: relative;
    -moz-perspective: 100px;
    -moz-transform: rotateY(-3deg);
    -webkit-transform: perspective(100) rotateY(-3deg);
    outline: 1px solid transparent; /* Helps smooth jagged edges in Firefox */
    box-shadow: none;
    margin: 0;
}

.csstransforms3d  .book-list .book img {
    position: relative;
    max-width: 100%;
}

.csstransforms3d  .book-list .book:before,
.csstransforms3d  .book-list .book:after {
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}

.csstransforms3d  .book-list .book:before {
    width: 100%;
    left: 3%;
    background-color: #5a2d18;
    box-shadow: 5px 5px 20px #333;
}

.csstransforms3d  .book-list .book:after {
    width: 5%;
    left: 100%;
    background-color: #EFEFEF;
    box-shadow: inset 0px 0px 5px #aaa;
    -moz-transform: rotateY(20deg);
    -webkit-transform: perspective(100) rotateY(20deg);
}
/* books page end */


/** PERSON **/
.table-person-section {
    margin-bottom: 0;
}
.table-person-section > tr > td,
.table-person-section > tbody > tr > td {
    border-top: none;
}

@media(max-width: 600px){
    .no-photo-placeholder {
        display: none;
    }
}

.person-photo {
    overflow: hidden;
    text-align: left;
    width: 232px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.person-photo .person-photo-wrapper {
    display: block;
    overflow: hidden;
    text-align: left;
    width: 232px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.person-photo .docs-gallery {
    transition: all 0.3s ease-in-out;
}

.person-photo .att-file {
    float: left;
    width: 220px;
}

.person-photo img {
    min-width: 150px;
    max-width: 200px;
    max-height: 260px;
    border-radius: 3px;
}

.photo-thumb-links {
    text-align: center;
}
.photo-thumb-link {
    font-size: 25px;
    padding: 3px;
    color: #666;
    margin: 0 3px;
}
.photo-thumb-link.active {
    color: black;
}

.photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 254px;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    background: #f5f5f5;
    font-weight: normal;
    margin-bottom: 0;
}

.table-first-person-section .person-bd {
    vertical-align: bottom;
}
.table-first-person-section .person-bd table {
    margin-bottom: 0;
}

.person-section .table-primary {
    font-weight: bold;
    vertical-align: middle;
}
.awards-ribbon {
    margin-bottom: 1em;
}
.awards-ribbon .table-primary {
    border-top: 0;
    line-height: 30px;
    border-radius: 10px;
}

.wounds-list li {
    margin-left: 0;
    margin-bottom: 0.2em;
    list-style-type: none;
}

.award-modal-box .modal-title {
    text-transform: capitalize;
}

.award-image {
    text-align: center;
}

.award-image img {
    max-width: 150px;
    max-height: 200px;
}

.extra-docs-openlink .extra-docs-close,
.extra-docs-openlink.active .extra-docs-open {
    display: none;
}
.extra-docs-openlink .extra-docs-open,
.extra-docs-openlink.active .extra-docs-close {
    display: inline;
    margin-left: 15px;
}

.docs-gallery {
    padding-left: 0.74rem !important;
}

.attachments-table {
    width: auto;
    max-width: 600px;
    margin-right: 1em;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: normal;
}

.attachments-table.hidden {
    display: none;
}

.attachments-table h6 {
    margin-bottom: 0.5em;
    font-size: 1em;
    height: 3em;
    font-weight: bold;
}

.attachment-desc {
    height: 2em;
}

.small-thumb .attachments-table {
    display: inline-block;
    vertical-align: top;
    max-width: 270px;
    margin-right: 2em;
    margin-bottom: 1em;
}

@media(max-width:600px) {
    .person-section th, .person-section td {
        padding-left: 0;
    }
    .small-thumb .attachments-table {
        margin-right: 0.3em;
    }
}


.small-thumb .attachments-table.hidden {
    display: inline-block;
}

.attachments-table .att-file {
    margin: 0.5em 0;
}

.attachments-table .att-file a {
    position: relative;
    display: inline-block;
}

.attachments-table .att-file img {
    max-width: 600px;
}
.small-thumb .attachments-table .att-file figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #f5f5f5;
    width: 270px;
    height: 170px;
    border-radius: 5px;
}
.small-thumb .attachments-table .att-file img {
    max-width: 270px;
    max-height: 170px;
}
.attachments-table figure {
    margin: 0;
}


.small-thumb-1 .attachments-table,
.small-thumb-1 .attachments-table .att-file img {
    max-width: 75vw;
}
.small-thumb-1 .attachments-table .att-file figure {
    width: 75vw;
    height: auto;
}
.small-thumb-1 .attachments-table .att-file img  {
    max-height: 100%;
    max-width: 75vw;
}


.small-thumb-2 .attachments-table,
.small-thumb-2 .attachments-table .att-file img {
    max-width: 38vw;
}
.small-thumb-2 .attachments-table .att-file figure {
    width: 33vw;
    height: 40vw;
}
.small-thumb-2 .attachments-table .att-file img  {
    max-height: 43vw;
}


.small-thumb-3 .attachments-table,
.small-thumb-3 .attachments-table .att-file img {
    max-width: 25vw;
}
.small-thumb-3 .attachments-table .att-file figure {
    width: 25vw;
    height: 24vw;
}
.small-thumb-3 .attachments-table .att-file img  {
    max-height: 24vw;
    max-width: 23vw;
}

.small-thumb-5 .attachments-table,
.small-thumb-5 .attachments-table .att-file img {
    max-width: 15vw;
}
.small-thumb-5 .attachments-table {
    margin-right: 1em;
}

@media (max-width: 600px) {
    .docs-gallery {
        padding-left: 0 !important;
    }

    .attachments-table h6,
    .attachments-table .help-text {
        font-size: 0.65em !important;
    }
    .attachments-table .help-text {
        background: none !important;
        padding-left: 0 !important;
    }

    .small-thumb-5 .attachments-table,
    .small-thumb-5 .attachments-table .att-file img {
        max-width: 25vw;
    }
    .small-thumb-5 .attachments-table .att-file figure {
        width: 25vw;
        height: 24vw;
    }
    .small-thumb-5 .attachments-table .att-file img  {
        max-height: 24vw;
        max-width: 23vw;
    }
    .small-thumb-5 .attachments-table {
        margin-right: 0.3em;
    }
}


.small-thumb-award .attachments-table {
    margin-right: 0.5em;
}
.small-thumb-award .attachments-table,
.small-thumb-award .attachments-table .att-file img {
    max-width: 13vw;
}
.small-thumb-award .attachments-table .att-file figure {
    width: 12vw;
    height: 16vw;
    padding: 5px;
}
.small-thumb-award .attachments-table .att-file img  {
    max-height: 15vw;
    max-width: 11vw;
}


.table-person-section .small-thumb-awardattachments .attachments-table {
    max-width: 250px !important;
    margin-right: 2em !important;
    margin-bottom: 1em !important;
}
.small-thumb-awardattachments .attachments-table:nth-child(3n) {
    margin-right: 0em;
}
.small-thumb-awardattachments .attachments-table .att-file figure {
    width: 250px;
    height: 170px;
    border-radius: 5px;
}
.small-thumb-awardattachments .attachments-table .att-file img {
    max-width: 250px;
    max-height: 170px;
}


.person-award {
    width: 350px;
    padding-top: 3.8em !important;
    padding-left: 0 !important;
}

.person-award h6 {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
}
.person-award .cont {
    font-weight: normal;
    padding: 2px 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.table-first-person-section .small-thumb-award,
.table-first-person-section .attachments-table .att-file,
.table-first-person-section .attachments-table {
    margin: 0 !important;
    padding: 0 !important;
}
.table-first-person-section .attachments-table {
    max-width: 220px;
}
.table-first-person-section .attachments-table .att-file figure {
    width: 220px;
    height: 270px;
}
.table-first-person-section .attachments-table .att-file img {
    max-width: 200px;
    max-height: 230px;
}

.attachments-table .att-file a:after,
.zoom-book {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuMTExIDIwLjA1OGwtNC45NzctNC45NzdjLjk2NS0xLjUyIDEuNTIzLTMuMzIyIDEuNTIzLTUuMjUxIDAtNS40Mi00LjQwOS05LjgzLTkuODI5LTkuODMtNS40MiAwLTkuODI4IDQuNDEtOS44MjggOS44M3M0LjQwOCA5LjgzIDkuODI5IDkuODNjMS44MzQgMCAzLjU1Mi0uNTA1IDUuMDIyLTEuMzgzbDUuMDIxIDUuMDIxYzIuMTQ0IDIuMTQxIDUuMzg0LTEuMDk2IDMuMjM5LTMuMjR6bS0yMC4wNjQtMTAuMjI4YzAtMy43MzkgMy4wNDMtNi43ODIgNi43ODItNi43ODJzNi43ODIgMy4wNDIgNi43ODIgNi43ODItMy4wNDMgNi43ODItNi43ODIgNi43ODItNi43ODItMy4wNDMtNi43ODItNi43ODJ6bTIuMDEtMS43NjRjMS45ODQtNC41OTkgOC42NjQtNC4wNjYgOS45MjIuNzQ5LTIuNTM0LTIuOTc0LTYuOTkzLTMuMjk0LTkuOTIyLS43NDl6Ii8+PC9zdmc+');
    position: absolute;
    top: 0.8rem;
    right: 1.2rem;
    opacity: 0.3;
}

.attachments-table .att-file a:hover:after {
    opacity: 0.6;
}

.attachments-table .help-text {
    font-size: 12px;
    color: #666;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMS44IDlsLS44LTRoMjJsLS44IDRoLTIuMDI5bC4zOS0yaC0xNy4xMjJsLjQxNCAyaC0yLjA1M3ptMTguNTc1LTZsLjYwNC0yaC0xNy45NzlsLjY4OCAyaDE2LjY4N3ptMy42MjUgOGwtMiAxM2gtMjBsLTItMTNoMjR6bS04IDRjMC0uNTUyLS40NDctMS0xLTFoLTZjLS41NTMgMC0xIC40NDgtMSAxcy40NDcgMSAxIDFoNmMuNTUzIDAgMS0uNDQ4IDEtMXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=') no-repeat;
    padding-left: 18px;
    background-size: 13px 17px;
    text-align: left;
}

h4.modal-title {
    font-size: 1.09rem;
}

.award-big-image {
    text-align: center;
}
.award-big-image img {
    max-width: 180px;
    margin-bottom: 1em;
}

@media(max-width:600px) {
    .award-big-image img {
        max-width: 100px;
    }
}

.table-borderless tr,
.table-borderless td {
    border: none !important;
}
.table-paddingless tr,
.table-paddingless td {
    padding: 0 !important;
}
.td-boldless {
    font-weight: normal !important;
}


.person-section td {
    font-weight: bold;
}

td.caption {
    font-weight:  normal;
    min-width: 10em;
    width: 35%;
}

.table-first-person-section td.caption {
    width: 25%;
}

.edit-card-link {
    position: absolute;
    top: 0;
    right: 0;
}

.small-award-picture-item {
    margin-right: 0.5em;
    margin: 0px 5px 5px 5px;
    font-weight: normal;
}
.small-award-picture-item img {
    max-height: 25px;
    margin-bottom: 3px;
}


/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Open Sans', sans-serif;
    background: #f1f1f1;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.card-text p{
    font-family: Arial;
}
.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    background: #4463dc;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgb(151, 170, 247);
}

.account-logout{
    text-align: center;
    font-family: Rodchenko;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle,
.btn-info:hover {
    color: #fff;
    background-color: #e04646;
    border-color: #f75757;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

.lang-item{
    cursor: pointer;
    padding-left: 20%;
    margin: 0 8px 0 0;
    width: 40px;
}
.lang-item.active{
    -webkit-filter: drop-shadow(3px 4px 0px #d5d5d5);
    filter: drop-shadow(3px 4px 0px #d5d5d5);
    cursor: default;
    opacity: 0.6;
    margin: -3px 8px 3px 0;
}
.lang-item:hover{
    -webkit-filter: drop-shadow(3px 4px 0px #d5d5d5);
    filter: drop-shadow(3px 4px 0px #d5d5d5);
    margin: -3px 8px 3px 0;
}

#sidebar {
    position: relative;
    min-width: 250px;
    max-width: 250px;
    background: #4c6ef5;
    color: #fff;
    transition: all 0.3s;
}

.navbar h1 {
    flex-grow: 2;
    font-family: Rodchenko;
    font-size: 2.3em;
    letter-spacing: 3px;
    color: #4c6ef5;
    text-align: center;
    margin-left: 127px;
    text-shadow: 2px 2px 0 #d5d5d5
}
.navbar h1:hover {
    text-shadow:  3px 1px 0 #d5d5d5;
}

.navbar .nav-search {
    position: absolute;
    z-index: 1000;
}
.navbar .search-icon {
    display: none;
}
.navbar .search-by-name {
    width: 210px;
    margin-left: -15px;
    transition: width ease 0.5s;
}

.navbar .search-by-name:focus {
    width: 210px;
}

.navbar .btn-group.lang {
    margin-right: -15px;
}

#sidebar.active {
    min-width: 110px;
    max-width: 100px;
    min-height: 44em;
    text-align: center;
}

#sidebar.active .sidebar-header h1,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header span {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}
#sidebar.active ul .logo-item a {
    padding: 10px 10px;
}


/*
#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
*/

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
    float: none;
    margin-left: 0;
}

#sidebar.active ul li a span.badge {
    margin-left: 0 !important;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before,
#sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #4463dc;
}

#sidebar .sidebar-header span {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #ffffff; */
}

#sidebar ul li a {
    padding: 16px 10px;
    font-size: .95em;
    letter-spacing: 0.6px;
    display: block;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #4463dc;
    background: rgba(255, 255, 255, 0.8);
}
#sidebar ul li.active>a {
    color: #4c6ef5;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
    font-size: 19px;
}

#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #4463dc;
}

ul.list-unstyled li a:focus a i.fa-caret-down {
    transform: rotate(90deg);
}

/*
a[data-toggle="collapse"] {
    position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: "\f015";
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Font Awesome 5 Free';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: "\f015";
}*/

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #4463dc;
}

/*
ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
*/

a.download {
    background: #fff;
    color: #4c6ef5;
}

a.article,
a.article:hover {
    background: #4463dc !important;
    color: #fff !important;
}



/* GENERATOR */
.filters-form legend  {
    margin-bottom: 1em;
}
.filters-list {
    counter-reset: section;
}

.filters-list.passive {
    opacity: 0.5;
    pointer-events: none;
}

.filters-form table td {
    vertical-align: top;
}

.filters-list .form-group:before {
    counter-increment: section;
    content: counter(section);
    display: block;
    float: left;
    border: 1px solid #000;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    margin: 0 0.3em 0.5em 0;
}

.filters-list .form-group label {
    font-weight: normal;
    font-size: 1.3em;
}

.bordered-cell {
    border-right-width: 3px !important;
}
td.bordered-cell {
    border-right-color: #86cfda !important;
}


/* CUSTOM */
.no-data {
    color: #999;
    font-size: 0.9em;
}


h4.card-title {
    text-align: left;
}


.letters-form {
    margin-bottom: 0.5em;
}
.letters-form .card-title {
    text-align: center;
}
.pagination-letters {
    flex-wrap: wrap;
    margin-bottom: 10px;
}


.filters-form .btn-expand i::before {
    font-style: normal;
    content: "➡️";
    margin-left: 0.3em;
}

.filters-form .btn-expand[aria-expanded=true] i::before {
    content: "⬇️";
}

.filters-form td {
    padding: 0.5rem !important;
}

.table-bordereless td {
    border: 0 !important;
}

.table-persons td {
    font-size: 1.1em !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    position: relative;
    min-height: 100vh;
    transition: all 0.3s;
    overflow: hidden;
    width: 100%;
    padding-bottom: 90px;
}

.mainpage #content {
    padding-bottom: 70px;
}

.pagination .page-link.disabled,
.pagination .page-link.disabled:hover {
    color: #666;
    background: #fff;
}

.pagination li:first-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 900px) {
    .sidebar-header h1 {
        font-size: 2.2em;
        letter-spacing: 2px;
    }
    #sidebar {
        min-width: 230px;
        max-width: 230px;
    }
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    a[aria-expanded="false"]::before,
    a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h1,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header span {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }

    .lang-item {
        width: 32px;
        padding-left: 10%;
        margin-right: 10px;
    }
}

#sidebarCollapse {
    display: none;
}

@media (max-width: 800px) {

    #sidebarCollapse {
        display: block;
        position: fixed;
        top: 4.5rem;
        left: 0.4rem;
        line-height: 0.8rem;
        font-size:0.8rem;
        background: rgba(255,255,255,0.7);
        border: 1px solid rgba(0,0,0,0.7);
        border-radius: 15px;
        color: #000;
        text-orientation: sideways;
        writing-mode: vertical-rl;
        z-index: 1000;
        opacity: 0.7;
        padding: 0.6em 0.3em;
    }
    #sidebarCollapse i {
        padding-bottom: 3px;
    }
    #sidebarCollapse:hover {
        opacity: 1;
    }
    #sidebarCollapse.close {
        left: 120px;
    }
    #sidebarCollapse .close-text,
    #sidebarCollapse.close .open-text {
        display: none;
    }
    #sidebarCollapse.close .close-text {
        display: block;
    }

    #sidebar {
        display: none;
        position: fixed;
        height: 100%;
        z-index: 1100;
        max-width: 5px;
    }
    #sidebar.mobile-active {
        display: block;
    }
    #sidebar.active {
        min-height: 40em;
    }
    .carousels-section,
    .carousels-section .carousel-item,
    .carousels-section .carousel img {
        min-height: 30em !important;
    }

    #sidebar.active ul li a {
        padding: 15px 10px;
        font-size: 0.8em;
        letter-spacing: 0.5px;
    }

    .container-fluid .col-12 {
        overflow-x: scroll;
    }

    .table-persons td {
        font-size: 0.9em;
    }

    .edit-card-link span {
        display: none;
    }
}



.table-persons th {
    font-weight: normal;
}
.table-persons th small {
    display: block;
}


/*--// top-bar --*/

.top-icons-agileits-w3layouts .dropdown-toggle::after {
    display: none;
}

.search-form.form-inline .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0px;
}

.top-icons-agileits-w3layouts li {
    list-style: none;
    display: inline-block;
}

ul.top-icons-agileits-w3layouts a.nav-link i {
    display: inline-block;
    font-size: 17px;
    color: #4c6ef5;
}

.top-icons-agileits-w3layouts span.badge {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    background: #ff6c5f;
    line-height: 13px;
    width: 17px;
    height: 17px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -8%;
    right: 3px;
    padding: 2px 0 0;
}

.dropdown-menu {
    right: -20%;
    left: auto;
    min-width: 20rem;
    padding: 1em;
}

.dropdown-item {
    white-space: normal;
    padding: .5em;
}

.notif-img-agileinfo img {
    border-radius: 50px;
}

.notif-content-wthree p span {
    font-weight: 600;
}

.notif-content-wthree h6 {
    font-size: 15px;
    color: #909090;
    letter-spacing: 1px;
}

.dropdown-item h4 {
    font-size: 1em;
    letter-spacing: 1.5px;
    color: #8c8c8c;
}

.dropdown-item h4 i {
    color: #000;
}

.profile-l {
    width: 50px;
    margin-right: 1.2em;
}

.profile-l img {
    border-radius: 50px;
    box-shadow: 3px 3px 12px #a09e9e;
}

.profile-r a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000000;
}

.profile-r a:hover {
    color: #95abff;
}

/*--// top-bar --*/

/*-- page-loading-icon --*/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader_2.gif) center no-repeat #fff;
}

/*--// page-loading-icon --*/

/*-- index-page --*/

/*-- Stats --*/

.s-l h5 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ffffff;
}

.s-l p {
    color: #000;
    font-weight: 400;
}

.s-r h6 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px 2px #404040;
}

.s-r h6 i {
    font-size: .85em;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.3em;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: 2px 2px 8px rgba(58, 58, 58, 0.27);
    color: #fff;
}

/*--// Stats --*/

/*-- Pie-chart --*/

#chartdiv {
    margin: -.5em auto;
    text-align: center;
    width: 100%;
    height: 300px
}

/*--// Pie-chart --*/

/*-- Index-page-chart --*/

.simple-chart1 {
    height: 380px;
    overflow-x: scroll;
}

.SimpleChart {
    position: relative;
}

.SimpleChart #tip {
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    position: absolute;
    left: -200px;
    top: 30px;
    display: none;
}

.down-triangle {
    width: 0;
    height: 0;
    border-top: 10px solid #d0d0d0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: -200px;
    display: none;
}

.SimpleChart #highlighter {
    position: absolute;
    left: -200px;
}

.-simple-chart-holder {
    float: left;
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #cecece;
    /*padding: 6px;*/
}

.SimpleChart .legendsli {
    list-style: none;
}

.SimpleChart .legendsli span {
    float: left;
    vertical-align: middle;
}

.SimpleChart .legendsli span.legendindicator {
    position: relative;
    top: 5px;
}

.SimpleChart .legendsli span.legendindicator .line {
    width: 30px;
    height: 3px;
}

.SimpleChart .legendsli span.legendindicator .circle {
    width: 12px;
    height: 12px;
    border-radius: 20px;
    position: relative;
    top: -5px;
    right: 20px;
}

/******Starts::Horizontal Alignment of Legends******/

.simple-chart-legends {
    background: #E7E7E7;
    border: 1px solid #d6d7dd;
    padding: 5px;
    margin: 2px 0px;
    display: none;
}

/******Starts::Horizontal Alignment of Legends******/

.simple-chart-Header {
    position: absolute;
    font-size: 16px;
}

/*--// Index-page-chart --*/

/*-- Calender --*/

.box {
    text-align: center;
    margin-top: 1em;
    font-size: 14px;
    font-weight: 500;
}

/*--// Calender --*/

/*-- Profile-widget --*/

.header {
    background: url(../images/b1.jpg) no-repeat;
    background-size: cover;
    min-height: 375px;
}

.text {
    text-align: center;
    padding-top: 25%;
}

.text h2 {
    margin: 15px 0 10px 0;
    font-size: 27px;
    color: #fff;
    letter-spacing: 3px;
}

.text a {
    color: #fff;
    font-size: 18px;
}

.text a:hover {
    text-decoration: none;
    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.f-left a {
    display: block;
    padding: 15px 0;
}

.f-left {
    background: #ff4c4c;
    text-align: center;
    padding: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.f-left:hover {
    background: #fff;
    color: #ff4c4c;
}

ul {
    margin: 0;
    padding: 0;
}

ul.prof-widgt-content {
    background: #fff;
}

li.button a {
    padding: 22px 27px;
    margin: 0;
    display: block;
    color: #ffffff;
    font-size: 13px;
}

li.button a i {
    font-size: 1.3em;
    margin-right: 0.5em;
    color: #8099fb;
}

/*
li.dropdown {
	background: #484141;
	font-weight: 100;
	font-size: 14px;
}
*/

li.button {
    list-style: none;
    text-align: left;
}

li.menu {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #5a7bff;
    margin: 0;
    list-style: none;
}

li.menu:hover {
    background: rgba(255, 76, 76, 0.32);
}

li.button a:hover {
    text-decoration: none;
}

li.button a span {
    margin-right: 22px;
}

.dropdown {
    display: none;
    padding: 0;
    list-style: none;
}

.dropdown li {
    color: #ae9f9f;
    list-style: none;
}

.dropdown li a {
    border-left: 6px solid #484141;
    padding: 14px 0 15px 25px;
    display: block;
}

ul.icon-navigation li a span {
    color: #8099fb;
    margin-right: 28px;
    font-size: 14px;
    font-weight: 100;
}

ul.icon-navigation li a:hover {
    border-left: 6px solid#d05942;
}

li.menu.info {
    border-bottom: none;
}

li.button span {
    background: #ffffff;
    float: right;
    padding: 4px 12px;
    font-size: 13px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    font-style: normal;
    color: #000;
}

ul.icon-navigation {
    position: relative;
}

ul.icon-navigation li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    /* right: 310px; */
    left: 11%;
    top: 0%;
    border-width: 11px 12px 0px 12px;
    border-style: solid;
    border-color: #8099fb rgba(0, 0, 0, 0);
}

ul.icon-navigation li a {
    color: #dad6d6;
}

.followers.row {
    margin: 0;
}

/*--// Profile-widget --*/

/*-- Browser stats --*/

.stats-info ul li {
    border-bottom: 1px solid #e1ab91;
    font-size: 1em;
    color: #555;
}

.progress.progress-right {
    width: 30%;
    float: right;
    height: 7px;
    margin-bottom: 0;
    border-radius: 0px;
}

.stats-info ul li.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.5em;
}

.stats-info ul li span {
    display: inline-block;
    font-size: 13px;
    margin-left: 1em;
}

/*----*/

/*----*/

.progress {
    margin: 7px 0;
    overflow: hidden;
    background: #e8e8e8;
    z-index: 1;
    cursor: pointer;
}

.progress .bar {
    z-index: 2;
    height: 15px;
    font-size: 12px;
    color: white;
    text-align: center;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .yellow {
    background: #f0ad4e;
}

.progress-striped .green {
    background: #5cb85c;
}

.progress-striped .light-blue {
    background: #4F52BA;
}

.progress-striped .red {
    background: #d9534f;
}

.progress-striped .blue {
    background: #428bca;
}

.progress-striped .orange {
    background: #e94e02;
}

.progress-striped .bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

/*--// Browser stats --*/

/*-- Countdown --*/

.outer-w3-agile-bg {
    background: url(../images/timer.jpg) no-repeat;
    background-size: cover;
}

/*--// Countdown --*/

/*-- Copyright --*/
.footer-block {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 70px;
    background: #151414;
    color: #c7c7c7;
}
.mainpage #sidebar .footer-block {
    height: 91px;
    padding: 10px 0;
}
.footer-block .row {
    padding-top: 1em;
}
.footer-block .additional-pages ul {
    columns: 12em;
    margin-left: 1em;
}
#sidebar.active .footer-block ul li a {
    padding: 15px 10px;
}
.footer-block .contacts-block {
    text-align: right;
    padding-right: 2em;
}

.footer-block a {
    color: #fff;
    text-decoration: underline;
}

.footer-block .copyright-block {
    font-size: 12px;
}

.footer-block a:hover {
    color: rgba(255, 255, 255, 0.7);
}


/*--// Copyright --*/

.feedback-form {
    display: flex;
}
.feedback-form .col-form {
    margin-bottom: 3em;
}
.feedback-form .col-form:first-child {
    margin-right: 3em;
}
@media (max-width: 600px) {
    .feedback-form {
        display: block;
    }
    .feedback-form .col-form:first-child {
        margin-right: 0;
    }
}

.feedback-form .invalid-feedback {
    display: block;
}
.feedback-form .invalid-feedback ul {
    margin: -1rem 0 0 0;
}

.feedback-form .form-control::placeholder {
    color: #fff;
}
.feedback-form #fileformset .form-control::placeholder {
    color: #444;
}

/*--// Index-page --*/

/*----------------------------------------//
    Mailbox Pages
------------------------------------------*/

/*-- Inbox-page --*/

nav.inbox-nav-w3ls ul li {
    list-style: none;
    display: inline-block;
}

.inbox-side-strip-w3-agileits ul li {
    font-size: 13px;
    letter-spacing: 2px;
    color: #000;
    position: relative;
}

.inbox-side-strip-w3-agileits li:hover i {
    color: #f75757;
}

.inbox-side-strip-w3-agileits ul li a i {
    font-size: 1.2em;
    color: #c5c5c5;
    margin: 2em 0em .3em;
}

.inbox-side-strip-w3-agileits ul li a {
    display: block;
}

.inbox-side-strip-w3-agileits {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    height: fit-content;
}

.inbox-side-strip-w3-agileits ul li span.badge {
    font-size: 10px;
    font-weight: 500;
    color: #FFF;
    background: #7892fb;
    line-height: 12px;
    text-align: center;
    width: 17px;
    height: 17px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    position: absolute;
    bottom: 1%;
    right: 10px;
}

#email-list .collection .collection-item:hover {
    background: #e1f5fe;
    cursor: pointer;
}

#email-list .collection .collection-item {
    height: auto;
    padding-left: 72px;
    position: relative;
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.email-title {
    font-weight: 600;
    font-size: 14px;
}

span.circle {
    display: inline-block;
    width: 48px;
    height: 42px;
    text-align: center;
    line-height: 41px;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    background: #a5a5a5;
}

li.collection-item.selected img {
    width: 43px;
    height: 43px;
    border-radius: 50px;
}

li.collection-item.selected {
    background: #dce3ff;
}

/*-- differentiating css for same classes --*/

.index-rcontent li.collection-item.selected {
    background: none;
}

.index-rcontent .collection .collection-item:hover {
    background: none;
    cursor: auto;
}

/*--// differentiating css for same classes --*/

.collection .collection-item:hover {
    background: #dce3ff;
    cursor: pointer;
}

.email-list small {
    width: 55px;
    display: inline-block;
}

.mid-cn {
    width: 80%;
}

.index-lcontent {
    padding: 0;
}

.index-rcontent,
.email-list {
    padding-right: 0;
}

.email-content p:nth-child(1) {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin: 25px 0px 10px;
}

.email-actions a i {
    font-size: 16px;
    color: #9c9c9c;
}

/*----------------------------------------
    Cards Page
------------------------------------------*/

.cards-section .card {
    -webkit-box-shadow: 0px 0px 15px 3px rgba(109, 109, 109, 0.11);
    -moz-box-shadow: 0px 0px 15px 3px rgba(109, 109, 109, 0.11);
    box-shadow: 0px 0px 15px 3px rgba(109, 109, 109, 0.11);
}

p.card-text, div.card-text {
    margin: 20px 0 0;
    font-family: Arial;
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 2;
}

a.btn.more {
    outline: none;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    color: red;
    padding: 0.7em 2em;
    border: 1px solid #d0d0d0;
}

/*----------------------------------------//
    Cards Page
------------------------------------------*/

/*----------------------------------------
    Carousels Page
------------------------------------------*/
.carousel-inner .carousel-item {
  transition: -webkit-transform 3s ease !important;
  transition: transform 3s ease !important;;
  transition: transform 3s ease, -webkit-transform 3s ease !important;;
}

.carousels-section {
    margin-top: -8px;
    overflow: hidden;
}

.carousels-section,
.carousels-section .carousel-item,
.carousels-section .carousel img {
    height: calc(100vh - 62px - 70px);
    min-height: 36em;
}


.carousels-section .carousel {
    overflow: hidden;
}

.carousels-section .carousel img {
    width: 100%;
}

.text-carousel .carousel-caption {
    position: absolute;
    top:0;
    color: #343a40;
}

.carousel-indicators {
    margin: 0;
    padding: 15px 0 3px;
    background: #151414;
    bottom: 0;
}
.carousel-indicators li {
    cursor: pointer;
}

/*----------------------------------------//
    Carousels Page
------------------------------------------*/

/*----------------------------------------
    Tables Page
------------------------------------------*/
.person-section {
    clear: both;
}
.person-section th,
.person-section td {
    padding: 0.63rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
}
.table-person-section > tbody > tr > td:first-child {
    padding-left: 0;
}
.table-person-section > tbody > tr > td:last-child {
    padding-right: 0;
}

.table-person-section > tbody > .borderless > th,
.table-person-section > tbody > .borderless > td {
    border-top: 0;
}

.person-section th {
    color: #252525;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

/*----------------------------------------//
    Tables Page
------------------------------------------*/

/*----------------------------------------
    Grids Page
------------------------------------------*/

.bg-grid {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
    margin-top: 1rem;
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
}

.bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(4, 3, 3, 0.1);
}

.bd-example-row .row+.row {
    margin-top: 1rem;
}

/*----------------------------------------//
    Grids Page
------------------------------------------*/

/*----------------------------------------
    Error Page
------------------------------------------*/

h4.error-title-agileits {
    font-size: 8.5em;
    font-weight: bold;
}

.errorleft {
    border-right: 3px solid #f75757;
}

p.error-text {
    font-size: 17px;
    letter-spacing: 1px;
    color: #868686;
    font-weight: normal;
    line-height: 35px;
    margin: 1em 0em 2em;
}

span.error-subtext-w3l {
    font-size: 36px;
    display: inline-block;
    color: #404040;
}

a.error-w3l-btn,
button.error-w3l-btn {
    padding: 0.6em .5em;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #f75757;
    border: none;
}

a.error-w3l-btn:hover,
button.error-w3l-btn:hover {
    text-transform: uppercase;
    color: #fff;
    background: #4c6ef5;
    border: none;
}

p.error-text a,
p.paragraph-agileits-w3layouts a,
h1.paragraph-agileits-w3layouts a {
    display: inline-block;
    color: #f75757;
    font-weight: 400;
}

p.error-text a:hover,
p.paragraph-agileits-w3layouts a:hover,
h1.paragraph-agileits-w3layouts a:hover {
    color: #4c6ef5;
}

.error-search-form input.form-control {
    width: 70%;
    background: rgba(76, 110, 245, 0.30);
    border: none;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #000;
}

.error-search-form input.form-control {
    width: 70%;
    background: rgba(76, 110, 245, 0.27);
    border: none;
    font-size: 15px;
    letter-spacing: 0.8px;
    color: #000;
    padding: 8px 15px;
    border-radius: 0px;
}

.error-search-form {
    padding: 0.3em;
    border: 6px solid #cacaca;
}

.error-search-form button.btn {
    width: 30%;
    background: #4c6ef5;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px 5px;
}

.error-search-form button.btn:hover {
    background: #f75757;
}

.error-search-form button.btn:focus {
    background: #f75757;
    box-shadow: none;
}

/*----------------------------------------//
    Error Page
------------------------------------------*/

/*----------------------------------------
    Login,register Pages
------------------------------------------*/

.bg-page {
    background: #4c6ef5;
    min-height: 100vh;
}

.form-body-w3-agile.text-center {
    background: #fff;
    padding: 3em 5em;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.34);
}


.form-body-w3-agile label,
.forgot a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #91a6f9;
}

.forgot a:hover {
    color: #4c6ef5;
}

.forgot {
    padding: 0;
}

/*----------------------------------------//
    Login,register Pages
------------------------------------------*/

/*----------------------------------------
    Charts Page
------------------------------------------*/

/*-- chart1 --*/

canvas.chart1 {
    display: block;
    width: 100%;
}

/*--// chart1 --*/

/*-- circle-bar-chart ---*/

#circleBar-web-text,
#circleBar-mobile-text {
    font-size: 16px;
    fill: #000;
}

#circleBar-web-labels tspan,
#circleBar-mobile-labels tspan {
    font-size: 10px;
    fill: #6D6E71;
}

#circleBar-web-values tspan,
#circleBar-mobile-values tspan {
    font-size: 9px;
    font-weight: bold;
    fill: #000;
}

#circleBar-web-values tspan {
    fill: #e04646;
}

#circleBar-mobile-values tspan {
    fill: #202e66;
}

svg.circular-bars {
    width: auto;
    height: 335px;
    overflow: visible;
}

g#circleBar-web-group {
    transform: translate(-23%, 0%);
}

g#circleBar-mobile-group {
    transform: translate(-24%, 0%);
}

/*-- circle-bar-chart --*/

/*-- circle-percentage-chart --*/

ul.percentg-circles-w3ls li {
    list-style: none;
}

ul.percentg-circles-w3ls .chart span {
    position: absolute;
}

ul.percentg-circles-w3ls .chart .figure {
    z-index: 90;
}

.chart.circle-one {
    margin-bottom: 30px;
}


.circle-one .pie {
    position: relative;
    margin-bottom: 10px;
    width: 118px;
    height: 118px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    background-color: #f5f5f5;
}

.circle-one .pie::after {
    content: '';
    display: block;
    position: relative;
    z-index: -1;
    margin: 116px auto;
    width: 65px;
    height: 5px;
    box-shadow: 0 0 7px 7px #cecece;
    background-color: #cecece;
    border-radius: 50%;
}

.circle-one .pie>div {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background-color: #f5f5f5;
}

.slice {
    position: absolute;
    animation: bake-pie 1s;
    -webkit-animation: bake-pie 1s;
}

.circle-one .slice {
    z-index: 10;
    clip: rect(0px, 118px, 118px, 59px);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) translate3d(0, 0, 0);
}

.circle-one .slice-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    clip: rect(58px, 118px, 118px, 0);
    transform: rotate(90deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
    -ms-transform: rotate(90deg) translate3d(0, 0, 0);
    -moz-transform: rotate(90deg) translate3d(0, 0, 0);
    -o-transform: rotate(90deg) translate3d(0, 0, 0);
}

.slice span {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.circle-one .slice span {
    z-index: 10;
    clip: rect(0px, 118px, 118px, 59px);
    animation: bake-pie2 1.2s;
    -webkit-animation: bake-pie2 1.2s;
}

.data-table {
    text-align: center;
}

.data-table span {
    display: inline;
}

@keyframes bake-pie {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@keyframes bake-pie2 {
    0% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}

/*--// circle-percentage-chart --*/

/*----------------------------------------//
    Charts Page
------------------------------------------*/

/*----------------------------------------
    Modal Page
------------------------------------------*/

.btn-primary {
    color: #fff;
    background-color: #4c6ef5;
    border-color: #4463dc;
}

/*----------------------------------------
    Modal Page
------------------------------------------*/

/*----------------------------------------
    Maps Page
------------------------------------------*/

.w3_agile_map {
    background: #f1f1f1;
}

.map-canvas {
    width: 100%;
    min-height: 420px;
}

.w3ls_button {
    padding: 12px 25px;
    width: 100%;
    background: none;
    color: #fff;
    outline: none;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    border-right: 1px solid #fff;
}

.w3ls_button:last-child {
    border: none;
}

.map-grids-w3l iframe {
    width: 100%;
    border: none;
    outline: none;
    height: 350px;
}

/*----------------------------------------//
    Maps Page
------------------------------------------*/

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.panel-primary{
    border-color: transparent;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #428bca
}

.panel-primary > .panel-heading .badge {
    color: #428bca;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}



.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.form-group label{
    font-weight: bold;
    color: #333;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    height: 62px;
    margin-bottom: 20px;
    border: 1px solid transparent
}


.actions select{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.actions select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.actions select[size], .actions select[multiple] {
    height: auto;
}
.submit-row a.deletelink.btn{
    height: auto;
}
/*--responsive--*/

@media(max-width:1440px) {
    section.pricing-tables h5.card-title {
        font-size: 2.5em;
    }
}

@media(max-width:1366px) {
    canvas.SimpleChartcanvas {
        /*max-width: 925px !important;*/
        margin: 0 auto !important;
    }
}

@media(max-width:1280px) {
    h4.base-page-title {
        font-size: 1.75em;
    }
    li.button a {
        padding: 20px 20px !important;
    }
    li.button a span {
        margin-right: 0px;
    }
    .bd-example-row .row>.col {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    h4.error-title-agileits {
        font-size: 7em;
    }
    span.error-subtext-w3l {
        font-size: 33px;
    }
    .agileinfo-cdr .card-body {
        padding: 0;
    }
    section.pricing-tables h5.card-title {
        font-size: 2.2em;
    }
    .card-header h4 {
        font-size: 1.8em;
    }
}

@media(max-width:1080px) {
    #sidebar {
        min-width: 210px;
        max-width: 210px;
    }
    .text {
        text-align: center;
        padding-top: 13%;
    }
    .h2.main-title-w3layouts {
        font-size: 3.4em;
    }
    blockquote.blockquote.card-body p {
        font-size: 15.5px;
    }
    a.btn.more {
        font-size: 13px;
        padding: 0.5em 1.5em;
    }
    .sub-title-w3-agileits {
        font-size: 1.5em;
        letter-spacing: 1.5px;
    }
    .text-carousel .carousel-caption {
        position: absolute;
        top: 34%;
    }
    section.forms-section label {
        font-size: 14px;
        letter-spacing: 0.6px;
    }
    .error-right {
        text-align: center;
    }
    .errorleft {
        border-right: none;
    }
    h4.error-title-agileits {
        font-size: 8em;
        margin-bottom: .1em;
        text-align: center;
        border-bottom: 3px solid #f75757;
    }
    span.error-subtext-w3l {
        font-size: 27px;
    }
    p.error-text {
        font-size: 15px;
        margin: 0.5em 0em 1em;
    }
    .paragraph-agileits-w3layouts {
        font-size: 13px;
        line-height: 30px;
    }
    .card.box-shadow {
        width: 45%;
        flex: none;
        margin: 0 auto !important;
    }
    .card.box-shadow:nth-child(3),
    .card.box-shadow:nth-child(4) {
        margin-top: 1em !important;
    }
    h2.main-title-w3layouts {
        font-size: 3.5em;
    }
    .form-body-w3-agile .form-control {
        padding: 0.6em 1em;
        margin: .5em 0em 1em;
        font-size: 14px;
        letter-spacing: .8px;
    }
    .form-body-w3-agile label,
    .forgot a {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.6px;
        color: #91a6f9;
    }
    canvas.SimpleChartcanvas {
        /*max-width: 730px !important;*/
    }
    .index-rcontent {
        padding-left: 0;
    }
}

@media(max-width:1050px) {
    .btn-primary {
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}

@media(max-width:1024px) {

    .navbar .search-icon {
        display: block;
        line-height: 1.5em;
        cursor: pointer;
        z-index: 1000;
    }

    .navbar .form-inline {
        display: none;
    }
    .navbar .form-inline.active {
        display: block;
        position: absolute;
        width: 100%;
        z-index: 1100;
        background: #fff;
        margin-left: 3em;
    }
    .navbar .lang {
        position: absolute;
        flex-wrap: wrap;
        width: 22px;
        height: 50px;
        right: 15px;
        top: 0;
        margin: 0 !important;
    }
    .navbar .lang .lang-item {
        display: block;
    }
    .lang-item.active {
        margin: -1px 8px 1px 0;
    }
    .navbar .form-group {
        margin-bottom: 0;
    }
    .navbar .form-inline.active .search-by-name {
        width: 20em;
        float: left;
    }
    .navbar h1 {
        margin-left: -15px;
    }

    .validform {
        display: inherit;
    }
    .validform1,
    .validform2 {
        max-width: 100%;
    }
    .bd-example-row .row>.col,
    .bd-example-row .row>[class^=col-] {
        font-size: 13px;
    }
    .form-body-w3-agile.text-center {
        padding: 3em 3em;
    }
    canvas.SimpleChartcanvas {
        /*--max-width: 675px !important;--*/
    }

    .book-card {
        height: auto;
    }
    .book-card .media {
        display: block;
    }
}

@media(max-width:991px) {
    canvas.SimpleChartcanvas {
        /*max-width: 620px !important;*/
    }
    .bd-example-row-flex-cols .row {
        min-height: 8rem;
    }
    .form-body-w3-agile.text-center {
        padding: 3em 5em;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .bd-content table {
        display: block;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    g#circleBar-web-group {
        transform: translate(35%, 0%);
    }
    g#circleBar-mobile-group {
        transform: translate(40%, 0%);
    }
    svg.circular-bars {
        height: 315px;
    }
}

@media(max-width:900px) {
    ul.top-icons-agileits-w3layouts a.nav-link i {
        font-size: 14px;
    }
    .nav-link {
        padding: 0.5rem 0.5rem;
    }
    .header {
        min-height: 320px;
    }
    h2.main-title-w3layouts {
        font-size: 3.2em;
    }
    .top-icons-agileits-w3layouts span.badge {
        font-size: 9px;
        width: 15px;
        height: 15px;
        top: -2%;
        right: -2px;
        padding: 2px 0 0;
    }
}

@media(max-width:800px) {
    canvas.SimpleChartcanvas {
        /*max-width: 450px !important;*/
    }
    .copyright-w3layouts p {
        font-size: 13px;
        letter-spacing: 1.3px;
    }
    h4.base-page-title {
        font-size: 1.6em;
    }
    .card-header h4 {
        font-size: 1.5em;
    }
    section.pricing-tables h5.card-title {
        font-size: 2em;
    }
}

@media(max-width:768px) {
    .sub-title-w3-agileits {
        font-size: 1.4em;
    }
    canvas.SimpleChartcanvas {
        /*max-width: 750px !important;*/
    }
}

@media(max-width: 667px) {
    .navbar-header {
        float: left;
    }
    form.form-inline.search-form {
        justify-content: flex-end;
    }
    .copyright-w3layouts p {
        font-size: 13px;
        padding: 0.5em 2em;
        line-height: 28px;
    }
    g#circleBar-web-group {
        transform: translate(20%, 0%);
    }
    g#circleBar-mobile-group {
        transform: translate(25%, 0%);
    }

    .navbar h1 {
        font-size: 1.5em;
        letter-spacing: 0;
        margin-left: 0;
    }
    .attachments-table .att-file img {
        max-width: 100%;
    }
}

@media(max-width:600px) {
    canvas.SimpleChartcanvas {
        /*max-width: 500px !important;*/
    }
    span.error-subtext-w3l {
        font-size: 22px;
    }
    .error-search-form input.form-control {
        font-size: 14px;
    }
    .error-search-form button.btn {
        font-size: 14px;
        letter-spacing: 1.5px;
    }
    h4.error-title-agileits {
        font-size: 7em;
    }
    .inbox-side-strip-w3-agileits ul li span.badge {
        font-size: 9px;
        width: 15px;
        height: 15px;
        bottom: 27%;
        right: 1px;
    }
    .pricing3 .btn-outline-primary,
    .price2-btn,
    .btn-outline-primary {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .form-body-w3-agile.text-center {
        padding: 2em 2em;
    }
}

@media(max-width:568px) {
    canvas.SimpleChartcanvas {
        /*max-width: 465px !important;*/
    }
    .text h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .text a p {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .header {
        min-height: 300px;
    }
    .search-form .btn-style {
        margin: 0 !important;
        font-size: 15px;
    }
    .search-form.form-inline .form-control {
        width: 60%;
    }
    .card {
        display: inline-block;
    }
    .text-carousel .carousel-caption {
        position: absolute;
        top: 15%;
    }
    .error-search-form button.btn {
        margin: 0 !important;
    }
    .card.box-shadow {
        width: 80%;
    }
    .card.box-shadow:nth-child(2) {
        margin-top: 1em !important;
    }
    .form-body-w3-agile .form-control {
        font-size: 13px;
    }
    .w3ls_button {
        border-right: none;
    }
    g#circleBar-web-group {
        transform: translate(0%, 0%);
    }
    g#circleBar-mobile-group {
        transform: translate(0%, 0%);
    }
}

@media(max-width:480px) {
    .dropdown-menu {
        min-width: 17rem;
    }
    .s-r h6 i {
        font-size: .8em;
        line-height: 2.5em;
        width: 45px;
        height: 45px;
    }
    .s-r h6 {
        font-size: 22px;
    }
    canvas.SimpleChartcanvas {
        /*max-width: 380px !important;*/
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    h4.base-page-title {
        font-size: 1.4em;
        line-height: 33px;
    }
    .error-search-form input.form-control {
        width: 100%;
        text-align: center;
    }
    .error-search-form button.btn {
        width: 100%;
    }
    h2.main-title-w3layouts {
        font-size: 3em;
        letter-spacing: 2px;
    }
    p.error-text {
        font-size: 13.5px;
        line-height: 29px;
        letter-spacing: 1.5px;
    }
    .header {
        min-height: 275px;
    }
    .copyright-w3layouts p {
        padding: 0.5em 1.5em
    }
    g#circleBar-web-group {
        transform: translate(-15%, 0%);
    }
    g#circleBar-mobile-group {
        transform: translate(-15%, 0%);
    }
    svg.circular-bars {
        height: 300px;
    }
}

@media(max-width:440px) {
    .dropdown-menu {
        right: -84%;
    }
    canvas.SimpleChartcanvas {
        /*max-width: 340px !important;*/
    }
    .index-rcontent,
    .email-list {
        max-width: 100% !important;
        flex-basis: 100%;
        padding: 0;
    }
    .inbox-side-strip-w3-agileits {
        max-width: 100% !important;
        flex-basis: 100%;
        margin: 1em 0;
    }
}

@media(max-width:414px) {
    .drop-1 {
        right: -275%;
        min-width: 16em;
    }
    .drop-2 {
        right: -82%;
        min-width: 16em;
    }
    .drop-3 {
        right: 70%;
        min-width: 16em;
    }
    .text-carousel .carousel-caption {
        top: 20%;
        padding: 0;
    }
    .navbar-header {
        float: none;
        margin-bottom: 1em;
    }
    .search-form.form-inline .form-control {
        width: 70%;
        font-size: 13px;
    }
    .search-form .btn-style {
        font-size: 13px;
        width: 30%;
    }
    g#circleBar-web-group {
        transform: translate(-22%, 0%);
    }
    g#circleBar-mobile-group {
        transform: translate(-20%, 0%);
    }
}

@media(max-width:384px) {
    .drop-1 {
        right: -317%;
    }
    .drop-2 {
        right: -133%;
    }
    .drop-3 {
        right: 32%;
    }
    .header {
        min-height: 250px;
    }
    .simply-section {
        width: 50% !important;
        float: left !important;
        margin: 0 auto 1em !important;
    }
    section.error-page-content .container {
        padding: 0 !important;
    }
    .map-grids-w3l iframe {
        height: 250px;
    }
    .map-canvas {
        min-height: 330px;
    }
    text#circleBar-web-values {
        transform: translate(85px,324px)!important;
    }
    text#circleBar-web-labels {
        transform: translate(142px,324px);
    }
    svg.circular-bars {
        height: 405px;
    }
    rect#circleBar-web-clipLabels {
        transform: translate(-141px,89px);
        width: 100%!important;
    }
    text#circleBar-mobile-values {
        transform: translate(73px,330px);
    }
    text#circleBar-mobile-labels {
        transform: translate(131px,330px);
    }
    rect#circleBar-mobile-clipLabels{
        transform: translate(-141px,89px);
        width: 100%!important;
    }
}

@media(max-width:375px) {
    .drop-1 {
        right: -308%;
    }
    .drop-2 {
        right: -122%;
    }
    .drop-3 {
        right: 46%;
    }
    .navbar {
        padding: 15px 0px;
    }
}

@media(max-width:320px) {
    .s-r h6 {
        font-size: 19px;
    }
    .s-r h6 i {
        width: 37px;
        height: 37px;
    }
    .drop-1 {
        right: -432%;
    }
    .drop-2 {
        right: -239%;
    }
    .drop-3 {
        right: -71%;
    }
    h4.error-title-agileits {
        font-size: 5em;
    }
    .collection .collection-item {
        padding: 1em 0;
    }
    g#circleBar-web-group {
        transform: translate(-24%, 0%);
    }
    g#circleBar-mobile-group {
        transform: translate(-24%, 0%);
    }
}

/*--//responsive--*/



/* LANG: HEBREW */

.lang-he {
    text-direction: rig
}

@media (max-width: 800px) {
    .lang-he .navbar .search-icon {
        position: absolute;
        left: 10px;
    }
    .lang-he .navbar .nav-search {
        left: 0;
        width: auto;
    }
    .lang-he #sidebarCollapse {
        left: auto;
        right: 0.4rem;
    }
    .lang-he #sidebarCollapse.close {
        left: auto;
        right: 120px;
    }
}
