.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.card_portal{
    background:#2FA41E !important;
    color:white;
}
.card_portal_text{
    margin: 0 auto;
    text-align: center;
}
.card_portal_money{
    text-align: center;
    margin-top: 20px;
}
.card_div{
    padding:10px
}
.card_button{
    width: 100%;
    margin-top: 10px;
    background-color: blue !important;
}
.sgm_table_btn{
    font-size: 10px;
    text-align: center;
    padding:2px;
    width:100%;
}
/*Loan Application*/



/*New Design*/

/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    color: #999;
}

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;
    margin-bottom: 40px;
    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
----------------------------------------------------- */
#wrapwrap .o_header_standard{
    height:70px;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 350px;
    max-width: 350px;
    background: #DCE7E3;
    color: #fff;
    transition: all 0.3s;
}
#sidebar ul.components{
    padding: 0px !important;
}
#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #148490;
}
#sidebar .sidebar-header a{
    color: #fff;
    line-height: 2;
}
#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding-top:0px;
    padding-bottom:0px;
}
#sidebar ul hr{
    margin-top:0px;
    margin-bottom:0px;
    border-top: 1px solid #fff;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color:#2D5582;
    margin-left: 10px;
    border-bottom: 1px #B9CECC solid;
/*    background:#F6F7F9;*/
}

#sidebar ul li a:hover {
    color: #A51416;
/*    background: #fff;*/
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

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

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

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;
    min-height: 100vh;
    transition: all 0.3s;
    background:#A8A8A;
}
#content .content_header{
    color: #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    text-align: right;
    width: 100%;
    font-size: 40px;
    padding-bottom: 10px;
}
#content .dashboard_header{
    color: #8A8A8A;
    width: 100%;
}
#content .text_center{
    text-align:center;
}
#content .product_detail{
    margin-top: 40px;
}
#content .image_product{
    width: 400px;
    height: 200px;
    float: right;

}
#content #main_hexagon{
    width: 100%;
    margin-bottom:30px;
    margin-top:30px;
    float:left
}
#content #main_hexagon .image_div{
    width: 100px;
    height:120px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom:25px;
    float:left;
    position: relative;
}
#content .hexagon {
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 10px;
    float: left;
}
#content  #main_hexagon .image_div p {
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

#content .hexagon:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -25px;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #fc5e5e;
}

#content .hexagon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #fc5e5e;
}


