﻿@import url('fonts/font.css');
/* ng-cloak */
.txtxs {
    font-size: 10px;
}

.txtsm {
    font-size: 12px;
}

.txtlight th {
    font-weight: normal;
}

#exchangeRate th {
    background-color: #CCCCCB;
}
/*end of Font Section*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng.ng-cloak {
    display: none;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.no-margin {
    margin: 0px;
}

table.nowrap thead th, table.nowrap thead td, table.nowrap tbody td {
    white-space: nowrap;
}

.ng-table-pager {
    padding-left: 10px;
    padding-right: 10px;
}

.page-header-custom {
    margin-top: 10px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
.select2-container {
    width: 100%;
}

.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 0px;
}

    .select2 > .select2-choice.ui-select-match.normal {
        height: 34px;
        line-height: 34px;
    }

.select2-container .select2-choice .select2-arrow {
    width: 30px;
}

    .select2-container .select2-choice .select2-arrow b {
        background: none;
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-search input {
    padding: 8px;
}

.select2-results .select2-result-label {
    padding: 8px 10px;
}

#main-nav-container {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e1e1e1 !important;
    height: 64px;
    margin-bottom: 20px;
}

#main-nav {
    margin: 0px auto;
    float: none;
    height: 64px;
}

#main-nav-container ul {
    width: 100%;
    list-style-type: none;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

    #main-nav-container ul li {
        display: table-cell;
    }

#main-nav .main-nav-link {
    display: block;
    padding: 5px;
    font-size: 17px;
    font-weight: 700;
    color: #666;
    margin: 0;
    padding: 20px 20px 15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

#main-nav ul li.active {
    border-bottom: 5px solid #C61C2C;
}


@media only screen and (max-width: 767px) {
    #main-nav-container, #main-nav {
        height: auto;
    }

        #main-nav-container ul {
            display: block;
            margin: 0;
            padding: 0;
        }

            #main-nav-container ul li {
                display: block;
                border-bottom: 1px solid #ddd !important;
            }

                #main-nav-container ul li:last-child {
                    border-bottom: none !important;
                }

        #main-nav .main-nav-link {
            text-align: left;
            margin-left: 10px;
            outline: none;
        }

        #main-nav-container ul li.active {
            position: relative;
        }

            #main-nav-container ul li.active:before {
                content: "";
                border-color: transparent #C61C2C;
                border-style: solid;
                border-width: .7em 0 .7em .9em;
                display: block;
                height: 0;
                width: 0;
                left: 0px;
                top: 40%;
                position: absolute;
            }
}


/*------------ Step  -----------*/


.step {
    display: inline-block;
    position: relative;
    text-align: center;
    min-height: 112px;
    padding: 0px;
}

    .step:before, .step:after {
        position: absolute;
        background-color: #eaeaea;
        top: 50%;
        margin-top: -33px;
        width: 50%;
        height: 5px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        content: '';
    }

    .step:before, .step:after {
        background-color: #eaeaea;
    }

    .step:before {
        left: 0;
    }

    .step:after {
        right: 0;
    }

    .step:first-child:before, .step:last-child:after {
        display: none;
    }

    /* ---- Current Step-----*/
    .step.step-current:after, .step.step-current:before {
        background-color: #f53282;
        border: none;
    }

    /*---- Success Step ---- */
    .step.step-success:after,
    .step.step-success:before {
        background-color: #0acdcd;
        border: none;
    }

    /*--- Halt Step --- */
    .step.step-halt:after,
    .step.step-halt:before {
        background-color: #f5a523;
        border: none;
    }

    .step .step-header {
        display: inline-block;
        width: 50px;
        height: 50px;
        background-color: #eaeaea;
        text-align: center;
        font-size: 20px;
        color: #a9a9a9;
        border: 1px solid #d9d9d9;
        position: relative;
        z-index: 1;
        border-radius: 50%;
    }

    .step.step-current .step-header {
        background-color: #f53282; /*#fb6b5b;*/
    }

    .step.step-halt .step-header {
        background-color: #f5a523;
    }

    .step.step-success .step-header {
        background-color: #0acdcd; /*#92cf5c;*/
    }

    .step .step-header .icon {
        color: #fff;
        font-size: 30px;
        line-height: 45px;
    }

    .step .step-content {
        max-height: 52px;
        margin: 0 auto;
        text-align: left;
        text-align: center;
    }

        .step .step-content .step-title {
            font-size: 15px;
            color: #464646;
            /*text-align: left;*/
            padding: 10px;
            margin: 0;
        }

        .step .step-content .step-info {
            color: #a8a8a8;
            /*text-align: left;*/
            font-size: 11px;
            line-height: 1.4;
        }

@media only screen and (max-width: 767px) {
    #step-wizard {
        margin-left: 15px;
        margin-right: 15px;
    }

    .step:before,
    .step:after {
        display: none;
    }

    .step {
        min-height: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

        .step .step-header {
            float: left;
        }

        .step .step-content {
            width: 100%;
            text-align: left !important;
            padding: 0;
        }

            .step .step-content .step-title {
                padding-left: 59px;
            }

            .step .step-content .step-info {
                padding-left: 60px;
            }
}

/*------------ Step End -----------*/


/* ---------- Transaction Page ----------*/


.transfer-section section {
    margin-bottom: 35px;
}

.transfer-section, .section-with-margin {
    margin-bottom: 30px;
}

    .transfer-section h1.title {
        font-weight: 400;
        font-size: 20px;
        color: #333;
        margin: 0px 0px 15px 0px;
    }

.circular {
    width: 61px;
    max-width: 60px;
    height: 60px;
    border-radius: 30px;
    background-size: cover;
    margin-right: 10px;
}

.summary {
    padding: 0 20px;
    border: 1px solid #ddd;
    background-color: #BE202E;
    color: #fff;
}

    .summary p.total {
        font-size: 24px;
    }

    .summary div.total {
        font-size: 16px;
        background: #921C1E;
        padding: 4px 10px 2px 4px;
        margin: 80px 2px 20px 2px;
        box-shadow: -1px 1px 4px 1px rgba(231,171,177,0.7);
        border-radius: 3px;
    }

    .summary .summary-block {
        padding: 10px 0;
        font-size: 15px;
    }

.with-top-border {
    border-top: 3px dotted #ddd;
}

.summary .summary-title {
    margin: 0;
    font-size: 16px;
}

.summary .summary-block:first-child {
    border-top: 0px;
}

.summary .summary-block-large {
    padding: 20px 0;
}

.summary .recipient-info .avatar {
    margin-right: 5px;
    vertical-align: top;
}

.summary .delivery {
    font-size: 13px;
    /*font-weight: 500;*/
}

.summary .dd-row {
    width: 100%;
    display: flex;
}

    .summary .dd-row .item-50 {
        width: 50%;
        margin: 5px 0px;
    }

    .summary .dd-row .item-70 {
        width: 70%;
        margin: 5px 0px;
    }

    .summary .dd-row .item-30 {
        width: 30%;
        margin: 5px 0px;
    }

.section-with-bottom-border {
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 25px !important;
}

#form-summary {
    margin-top: 10px;
}

.normal-label {
    font-weight: bold;
    color: #666;
    font-size: 14px;
}

.input-container {
    display: block;
    margin-bottom: 10px;
}

    .input-container label {
        font-weight: normal;
        color: #666;
        font-size: 14px;
    }

        .input-container label.control-label {
            /*font-weight: bold;*/
            margin-top: 20px;
        }

    .input-container .input-control {
        width: 100%;
        display: block;
        border: 1px solid #ddd;
        height: 50px;
        padding: 3px 15px 3px 100px;
        position: relative;
        background-color: #fafafa;
    }

        .input-container .input-control.normal {
            padding-left: 15px;
        }

        .input-container .input-control input[type="text"], .input-control input[type="number"] {
            border: none;
            line-height: 40px;
            width: 100%;
            outline: none;
            font-size: 16px;
            color: #333;
            font-weight: 500;
            background-color: transparent;
            
        }
        input[type=number]::-webkit-inner-spin-button, 
        input[type=number]::-webkit-outer-spin-button { 
          -webkit-appearance: none; 
          margin: 0; 
        }
        
        .input-container .input-control .input-currency {
            position: absolute;
            left: 10px;
            top: 2px;
            line-height: 46px;
        }

            .input-container .input-control .input-currency .flag {
                float: none;
                display: inline-block;
                margin-top: -10px;
                margin-right: 0;
            }

            .input-container .input-control .input-currency .countrycode {
                font-weight: 400;
                font-size: 16px;
                color: #999;
            }

.fees-info div.text-info {
    font-size: 12px;
    color: #666;
}


/* ---------- Transaction Page End ----------*/

.card.no-border {
    border: none;
}

.header {
    border-bottom: 1px solid #ccc !important;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    white-space: inherit;
}

#nav-login .open > a, #nav-login .open > a:hover, #nav-login .open > a:focus {
    background-color: transparent !important;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-sm {
    font-size: 12px;
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box-widget {
    border: none;
    position: relative;
    border: 1px solid #eee;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

    .widget-user .widget-user-image > img {
        width: 90px;
        height: auto;
        border: 3px solid #fff;
    }

.widget-user .box-footer {
    padding-top: 30px;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.box-sm.widget-user-2 .widget-user-username {
    font-size: 16px;
}

.widget-user-2 .widget-user-username a {
    color: #ffffff;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 0px; /*75px;*/
}

.widget-user-2 .widget-user-image > img {
    width: 65px;
    height: auto;
    float: left;
}

.bg-yellow {
    background-color: #f39c12 !important;
    color: #fff !important;
}

.bg-aqua-active {
    background-color: #00a7d0 !important;
    color: #fff !important;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .description-block.margin-bottom {
        margin-bottom: 25px;
    }

    .description-block > .description-header {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .description-block > .description-text {
        text-transform: uppercase;
    }

.border-right {
    border-right: 1px solid #f4f4f4;
}

.nav-tabs.centered > li, .nav-pills.centered > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
    min-width: 200px;
    margin: 0px -2px;
    padding: 0px;
}

.nav-tabs.centered, .nav-pills.centered {
    text-align: center;
    border-bottom: 0px;
}

#loading-bar .bar {
    background: #c61c2c;
    height: 4px;
}

#loading-bar-spinner .spinner-icon {
    width: 25px;
    height: 25px;
    border-top-color: #c61c2c;
    border-left-color: #c61c2c;
}

#loading-bar-spinner {
    top: 15px;
    right: 25px;
    left: inherit;
}

.nav-tabs-main {
    border-bottom: 1px solid #dddddd;
}

.summary .delivery .dd-row > p,
.summary .delivery > p {
    padding: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #F6F6F9;
    background-color: #C1282D;
    border: 1px solid #b76e6e;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li.tg.active > a,
.nav-tabs > li.tg.active > a:hover,
.nav-tabs > li.tg.active > a:focus {
    color: #F6F6F9;
    background-color: #299743;
    border: 1px solid #b76e6e;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li.ty.active > a,
.nav-tabs > li.ty.active > a:hover,
.nav-tabs > li.ty.active > a:focus {
    color: #F6F6F9;
    background-color: #FFAD43;
    border: 1px solid #b76e6e;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li.active:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    margin: auto;
    border-width: 10px 10px 0 10px;
    border-color: #c61c2c transparent transparent transparent;
    line-height: 0px;
    _border-color: #e15915 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.nav-tabs > li.tg.active:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    margin: auto;
    border-width: 10px 10px 0 10px;
    border-color: #299743 transparent transparent transparent;
    line-height: 0px;
    _border-color: #299743 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.nav-tabs > li.ty.active:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    margin: auto;
    border-width: 10px 10px 0 10px;
    border-color: #FFAD43 transparent transparent transparent;
    line-height: 0px;
    _border-color: #FFAD43 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/*for green nav*/
.bg-green {
    background-color: #299743;
}
/* Menu */
.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

    .overlay-content ul li {
        text-align: left;
        margin: 3px;
    }

.overlay-full a {
    padding: 8px;
    text-decoration: none;
    font-size: 19px;
    color: #C61C2C;
    display: block;
    transition: 0.3s;
    font-weight: bold;
}

    .overlay-full a:hover, .overlay a:focus {
        color: #b17474;
    }


@media screen and (max-width: 450px) {
    .open.mtaLogo {
        display: none;
    }

    .overlay-full {
        width: 80% !important;
    }

    .overlay-opac {
        width: 20% !important;
    }
}


.overlay-full {
    position: fixed;
    right: 0;
    background-color: #F2F2F2;
    width: 35%;
    height: 100%;
    z-index: 600;
}


.overlay-opac {
    position: fixed;
    background-color: black;
    filter: opacity(50%);
    width: 70%;
    height: 100%;
    z-index: 450;
}

.closebtn {
    position: relative;
    left: -60px;
    padding: 0px !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    font-size: 70px !important;
}

.custom-divider {
    border-bottom: solid 2px #ededed;
}

.page-header-red {
    color: #C1282D;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}

.overlay-content li a {
      font-size:15px!important;
}

.table-centered tr {
    text-align: center;
}
/* drop down*/
.input-currency .selectize-control.single .selectize-input {
    box-shadow: 0 0 0 0;
    border: none;
    background-image: none;
    background-color: transparent !important;
    margin-top: 5px;
    margin-left: -8px;
}

.calculatorsection {
    text-align: left;
    padding-bottom: 10px;
}

.input-currency .selectize-input > input {
    background: white;
}

.input-currency .selectize-input {
    border: 0;
}

.calculator :after {
    width: 0px;
    height: 0px;
    border-style: solid;
    margin: auto;
    border-width: 12px 12px 0 12px;
    border-color: #E6E5E5 transparent transparent transparent;
    line-height: 0px;
    _border-color: #E6E5E5 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 47%;
    left: 45%;
    z-index: 1;
}

.paymentdetail :after {
    width: 0px;
    height: 0px;
    border-style: solid;
    margin: auto;
    border-width: 20px;
    border-color: transparent white transparent transparent;
    line-height: 0px;
    _border-color: #000000 white #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 45%;
    left: 88%;
    z-index: 1;
}

.barHeader {
    color: white;
    text-align: center;
    height: auto;
    background-color: #c61c2c;
    -webkit-box-shadow: inset 4px 100px 40px #8a1717;
    -moz-box-shadow: inset 4px 100px 40px #8a1717;
    box-shadow: inset 4px 100px 40px #8a1717;
    padding-bottom: 60px;
    padding-top: 120px;
}

.calcheader {
    margin: 10px 10px 10px 0px;
}

.calculator .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

.select2-drop {
    /*z-index:1;*/
}

.table-centered tr, th {
    text-align: center;
}

.table-left tr, th, .table-left th {
    text-align: left;
}

.leftborderdiv {
    display: inline-block;
    margin-left: -10px;
    height: 50px;
}

.table-history tbody tr td {
    height: 50px;
    line-height: 44px;
    vertical-align: central;
    border: none;
    padding: 2px 0px 2px 10px;
}

.table-light thead th {
    font-weight: normal;
}

.table-light-bold thead th {
    font-weight: bold;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #93181C !important;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #93181C !important;
}
/*wizard*/
.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            border: 1px solid grey;
            display: block;
            background: white;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: grey;
                border-radius: 50px;
                position: absolute;
                top: 7px;
                left: 7px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 2px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 100%;
                box-shadow: none;
                background: grey;
            }



        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            border: 1px solid red;
            display: block;
            background: white;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: red;
                border-radius: 50px;
                position: absolute;
                top: 7px;
                left: 7px;
            }

        .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            border: 1px solid red;
            display: block;
            background: white;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: black;
                border-radius: 50px;
                position: absolute;
                top: 7px;
                left: 7px;
            }

/*END Form Wizard*/
/*wizard end*/
.nav-tabs {
    border-bottom: none;
}

.ui-select-dropdown {
    z-index: 401;
}

.op-low.disabled, .op-low[disabled] {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

#beneficiaryhome {
    margin-bottom: 20px;
}

.btn-flat-primary {
    font-weight: bold;
    text-align: center;
    background-color: #0C71B9;
    color: white;
}

    .btn-flat-primary:hover,.btn-flat-primary:focus {
        background-color: #0C5D97;
        color: white;
    }

.btn-flat-success {
    font-weight: bold;
    text-align: center;
    background-color: #079246;
    color: white;
}

    .btn-flat-success:hover,btn-flat-success:focus {
        background-color: #09763B;
        color: white;
    }

.btn-flat-danger {
  font-weight: bold;
    text-align: center;
    background-color: #C1282D;
    color: white;
}

    .btn-flat-danger:hover,.btn-flat-danger:focus {
        background-color: #C1282D;
        color: white;
    }

.nav-custom > li {
    float: left;
    margin-bottom: -1px;
    width: 33.33%;
    text-align: center;
}

.custom-footer {
    margin: 50px 100px 50px 100px;
    min-height: 0px;
    background-color: white;
    background-color: transparent;
}

.custom-button {
    content: "";
    border-color: transparent #C61C2C;
    border-style: solid;
    border-width: .7em 0 .7em .9em;
    display: block;
    height: 60px;
    width: 100.5%;
    left: -1px;
    top: 98%;
    position: absolute;
    background-color: green;
}

* {
    font-family: 'Montserrat';
}

html,
body {
    font-family: 'Montserrat';
}

@media only screen and (max-width: 767px) {
    .container1 {
        margin: 10px;
    }

    .custom-footer {
        margin: 10px;
    }

    .witharrow::before {
        margin-top: -25px;
    }

    .barHeader {
        padding-top: 140px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .nav-tabs > li {
        float: none;
    }

    .nav-tabs.centered, .nav-pills.centered {
        text-align: start;
    }
}

.pointer{
    cursor: pointer;
}

.form-check [type="radio"]:checked, .form-check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .form-check [type="radio"]:checked + label, .form-check [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .form-check [type="radio"]:checked + label:before, .form-check [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .form-check [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


        .form-check [type="radio"]:checked + label:after, .form-check [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #ff0000;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.form-check [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form-check [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.border-Company{
    float: none;
    margin: 0 auto;
    background-color: #c61c2c;
  
}
.field-required
{
    color:#de3e3e
}
.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon
 {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 0px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 0px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
/*.container:before,*/
/*.witharrow:before,*/
.nav-tabs > li:after,
/*.container:after,
.container-fluid:before,
.container-fluid:after,*/
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
/*.navbar:before,
.navbar:after,*/
.navbar-header:before,
.navbar-header:after,
/*.navbar-collapse:before,
.navbar-collapse:after,*/
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
/*.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
/*.navbar:after,*/
navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}