﻿/***********modal new design*/
.detailpopup-mdl {
    border-bottom: 0;
    background: #D72B26;
    color: white;
    padding: 11px 25px;
}

/***********modal new design*/
.nav-red {
    height: 47px;
    background: #da291c;
}

.navbar {
    background: #FFF;
    height: 95px;
    /*border-bottom: 3px solid #E8E8E8;*/
}

.navbar-brand {
    padding: 0;
    height: 33px;
    line-height: 40px;
}

    .navbar-brand > img {
        margin-top: 47px;
        width: 120px;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #da291c;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.button-with-red-border {
    width: 200px;
    height: 40px;
    border: 2px solid red !important;
    border-radius: 6px;
    opacity: 1;
    color: red !important;
    background-color: white;
}


.midmarket-ordertype {
    border: 2px solid #dddddd;
    width: 379px;
    height: 288px;
    border-radius: 8px;
    font-size: 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 40px #00000029;
    border-radius: 10px;
    opacity: 1;
}

.midmarket-ordertype-images {
    display: block;
    margin: auto;
    padding-top: 80px;
}

.midmarket-ordertype-wide {
    /*width: 450px;*/
    /*height: 99px;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 6px 12px #00000029;*/
    border: 2px solid #C2C2C2;
    border-radius: 10px;
    opacity: 1;
    padding: 10px;
    cursor: pointer;
}

.midmarket-ordertype-wide-tick {
    /*width: 450px;*/
    /*height: 99px;*/
    background: url(../../images/selected-block.png) right top no-repeat !important;
    background-size: 40px !important;
    background-position: right -2px top -2px !important;
    /*box-shadow: 0px 12px 24px #00000029;*/
    border: 2px solid #1F1F1F;
    opacity: 1;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}


    .midmarket-ordertype-wide span, .midmarket-ordertype-wide-tick span {
        font-size: 12px;
        font-weight: 700;
    }

    .midmarket-ordertype-wide p, .midmarket-ordertype-wide-tick p {
        font-size: 12px;
        padding: 10px;
    }

    .midmarket-ordertype-wide img, .midmarket-ordertype-wide-tick img {
        cursor: pointer;
    }

.midmarket-ordertype-images-wide {
    width: 30px;
    height: 63px;
    background: transparent url('img/phone.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

/******* Upload file starts******/
    .midmarket-fileupload input[type=text] {
    width: 220px;
}

.midmarket-btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    background-color: #FFF;
    color: #5c5b5b;
    border-width: 1px;
    border-color: #999;
    height: 30px;
    padding-top: 5px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-weight: 500;
}

    .midmarket-btn-file:hover {
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        background-color: #FFF;
        color: #000000;
    }

    .midmarket-btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }
/******* Upload file ends******/

input[type=button].primary, input[type=submit].primary, button.primary {
    background-color: #DA291C;
    font-size: 14px;
}

    input[type=button].primary:hover, input[type=submit].primary:hover, button.primary:hover {
        background-color: #AF2217;
    }

.midmarket-ordertype {
    border: 2px solid #dddddd;
    width: 379px;
    height: 288px;
    border-radius: 8px;
    font-size: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 40px #00000029;
    border-radius: 10px;
    opacity: 1;
}

.validation-error-message:not(:empty) {
    background: url('/Images/alert.png') no-repeat;
    color: #DA291C !important;
    font-size: 14px !important;
    display: inline-block;
    padding-left: 25px;
    padding-top: 5px;
}

    .validation-error-message:not(:empty) span {
        color: #DA291C !important;
        font-size: 14px !important;
        display: inline-block;
    }

.midmarket-select-button {
    /*font-size: 16px;
    color: #d72b26;
    border: 1px solid #d72b26;
    width: 100%;
    display: inline-block;
    padding: 4px 0;
    margin: 9px 0;
    font-family: "TedNext-SemiBold";*/
    /*background: white;*/
    /*box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;*/
}

.black-section-header {
    background-color: #414042 !important;
    color: #FFFFFF;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px !important;
    padding: 8px 15px !important;
    width: 96%;
}

.bottomspace-row {
    padding-bottom: 10px;
}

.selected-device {
    border: 2px solid #1F1F1F;
    margin: 5px;
    border-radius: 8px;
    padding: 10px;
}

modal-dialog .h3 {
    text-align: left;
}

.devicegroup-container h3 {
    text-align: left;
    min-height: 50px;
}

.upload-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.tooltip-inner {
    max-width: 200px;
    padding: 10px;
    color: white;
    text-align: left;
    background-color: #414042;
    border-radius: 5px;
    border: solid 1px black;
}

.popover-body {
    padding: 5px 10px;
    color: white;
    background-color: #414042;
    border-color: #414042;
    border-radius: 5px;
    font-size: 13px;
}

.popover-body h3 {
    font-size: 11px;
}

    .popover-body a {
        color: white;
    }

        .popover-body a:hover {
            color: #0099EE
        }

.device-btn {
    font-size: 10px;
    text-align: left;
    padding-left: 3px;
    color: #414042;
    font-weight: 500;
}

.dropdown-menu.province {
    min-width: 60px;
}
    .dropdown-menu.province a:hover {
        color: #d72b26 !important;
    }
.modal-header.no-border {
    border-bottom: none;
}

span.view-section {
    float: right;
    font-size: 15px;
}

#PriceDetail img {
    max-width: 100%;
}

.red-border {
    border: 1px solid red !important;
}

label.outline-bold {
    border: 1px solid black !important;
    font-weight: 600;
    padding: 5px;
    margin-bottom: 0;
}
.atention-text-p {
    padding-top: 10px;
}

    .atention-text-p h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px;
        text-align: left;
        color: #212529;
        margin:auto;
    }

    .atention-text-p p {
    }

.bkClr-mn-p {
    background: #ffefcf;
    padding: 8px 5px;
    margin: 7px 20px;
    border: 1px solid #ffbf3f;
    border-radius: 5px;
}

input[type="text"].search-textbox {
    background: url('../../Images/search-icon.png') no-repeat #FFF;
    background-position: left center;
    padding-left: 30px !important;
    border: 1px solid #BBBDC0;
}

.grid-table {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

    .grid-table th {
        border: 1px solid #FFF;
        padding: 0 10px;
        font-size: 13px;
        background: #0A596D;
        color: white;
        font-size: 15px;
        height: 50px;
    }

    .grid-table th:first-child {
        border-top-left-radius: 6px;
    }

    .grid-table th:last-child {
        border-top-right-radius: 6px;
    }

    .grid-table td {
        border-bottom: 1px solid #cdcdcd;
        border-left: none;
        border-right: none;
        padding: 0px 10px;
        background: #FFF;
        height: 50px;
    }

    .grid-table tr.footer td {
        border: none;
        padding: 0 10px;
        font-size: 13px;
        background: #0A596D;
        color: white;
        font-size: 15px;
        height: 50px;
    }

.section-with-border {
    border: 1px solid #BBBDC0;
    padding: 15px;
    margin: 0 0 15px 0;
}
    .section-with-border label {
        color: #0A596D;
    }

    .section-white-bg {
        background-color: #FFF;
        padding: 15px;
    }

label.main-header {
    font-size: 26px;
    color: #414042;
    font-weight: 500;
}
label.section-header {
    color: #414042;
    font-weight: 500;
}
.dark-header {
    color:#FFF;
    background-color: #414042;
}
.rogers-green{
    color: #009857;
}

img.ui-datepicker-trigger {
    right: 20px !important;
}


.conti-pop-DeviceProtection {
    display: none;
}

    .conti-pop-DeviceProtection.intro {
        display: block;
        background: #383838 0% 0% no-repeat padding-box;
        position: fixed;
        z-index: 31;
        bottom: 0;
        width: 100%;
        padding: 15px 0;
        left: 0;
    }

.travel-int-Select {
    background: url(../../images/selected-block.png) right top no-repeat;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider starts */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D72B26; 
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #D72B26;
}

input:disabled + .slider {
    background-color: #ccc;
}

input:focus + .slider {
    box-shadow: 0 0 1px #D72B26;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

    .slider.round:before {
        border-radius: 50%;
    }


input:checked + input[type=hidden] + .slider {
    background-color: #D72B26;
}

input:disabled + input[type=hidden] + .slider {
    background-color: #ccc;
}

input:focus + input[type=hidden] + .slider {
    box-shadow: 0 0 1px #D72B26;
}

input:checked + input[type=hidden] + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}