﻿body {
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.nav {
    margin-left: 10px
}
.nav > li > a {
    padding: 15px 12px;
}

.body-content .page-header, .body-content .page-header h1 {
    margin: 3px 0px 5px;
    border: none;
}
/*modal box*/
.modal-header {
    background-color: #f2f2f2;
    color: #333;
    padding: 5px;
}

/*modal boxIssue-Details-Guide*/

.color-open {
    color: #78b989;
}

.color {
    color: #aaa;
}

/*customer-list search input group*/
.float {
    float: left !important;
}

/*panel-group heading(customer-name) */
.star {
    color: #f6732b;
}
/*panel-body (service-status)*/
.panel-background {
    background-color: #d9edf7;
}

.margin-top--10 {
    margin-top: -10px;
}
/*dropdown-header z-index*/
.dropdown-menu {
    z-index: 3000;
}
/*** Page Header ST ***/
.header-nav {
    background-color: #333333;
    border-color: #20394f;
    /*border-bottom: 4px solid #f6732b;*/
    margin-top: 0px;
    padding-bottom: 0px;
}
/*** Page Header EN ***/


/*** Tabstyle ST ***/
.tabstyle1 .ajax__tab_header {
    line-height: 0px;
    margin-bottom: -1px;
}

    .tabstyle1 .ajax__tab_header a.ajax__tab_tab {
        padding: 8px 10px;
        line-height: 16px;
        background-color: #e4e4e4;
        border: 1px solid #797979;
        margin-right: 3px;
        font-size: 14px;
        color: #333333;
    }

.tabstyle1 .ajax__tab_active a.ajax__tab_tab {
    background-color: #fff;
    color: #333333;
    border-color: #797979;
    border-bottom: #ffffff;
}

.tabstyle1 .ajax__tab_body {
    background-color: #fff;
    border: 1px solid #797979;
    /*padding: 20px 10px;*/
    padding: 20px 25px;
    min-height: 400px;
    min-width: 870px;
    overflow-x: scroll;
}


/*** Tabstyle EN ***/

#servicesinfo {
    padding-bottom: 20px;
    z-index: 1000;
    background: #fff;
    /*border-bottom: 1px solid #ddd;*/
}



.interaction-data {
    border: 1px solid #d6d6d6;
    padding: 8px 10px 0;
    margin-bottom: 10px;
    background-color: #efefef;
}

    .interaction-data .interaction-details {
        margin: 0 -10px;
        padding: 10px;
        background-color: #FFF;
    }

    .interaction-data:before {
        content: " ";
        background: #FFF;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #AAA;
        margin-left: -20px;
        position: absolute;
    }

.interaction-typeicon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #AAA;
    border-radius: 20px;
    text-align: center;
    font-size: 20px !important;
    padding: 10px;
    color: #F6732B;
}

    .interaction-typeicon:hover {
        color: #F6732B;
        text-decoration: none;
    }

.interactiontype-Comments {
    background: url(/Images/comment.gif) no-repeat center;
}

.interactiontype-email {
    background: url(/Images/email.gif) no-repeat center;
}

.interactiontype-SMS {
    background: url(/Images/sms.gif) no-repeat center;
}

.interactiontype-Call {
    background: url(/Images/call.gif) no-repeat center;
}

.interactiontype-Escalate {
    background: url(/Images/escalate.gif) no-repeat center;
}

.interactiontype-Task {
    background: url(/Images/IssueType/Task.gif) no-repeat center;
}


.clear-both {
    clear: both;
}

/*input, textarea, button {
            margin-top: 10px;
        }*/

/* Required field START */

.required-field-block {
    position: relative;
}

    .required-field-block .required-icon {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25em 0.25em 0em;
        background-color: #E8E8E8;
        border-color: #E8E8E8;
        padding: 0.5em 0.8em;
        color: rgba(0, 0, 0, 0.65);
        text-transform: uppercase;
        font-weight: normal;
        border-radius: 0.325em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        transition: background 0.1s linear;
        font-size: 75%;
    }

    .required-field-block .required-icon {
        background-color: transparent;
        position: absolute;
        top: 0em;
        right: 0em;
        z-index: 10;
        margin: 0em;
        width: 30px;
        height: 30px;
        padding: 0em;
        text-align: center;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .required-field-block .required-icon:after {
            position: absolute;
            content: "";
            right: 1px;
            top: 1px;
            z-index: -1;
            width: 0em;
            height: 0em;
            border-top: 0em solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 0em solid transparent;
            border-right-color: inherit;
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }

        .required-field-block .required-icon .text {
            color: #B80000;
            font-size: 26px;
            margin: -3px 0 0 12px;
        }
/* Required field END */

/*abhishek-css for guide*/
#website {
    /*background-color:#e74c3c;*/
    background-color: #fff;
    color: white;
}

.website-tab {
    background-color: #e74c3c;
    color: white;
}

.email-tab {
    background-color: #f39c12;
    color: white;
}

.call-tab {
    background-color: #f1c40f;
    color: white;
}

.sms-tab {
    background-color: #00B16A;
    color: white;
}

.branch-tab {
    background-color: #3498db;
    color: white;
}

.tab-content .tab-pane {
    padding: 60px 16px;
    min-height: 400px;
    /*height: 200px;*/
    /*max-height: 300px;*/
}

.selection-tab .mod-title {
    font-size: 24px;
    line-height: 26px;
    color: #429ad8;
    margin: 0 0 20px 0;
    text-align: center;
}

.selection-tab .option-item-wrap {
    text-align: left;
    /*margin: 0;
    padding: 0;*/
    list-style: none;
}

    .selection-tab .option-item-wrap .option-item {
        font-size: 15px;
        line-height: 18px;
        color: #20394f;
        margin-bottom: 20px;
        position: relative;
    }

.selection-tab .count-wrap {
    width: 24px;
    height: 24px;
    color: #428bca;
    border: 1px solid #428bca;
    float: left;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}

.selection-tab span {
    overflow: hidden;
    display: block;
}

.selection-tab .option-item-wrap .option-item ul {
    margin: 15px 0 0 35px;
}

    .selection-tab .option-item-wrap .option-item ul li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
        padding-left: 22px;
        background: url("/assets/bi/images/ServicesV4/common-sprite.png") no-repeat 0 -126px transparent;
        list-style: none;
    }

ul li > span {
    line-height: 1.5;
}

.tab-pane a:hover {
    text-decoration: none;
}

.fa-mobile-phone, .fa-link, .fa-phone:before, .fa-at:before {
    padding-right: 5px;
    border-right: 2px solid white;
}

a.fa {
    font-size: 18px;
}



/*** Issue Details ST ***/
.issue-blocks {
    border: 1px solid #aeaeae;
}

.issue-block1 {
    padding: 10px;
}

.issue-block2 {
    background: #484848;
    margin-bottom: 10px;
}

    .issue-block2 .breadcrumb {
        margin: 0;
        background: #484848;
        color: #FFFFFF;
        padding: 7px 15px;
    }
/*** Issue Details EN ***/


/*** Custom style ST ***/
.panel, .btn-group .btn {
    /*border-radius: 0 !important;*/
}
/*** Custom style EN ***/
.modal-header .close {
    opacity: 1 !important;
    color: #FF0000;
    border: 3px solid #333;
    padding: 8px 10px;
    font-weight: 200;
    line-height: 12px;
}

/*** MY  Isuues ST ***/
.panel-info > .panel-heading,
.create-new .panel-info > .panel-heading {
    color: #fff;
    background-color: #484848;
    border-color: #484848;
    border-radius: 0px;
}

.panel-info {
    border-color: #484848;
}

a > .panel-title, a > .panel-title:hover {
    color: #fff;
    text-decoration: none;
}

.my-issue .panel-info, .create-new .panel-info {
    border-color: #484848;
}

.my-issue input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
}

.my-issue a {
    text-decoration: none;
    color: #333;
}

.label-default {
    font-size: 12px;
}

.my-issue .btn {
    color: #fff;
    background-color: #484848;
    border-color: #484848;
    border-radius: 0px;
}
/***MY  Isuues EN***/

.btn-primary {
    /*background-color:#333 !important;
    border-color:#333!important;
    border-radius:0px!important;*/
}

    .btn-primary:hover, .btn-primary:focus {
        /*background-color:#444444;
    border-color:#444444;*/
    }

.close .fa-times {
    font-size: 14px;
    font-weight: 500;
}

.close .fa-minus, .close .fa-clone {
    visibility: hidden;
}

.modalMinimize {
    margin-right: 5px;
    background: url('/assets/bi/images/minmize.png')no-repeat !important;
    background-size: contain !important;
    border: none !important;
}

.radioTabs input[type=radio]:checked + label {
    background-color: #333333;
    color: white;
}

.table thead > tr > th > a:hover, .table td a, .table td a:hover {
    color: #344644;
    text-decoration: none;
}
/***Create New ST***/
.create-new a, .create-new a:hover {
    color: #fff;
    text-decoration: none;
}

.glyphicon-edit, .glyphicon-edit:hover {
    color: #484848 !important;
}

.search select, .search select:hover, .search select:focus, .search select:active, .search a.btn {
    background-color: #333333;
    border-color: #333;
}
/***Create New EN***/



/* Bootstrap SWITCH ST */
.bootstrap-switch {
    -webkit-box-shadow: 0px 2px 3px 2px rgba(213,213,213,1) !important;
    -moz-box-shadow: 0px 2px 3px 2px rgba(213,213,213,1) !important;
    box-shadow: 0px 2px 3px 2px rgba(213,213,213,1) !important;
}

    .bootstrap-switch:hover,
    .bootstrap-switch.bootstrap-switch-focused {
        -webkit-box-shadow: 0px 2px 3px 2px rgba(172,172,172,1) !important;
        -moz-box-shadow: 0px 2px 3px 2px rgba(172,172,172,1) !important;
        box-shadow: 0px 2px 3px 2px rgba(172,172,172,1) !important;
    }

/* SRP Switch ST */
.srs_header .bootstrap-switch,
.srs_header .bootstrap-switch:hover,
.srs_header .bootstrap-switch.bootstrap-switch-focused {
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,1) !important;
    -moz-box-shadow: 0px 2px 3px 2px rgba(0,0,0,1) !important;
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,1) !important;
}

.bi_form .bootstrap-switch {
    margin-top: 8px !important;
}

/* Bootstrap SWITCH ST */
.bootstrap-switch {
    -webkit-box-shadow: 0px 2px 3px 2px rgba(213,213,213,1) !important;
    -moz-box-shadow: 0px 2px 3px 2px rgba(213,213,213,1) !important;
    box-shadow: 0px 2px 3px 2px rgba(213,213,213,1) !important;
}

    .bootstrap-switch:hover,
    .bootstrap-switch.bootstrap-switch-focused {
        -webkit-box-shadow: 0px 2px 3px 2px rgba(172,172,172,1) !important;
        -moz-box-shadow: 0px 2px 3px 2px rgba(172,172,172,1) !important;
        box-shadow: 0px 2px 3px 2px rgba(172,172,172,1) !important;
    }

/* SRP Switch ST */
.srs_header .bootstrap-switch,
.srs_header .bootstrap-switch:hover,
.srs_header .bootstrap-switch.bootstrap-switch-focused {
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,1) !important;
    -moz-box-shadow: 0px 2px 3px 2px rgba(0,0,0,1) !important;
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,1) !important;
}

/* SRP Switch EN */
.bootstrap-switch > div span {
    font-size: 13px !important;
}

.bootstrap-switch .bootstrap-switch-label {
    display: none !important;
}

.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: 0px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dgrey,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dgrey {
    background: #28acb8;
    color: #fff;
}

.bootstrap-switch-on .bootstrap-switch-handle-off.bootstrap-switch-dgrey,
.bootstrap-switch-off .bootstrap-switch-handle-on.bootstrap-switch-dgrey {
    background: #fff !important;
    color: #000 !important;
}

/* Bootstrap SWITCH EN */
/* Form Shadow EN */


/* SRP Switch EN */
.bootstrap-switch > div span {
    font-size: 13px !important;
}

.bootstrap-switch .bootstrap-switch-label {
    display: none !important;
}

.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: 0px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dgrey,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dgrey {
    background: #28acb8;
    color: #fff;
}

.bootstrap-switch-on .bootstrap-switch-handle-off.bootstrap-switch-dgrey,
.bootstrap-switch-off .bootstrap-switch-handle-on.bootstrap-switch-dgrey {
    background: #fff !important;
    color: #000 !important;
}
/* Bootstrap SWITCH EN */


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

li.dropdown-submenu .caret {
    display: none !important;
}


table.dataTable thead .sorting {
    background-image: url('/assets/bi/images/sort_both.png') !important;
}

table.dataTable thead .sorting_asc {
    background-image: url('/assets/bi/images/sort_asc.png') !important;
}

table.dataTable thead .sorting_desc {
    background-image: url('/assets/bi/images/sort_desc.png') !important;
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url('/assets/bi/images/sort_asc_disabled.png') !important;
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url('/assets/bi/images/sort_desc_disabled.png') !important;
}

/* Persistency Dashboard ST */
.panel_buttons .panel-heading {
    padding: 5px 15px;
}
    .panel_buttons .panel-heading h4 {
        padding: 8px 0;
    }
/* Persistency Dashboard EN */