﻿body {
    background-color: #dadee1;
    font-family: Ubuntu, "Open Sans", sans-serif,Arial;
    margin: 0;
    padding: 0;
    overflow: auto;
    
}
/*
basic #02730a*/
table {
    border: 0 none transparent;
    padding: 0;
    margin: 0;
}

td {
    border: 0 none transparent;
    padding: 0;
    margin: 0;
}

.link-text {
    font: bold small arial verdana;
    text-decoration: none;
    color: rgba(9, 78, 31, 0.90);
}

.vertical-btn-holder {
    background-color: rgba(204, 0, 0, 0.85);
    /*word-wrap: break-word;*/
    font-size: x-small;
    font-weight: bold;
    font-family: 'Times New Roman' Verdana Arial;
    color: #fff;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.72);
    text-shadow: 2px 1px 4px rgba(128, 128, 128, 0.60);
    height: auto;
    width: auto;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 1px 4px;
    top: 50%;
    left: 0.35%;
    border: thick outset rgba(204, 0, 0, 0.90);
    z-index: 300;
    border-radius: 50% 0;
}

.vertical-btn-holder-twin {
    background-color: rgba(204, 0, 0, 0.85);
    /*word-wrap: break-word;*/
    font-size: x-small;
    font-weight: bold;
    font-family: 'Times New Roman' Verdana Arial;
    color: #fff;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.72);
    text-shadow: 2px 1px 4px rgba(128, 128, 128, 0.60);
    height: auto;
    width: auto;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 1px 4px;
    top: 60%;
    left: 0.35%;
    border: thick outset rgba(204, 0, 0, 0.90);
    z-index: 300;
    border-radius: 50% 0;
}


.panel-spliter {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    .panel-spliter .head-caption {
        position: absolute;
        top: 2%;
        height: 7%;
        width: 100%;
        left: 0%;
        min-width: 10em;
        min-height: 6%;
    }

    .panel-spliter .left-panel {
        position: absolute;
        left: 0;
        top: 7%;
        width: 15%;
        height: 91%;
        margin-top: 1%;
        min-width: 25em;
    }

    .panel-spliter .right-panel {
        position: absolute;
        left: 15%;
        top: 7%;
        width: 85%;
        height: 91%;
        margin-top: 1%;
        min-width: 60em;
    }

    .panel-spliter .dominant-panel {
        position: absolute;
        top: 7%;
        width: 100%;
        height: 80%;
        padding-top: 0.5%;
    }


.vertical-btn-holder:hover {
    color: rgba(255, 255, 255, 0.74);
    background-color: rgba(9, 78, 31, 0.65);
    border: thick outset rgba(9, 78, 31, 0.70);
}


.vertical-btn-holder-twin:hover {
    color: rgba(255, 255, 255, 0.74);
    background-color: rgba(9, 78, 31, 0.65);
    border: thick outset rgba(9, 78, 31, 0.70);
}

.btn-nutral {
    border: 0 none transparent;
    color: #330951;
    background-color: transparent;
    background: none;
    font-weight: bold;
}

    .btn-nutral:hover {
        color: rgba(204, 0, 0, 0.94);
    }

.bg-back-panel {
    background-color: rgba(255, 255, 255, 0.60);
    border: thin solid rgba(204, 0, 0, 0.74);
}

.bg-process-growth {
    background-image: url('./RmfbImages/ProgressExecusion3 transparent.png');
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
}

.bg-loans {
    background-image: url('RmfbImages/avatar micro loans.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gold{
    background-color:rgba(224, 233, 11, 0.51);

}

.row-blue-text {
    color:#0066FF;
    text-shadow:1px 2px 2px rgba(0, 0, 0, 0.82);
    font-size:small;
    font-weight:bold;
}
.bg-trans-red-classic {
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 2% 2%;
    -moz-box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 4px;
    box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 4px;
}

.red-link {
    font-weight: bold;
    color: rgba(204, 0, 0, 0.94);
}

    .red-link a {
        text-decoration: none;
        -moz-text-decoration-style: none;
        text-decoration-style: none;
        color: rgba(204, 0, 0, 0.94);
    }


.violet-link {
    font-weight: bold;
    color: #05041a;
}

    .violet-link a {
        text-decoration: none;
        -moz-text-decoration-style: none;
        text-decoration-style: none;
        color: #05041a;
    }



.white-link {
    font-weight: bold;
    color: #fff;
}

    .white-link a {
        text-decoration: none;
        -moz-text-decoration-style: none;
        text-decoration-style: none;
        color: #fff;
    }

.underline-caption {
    border-bottom: 0.1em solid rgba(204, 0, 0, 0.74);
}

.underline-fields {
    border-bottom: 0.08em solid rgba(204, 0, 0, 0.84);
    border-top: 0.08em solid rgba(204, 0, 0, 0.84);
}

.top-banner {
    border-bottom: thin solid rgba(2, 39, 14, 0.92);
    height: 20em;
    width: 100%;
    position: absolute;
    top: 0;
}

    .top-banner .mid-caption {
        position: absolute;
        top: 15%;
        left: 5%;
        padding: 0.3em;
        width: auto;
        height: auto;
        background-color: rgba(255, 255, 255, 0.34);
    }

/*#article1 {
    height:auto;
    width: 100%;
    position: absolute;
    top:21.1%;
    
}

#article2 {
    height: 20em;
    width: 100%;
    position: relative;
}

#article3 {
    height: 20em;
    width: 100%;
    position:relative;
  
}*/

.giant-pretty-text {
    font-size: xx-large;
    font-family: Vivaldi,'Blackadder ITC',Verdana,'Times New Roman';
    font-weight: bold;
    color: #CC0000;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.82);
}

.article-pictures {
    border: thin solid rgba(204, 0, 0, 0.75);
    border-radius: 50px 50px;
    box-shadow: 4px 2px 2px rgba(128, 128, 128, 0.30);
    height: 50px;
    width: 50px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ubuntu, "Open Sans", sans-serif;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0 !important;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.grey-caption {
    color: rgba(0, 0, 0, 0.94);
    text-shadow: 0.3px 0.4px 1px #1bd413;
    font-size: large;
    font-weight: bold;
}


.small-font-size {
    font-size: small;
}

.small-caption-text {
    font-family: Calibri, Verdana, Arial;
    font-weight: bold;
    font-size: small;
}

/*@media only screen and (max-width : 320px) {
    .small-caption-text {
        font-weight: bold;
        font-size: 2em;
    }
    .bigger-caption-text {
        font-weight: bold;
        font-size: 2.4em;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    .small-caption-text {
        font-weight: bold;
        font-size: 2em;
    }
    .bigger-caption-text {
        font-weight: bold;
        font-size: 2.4em;
    }
}*/

.green-text {
}


.bg-colorblue {
    background-color: #0066FF;
}


.btn-default {
    padding-top: 9px;
    padding-bottom: 9px;
}

.blue {
    color: #03D1F5;
}

.green {
    color: #CC0000;
}

.yellow {
    color: #EABB00;
}

.rmfb-green {
    color: #1bd413;
}

.rmfb-red {
    color: #d90707;
}

.common {
    color: #CC0000;
    text-shadow: 1px 1px 3px rgba(111, 111, 111, 0.7);
    font-weight: 700;
    text-transform: uppercase;
}

.padding100 {
    padding: 100px 0;
}

.padding50 {
    padding: 20px 0;
}

.margin25 {
    margin: 1.875%;
}

.margin50 {
    margin: 3.75% 0;
}

.margin100 {
    margin: 7.5% 0;
}

.margin200 {
    margin: 10% 0;
}

.margin-round-small {
    margin: 0.2em,0.2em,0.2em,0.2em;
}

.margin-top-small {
    margin-top: 2%;
}

.margein-left {
    margin-left: 2%;
}

.margin0 {
    margin: 0;
}

.padding0 {
    padding: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

.panel-default > .panel-heading-custom {
    background: #333333;
    color: #fff;
}

.panel-body {
    background-color: #f2f2f2;
}

.btn-download {
    position: relative;
    text-align: left;
    font-size: 14px;
    background: #CC0000;
    color: #fff;
    padding: 10px 20px 10px 60px;
}

    .btn-download.app {
        background-color: #333;
    }

    .btn-download.window {
        background-color: #f54c54;
    }

    .btn-download:hover,
    .btn-download:focus {
        color: #fff;
        opacity: .85;
    }

    .btn-download i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 40px;
        line-height: 1;
        margin: 6px 0 0 15px;
    }


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ubuntu, "Open Sans", sans-serif;
}

.table-max-min {
    max-height: 300px;
    min-height: 150px;
    max-width: 420px;
    min-width: 175px;
}

.standard-box {
    background-color: rgba(128, 128, 128, 0.10);
    border-top: thin solid #094e1f;
    border-bottom: thin solid #094e1f;
}


.bold-text1 {
    font-weight: bold;
}

.bold-text2 {
    font-weight: 800;
}

.bg-light-black {
    background-color: rgba(0, 0, 0, 0.42);
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.carousel-inner .pane {
    width: 100%;
    height: 100%;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.bigger-caption-text {
    font-size: large;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.72);
}

.fillup {
    height: 100%;
    width: 100%;
}

.fillup-height {
    height: 100%;
}

.fillup-width {
    height: auto;
    width: 100%;
}

.fillup-auto {
    height: inherit;
    width: inherit;
}

.fillup-frame {
    height: 97%;
    width: 97%;
    position:absolute;
    left:1.5%;
    top:1.5%;
}

.products-img {
    max-height: 8em;
    max-width: 6em;
}

.image-regulator-small {
    max-height: 60px;
    max-width: 60px;
    min-height: 25px;
    min-width: 25px;
}

.image-regulator-mid {
    max-height: 556px;
    max-width: 650px;
    min-height: 156px;
    min-width: 250px;
}

.zero-border {
    border: thin solid transparent;
}

.head {
    color: black;
    font: bold small arial, vardana;
    background-color: rgba(255, 255, 255, 0.84);
    border-bottom: thin solid rgb(110 109 109 / 0.78);
    height: 5%;
    /*min-height: 3em;*/
    top: 0;
    z-index: 1300;
    position: fixed;
    width: 100%;
}

.head-minor {
    color: black;
    font: bold small arial, vardana;
    background-color: rgba(255, 255, 255, 0.74);
    border-bottom: thick solid #a80202;
    height: auto;
    top: 0;
    position: relative;
    width: 100%;
}

.center-box-text {
    top: 23%;
}

.generic-text-character-bold {
    font-size: 70%;
    font-weight: bold;
}

.page-loading-effect-container {
    position: absolute;
    top: 15%;
    left: 42%;
    width: auto;
    height: auto;
}

.Service-booking {
    position: absolute;
    top: 5%;
    /*height: auto;
    width: auto;*/
    min-width: 170px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 6px 6px;
    padding: 4px 4px 4px 4px;
    color: #094e1f;
    font-size: small;
    font-weight: bold;
    border: thin solid #094e1f;
}

@media only screen and (max-width : 320px) {
    .Service-booking {
        min-width:45%;
        max-height: 150px;
        min-height: 125px;
        font-size: larger;
        font-weight: bold
    }
}

/*@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    .Service-booking {
        min-width: 500px;
        max-height: 180px;
        min-height: 175px;
        font-size: larger;
        font-weight: bold
    }

}*/

.Service-booking header {
    background-color: rgba(255, 255, 255, 0.74);
    color: rgba(17, 1, 16, 0.95) !important;
    margin-bottom: 0.5em;
    padding-left: 1em;
}

.Service-booking .inner-body {
    height: auto;
    background-color: transparent;
    width: 100%;
}

    .Service-booking .inner-body .service-btn {
        border: thin solid rgba(128, 128, 128, 0.10);
        color: #ffffff;
        text-align: center;
        font-size: small;
        font-weight: bold;
        /*height: 80px;
            width: 80px;*/
        background-color: rgba(17, 1, 16, 0.95);
        /*margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;*/
        -moz-text-decoration-color: none;
        text-decoration-color: none;
        position: relative;
    }

        .Service-booking .inner-body .service-btn:hover {
            background-color: rgba(128, 128, 128, 0.40);
            color: rgba(5, 4, 26, 0.93);
            box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
            border: thin solid rgba(204, 0, 0, 0.94);
        }



.form-box {
    margin-top: 10%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 6px 6px;
    padding: 4px 4px 4px 4px;
    color: #CC0000;
}

    .form-box header {
        background-color: rgba(255, 255, 255, 0.74);
        text-shadow: 2px 1px 2px #333;
    }

        .form-box header h3 {
            color: #1bd413;
            font-family: 'Times New Roman' Arial Verdana Tahoma;
            text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.92);
        }

.top-margin {
    margin-top: 3px;
}

.section-top-margin {
    margin-top: 1%;
}


.section-bottom-margin {
    margin-bottom: 1%;
}

.section-header {
    width: 100%;
    background-color: rgba(5, 4, 26, 0.06);
    color:#fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.82);
    font-family: sans-serif,Verdana,Calibri;
    font-weight: 200;
    height: 4.0%;
    top: 0;
    position: relative;
    vertical-align: middle;
    /*border-top: thin solid #ff6a00;*/
    border-bottom: thin solid #fff;
}

.section-footer {
    width: 100%;
    background-color: rgba(5, 4, 26, 0.06);
    color: #ffffff;
    font-family: sans-serif,Verdana,Calibri;
    font-size: x-small;
    font-weight: 200;
    height: 3.5%;
    bottom: 0;
    position: relative;
    vertical-align: middle;
    border-top: thin solid #fff;
}

.foot {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.74);
    color: #05041a;
    font-family: sans-serif,Verdana,Calibri;
    font-size: x-small;
    font-weight: 200;
    height: 5%;
    /*min-height:1em;*/
    bottom: 0;
    z-index: 1300;
    position: fixed;
    vertical-align: middle;
    border-top: thin solid rgba(110,109,109, 0.78);
 
}

    .foot .footer-text {
      
        height:100%;
        width:auto;
        position:absolute;
        padding-top:1%;
        /*padding-bottom:5%;*/
       
    }

.mainbody {
    top: 5%;
    width: 100%;
    height: 90%;
    position: absolute;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.57);
    color: #02730a;
}

    .mainbody a {
        text-decoration: none;
    }


.mainbody-minor {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    background-color: rgba(5, 4, 26, 0.89);
    color: #02730a;
}

    .mainbody-minor a {
        text-decoration: none;
    }


.vertical-middle {
    top: 25%;
}

.head .menubtn {
    height: auto;
    width: auto;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border: thin solid transparent;
    position: absolute;
    top: 25%;
    right: 1%;
    color: rgba(17, 1, 16, 0.95);
    font-size: large;
}

.menubtn:hover {
    color: rgba(17, 1, 16, 0.87);
    font-weight: bold;
}


.head .phonebtn {
    height: 95%;
    width: 3.5%;
    min-width: 1.5em;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    /*border: thin solid #05041a;*/
    position: absolute;
    top: 20%;
    right: 25%;
    color: rgba(5, 4, 26, 0.9);
    font-size: x-large;
    margin-left: 1%;
}

    .head .phonebtn:hover {
        color: #ff6a00;
        text-shadow: 1px 2px 0.5px rgba(0, 0, 0, 0.72);
        font-weight: bold;
    }



.head .locationbtn {
    height: auto;
    width: auto;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    /*border: thin solid #05041a;*/
    position: absolute;
    top: 25%;
    right: 33%;
    color: rgba(5, 4, 26, 0.9);
    font-size: x-large;
    margin-right: 1%;
}

    .head .locationbtn:hover {
        color: #ff6a00;
        text-shadow: 1px 2px 0.5px rgba(0, 0, 0, 0.72);
        font-weight: bold;
    }

.head .instance {
    height: auto;
    width: auto;
    font-size: smaller;
    font-weight: bold;
    color: #0066FF;
    position: absolute;
    left: 55%;
    top: 47%;
}

.head .introducer {
    height: auto;
    width: auto;
    font-size: small;
    font-weight: bold;
    color: #0066FF;
    position: absolute;
    left: 54%;
    top: 25%;
}

.head .mainlogo {
    position: absolute;
    right: 0.5%;
    top: 15%;
    width: 5%;
    height: 80%;
    min-width: 2em !important;
    max-height: 2em;
}

/*/*pop up menu*/

.popup-pointer {
    display: none;
    border: 0 none transparent;
    top: 6%;
    right: 2.5%;
    height: 20px;
    width: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: fixed;
    z-index: 1399;
    background-color:transparent;
}

.Mamonie-bg {
    background-color: rgba(2, 115, 10, 0.54);
  
}
.Mamonie-bg-search-box {
    background-color:rgba(128, 128, 128, 0.10);
}

.mamonie-container-padding {
    padding:0.9em 2em .1em 2em;
}

.search-parameter-box {
    height: 8em;
    border: thin solid rgba(128, 128, 128, 0.10);
    border-radius: 0.3em 0.3em;
    overflow-x: auto;
    overflow-y: auto;
    padding: 0.3em 0.3em 0.3em 0.3em;
}
.search-grid {
    height: 8em;
    border: thin solid rgba(128, 128, 128, 0.10);
    border-radius: 0.3em 0.3em;
    overflow-x: auto;
    overflow-y: auto;
    padding: 0.3em 0.3em 0.3em 0.3em;
    height:28em;
}

/*.background-image gradient {
background-image:linear-gradient(rgb(122 205 149 / 0.66) )
}*/

.jumbotron-search-box {
    height: auto;
    border: thin solid rgba(128, 128, 128, 0.10);
    border-radius:0.3em 0.3em;
    overflow-x:auto;
    overflow-y:auto;
   
}
.jumbotron-min-lower {
    height: 7em;
    border: thin solid rgba(128, 128, 128, 0.10);
    border-radius: 0.3em 0.3em;
}

.jumbotron-search-upper {
    height: 7.5em;
    border: thin solid rgba(128, 128, 128, 0.10);
    border-radius: 0.3em 0.3em;
    overflow: auto;
  
}
.small-x-caption-text {
    font-size: 8px;
    font-weight: bold;
}

.btn-no-action {
border:none none transparent;

}
.btn-no-action:hover {
    border: none none transparent;
}

    .btn-box-height {
        height: 7em;
        border: thin solid rgba(128, 128, 128, 0.10);
    }

    .btn-box-height .box-inner-container {
        height: inherit;
        width: inherit;
        border:none;
      color:#094e1f;
      background-color:transparent
        

    }
        /*.btn-box-height .box-inner-container:hover {
            color: rgba(255, 255, 255, 0.74);
            background-color: #094e1f
        }
        .btn-box-height .box-inner-container button {
            border:none none transparent;
            background-color:transparent;
        
        }

            .btn-box-height .box-inner-container button:after:active {
                border: none none transparent;
                background-color: transparent;
            }*/

            .btn-box-height .box-inner-container .box-inner-head {
                position: absolute;
                top: 0;
                height: 10%;
                width: 100%;
                left: 0;
            }

            .btn-box-height .box-inner-container .box-inner-head .header-text {
                position: absolute;
               left: 0.1%;
                width: auto;
                font-size: 9px;
                font-weight: bold;
            }

        .btn-box-height .box-inner-container .box-inner-body {
            position: absolute;
            top: 10%;
            width: 100%;
            height: 80%;
            left:0;
        }

            .btn-box-height.box-inner-container .box-inner-body .left-side {
                position: absolute;
                top: 10%;
                width: 60%;
                height: inherit;
                left: 0
            }

            .btn-box-height .box-inner-container .box-inner-body .right-side {
                position: absolute;
                top: 0;
                width: 40%;
                height: inherit;
                right: 0
            }

        .btn-box-height .box-inner-container .box-inner-foot {
            position: absolute;
            top: 70%;
            height: 10%;
            width: 100%;
        }


   

.wallet-detail-btn {
    position:absolute;
    right:1%;
    
   
}

.padding-small {
    padding: 0.2em 0.2em 0.2em 0.2em;
}
    

    .btn-sm-holder {
        height: 1em;
        width: auto;
        max-width: 11em;
        min-width: 5em;
    }

.main-body-Box {
    display: block;
    position: absolute;
    height: 495px;
    z-index: 1200;
    width: 325px;
    bottom: 1%;
    left:5%;
    background-color: rgba(255, 255, 255, 1.0);
    /*background-color: rgba(128, 128, 128, 0.40);*/
    border: thin solid #05041a;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
    /*border-radius: 1% 1%;*/
}

    .main-body-Box .mainbox-inner {
        position: absolute;
        top: 2%;
        height: 90%;
        overflow: hidden;
    }

        .main-body-Box .mainbox-inner a {
            text-decoration: none;
        }

        .main-body-Box .mainbox-inner .mainbtn {
            border: thin solid rgba(0, 0, 0, 0.10);
            color: rgba(17, 1, 16, 0.95);
            text-align: center;
            width: 80px;
            height: 80px;
            background-color: #fff;
            margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;
        }

            .main-body-Box .mainbox-inner .mainbtn:hover {
                background-color: rgba(17, 1, 16, 0.95);
                color: #ffffff;
                box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
                border: thin solid #0066FF;
                text-decoration: none;
            }





.popupBox {
    display: none;
    position: fixed;
    height: 490px;
    z-index: 1400;
    width: 290px;
    top: 7.5%;
    right: 0.90%;
    background-color: rgba(255, 255, 255, 1.0);
    /*background-color: rgba(128, 128, 128, 0.40);*/
    border: thin solid #05041a;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
    /*border-radius: 1% 1%;*/
}
    .popupBox .popup-inner {
        position:absolute;
        top:2%;
        height:90%;
        overflow:hidden;
        
    }
        .popupBox .popup-inner a {
            text-decoration:none;
        }
        .popupBox .popup-inner .popupbtn {
            border: thin solid rgba(0, 0, 0, 0.10);
            color: rgba(17, 1, 16, 0.95);
            text-align: center;
            width: 80px;
            height: 80px;
            background-color: #fff;
            margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;
        }

            .popupBox .popup-inner .popupbtn:hover {
                background-color: rgba(17, 1, 16, 0.95);
                color: #ffffff;
                box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
                border: thin solid #0066FF;
                text-decoration: none;
            }


.central-panel-menu 
{
   
    border: thin solid #05041a;
    top: 15%;
    left: 15%;
    height: 70%;
    width: 65%;
    position:absolute;
    z-index: 10;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
}

    .central-panel-menu header {
        font-size:1.2em;
        font-weight:600;
        height:8%;
        padding-left:1em;
        overflow:hidden;

    }
    .central-panel-menu .central-panel-menu-body {
        top:8%;
        position:absolute;
        width:100%;
        height:85%;
        padding:1em 1em 1em 1em;
        overflow:auto;
    }

        .central-panel-menu .central-panel-menu-body .cp-btn {
            border: thin solid rgba(0, 0, 0, 0.10);
            color: rgba(5, 4, 26, 0.91);
            text-align: center;
           
            background-color: #fff;
            margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;
        }
            .central-panel-menu .central-panel-menu-body .cp-btn:hover {
                background-color: rgba(5, 4, 26, 0.91);
                color: #ffffff;
                box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
                border: thin solid #0066FF;
                text-decoration: none;
            }


            .central-panel-menu footer {
                height: 7%;
                bottom: 0;
                position: absolute;
            }


    .big-popup-box {
        display: none;
        position: fixed;
        height: 90%;
        z-index: 2500;
        width: 90%;
        top: 5.5%;
        right: 4%;
        background-color: rgba(255, 255, 255, 1.0);
        border: thin solid #05041a;
        box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
        border-radius: 1% 1%;
    }

    .big-popup-box .headerbox {
        border-bottom: thin solid rgba(0, 0, 0, 0.72);
        color: #094e1f;
        font-size:medium;
        font-weight: bold;
        height: 7.5%;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .big-popup-box .headerbox .caption-holder {
            position: absolute;
            top: 20%;
            left: 1%;
            width:auto;
            height: auto;
            margin-bottom:5%;
        }

        .big-popup-box .headerbox .big-popup-close {
            background-color: transparent;
            color: red;
            border: 0;
            height: auto;
            width: auto;
            font-size:large !important;
            position: absolute;
            top: 15%;
            right: 4%;
            z-index: 5;
        }

            .big-popup-box .headerbox .big-popup-close:hover {
                text-shadow: 2px 3px 8px;
                color:#094e1f;
            }

    .big-popup-box .box-body {
        position: absolute;
        top: 7.5%;
        width: 100%;
        height: 89.25%;
        padding: 0.25em 0.25em 0.25em 0.25em;
    }

    .big-popup-box footer {
        border-top: thin solid rgba(0, 0, 0, 0.72);
        color: #094e1f;
        font-size: large;
        font-weight: bold;
        height: 3.25%;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .big-popup-box footer .footer-inside {
            position: absolute;
            top: 0;
            left: 43%;
            width: auto;
        }

.bordered-box {
    border: thin solid #05041a;
    margin-top: 0.2em;
    padding: 0.1em,0.1em,0.1em,0.1em;
}

.responsive-image {
    height: auto;
    width: 100%;
    /*min-width:600px;*/
    min-width: 993px;
    min-height: 62em;
    min-width: 600px;
}
/*... sliders start*/


.slider-caption-notes {
    width: 100%;
    z-index: 300;
    background-color: rgba(255, 255, 255, 0.44);
    height: 4.0em;
    overflow: hidden;
}

    .slider-caption-notes .caption-shell {
        height: 100%;
        background-color: rgba(2, 57, 9, 0.74);
        font-size: xx-large;
        padding-top: 12.5%;
        padding-bottom: 35.5%;
        color: rgba(255, 0, 0, 0.86);
    }

    .slider-caption-notes .body-shell {
        height: 100%;
        background-color: rgba(2, 57, 9, 0.74);
        padding-top: 32.5%;
        padding-bottom: 32.5%;
        overflow: hidden
    }




/*#slide1 {
            background-image: url('RmfbImages/rmfbImage1.jpg');
            background-size: contain;
            background-repeat: no-repeat;
        }
#slide2 {
    background-image: url('./RmfbImages/ProgressExecusion2.0.png');
    background-size:1410px;
    background-repeat: no-repeat;
}
#slide3 {
    background-image: url('RmfbImages/rmfbImage3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
#slide4 {
    background-image: url('RmfbImages/sliderAssetFinancing2.gif');
    background-size:contain;
    background-repeat: no-repeat;
}
#slide5 {
    background-image: url('RmfbImages/rmfbImage2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}*/

/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #slide1 {
        background-size: 1000px;
    }


    #slide2 {
        background-size: 1000px;
    }

    #slide3 {
        background-size: 1000px;
    }

    #slide4 {
        background-size: 1000px;
    }

    #slide5 {
        background-size: 1000px;
    }
}*/
/*... sliders end*/


@keyframes alert {

    from {
        top:-45%
    }


    to {
        top:30%;
    }


}
@keyframes dropbox {
    from {
        height: 0;
    }
    to {
        height:30em;
    }
}

@keyframes comment {
    from {
        width: 0;
        left: 100%;
        top: 35%;
        position: absolute;
        overflow: hidden;
    }

    to {
        width: 100%;
        left: 0;
        top: 35%;
        position: absolute;
        overflow: hidden
    }
}

@keyframes portalmenu {
    from {
        height:0;
        width:0;    
    }

    to {
        height: 30em;
        width: inherit;
    }
}
@-moz-keyframes portalmenu {
    from {
        height: 0;
       
    }

    to {
        height: 33em;
        
    }
}

@-webkit-keyframes portalmenu {
    from {
        height: 0;
        width: 0;
    }

    to {
        height: 40%;
        width: 10%;
    }
}


@keyframes comment1 {
    from {
        width: 0;
        right: 100%;
        top: 25%;
        position: absolute;
        overflow: hidden;
    }

    to {
        width: 100%;
        right: 0;
        top: 25%;
        position: absolute;
        overflow: hidden
    }
}

.slider-comments {
    position: fixed;
    margin-top: 65%;
    width: 100%;
    height: 4.5em;
    background-color: rgba(255, 255, 255, 0.34);
    border: thin solid rgba(204, 0, 0, 0.74);
    left: 0;
}

    .slider-comments .slider-comment-header {
        color: rgba(204, 0, 0, 0.94);
        text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.72);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-style: italic;
        font-weight: bold;
        font-size: 4em;
        border-right: thin solid rgba(204, 0, 0, 0.54);
        background-color: rgba(9, 78, 31, 0.69);
        width: 30%;
        height: inherit;
        left: 0;
    }

    .slider-comments .slider-comment-body {
        width: 70%;
        color: #a80202;
        right: 0%;
        font-size: 2.5px;
        background-color: transparent;
        animation-name: comment;
        animation-delay: 0.1s;
        animation-duration: 0.5s;
    }

.slider-animate-body {
    width: auto;
    height: auto;
    color: #fff;
    background-color: transparent;
    animation-name: comment;
    animation-delay: 0s;
    animation-duration: 2s;
    transition: linear;
    overflow: hidden;
}


.slider-animate-head {
    width: auto;
    height: auto;
    color: #fff;
    background-color: transparent;
    animation-name: comment1;
    animation-delay: 0s;
    animation-duration: 2s;
    transition: linear;
}


@media only screen and (max-width : 320px) {
    .responsive-image {
        height: 100%;
        width: 100%;
        min-height: 150em;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    .responsive-image {
        height: 100%;
        width: 100%;
        min-height: 150em;
        min-width: 600px;
    }
}

.left-border-liner {
    border-left: thin solid #333333;
}

.pad-left {
    padding-left: 2em;
}

.down-pointer {
    position: absolute;
    top: 55%;
    right: 3%;
    height: 0.8em;
    width: 0.8em;
    z-index: 1000;
    background-color:rgba(255, 255, 255, 0.54);
    border:0.06em solid #fff;
    /*box-shadow:rgba(255, 255, 255, 0.64) 1px 1px 3px;*/
    border-radius:100% 100%;
    /*padding:2px 2px 2px 2px;*/
    color:#094e1f;
    font-size: 2em;
}
    .down-pointer .inside-down-pointer {
        position: absolute;
        top:auto;
        left:auto;
        font-weight: bold;
        width:auto;
        height: auto;
        border-radius: 100% 100%;
       
    }

.down-pointer-up {
    position: absolute;
    bottom: 0%;
    right: 15%;
    height: 1.5em;
    width: 1.5em;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.82);
    border: 0.1em solid #000;
    box-shadow: rgba(0, 0, 0, 0.64) 1px 1px 3px;
    border-radius: 100% 100%;
    padding: 0;
    color: #000;
    font-size: 2em;
}

    .down-pointer :hover {
        background:#094e1f;
        color:antiquewhite;
    }

    .down-pointer a span {
        text-decoration: none;
       
    }

.product-display {
    border-radius: 4px 4px;
    min-height: 200px;
}

#sign-up-form {
    min-width: 230px;
}

.navigator-box {
    position: absolute;
    width: 30%;
    top: 20%;
    left: 35%;
    height: auto;
    background-size: cover;
    background-position-y: 25%;
    color: forestgreen;
    font-weight: bold;
    font-size: small;
    border: thin solid rgba(128, 128, 128, 0.10);
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 8px;
    padding: 0;
    background-color: rgba(0, 9, 3, 0.17);
    min-height: 280px;
    min-width: 250px;
    overflow: auto;
}

    .navigator-box a {
        color: #023111;
        text-decoration: none;
    }

.navigator-box-header {
    position: absolute;
    width: 30%;
    top: 14%;
    left: 35%;
    height: auto;
    background-color: rgba(0, 9, 3, 0.97);
    color: #fff;
    font-weight: bold;
    font-size: large;
    border: thin solid rgba(128, 128, 128, 0.10);
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 8px;
    padding: 0;
    min-width: 250px;
}


.generic-flexible-btn {
    font: bold small arial vardana;
    height: 7.25em !important;
    width: 50%;
    background-color: rgba(6, 91, 5, 0.49);
    -moz-box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.82) 2px 3px 5px;
    color: white;
    border: thin solid rgba(168, 2, 2, 0.72);
    text-decoration: none;
    margin-top: 5%;
    margin-bottom: 1em;
}

    .generic-flexible-btn:hover {
        background-color: #e6f6f5;
        border: thin solid rgba(204, 0, 0, 0.74);
        color: rgba(6, 91, 5, 0.90);
    }





.product-box {
    height: 15em;
    border: thin solid rgba(128, 128, 128, 0.10);
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 8px;
    width: 12em;
}

    .product-box .product-box-inner {
        height: 15%;
        width: inherit;
        background-color: rgba(5, 4, 26, 0.92);
        color: white;
        top: 0%;
        border: thin solid rgba(128, 128, 128, 0.10);
        box-shadow: rgba(0, 0, 0, 0.92) 4px 2px 2px;
    }




    .product-box .product-box-innermain {
        height: 85%;
        width: 100%;
        top: 15%;
        background-repeat: no-repeat;
        background-size: 350px;
    }


.header-span-arranger {
    top: 10%;
    padding-left: 10%;
}

.login-box {
    /*position: absolute;
    width: 35%;
    top: 20%;
    left: 35%;
    height: auto;
    background-size: cover;*/
    background-position-y: 25%;
    color: #094e1f;
    font-weight: bold;
    font-size: small;
    border: thin solid rgba(128, 128, 128, 0.10);
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 8px;
    padding: 0;
    background-color: rgba(0, 9, 3, 0.17);
    /*min-height: 280px;
    min-width: 250px;
    overflow: auto;*/
}

    .login-box header {
        color: #fff;
        background-color: rgba(204, 0, 0, 0.74);
        margin-bottom: 7%;
        font-size: xx-large;
        font-weight: 700;
        padding-left: 3%;
    }

.instance-block {
    width: 100%;
    height: auto;
}

    .instance-block header {
        width: inherit;
        height: auto;
        top: 0;
        border-bottom: thin solid rgba(59, 3, 3, 0.94);
    }

.section-height-restricter {
    height: 15em;
}

.generic-form-box {
    position: absolute;
    top: 5%;
    /*height: auto;
    width: auto;*/
    min-width: 170px;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 6px 6px;
    padding: 4px 4px 4px 4px;
    color: #135b0e;
    font-size: small;
    font-weight: bold;
    border: thin solid #ff6a00;
    min-width: 250px;
}

    .generic-form-box header {
        background-color: rgba(255, 255, 255, 0.74);
        color: rgba(5, 4, 26, 0.93);
        margin-bottom: 0.5em;
        padding-left: 1em;
    }

    .generic-form-box .inner-body {
        height: auto;
        background-color: transparent;
        width: 100%;
    }
.btn-text-only {
    border:0;
    font-size:small;
    font-weight:bold;
    background:none;
    color:#fff;
    text-shadow:2px 1px 2px rgba(0, 0, 0, 0.97);

}
.btn-text-only:hover {
    color:#0066FF;
}


.btn-small-txt {
    border: 0;
    font-size: x-small;
    font-weight: 100;
    background: none;
    color: #000;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.97);
}
    .btn-small-txt:hover {
    color:#094e1f;
    
    }

.alert-box {
    position: absolute;
    top: 25%;
    left: 35%;
    height: 45%;
    width: 35%;
    display: block;
    background-color: rgba(0, 0, 0, 0.52);
    border: thin solid rgba(255, 255, 255, 0.90);
    border-radius: 6px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.72) 3px 2px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.72) 3px 2px inset;
    box-shadow: rgba(0, 0, 0, 0.72) 3px 2px inset;
    z-index: 2000;
    animation-name: alert;
    animation-delay: 0s;
    animation-duration: 2s;
    transition: linear;
}
    .alert-box header {
        background-color: rgba(255, 255, 255, 0.80);
        font-weight: bold;
        height: 11%;
    }

        .alert-box header .caption-text {
        
          
            top:20%;
           
        }
        .alert-box header .close-btn {
            position: absolute;
            right: 1%;
            top: 1%;
        }

    .alert-box .msg-holder {
        background-color: rgba(255, 255, 255, 0.80);
        position: absolute;
        top: 13%;
        width: 97%;
        left: 1.5%;
        height: 76.5%;
        border: thin solid #0066FF;
        background-color:rgba(0, 102, 255, 0.64);
        color:#fff;
    }



    .alert-box footer {
        background-color: rgba(255, 255, 255, 0.80);
        font-weight: bold;
        font-size: smaller;
        height: 8%;
        position: absolute;
        bottom: 0;
    }








.position-right {
    right:0.5%;
}


.portal-btn {
    position: fixed;
    top: 30%;
    z-index: 3010;
    width: 15%;
    height: auto;
    left:7%;

}
.portal-menu {
    position: fixed;
    top: 34%;
    z-index: 3000;
    height: auto;
    min-width: 170px;
    left: 15.5%;
    padding: 2px 2px 2px 2px;
    animation-name: portalmenu;
    animation-duration: 1.75s;
    -moz-transition: ease-in;
    -o-transition: ease-in;
    -webkit-transition: ease-in;
    transition: ease-in;
    background-color: rgba(255, 255, 255, 0.74);
    border: thin solid #094e1f;
}
    .portal-menu .portal-menu-btn {
        border: thin solid rgba(128, 128, 128, 0.10);
        color: #ffffff;
        text-align: center;
        font-size: small;
        font-weight: bold;
        /*height: 80px;
            width: 80px;*/
        background-color: rgba(9, 78, 31, 0.91);
        /*margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;*/
        -moz-text-decoration-color: none;
        text-decoration-color: none;
        position: relative;
    }

        .portal-menu .portal-menu-btn:hover {
            background-color: rgba(128, 128, 128, 0.40);
            color: rgba(5, 4, 26, 0.93);
            box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
            border: thin solid rgba(9, 78, 31, 0.91);
        }

.btn-lightgreen-bg {
    background-color:rgba(0, 102, 255, 0.57);
    border:thin solid rgba(255, 255, 255, 0.84);
    box-shadow:rgba(0, 0, 0, 0.82) 2px 1px 3px;

}



@media only screen and (max-width : 320px) {
   .portal-menu {
       
        max-height: 150px;
        min-height: 170px;
        font-size: larger;
        font-weight: bold;
        overflow-y:auto;
       

    }
}

.wheelup-pointer {
    position:fixed;
    border: 0;
    width: 6%;
    height: 8%;
    top: 30%;
    left: 3%;
    /*background-color: rgba(255, 255, 255, 0.34);
    text-shadow:3px 1px 2px rgba(0, 0, 0, 0.32);*/
    z-index:2000;
    
}
    .wheelup-pointer .arrow {
        color:#fff;
        text-decoration:none
        
    }
        .wheelup-pointer .arrow:hover {
        color:rgba(255, 255, 255, 0.84);
         text-shadow:3px 1px 2px rgba(255, 255, 255, 0.54);
        }

.very-big-text {
    font-size:8.354em;
    text-align:center;
   
}

.quite-big-text {
    font-size: 4em;
    text-align: center;
}

.little-big-text {
    font-size: 2em;
    text-align: center;
}

.btn-panel-height {

    height:7em;
    color:#ffa400;
    background-color:#fff;
}
    .btn-panel-height :hover {
    background-color:rgba(255, 255, 255, 0.74);

    }


.border-gold {
    border: 3px solid rgba(193, 178, 12, 0.92);
    -moz-box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
    -webkit-box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
    box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
}


.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {

        border:3px solid rgba(204, 0, 0, 0.94);
        background-color:rgba(198, 206, 11, 0.35);
        
    }

    49% {
        border: 3px solid rgba(0, 102, 255, 0.71);
        background-color: rgba(27, 212, 19, 0.57);
    }

    60% {
        border: 3px solid rgba(255, 106, 0, 0.40);
        background-color: rgba(255, 0, 0, 0.34);
    }

    89% {
        border: 3px solid rgba(204, 0, 0, 0.94);
        background-color: rgba(198, 206, 11, 0.35);
    }

    100% {
        border: 3px solid rgba(255, 106, 0, 0.40);
        background-color: rgba(255, 0, 0, 0.34);
    }

}

@keyframes shrink-frame {
    10% {


    }

    20% {
    }

    30%{


    }

    40% {


    }

    50% {


    }
    60% {


    }

    70% {


    }
    80% {


    }
    90% {


    }
    100% {


    }

}


@keyframes expand-frame {
    10% {
    }

    20% {
    }

    30% {
    }

    40% {
    }

    50% {
    }

    60% {
    }

    70% {
    }

    80% {
    }

    90% {
    }

    100% {
    }
}

.spin-bar-header {
    position:absolute;
    width:inherit;
    height:7%;
    top:3%;
}
.spin-bar-menu {
position:absolute;
top:11%;
width:18%;
height:80%;
left:1%;
}

.spin-bar-frame {
    position: absolute;
    top: 11%;
    width: 79%;
    height: 80%;
    right: 1%;
}

.spin-frame-box-holder {
    position: absolute;
    top: 15%;
    width: 95%;
    height: 35%;
    right: 2%;
    overflow:hidden;
}
@media only screen and (max-width : 320px) {
    .spin-frame-box-holder {
        overflow:auto;
    }

}

    .spin-frame-box-holder-num {
        height: 80%;
        color: #ffa400;
        background-color: #fff;
        border: 3px solid rgba(193, 178, 12, 0.92);
        -moz-box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
        -webkit-box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
        box-shadow: rgba(198, 206, 11, 0.51) 1px 2px 3px;
        margin: 1.1% 1.1% 1.1% 1.1%;
        font-size: 4em;
        font-weight: 600;
        min-width: 100px;
    }


        .spin-frame-box-holder-num :hover {
            background-color: rgba(255, 255, 255, 0.74);
        }

.spin-frame-box-holder-name {
    position:absolute;
    z-index:6;
    top:50%;
    left:30%;


}


.space-filler-normal {

    border:0;
    margin-top:0.5em;
    margin-bottom:0.5em;
    width:100%;
    height:auto

}


.space-filler-large {
    border: 0;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    width: 100%;
    height: auto
}


.space-filler-small {
    border: 0;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    width: 100%;
    height: auto
}

.bg-light-purple {
background-color:rgba(97, 9, 144, 0.86)

}
.mainbody article {
font-size:small;
font-weight:300;

}

.margin-1em {
margin-bottom:0.5em;
}


.vanisher {
    border:0;
    background-color:transparent;
    text-decoration :none;
}
    .vanisher:hover {
        border: 0;
        background-color: transparent
    }

.operations-media {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 90%;
    height: auto;
    overflow: auto;
    z-index: 15;
    background-color: transparent;
    border:none none transparent;
}
    .operations-media .operations-media-inner {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
        height: 33em;
        width: 100%;
        animation: portalmenu;
        transition: ease-in;
        animation-delay: 0s;
        animation-duration: 1.65s;
    }

.operations-panel {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    overflow: auto;
    z-index: 10;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
}
    .operations-panel .headerman {
        height: 1.6em;
        position: absolute;
        width:61em;
        top: 0;
        left: 0;
        padding-left: 0.5em;
        color: #110111 !important;
    }
    .operations-panel .operations-panel-left-panel {
        border: thin solid rgba(0, 0, 0, 0.10);
        color: rgba(5, 4, 26, 0.91);
        width: 15em;
        height: 30em;
        left: 0.5em;
        top: 2.5em;
        position: absolute;
        padding: 1em 1em 1em 1em;
    }

        .operations-panel .operations-panel-left-panel .service-btn {
            border: thin solid rgba(128, 128, 128, 0.10);
            color: #ffffff;
            text-align: center;
            font-size: small;
            font-weight: bold;
            /*height: 80px;
            width: 80px;*/
            background-color: rgba(8, 2, 22, 0.92);
            /*margin-bottom: 1.5%;
            margin-top: 1.5%;
            margin-left: 3.1%;*/
            -moz-text-decoration-color: none;
            text-decoration-color: none;
            position: relative;
        }

            .operations-panel .operations-panel-left-panel .service-btn:hover {
                background-color: rgba(128, 128, 128, 0.40);
                color: rgba(5, 4, 26, 0.93);
                box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
                border: thin solid rgba(9, 78, 31, 0.91);
            }

    .operations-panel .operations-panel-right-panel {
        border: thin solid rgba(0, 0, 0, 0.10);
        color: rgba(5, 4, 26, 0.91);
        width: 60.5em;
        height: 30em;
        margin-left: 0.5em;
        top: 2.5em;
        position: absolute;
        left:15.5em;
        overflow:auto;
        padding-top:1em;
    }

.support-box {
    position: absolute;
    top: 2.5%;
    height: 95%;
    left: 3%;
    width: 30%;
    min-width: 15em;
    border: thin solid rgba(0, 0, 0, 0.10);
    color: rgba(5, 4, 26, 0.91);
    z-index: 300;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
}

.lib-disply-panel {
   background-color:rgba(255, 255, 255, 0.74);
    min-width: 40em;
    border: thin solid rgba(0, 0, 0, 0.10);
    color: rgba(5, 4, 26, 0.91);
    z-index: 500;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.72) 2px 3px 7px;
}



.generic-service-btn {
    border: thin solid rgba(128, 128, 128, 0.10);
    color: #ffffff;
    text-align: center;
    font-size: small;
    font-weight: bold;
    height: 80px;
    width: 80px;
    background-color: rgba(8, 2, 22, 0.92);
    margin-bottom: 1.5%;
    margin-top: 1.5%;
    margin-left: 3.1%;
    -moz-text-decoration-color: none;
    text-decoration-color: none;
    position: relative;
}

    .generic-service-btn:hover {
        background-color: rgba(128, 128, 128, 0.40);
        color: rgba(5, 4, 26, 0.93);
        box-shadow: rgba(0, 0, 0, 0.82) 1px 1px 4px;
        border: thin solid rgba(9, 78, 31, 0.91);
    }
.panel-btn-holder {
    border: 0 none transparent;
    height: auto;
    width: auto;
    margin: 1em 1em 1em 1em;
}