/*
    BASIC STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: "Verdana, Geneva, sans-serif";*/
    /* background: #fafafa; */
    background: white;
    font-family: sans-serif;
    font-size: 0.875rem;
}

p {
    font-family: 'Poppins', sans-serif;
    /*font-size: 1.1em;*/
    font-weight: 300;
    /*line-height: 1.7em;*/
    color: rgb(46, 45, 45);
}

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

.navbar {
    /* padding: 15px 10px; */
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0;

}
.nav-link{
    padding: 1rem 1rem;
    border-top:1px solid #FFFFFF;
}

.navbar ul li a:hover {
    background: #0f749d;
    /*color: red;*/
    /*border-bottom: 4px solid green;*/
    /*margin-bottom: -4px;*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

/*nav .active {*/
    /*background: lightblue;*/
    /*border-bottom: 4px solid green;*/
    /*margin-bottom: -4px;*/
/*}*/

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

footer {
    text-align: center;
    padding: 15px;
    font-size: small;
}

footer span {
    display: block;
    /*font-family: 'Times New Roman', Times, serif;*/
}

footer a {
    color: blue;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f8f9fa;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
}

header {
    background: lightblue;
}

/*.banner{*/
/*width: 100%;*/
/*}*/
.banner img {
    width: 100%;
    height: auto;
}

.holder {
    border-bottom: 1px solid lightgrey;
    padding: 20px;
}

#home-outer-wrapper.container {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0px 7px 7px 3px rgba(212, 205, 212, 0.66);
    -moz-box-shadow: 0px 7px 7px 3px rgba(212, 205, 212, 0.66);
    box-shadow: 0px 7px 7px 3px rgba(212, 205, 212, 0.66);
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: white;
    color: #000f;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#profile-pic {
    padding: 5px 20px;
    /* background:grey; */

}
/*#profile-pic  .preview:hover {
    padding: 5px 20px;
    background:grey; 
    border:2px solid red;

}*/

#profile-pic .preview {
    width: 220px;
    height: 220px;
    min-width: 220px;
    min-height: 220px;
    max-width: 220px;
    max-height: 220px;
}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px dotted #47748b; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    /* color: whitesmoke; */
    background: lightblue;
    /*border-right: 4px solid green;*/
}

#sidebar ul li {
    background: #fafafa;
    margin-bottom: 4px;
    border-right: 2px solid lightblue;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #3bb2e6;
    border-bottom: 1px solid green;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

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

ul.CTAs {
    padding: 20px;
}

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

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.page-heading {
    border: 1px solid grey;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
    padding: 5px;

}

.in-page-heading {
    border: 1px solid grey;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 1em;
    padding: 5px;

}

.big-checkbox {
    width: 20px;
    height: 20px;
}

footer {
    min-height: 20px;
    background: white;
    border-top: 1px solid grey;
}

#middle-wrapper {
    /* padding: 20px; */
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
}

#content {
    padding-top: 40px;
    padding-bottom: 40px;
    background: white

}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.bold {
    font-weight: bold;
}

.advert-title {
    color: #0056b3;
}

.subscribeHeading {
    /*border-bottom: 1px dotted grey;*/
    padding: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

/* ------------------------------------------------------
    WITHIN PAGE STYLES
------------------------------------------------------- */
#profile-completeness {
    border-left: 2px solid lightblue;
    padding: 15px;

}

#profile-percent {
    margin-top: -5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted lightgrey;
    font-size: small;
}

.info-box {
    /* border:1px solid; */
    width: 100%;
    margin-top: 25px;
    box-shadow: 0px 5px 5px 1px #888888;
    min-height: 250px;
    padding-bottom: 15px;
}

.info-box .box-header {
    padding: 15px;
    /*background-image: linear-gradient(to bottom, whitesmoke ,grey);*/
    border-bottom: 1px solid lightgrey;
}

ul.mylist li::before {
    content: "\2022";
    color: #0056b3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.custom-list {
    list-style: none;
}

ul.custom-list li::before {
    content: "\2022";
    color: #0056b3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.mylist {
    list-style: none;
    padding-left: 15px;
}

.top-bottom-50 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.bg-grey {
    background: grey;
    padding: 15px;
}

.error-info-box {
    text-align: center;
    /*border:1px dotted  #d9534f;*/
    margin-bottom: 3rem;
}

.error-info-box p {
    color: #d9534f;
}

.error-info-box {
    color: #d9534f;
}

small.small-error p {
    color: #d9534f;
}

small.small-error {
    color: #d9534f;
}

.tips > .active > a {
    padding-left: 18px;
    font-weight: 700;
    color: #563d7c;
    background-color: transparent;
    border-left: 2px solid #563d7c;
}

/*override progess ba*/
.progress {
    /*height: 4px;*/
}

.img-responsive {
    display: block;
    height: auto;
    width: 100%;
}

.form-control{
    font-size: 0.875rem;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }

    #sidebar.active {
        margin-left: 0;
        transform: none;
    }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }

    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }

    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

    footer {
        font-size: small;
    }

    #test {
        margin: 15px;
        border-bottom: 1px solid lightblue;
        /*border-bottom: 1px solid lightgrey;*/
    }

    #navbarSupportedContent {
        margin-top: 15px;
    }


}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding-left: 15px;
        margin-top: 5px;
    }

    .nav-link {
        /*margin-top: 15px;*/
        /*background: lime;*/
        background: #f8f9fa;

    }
}

/*

OVERRIDING CARD DESIGN
 */
/*
*   CARD OVERRIDING
*/
.card {
    border: 1px solid #e9eaeb;
    border-radius: 0px;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    /* background-color: #f8f9fa!important; */

    /*text-align: center;*/
    font-size: 1.6em;
}

/*.card-body {*/
    /*padding-top: 5rem;*/
    /*padding-bottom: 1.6rem;*/
    /*overflow-x: auto;*/
/*}*/
/*.margin-top-10 {*/
    /*margin-top: 10px;*/
/*}*/

/*NIDA*/
#NidaMainDiv{
    margin-bottom: 100px;
    -webkit-box-shadow: -1px 3px 10px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 10px 2px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 10px 2px rgba(0,0,0,0.75);
    padding: 10px;
}
#nidaFormModal.modal {
    text-align: center;
    padding: 0!important;
}
#editLoading img{
    width:30%;
    margin:0 auto;
    display: block;
}
/* END NIDA SECTION*/
div#brand {
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/arm.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 10px;
}
#company_name p {
    line-height: 1.25rem;
}
#top_header{
    background: #0f749d;
    padding:10px 5px;

}
p#r_slog{
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 3px 3px 2px rgba(27, 27, 27, 0.93);
}
p#r_brand{
    font-size: 2rem;
    font-weight: bold;
    margin: 3px 0px 23px 0px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 3px 3px 2px rgba(27, 27, 27, 0.93);
}

.navbar ul li a:hover .navbar-light .navbar-nav .nav-link{
    color: #FFF;
}
.navbar-light .navbar-nav .nav-link {
    /*color: #FFFFFF;;*/
}
.overflow-x-auto{
    overflow-x: auto;
}











/*
================================================================================
MEDIA QUERIES
********************
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

#top_header{
    /*background: red;*/
}

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

/*body{
    font-size: 0.75rem;
}*/

p#r_slog{
    font-size: 1.3rem;
}
    p#r_brand{
        font-size: 1.8rem;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {



}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    p#r_slog{
        font-size: 16px;
    }
    p#r_brand{
        font-size: 32px;
    }

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    div#brand{
        background-image: none;
    }
    p#r_slog{
        font-size: 16px;
    }
    p#r_brand{
        font-size: 32px;
    }

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    div#brand{
        background-image: none;
    }
    p#r_slog{
        font-size: 16px;
    }
    p#r_brand{
        font-size: 32px;
    }
    .wrapper{
        overflow-x: hidden;
    }
}



/*additional*/

table.bold-first-td tr td:first-child {
    font-weight: bolder;
}

.navbar-light .navbar-nav a.nav-link:hover{
    color: white;font-weight: bold;
}
.navbar-light .navbar-nav a.nav-link{
    text-transform: uppercase;font-weight: bold;
}
#navbarSupportedContent .navbar-nav li.active > a {
    background-color:#0f749d;
    color: #fff;
}

.bananisha td{
    padding: 0.45rem;
}
.bananisha tr.kichwa {
    background-color: lime;
}
.bananisha >tbody>tr.kichwa>td{
    background-color: lightgrey;
    padding: 0.5rem;
    font-weight: bold;
    text-align: left;
}
.bananisha >tbody>tr.table-division>td{
    /*border:2px solid green;*/
    background: white;
    border: none;
}
.offset-lg-1-5 {
    margin-left: 1%;
}
#edit {
	padding-top: 7px;	
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	display: nones;
}

#edit a {
	color: #000;
}

