body {
    font-family: 'Siyam Rupali', 'sans-serif';
    font-size: 12px;
    line-height: 20px;
    color: #193441;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-bottom: 10px;


}


.maintxt {
    padding-left: 45px;
    padding-bottom: 5px;
}


.mypad {
    padding-left: 43px
}

.mymargin {
    margin-top: 10px;
    display: block;
    text-overflow: inherit;
}

.mymarginl {
    margin-top: 5px;
    display: block;
    text-overflow: inherit;
}

.mymarginex {
    margin-top: 70px;
}


.mymarginexp {
    margin-top: 40px;
}


.img-responsive {
    margin: 0 auto;
}

@media all {
    .page-break	{ display: none; }
}


.mimg{width: 100%;}


@media print {
    .page-break	{ display: block; page-break-before: always; }
    .navsm{
        margin-top: 10px;
        background-color: #00ade6 !important;
        height: 37px; padding-top: 8px;
    }

    @media print and (-webkit-min-device-pixel-ratio:0) {
        h1 {
            color: #ccc;
            -webkit-print-color-adjust: exact;
        }
    }
}



.myfooter {background: #193441;}


ul.nav a:hover { color: #00C0EF !important; }



.navbar {
    background: #ECF0F1;
}


.dropdown a {

    color: #D7DADB;
}

.box.box-solid.box-info > .box-header {
    color: #193441;
    background: #FCFFF5;
    background-color: #FCFFF5;
}



.main-footer {
    background: #D1DBBD;
    padding: 15px;
    color: #193441;
    border-top: 1px solid #d2d6de;
}

/*
.container {
      background: #ffffff;
      -webkit-box-shadow: 0px 1px 16px 0px rgba(51, 50, 92, 1);
      -moz-box-shadow: 0px 1px 16px 0px rgba(51, 50, 92, 1);
      box-shadow:  0px 1px 16px 0px rgba(51, 50, 92, 1);
        }
*/




.navsm{
    margin-top: 10px;
    background-color: #00ade6;
    height: 37px; padding-top: 8px;
}
.navsm span{ font-weight: 800}
.spanleft{float: left}
.spanright{float: right}



table {
    width: 100%;
}

th,td {
    padding: 3px;
    border: 1px solid black;
}

#footer {
    position:fixed;
    left:0px;
    bottom:0px;
    height:30px;
    width:100%;
    background:#999;
}

.fixhight {
   min-height: 820px;


}



