﻿@charset "utf-8";
/* CSS Document */


/*Start Reset CSS Code*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.8rem;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*End Reset CSS Code*/



/* Helper Classes */


.float-left {
    float: left;
}

.float-right {
    float: right;
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
}

/* ----------------------------------------------- Custom Checkbox ----------------------------------------------- */

.custom-check {
    display: none;
}

.custom-check+label {
    color: #848484;
    font-size: 17px;
    position: relative;
    margin: 0;
    padding-left: 30px;
    font-weight: normal;
}

.custom-check+label:before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    border: 2px solid #ddd;
    left: 0;
    top: 0;
    transition: all 0.3s;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.custom-check:checked+label:before {
    background: #3494a0;
    border-color: #3494a0;
}

.custom-check+label:after {
    width: 12px;
    height: 7px;
    position: absolute;
    content: "";
    transition: all 0.3s;
    left: 4px;
    border: 2px solid transparent;
    transform: rotate(0deg);
    top: 4px;
}

.custom-check:checked+label:after {
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(-45deg);
}
.pt-bottom-space{

    padding-bottom:20px;
}


/* ----------------------------------------------- Custom Checkbox ----------------------------------------------- */
.mt-4 {
    margin-top: 40px;
}


.uppercase {
    text-transform: uppercase;
}

.ml-2 {
    margin-left: 20px;
}

.btn.btn-primary {
    background: rgb(4, 121, 130);
    background: linear-gradient(0deg, rgba(4, 121, 130, 1) 0%, rgba(28, 165, 175, 1) 50%, rgba(19, 131, 138, 1) 100%);
    min-width: 100px;
}

.grad1 {
    background: rgb(4, 121, 130);
    background: linear-gradient(0deg, rgba(4, 121, 130, 1) 0%, rgba(28, 165, 175, 1) 50%, rgba(19, 131, 138, 1) 100%);
}

.grad2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(43, 164, 172, 1) 100%);
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.grad3 {

    background: rgba(174, 228, 225, 1);
    background: -moz-linear-gradient(top, rgba(174, 228, 225, 1) 0%, rgba(90, 193, 195, 1) 50%, rgba(74, 182, 182, 1) 51%, rgba(45, 166, 164, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174, 228, 225, 1)), color-stop(50%, rgba(90, 193, 195, 1)), color-stop(51%, rgba(74, 182, 182, 1)), color-stop(100%, rgba(45, 166, 164, 1)));
    background: -webkit-linear-gradient(top, rgba(174, 228, 225, 1) 0%, rgba(90, 193, 195, 1) 50%, rgba(74, 182, 182, 1) 51%, rgba(45, 166, 164, 1) 100%);
    background: -o-linear-gradient(top, rgba(174, 228, 225, 1) 0%, rgba(90, 193, 195, 1) 50%, rgba(74, 182, 182, 1) 51%, rgba(45, 166, 164, 1) 100%);
    background: -ms-linear-gradient(top, rgba(174, 228, 225, 1) 0%, rgba(90, 193, 195, 1) 50%, rgba(74, 182, 182, 1) 51%, rgba(45, 166, 164, 1) 100%);
    background: linear-gradient(to bottom, rgba(174, 228, 225, 1) 0%, rgba(90, 193, 195, 1) 50%, rgba(74, 182, 182, 1) 51%, rgba(45, 166, 164, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aee4e1', endColorstr='#2da6a4', GradientType=0);
    height:90px;
}

.navbar {
    position: relative;
    min-height: 0;
    margin-bottom:0 !important;
    border: 1px solid transparent;
}
.bg-blue {
    background-color: #168d95;
    color: #fff;
}

.strong {
    font-weight: 700;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:focus-within,
.btn-primary:not(:disabled):not(.disabled):active {
    background: rgb(4, 121, 130);
    background: linear-gradient(0deg, rgba(28, 165, 175, 1) 0%, rgba(19, 131, 138, 1) 50%, rgba(28, 165, 175, 1) 100%);
}

.shad {
    box-shadow: 0 8px 11px rgba(0, 0, 0, .08);
}

.form-control {
    padding: 0.3rem 0.4rem;
    line-height: 1.5;
    font-size: 0.8rem;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}

/* ^1 Login */
body.login {
    padding-bottom: 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(43, 164, 172, 1) 100%);
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}



.login-box {
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #eee;
    max-width: 400px;
    border-radius: 10px;
}

/* End Login */

/* ^2 Dashboard */

ul.navbar-nav {
    float: none !important;
}

body.dashboard .navbar-expand-lg {
    align-items: center;
}

/*body.dashboard .navbar {
    padding: 1rem 1rem 0rem 1rem;
}*/

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgb(4, 121, 130);
    border: 1px solid rgb(4, 121, 130);
    border-radius: .25rem;
    margin-bottom: 10px;
}

li.nav-item {
    margin: 0 1rem;
}

    li.nav-item a {
        color: #fff;
        border-radius: 10px;
        font-size: 22px;
        padding: 0.8rem 1rem;
        transition: all 0.3s ease-in-out;
        font-weight: 700;
        cursor:pointer;
    }

li.nav-item.active a {
    background: rgb(4, 121, 130);
    background: linear-gradient(0deg, rgba(4, 121, 130, 1) 0%, rgba(28, 165, 175, 1) 50%, rgba(19, 131, 138, 1) 100%);

}

li.nav-item a:hover {
    background: rgb(4, 121, 130);
    background: linear-gradient(0deg, rgba(4, 121, 130, 1) 0%, rgba(28, 165, 175, 1) 50%, rgba(19, 131, 138, 1) 100%);
    border-radius: 10px;

}

.nav.nav-pills.full-tab {
    overflow: auto;
    width: 100%;
    flex-wrap: nowrap;
   
}

.nav.nav-pills.full-tab .nav-link {
    padding: 5px;
    font-size: 13px;
    margin: 0 5px;
    cursor:pointer;
}

    .nav.nav-pills.full-tab img {
        cursor: pointer;
    }
.wrapper-left {
    padding: 10px 0px;
}

.tab-content {
    margin-top: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #2ba4ac;
}


.table.table-borderless td {
    border: 0;
}

.table.table-borderless th {
    background: #2ba4ac;
    color: #fff;
    text-align: center;
}

.fix-height-table {
    max-height: calc(100vh - 150px);
    overflow-x: auto;
}

button.navbar-toggler {
    color: #fff;
}

.btn.btn-grey {
    /*border: 1px solid #607D8B;*/
    /*min-width: 120px;
    max-width: 120px;*/
    /* white-space: pre-wrap; */
    word-break: break-all;
    font-size: 12px;
    text-align: left;
    margin: 0px 0px 5px;
    padding:0;
    vertical-align: middle;
    display: flex;
    background: rgba(242, 246, 248, 1);
    background: -moz-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 246, 248, 1)), color-stop(50%, rgba(216, 225, 231, 1)), color-stop(51%, rgba(181, 198, 208, 1)), color-stop(100%, rgba(224, 239, 249, 1)));
    background: -webkit-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
    background: -o-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
    background: -ms-linear-gradient(top, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 246, 248, 1) 0%, rgba(216, 225, 231, 1) 50%, rgba(181, 198, 208, 1) 51%, rgba(224, 239, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0);
    background:transparent;
}

.btn.btn-grey img {
    margin-right: 5px;
    width:85px;
}

.wrapper-right-panel {
    padding: 10px 0;
}

.wrapper-right-panel .card-body {
    padding: 5px;
}

.wrapper-right-panel {
    padding: 0 0px 10px;
}


.a-z {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    background: #e5fbfa;
    padding: 10px;
    flex-wrap: wrap;
}




.a-z a {
    font-weight: 700;
    color: #028992;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.a-z a.active,
.a-z a:hover {
    background: #168d95;

    color: #fff;
}

table.table.stock-tbl thead th,
table.table.stock-tbl tfoot td {
    background: #168d95;
    color: #fff;
}

table.table.stock-tbl tfoot td {
    color: #e5fbfa;
}


table.table.stock-tbl tfoot td a {
    display: inline-block;
    padding: 0px 10px;
}

table.table.stock-tbl tfoot td a.active span {
    color: #000;
}



/* End Dashboard */

/*29,Nov19*/
/*.form-control {
    height: 25px !important;
    padding: 3px 6px !important;
}*/
label {font-weight:400 !important; font-size:16px;}

.box {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

/*End 29,Nov19*/


/* Patient */
table.table.stock-tbl tbody tr.active {
    background: #d2e2ec;
}

table.table.stock-tbl.drug-history tbody tr.active {
    background: #f44336;
}

.wrapper-right-panel .card-body h5 {
    border-bottom: 3px solid #212529;
    padding-bottom: 5px;
    font-weight: bold;
}
.left-border {
    border-left: 2px solid #ddd;
    
}
.inner-btn-cst{

    padding-left:10px;
}

 
.flex-inherit {
    flex: inherit;
}
.card-header {
    padding: 0px 0px 0px 10px;
    height: 35px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.cst-border-btm {
    border-bottom: 3px solid #212529;
    padding-bottom: 5px;
    font-weight: bold;
}
.flex-1{
    flex: 1;
}

.pt-top-space{

    padding-top:10px;
}
/* End patient */
body.login footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 10px;
    background-color: #2ba4ac;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

footer {
    position: relative;
    padding: 5px 10px;
    background-color: #2ba4ac;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

/** custom css start */
.cst-left-col .item_lista {
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color: #ffffff;
    border-bottom: #cbcacf 1px solid;
    height: 22px;
}

.cst-left-col  .item_lista td a {
    padding: 5px 5px;
    display: block;
    color: #800080;
}

.cst-left-col .header_lista b {
    font-weight: 600;
}
.login-tbl .dataTables_length, .login-tbl .dataTables_filter, .login-tbl .dataTables_info, .login-tbl .previous, .login-tbl .next {
    display: none !important;
}
.login-tbl table.cst-grid tr th {
    background: #31a7a7;
    border: 0px;
    color: #fff;
    font-weight: 600;
    padding: 6px 8px;
    font-size: 10px;
}
.login-tbl table.cst-grid tr td {
    background: #fff;
    padding: 6px 8px;
    border-bottom: #cbcacf 1px solid;
    color: #800080;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.login-tbl table.cst-grid tr.header_lista {
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
    height: 18px;
    
}
.login-tbl table.cst-grid tr.header_lista td {
    background-color: #31A7A7;
    color:#fff;
}
.cst-main-form label {
    font-size: 14px;
    color: #5e5e5e;
    padding-left:0;
}
.cst-main-form input {
    margin-bottom: 10px;
}
.cst-main-form {
    border: 1px solid #cbcacf;
    padding-top:30px;
}
.cst-header .header_lista {
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
    height: 18px;
    background-color: #31A7A7;
    padding-left: 5px;
}
.cst-main-form .form-group label.col-md-1 {
    width:10%;
    min-width:10%;
}
/*Start Media Query --- Please put all respective media queries in bottom of this page*/
@media only screen and (max-width:990px) {
    body .dashboard header .navbar.grad3 {
        background: #2ba4ac;
    }

    body.dashboard .navbar-expand-lg {
        align-items: center;
    }

    li.nav-item a,
    li.nav-item.active a,
    li.nav-item a:hover {
        border-radius: 0;
    }

    .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    body.dashboard .navbar {
        padding: 0.5rem 0.5rem 0rem 0.5rem;
    }


}


@media only screen and (min-width: 1200px) {

    body.dashboard .navbar .navbar-nav {
        margin-left: 20%;
        /*min-width:1300px;*/
        box-sizing:border-box;
      
    }

        body.dashboard .navbar .navbar-nav li.nav-item:last-child {
            margin-left: auto;
        }
}


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (min-width:768px) and (max-width:991px) {}

/* Smaller than standard 768 (devices and browsers) */

@media only screen and (min-width: 768px) {}


/* Smaller than standard 480 (devices and browsers) */

@media screen and (max-width: 480px) {}

/* Smaller than standard 767 (devices and browsers) */

@media screen and (max-width: 767px) {
    label {
        margin-bottom: 10px;
    }
    .wrapper-right-panel .ml-2{
        margin-left:0 !Important;
    }

    .left-border {
        border-left: 2px solid transparent;
    }

    .btn.btn-grey {
        display: inline-flex;
    }

    .mob-column {
        flex-direction: column;
    }

    .mob-center {
        text-align: center !important;
    }

   
    body.dashboard footer {
        position: relative;
    }
    

}

.label-font {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #5E5E5E;
    padding :0 15px;
}

/* 30-11-2019 */
.bottom-border {
    border-bottom: 2px solid #ddd;
}
.patientImage label {
    display: block;
    margin-bottom: 10px;
}
.patientImage #btnSave {
    vertical-align: bottom;
    margin: 0 0 3px 8px;
}
/* end 30-11-2019 */


/*22,Feb2020*/

 

.py-0 {
    padding-left: 0;
    padding-right: 0;
}

p.heading4 {
    margin: 0;
    padding: 5px 10px;
    font-weight: 700;
    color: #11919b;
    font-size: 1.5rem;
    letter-spacing: 2px;
    width:100%;

   
}

.fx {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .fx span {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
        padding: 10px;
    }

.grad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

/*End 22,feb2020*/

/*Start 26,feb2020*/
.wrapper-heading h3 {
    font-size: 1.2rem;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.wrapper_list .user_list li {
    padding: 0;
}

    .wrapper_list .user_list li span {
        background: #31a7a7;
        display: block;
        padding: 5px;
        color: #fff;
        margin: 0px 0 5px 0;
    }

.wrapper_list {
    background: #f7f7f7;
    min-width: 150px;
    
}

ul.user_list span, ul.user_list a {
    font-size: 16px;
}

    .wrapper_list .user_list li ul.inside_list li {
        padding: 5px 5px;
    }

div .dataTables_wrapper div.dataTables_paginate ul.pagination {
     justify-content:flex-end;
}
.inner-h {
    background: #31a7a7;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 15px;
}

div#main-wrapper {
    display: flex;
}


#main-wrapper div.left-section {
    overflow: scroll;
    overflow-x: auto;
    height: calc(100vh - 120px);
    max-width:440px;
}

#main-wrapper div.right-section {
    flex:1
}
    /*end 26,feb2020*/



/* Start 02,March2020*/

/*02,March2020*/
.btn.grad {
    border: 1px solid #9e9e9e;
    font-weight: 700;
    padding: 10px 5px;
    color: #333;
}
/*End 02,March2020*/

/*Start 03,March2020*/
.navbar-brand {
    height:auto !important;
}
div#tblWaiting_wrapper {
    padding-right: 0;
    padding-left: 0;
}

.fx span.active,
.fx span:hover,
.fx span:active{
    background: rgb(4, 121, 130);
    background: linear-gradient(0deg, rgba(28, 165, 175, 1) 0%, rgba(19, 131, 138, 1) 50%, rgba(28, 165, 175, 1) 100%);
    color: #fff;
    cursor:pointer;
}

/*End 03,March2020*/

/*Start 04,March2020*/

.patientImage img {
    max-width: 150px;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
    min-height: 34px;
}
.p-img img{
max-width: 150px;
border: 1px solid #2ba4ac;
padding: 3px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,.2);
}

/*End 04,March2020*/

/*Start 05,March 2020*/
.btn-bk input[type="image"], .btn-bk input[type="button"], .btn-bk button, .btn-bk button img {
    width: 90px;
    margin: 0 !important;
}
/*End 05,March 2020*/

/*Start 06,march2020*/

#PrescriptionContainer input[type="text"].form-control,
#PrescriptionContainer select.form-control{
    font-size:16px;
}
/* End 06,March2020*/




.personal-info label {
    font-size:14px;
}

ul.inside_list li:hover,
ul.inside_list li:focus,
ul.inside_list li:active,
ul.inside_list li:visited,
ul.inside_list li.active1{
    background: #31A7A7;
    color: #fff
}

/*28,May 2020*/
.modal-ku1 .modal-content {
    max-width: 700px;
    width:100%;
    margin: 2rem auto 0;
}
/*End 28,May 2020*/

.card-body.min-h-fix {
    min-height: calc(100vh - 130px);
}

/* Smaller than standard 340 (devices and browsers) */
@media only screen and (max-width: 340px) {
}

/* Smaller than standard 321 (devices and browsers) */

@media only screen and (max-width: 321px) {}

/*End Media Query*/
.form-container label{ font-size:13px;}


/*24-2-2020*/

.cst-padding{

    padding:0px !important;
}

.btn-wrapper {
    padding-left:10px;
    padding-top:5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

@media only screen and (max-width:1400px) and (min-width:1200px) {
    body.dashboard .navbar .navbar-nav {
        width: 100%;
        max-width: 869px;
    }
    #main-wrapper div.right-section {
        flex: 1;
        max-width: calc(100vw - 270px);
    }

    #main-wrapper div.left-section {
        width:270px;        
    }
    .fx span {
        font-size:12px;
    }
    li.nav-item a {
        font-size:18px;
    }
    .btn.grad {
        font-size:14px;
    }
 
    #main-wrapper div.right-section {
        margin-left:10px;
    }
    }

@media only screen and (min-width:1600px) {
    body.dashboard .navbar .navbar-nav {        
        min-width: 1300px;
        box-sizing: border-box;
    }
}
