/*
    DEMO STYLE
*/


/*
Button color Wanring to Blue
 */
.btn-warning { background-color: #1991ce; border: 1px solid #1991ce; color: #fff;}
.btn-warning:hover { background-color: #1991ce; border: 1px solid #1991ce; color: #fff;}
.btn-warning:focus { box-shadow: 0 0 0 0.2rem rgb(25, 145, 206);}
.btn-warning:not(:disabled):not(.disabled):active { color: #fff; background-color: #1990d2; border-color: #1a92cf;}

.btn-info { background-color: #1991ce; border: 1px solid #1991ce; color: #fff;}
.btn-info:hover { background-color: #1991ce; border: 1px solid #1991ce; color: #fff;}
.btn-info:focus { box-shadow: 0 0 0 0.2rem rgb(25, 145, 206);}
.btn-info:not(:disabled):not(.disabled):active { color: #fff; background-color: #1990d2; border-color: #1a92cf;}

/*-------------------*/

.content p{
font-size: 16px !important;
font-weight: 400 !important;
    font-family: arial;
}

body {
       font-family: arial;
    background: white !important;
}

p {
     font-family: arial !important;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
    font-weight: 400 !important;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar {
    height: 55px;
    margin-bottom: 10px;
    /*padding: 15px 10px;*/
    padding-top: 0px !important;
    padding-bottom: 1px !important;
    background: #fff;
    border: none;
    border-radius: 0;
   /* margin-bottom: 25px;*/
    /*border-bottom: 1px solid #a6a6a6;*/
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

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

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

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 180px;
    position: fixed;
    top: 0;
    left: -250px;
    /*height: 100vh;*/
    z-index: 999;
    /*background: #7386D5;*/
    background: buttonface;
    color: black;
    transition: all 0.3s;
    /*overflow-y: scroll;*/
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}

#content{
    margin-left: 180px;
}

#sidebar.active {
    left: 0;
    bottom: 0;
    /*position: relative !important;*/
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*background: #7386D5;*/
    background: buttonface;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 5px;
    background: buttonface;
}

#sidebar ul.components {
    /*padding-bottom: 20px;*/
    display: flex;
    height: 75%;
    flex-direction: column;
    justify-content: space-between;

    /*border-bottom: 1px solid #47748b;*/
}

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

#sidebar ul li a {
    height: 100%;
    /*padding: 10px;*/
    font-size: 1.0em;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#sidebar ul li:hover {
    /*color: #7386D5;*/
    background: none;
}
#sidebar ul li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #a6a6a6;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
#sidebar ul li:first-child {
  border-top: 1px solid #a6a6a6;
}
#sidebar ul li.active {
    border-top: 5px solid #f0b600;
    border-bottom: 5px solid #f0b600;
    position: relative;
}
#sidebar ul li.active:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f0b600;
    position: absolute;
    top: 0;
    left: 45%;
}
#sidebar ul li.active, a[aria-expanded="true"] {
    color: black;
    /*background: #6d7fcc;*/
    background: white;
}

.srx-title {
    margin: 0px 0px 20px !important;
}

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;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    padding-left: 0px !important;
    padding-top: 7px !important;
    min-height: 100vh;
    transition: all 0.3s;
    /*position: absolute;*/
    top: 0;
    right: 0;
overflow:hidden;
}
#mCSB_1_container{
    height: 100%;
}
/* ---------------------------------------------------
    UNIT CONVERTER
----------------------------------------------------- */
select.form-control.w-75.fullFrom, select.form-control.w-75.fullTo
{
    width: 100% !important;
}
select.form-control.w-75.fullContext
{
    width: 100% !important;
}
input#fullValue
{
    width: 100% !important;
   /* margin-bottom: 15px;*/
}
input#toVal{
    background:none !important;
}
.formula img {
    max-width: 200px;
}
@media screen and (max-width: 1100px) {
    i#toggleSideNavIcon {
        display: none !important;
    }
    .nav-search.on-top {
        display: none;
    }
    div {
        margin-top: 0px !important;
    }
    .bitt-share-container {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .formula {
        flex-wrap: wrap !important;
    }
}