﻿.clear_fix {
    content: "";
    display: table;
    clear: both;
}

.custom_check_text_active {
    padding: 10px 0px 10px 15px;
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    position: relative;
}

.custom_current {
    font-size: 25px;
    font-weight: 600;
    padding: 10px 15px;
    color: #008b4b;
}

.custom_current_text {
    padding: 10px 0px 10px 15px;
    top: -3px;
    position: relative;
}

.custom_current_text_active:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 5px;
    width: 90%;
    height: 2px;
    background: #f9ab15;
}

.custom_current_text_active {
    padding: 10px 0px 10px 15px;
    font-size: 20px;
    font-weight: 600;
    top: -5px;
    position: relative;
}

.custom_Tick {
    font-size: 22px;
    font-weight: 200;
    padding: 10px 15px;
    color: #fff;
}

.custom_cross {
    font-size: 22px;
    color: red;
    pointer-events: none;
    font-weight: 600;
    padding: 10px 15px;
}

.stylish_h3 {
    background: linear-gradient(to bottom,#83a1c3 0%,#1f4a7c 100%);
    color: #FFF !important;
    font-weight: 100 !important;
    padding: 8px;
}

.bg-wrapper_custom .top_title {
    color: #000;
    font-size: 180% !important;
    font-weight: bold !important;
    padding-bottom: 15px;
    margin-bottom:5px;
    margin-top:10px;
    position: relative;
}

    .bg-wrapper_custom .top_title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 10%;
        height: 2px;
        background: #f9ab15;
    }

.copyright-visitors {
    text-align: left;
    padding-left: 15px;
}

.visior_span span {
    display: inline-block;
    padding: 6px 6px 4px;
    color: #292929;
    border-radius: 3px;
    font-weight: bold;
    background: #fff;
    margin-right: 2px;
}

.left_logo_head_2 {
    padding-top: 10px;
}

.color_setting_btn {
    padding: 0px 3px;
    font-size: 23px;
    color: #505050;
}

.ico-color ul li {
    margin-top: -10px;
}

.common-right ul li.ico-color ul {
    padding: 14px 8px;
}

.ico-app-icon {
    width: 142px;
    margin-top: -3px;
}

    .ico-app-icon img {
        max-width: none;
    }

.img-circle_custom {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 3px;
}

.img_squre_custom {
    background-color: #ddd;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 4%;
}

.padd_l_r {
    padding-left: 0px;
    padding-right: 0px;
}

.arr_style, .whats-new-text-cont a {
    background: url(../images/list-arrow.png) no-repeat 0px 5px;
    display: block;
    padding: 0px 0px 5px 15px;
    color: #494949;
}

.top-Heading h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid #b4b4b4;
    width: 85%;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1f4a7c;
}

.ministry-content p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 6px;
}

a.readmore {
    color: #1f4a7c;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: 100;
    border: 1px solid #1f4a7c;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    margin-top: -10px;
}


a.readmore_Amt {
    color: white;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: 100;
    border: 1px solid #fbc803;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    margin-top: -10px;
}

a.readmore_Amt:hover {
    background: #1f4a7c;
    color: white  ;
    font-weight: 100;
}

a.readmore:hover {
    background: #1f4a7c;
    color: #FFF;
    font-weight: 100;
}

i.custom_glyphicon {
    font-size: 14px;
    float: right;
}

a.accordion-toggle {
    font-size: 15px;
    text-decoration: none;
}

.mid-panel {
    background-color: white;
}

.links-panel .top_slider {
    padding: 5px;
    width: 95%;
    height: 185px;
    overflow-y: auto;
}

.links-panel_2 .top_slider {
    padding: 8px;
    padding-top:1px;
    width: 100%;
    height: 90%;
    overflow-y: auto;
}

/*Inner Page Style Start*/
/*Breadcrumb*/
hr {
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 0 0 20px;
    clear: both;
}

.breadcrumb-wrapper {
    padding: 0;
    margin: 0;
    clear: both;
    overflow: hidden;
    background: none;
}

.breadcrumb {
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

    .breadcrumb li {
        list-style-type: none;
        display: inline-block;
        font-size: 90%;
        color: rgb(128, 167, 224);
    }

        .breadcrumb li a {
            display: block;
            /*padding-right: 10px;*/
            color: rgba(76,85,87,1);
        }

        .breadcrumb li:last-child a {
            background: none;
        }

        .breadcrumb li.current {
            color: #b5b5b5;
        }

.inner-content {
    padding-bottom: 20px;
}

.body-container {
    padding: 0;
    margin-bottom: 30px;
}

.inner-content h2 {
    font-size: 170%;
    color: #1f4a7c;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 15px;
}

.inner-content h3 {
    font-size: 120%;
    color: #282a2c;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
}

.inner-content p {
    font-size: 100%;
    line-height: 140%;
    padding-bottom: 15px;
}

.inner-content .box-content {
    background: #dedede;
    padding: 25px 20px;
    margin-bottom: 20px;
}

.inner-content strong + .box-content, strong + .box-content-link {
    margin-top: 15px;
}

.box-content ol {
    font-weight: bold;
    list-style: upper-roman;
    padding-left: 20px;
}

    .box-content ol li {
        padding-left: 5px;
        padding-bottom: 15px;
    }

.box-content.two-column ol li {
    padding: 0px 15px 15px;
}

.box-content.two-column ol {
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
    column-count: 2;
    column-gap: 2.5em;
}

.box-content-link ul li {
    background: none;
    display: inline-block;
    float: left;
    width: 30%;
    margin: 0px;
    padding: 5px;
    margin-right: 3%;
    margin-bottom: 30px;
    transition: all .5s;
}

    .box-content-link ul li a {
        display: block;
    }

        .box-content-link ul li a:hover {
            text-decoration: none;
        }

    .box-content-link ul li:hover {
        background: #f7f7f7;
        box-shadow: 0 0 4px 0px #9e9e9e;
    }

    .box-content-link ul li img {
        float: left;
        padding-right: 15px;
    }

    .box-content-link ul li h4 {
        font-size: 115%;
        color: #3c3e40;
        font-weight: 600;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .box-content-link ul li p {
        padding-bottom: 0px;
        font-size: 80%;
        color: #3c3e40;
    }

.box-content .half-box {
    float: left;
    width: 50%;
    padding: 0px 15px;
}

    .box-content .half-box:first-child {
        border-right: 1px solid #c2c2c2;
        padding-right: 20px;
    }

    .box-content .half-box:last-child {
        padding-left: 20px;
    }

.scroll-table .table-stripped th, .table-stripped th {
    font-size: 13px !important;
}

.scroll-table .table-stripped td, .table-stripped td {
    font-size: 12px !important;
    font-weight: 700 !important;
    padding:3px 5px !important;
}

td.cus_btn a {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#content_1 li, #content_2 li {
    font-size: 96% !important;
    padding: 0px 0px 10px 15px !important;
}




@media only screen and (min-width:200px) and (max-width:767px) {
    .copyright-visitors {
        text-align: center;
        padding-left: 10px;
    }

    .left_logo_head_2 {
        padding-top: 0px;
    }


    .common-right ul li {
    }

    .custom_overflow {
        overflow: auto;
    }

    .mob_font, #ContentPlaceHolder1_Lbl_Text {
        font-size: 85%;
    }
}

@media only screen and (min-width:200px) and (max-width:639px) {
    .tabbable.custom-tabs.hide-label-980 > .nav-tabs > li > a {
        padding: 0px;
    }

    .bg-wrapper_custom .top_title {
        font-size: 130% !important;
        padding-bottom: 10px;
    }

        .bg-wrapper_custom .top_title > span {
            display: none;
        }

        .bg-wrapper_custom .top_title:after {
            bottom: 5px;
            width: 25%;
            height: 2px;
        }

    #ContentPlaceHolder1_Alert_Silder {
        margin-bottom: 10px;
        border-bottom: 2px solid #9b9b9b;
    }

    #content_2 li {
        font-size: 85% !important;
        padding: 0px 0px 10px 15px !important;
    }

    a.readmore {
        display: none;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .ico-sitemap {
        display: none;
    }

    .header-right {
        display: none;
    }

    .common-right ul {
        margin-bottom: 0px;
    }

    .banner-wrapper {
        padding-bottom: 0px;
    }

    .top-Heading h2 {
        width: 100%;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .links-panel .top_slider {
        width: 100%;
    }

    .top-Heading h2 img {
        width: 10%;
    }

    .notice-section {
        padding: 1px;
        padding-top: 10px;
    }

        .notice-section .container {
            padding: 10px;
        }

    .industry .industry-heading {
        font-size: 135%;
        height: 60px;
    }

    .infocus-title {
        font-size: 20px;
        padding: 7px;
    }

    .mid-panel {
        background: transparent;
        padding: 10px;
    }

    .ministry-content h1 {
        font-size: 21px;
    }

    .ministry-content {
        background-color: #ededed;
    }

    .whats-new h2 {
        font-size: 21px;
    }

    .whats-new-left {
        padding: 0px 10px;
        border: none;
    }

    .whats-new ul {
        border: 1px solid #ccc6c7;
        height: auto;
    }

    .links-panel ul li {
        padding: 0 0 9px 14px;
    }

    .whats-new_2 {
        margin-top: 0px;
        padding: 10px;
    }

    .bg-wrapper_custom .container {
        padding: 10px;
    }

    .industry-tabs {
        padding-right: 0px;
    }

    .minister img {
        width: 50%;
    }

    .minister-info {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width:640px) and (max-width:767px) {
    .common-left.common-left-ind li:first-child {
        width: 100px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .ico-sitemap {
        display: none;
    }

    .header-right {
        display: none;
    }

    .common-right ul {
        margin-bottom: 0px;
    }

    .banner-wrapper {
        padding-bottom: 0px;
    }

    .top-Heading h2 {
        width: 100%;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .links-panel .top_slider {
        width: 100%;
    }

    .top-Heading h2 img {
        /*width:10%;*/
    }

    .notice-section {
        padding: 10px;
    }

        .notice-section .container {
            padding: 10px;
        }

    .industry .industry-heading {
        font-size: 135%;
        height: 60px;
    }

    .infocus-title {
        font-size: 20px;
        padding: 7px;
    }

    .mid-panel {
        background: transparent;
        padding: 10px;
    }

    .ministry-content h1 {
        font-size: 21px;
    }

    .ministry-content {
        background-color: #ededed;
    }

    .whats-new h2 {
        font-size: 21px;
    }

    .whats-new-left {
        padding: 0px 10px;
        border: none;
    }

    .whats-new ul {
        border: 1px solid #ccc6c7;
        height: auto;
    }

    .links-panel ul li {
        padding: 0 0 9px 14px;
    }

    .whats-new_2 {
        margin-top: 0px;
        padding: 10px;
        width: 100%;
    }

    .bg-wrapper_custom .container {
        padding: 10px;
    }

    .industry-tabs {
        padding-right: 0px;
    }

    .minister img {
        width: 50%;
    }

    .minister-info {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .minister {
        width: 48%;
    }
}

@media only screen and (min-width:768px) and (max-width:990px) {
    .slide-caption {
        width: 40%;
    }

    .links-panel_2 .top_slider {
        padding: 3px;
        height: 80%;
    }

    .logo {
        float: left;
    }

    .header-right {
        float: none;
    }

    .float-element {
        float: none;
        text-align: center;
    }

    .img-circle_custom {
        width: 12%;
    }

    .toggle-nav-bar {
        top: 45px;
        right: 3%;
    }

    .notice-section .container {
        padding: 10px;
    }

    .top-Heading h2 {
        width: 90%;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .links-panel .top_slider {
        width: 95%;
    }

    .industry .industry-heading {
        font-size: 140%;
        height: 65px;
    }

    .bg-wrapper_custom .container {
        padding: 0px;
    }

    .documents {
        float: left;
    }

    .bg-wrapper .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .ministry-content h1 {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .ministry-content p {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .ministry-content {
        padding: 5px;
    }

    .links-panel ul li {
        padding: 0px 0px 8px 20px;
    }

    .links-panel ul {
        padding: 12px;
    }

    .whats-new_2 {
        margin-top: 0px;
        float: none;
    }

    .minister {
        width: 48%;
    }

    .slide-caption {
        font-size: 77%;
        padding: 5px;
    }

        .slide-caption h2 {
            margin-top: 2px;
            margin-bottom: 1px;
        }
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .slide-caption {
        font-size: 100%;
        width: 40%;
    }

        .slide-caption h2 {
            margin-top: 2px;
            margin-bottom: 1px;
        }

    .top-Heading h2 {
        width: 95%;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .links-panel .top_slider {
        width: 98%;
    }

    .industry .industry-heading {
        font-size: 125%;
        height: 60px;
    }

    .bg-wrapper_custom .container {
        padding: 0px;
    }

    a.accordion-toggle {
        font-size: 13px;
    }

    .links-panel a {
        font-size: 13px;
    }

    .bg-wrapper .container, .whats-new .documents, .logo-cmf {
        padding-left: 0px;
        padding-right: 0px;
    }

    .links-panel ul {
        padding: 10px;
    }

    .logo-cmf a {
        margin: 0px;
        padding-right: 16px;
    }

    .copyright-content span {
        display: inline;
    }
}

@media only screen and (min-width:1200px) and (max-width:1449px) {
    .copyright-visitors {
        padding-left: 15px;
    }

    .slide-caption {
        width: 35%;
    }
}

@media only screen and (min-width:1450px) {
}


@media only screen and (min-width:200px) and (max-width:500px) {
    .links-panel_2 .top_slider {
        height: 230px;
    }

    .slide-caption h2 span {
        font-size: 23px;
        padding-bottom: 5px;
        padding-top: 2px;
    }

    .slide-caption h5 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .banner-wrapper {
        background-color: white;
        padding: 0px 15px;
    }

    .slide-caption {
        display: block;
        background-image: url(../images/banner/bn4.png);
        margin: 0px;
        width: 100%;
        position: static;
        background-position: bottom;
        background-size: cover;
    }

    .flex-viewport {
        display: none;
    }
}

/* Admin CSS */
.Admin_heading {
    background: linear-gradient(to bottom,#478baf 0%,#02486d 100%);
    color: #FFF;
    padding: 8px;
}

.custom_box_border {
    background: rgb(255, 255, 255);
    /*padding: 10px 15px;*/
    border: 1px solid rgba(218, 218, 218, 1);
    margin-bottom: 1%;
    box-shadow: inset 0 0px 8px -1px rgba(0,0,0,.4);
}

.post-sec h2 {
    background: url(../../assets/images/heading-arrow.png) no-repeat 0 4px;
    height: 20px;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin-top:3px;
}

span.dtm {
    width: 72px;
    float: left;
    padding-right: 10px;
}

span.date-y {
    display: block;
    background: #007ab5;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    padding: 2px;
}
span.color-s-t {
    display: block;
    background: #004b6f;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    padding: 2px;
}
.post-sec ul li {
    font-size: 96%;
    line-height: 18px;
    margin-bottom:1px !important;
    /*border-bottom-style: dashed;
    border-width: thin;
    border-color: #ccc;*/
    padding-bottom: 5px;
    text-align: left;
    padding-top: 4px;
    list-style-type:decimal;
}

.date-section-y ul li {
    min-height: 68px;
    padding-bottom: 11px;
    text-align: left;
}

.post-sec.circular ul li {
    background: url(../../assets/images/aro-front.png);
    background-repeat: no-repeat;
    background-position: 1px 7px;
    padding-left: 18px;
    padding-bottom: 3px !important;
    min-height:22px;
    list-style-type:decimal;
}


.content-sect > a {
    color: #000;
}

.mb_zero {
    margin-bottom:0px;
}

