/*** write your custom css ***/
::-webkit-scrollbar {
    width:0.5em;
}
/*::-webkit-scrollbar-track {
}*/
::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    outline: 1px solid slategrey;
    border-radius: 5px;
}
html {
    min-height: 100%;
    position: relative;
}
body {
    height: 100%;
    min-height: 100% !important;
    background-color: #ffffff;
    padding: 0 !important;
    font-family: 'source_sans_proregular' !important;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover, a:active, a:visited {
    text-decoration: none;
}
textarea {
    resize: vertical;
    max-height: 300px;
    min-height: 200px;
}
#overlay-body {
    display: none;
    opacity: 0;
    filter: alpha(opacity=20);
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
}
#spinner {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 10000;
    overflow: hidden;
}
/*Add Spacing Top and bottom*/
.clear {
    clear: both;
    float: none;
}
.clear5 {
    height: 5px;
}
.clear10 {
    height: 10px;
}
.clear20 {
    height: 20px;
}
.clear30 {
    height: 30px;
}
.clear40 {
    height: 40px;
}
.clear50 {
    height: 50px;
}
.clear60 {
    height: 60px;
}
.clear70 {
    height: 70px;
}
.clear80 {
    height: 80px;
}
.clear90 {
    height: 90px;
}
.clear100 {
    height: 100px;
}
/*Add Spacing Top and bottom*/

/*Padding*/
.pad-0 {
    padding: 0 !important;
}
.pad-15 {
    padding: 15px;
}
.pad-30 {
    padding: 30px;
}
.pad-rt0 {
    padding-right: 0 !important;
}
.pad-rt5 {
    padding-right: 5px !important;
}
.pad-rt10 {
    padding-right: 10px !important;
}
.pad-rt15 {
    padding-right: 15px !important;
}
.pad-rt20 {
    padding-right: 20px !important;
}
.pad-rt25 {
    padding-right: 25px !important;
}
.pad-rt30 {
    padding-right: 30px !important;
}
.pad-lt0 {
    padding-left: 0 !important;
}
.pad-lt5 {
    padding-left: 5px !important;
}
.pad-lt10 {
    padding-left: 10px !important;
}
.pad-lt15 {
    padding-left: 15px !important;
}
.pad-lt20 {
    padding-left: 20px !important;
}
.pad-lt25 {
    padding-left: 25px !important;
}
.pad-lt30 {
    padding-left: 30px !important;
}
.pad-tp0 {
    padding-top: 0 !important;
}
.pad-tp10{
    padding-top: 10px !important;
}
.pad-tp15{
    padding-top: 15px !important;
}
.pad-tp20{
    padding-top: 20px !important;
}
.pad-tp30{
    padding-top: 30px !important;
}
.pad-bt0 {
    padding-bottom: 0 !important;
}
.pad-bt15 {
    padding-bottom:15px !important;
}
.pad-bt20 {
    padding-bottom:20px !important;
}

/*Margin*/
.margin-0-auto {
    margin: 0 auto !important;
}
.margin-0 {
    margin: 0 !important;
}
.margin-tp0 {
    margin-top: 0 !important;
}
.margin-tp5 {
    margin-top: 5px !important;
}
.margin-tp10 {
    margin-top: 10px !important;
}
.margin-tp15 {
    margin-top: 15px !important;
}
.margin-tp20 {
    margin-top: 20px !important;
}
.margin-tp25 {
    margin-top: 25px !important;
}
.margin-tp30 {
    margin-top: 30px !important;
}
.margin-bt0 {
    margin-bottom: 0 !important;
}
.margin-bt5 {
    margin-bottom: 5px !important;
}
.margin-bt10 {
    margin-bottom: 10px !important;
}
.margin-bt15 {
    margin-bottom: 15px !important;
}
.margin-bt20 {
    margin-bottom: 20px !important;
}
.margin-bt25 {
    margin-bottom: 25px !important;
}
.margin-bt30 {
    margin-bottom: 30px !important;
}
.margin-lt0 {
    margin-left: 0 !important;
}
.margin-lt5 {
    margin-left: 5px !important;
}
.margin-lt10 {
    margin-left: 10px !important;
}
.margin-lt15 {
    margin-left: 15px !important;
}
.margin-lt20 {
    margin-left: 20px !important;
}
.margin-lt25 {
    margin-left: 25px !important;
}
.margin-lt30 {
    margin-left: 30px !important;
}
.margin-rt0 {
    margin-right: 0 !important;
}
.margin-rt5 {
    margin-right: 5px !important;
}
.margin-rt10 {
    margin-right: 10px !important;
}
.margin-rt15 {
    margin-right: 15px !important;
}
.margin-rt20 {
    margin-right: 20px !important;
}
.margin-rt25 {
    margin-right: 25px !important;
}
.margin-rt30 {
    margin-right: 30px !important;
}


/*Navigation Start*/

.navbar-nav{
    margin: 0 0 0 28px;
}

.navbar-default{
    background-color: #2fa9e0;
    border: 0px;
    margin-bottom: 0;
    border-radius: 0px;
}
.navbar-brand{
    width:53px;
    height: auto;
    padding: 6px 0;

}
.navbar-nav>li{
    font-size: 14px;
    margin-left: 12px;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color:  rgb(55, 159, 206, 0.8);
    color: #fff;
}
.navbar-default .caret{
    position: absolute;
    left: 45%;
    bottom: 6px;
}
.user_name{
    float: left;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 83px;
}
.user_photo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-top: -4px;
    z-index: 5;
    position:absolute;
}
.user_photo img{
    position:absolute;
    top:0;
}
.message-box{
    background: #2fa9e0;
    text-align: center;
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 0 5px;
    margin: 0px;
    height: 17px;
}
.box-border{
    border: 1px solid #e5e5e5;
    padding: 15px;
}
/*Navigation End*/

/*Dashboard Tabs Start*/
.pn-ProductNav_Wrapper{
    border-bottom: 1px solid #eeeeee;
    min-height: 60px;
}
#pnProductNavContents a span{
    margin-left:10px;
}
#pnProductNavContents a {
    color: #686868;
    text-decoration: none;
    padding: 20px;
    font-size: 14px;
    border: 0px;
    background: none;
    background-position: 0 center;
}
#pnProductNavContents a:first-child {
    padding-left: 0px;
}
#pnProductNavContents a:hover, #pnProductNavContents a.active{
    background-position: 0 center;
    color: #5eb9f6;
}
#pnProductNavContents i {
    margin-right: 6px;
}

/*Knob Style Start*/
.rs-range-color  {
    background-color: #2cb058;
}
.rs-path-color  {
    background-color: #dddddd;
}
/*.passive-knob .rs-range-color, .passive-knob .rs-handle  {
    background-color: #fcbd27;
}*/
.rs-handle  {
    background-color: #fff;
    padding: 3px;
    border: 2px solid #2cb058;
}
.rs-handle.rs-focus  {
    border-color: #33B5E5;
}
.rs-handle:after  {
    border-color: #fff;
    background-color: #fff;
}
.rs-border  {
    border-color: transparent;
}

/*Knob Style End*/


/*Dashboard Tabs End*/
hr{
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #dedede, #ccc);
}
.white-bg{
    background: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #dedede;
    border-radius: 0px;
}
.white-bg h3{
    font-size: 20px;
    color: #414141;
    margin:10px 0;
}
.white-bg h2{
    font-size: 19px;
    color: #333;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}

/*Fillters Starts*/
#dashboard-container{
    /*                background: #ddd;*/
    padding: 20px 25px 20px 0px;
    position: fixed;
    left: -254px;
    top: 40%;
    z-index: 99999;
    transition: all 0.5s ease;
    width: 268px;
    height: 107px;
    background: #fff;
    border: 1px solid #ddd;
}
.icon-fillters{
    background :url("../img/fillters.png") no-repeat center right #ddd;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -17px;
    top:37px;

}
#dashboard-container:hover{
    left: 0;
}
/*Fillters Ends*/



#print_command {
    cursor: pointer;
}
.ui-widget-header {
    border: 1px solid #3C8DBC;
    background: #3C8DBC;
}
.error {
    color: #ff0000;
}
.ui-dialog {
    box-shadow: 0px 10px 60px 10px rgba(0,0,0,0.75);
}
.content-wrapper, .right-side {
    min-height: 100%;
    z-index: 800;
    background: none !important;
}
.btn-primary {
    background-color:#2fa9e0;
    color: #ffffff;
    border-color: #26a9e4;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
    background-color: #0e91cc;
    border-color: #0e91cc;
}
.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #e7e7e7 !important;
    color: #444;
}
#footer {
    min-height: 50px;   /* Height of the footer */
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    text-align: center;
    background: #33a9e0;
    color: white;/*    text-shadow: 0px 0px 1px #000;*/
}
#footer a {
    color: white;/*    text-shadow: 0px 0px 1px #000;*/
}
div#overlay-body {
    display: none;
    opacity: 0.7;
    filter: alpha(opacity=20);
    /*    background-color: rgba(255,255,255,0.5);*/
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
}
div#spinner {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 10000;
    overflow: auto;
}
.inactive-element {
    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
}
.bg-dark-gray {
    background-color: #ededed !important;
}
.bg-lwhite {
    background-color: #fff !important;/*    background-color: #F9F9F9 !important;*/
}
/*copy form (_all-skins.min.css)*/
.hide_column {
    display : none
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background: #082648 url("../images/bg_num1.jpg") repeat-x scroll top;
}
/*copy form (_all-skins.min.css)*/
.left-panel {
    position: absolute;
    top: 0;
    width: 220px;
    padding: 5px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: inherit;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: none;
}
.content-header {
    background: #082648 none repeat scroll 0 0 !important;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    opacity: 9;
    padding: 10px;
    position: relative;
}
.content-header > h1 {
    font-size: 24px;
    margin: 0;
    color: #fff;
}
.main-footer {
    padding: 15px;
    color: #444;
    border-top: 1px solid #082648;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    float: left;
    padding: 8px 10px;
    width: 100%;
    /*border-radius-left: 4px;*/
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}
/*.table > thead > tr > .table > tbody > tr > .table > tfoot > tr > .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #f4f4f4;
}
.table-hover > tbody > tr:hover {
    background-color: #f3f3f3;
}
.table tr:nth-child(2n+1) {
    background: #dee4e5;
}*/
.modal-content{
    padding: 15px 30px;
}
/* blocks */
.block {
    margin-top: 35px;
    float: left;
    width: 100%;
    position: relative;
    /*    border-radius: 4px;*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.block .header, .block .content, .block .footer, .block .toolbar, .block .header.header-default, .block .content.content-default, .block .toolbar.toolbar-default, .block .footer.footer-defaut {
    background: #fff;
    float: left;
    width: 100%;
}
.block-white .header, .block-white .content, .block-white .footer, .block-white .toolbar, .block .header.header-white, .block .content.content-white, .block .toolbar.toolbar-white, .block .footer.footer-white {
    background: rgba(255, 255, 255, 0.2);
}
.block-transparent .header, .block-transparent .content, .block-transparent .footer, .block-transparent .toolbar, .block .header.header-transparent, .block .content.content-transparent, .block .toolbar.toolbar-transparent, .block .footer.footer-transparent {
    background: transparent;
}
.block-fill-white .header, .block-fill-white .content, .block-fill-white .footer, .block-fill-white .toolbar, .block .header.header-fill-white, .block .content.content-fill-white, .block .toolbar.toolbar-fill-white, .block .footer.footer-fill-white {
    background: #FFF;
    color: #333;
}
.block .header, .block .footer, .block .toolbar {
    height: 50px;
    padding: 10px;
}
.block .header {
    height: 40px;
    padding: 5px 10px;
}
.block .toolbar {
    margin: 1px 0px;
}
.block.header-clean .header {
    background: transparent;
    padding-top: 0px;
    height: 30px;
}
.block .header h2, .block .head h2 {
    font-size: 19px;
    color: #333;
    /*    text-shadow: 0px 0px 1px #000;*/
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.block-fill-white .header h2, .block-fill-white .head h2, .block-fill-white .head .head-subtitle, .block-fill-white .head {
    color: #373e52;
    /*    text-shadow: 0px 0px 1px #000;*/
    font-weight: bold;
}
/*.block .content {
padding: 10px;
}*/
.block .content.controls {
    padding: 0px 0px 10px 0px;
}
.block .footer, .block .header, .block .toolbar, .block .head, .block .header h2, .block .head h2 {
    line-height: 30px;
}
.block .buttons {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 2px;
    float: left;
}
.block .buttons > li {
    display: block;
    float: left;
}
.block .buttons > li > a {
    color: #FFF;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
    margin-left: 10px;
}
.block .buttons > li > a [class^='icon-'] {
    font-size: 14px;
}
.block .buttons > li > a:hover, .block .buttons > li.open > a {
    opacity: 1;
    filter: aplha(opacity=100);
}
.block .buttons .dropdown-menu-top {
    left: auto;
    right: 0px;
}
.block-fill-white .buttons > li > a {
    color: #333;
    text-shadow: none;
}
.block .head {
    padding: 8px 10px;
    float: left;
    width: 100%;
}
.head-subtitle {
    font-size: 11px;
    color: #DDD;
    float: left;
    line-height: 13px;
    margin-bottom: 5px;
    width: 100%;
}
.block .head-panel {
    width: 100%;
    float: left;
    margin: 30px 0px 0px;
    position: relative;
}
.block .head-panel .hp-info {
    margin-left: 20px;
    position: relative;
}
.block .head-panel .hp-info:first-child {
    margin-left: 0px;
}
.block .head-panel .hp-info.hp-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.block .head-panel .hp-info .hp-icon {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 24px;
}
.block .head-panel .hp-info .hp-main, .block .head-panel .hp-info .hp-sm {
    display: block;
    float: left;
    margin-left: 27px;
    clear: both;
    line-height: 14px;
}
.block .head-panel .hp-info .hp-main {
    font-size: 14px;
    margin-top: 2px;
}
.block .head-panel .hp-info .hp-sm {
    font-size: 11px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-top: 3px;
    text-align: center;
}
.block .head-panel .hp-info .hp-sm .progress {
    margin: 3px 0px 2px;
}
.block .head-panel .hp-info.hp-one {
    margin-top: 6px;
}
.block .head-panel .hp-info.hp-one .hp-icon {
    font-size: 16px;
    top: -3px;
}
.block .head-panel .hp-info.hp-one .hp-main {
    font-size: 12px;
    margin-left: 21px;
    margin-top: 6px;
}
.block .head-panel .hp-info.hp-simple {
    margin-left: 10px;
}
.block .head-panel .hp-info.hp-simple .hp-main {
    margin-left: 0px;
    font-size: 11px;
    font-weight: bold;
}
.block .head-panel .hp-info.hp-simple .hp-sm {
    margin-left: 0px;
}
.block .head-panel .hp-info.hp-inline {
    width: 100%;
    margin-left: 0px;
}
.block .head-panel .hp-info.hp-inline .hp-main, .block .head-panel .hp-info.hp-inline .hp-sm {
    width: 100%;
    text-align: left;
}
.block .head-panel .side {
    float: left;
}
.block .head-panel .left_abs_100 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
}
.block .head-panel .right_abs_100 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
}
.block .head .chart {
    float: left;
    width: 100%;
}
.block .user {
    padding: 10px;
    float: left;
    width: 100%;
    position: relative;
}
.block .user .info {
    margin: 0px auto;
    width: 100px;
}
.block .user .info .informer {
    position: absolute;
    font-size: 9px;
    text-align: center;
    line-height: 14px;
}
.block .user .info .informer.informer-one {
    left: 10px;
    top: 10px;
}
.block .user .info .informer.informer-two {
    right: 10px;
    top: 10px;
}
.block .user .info .informer.informer-three {
    left: 10px;
    bottom: 10px;
}
.block .user .info .informer.informer-four {
    right: 10px;
    bottom: 10px;
}
.block .user .info .informer span {
    font-size: 12px;
    font-weight: bold;
    display: block;
}
.block .user .user-change {
    position: relative;
}
.block .user .user-change-button {
    width: 96px;
    height: 96px;
    font-size: 32px;
    line-height: 96px;
    color: #FFF;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    text-align: center;
    display: none;
    cursor: pointer;
}
.block .user .user-change:hover .user-change-button {
    display: block;
}
.block .user-change-row {
    display: none;
}
/*div > .block:last-child{margin-bottom: 0px;}*/
.contact-images images {
    margin-bottom: 5px;
}

/* iCheck plugin Minimal skin, black */
.icheckbox_minimal, .iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.7) url(iCheck/minimal/minimal.png) no-repeat;
    border: none;
    cursor: pointer;
}
.icheckbox_minimal {
    background-position: 0 0;
}
.icheckbox_minimal.hover {
    background-position: -20px 0;
}
.icheckbox_minimal.checked {
    background-position: -40px 0;
}
.icheckbox_minimal.disabled {
    background-position: -60px 0;
    cursor: default;
}
.icheckbox_minimal.checked.disabled {
    background-position: -80px 0;
}
.iradio_minimal {
    background-position: -100px 0;
}
.iradio_minimal.hover {
    background-position: -120px 0;
}
.iradio_minimal.checked {
    background-position: -140px 0;
}
.iradio_minimal.disabled {
    background-position: -160px 0;
    cursor: default;
}
.iradio_minimal.checked.disabled {
    background-position: -180px 0;
}
.pace .pace-progress {
    background: #00c0ef;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.pace-inactive {
    display: none;
}
.small-box2>.inner {
    padding: 35px;
}
.small-box2 {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 23px;
}
.bg-aqua2 {
    background-color: #00c0ef !important;
    margin: 0;
}
.small-box2 h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px -17px;
    white-space: nowrap;
    padding: 0;
}
.small-box2 .icon {
    font-size: 59px;
    color: rgba(0, 0, 0, 0.15);
}
.small-box2 p>small2 {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px
}
.small-box2 .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15)
}
.small-box2:hover {
    text-decoration: none;
    color: #f9f9f9
}
.small-box2:hover .icon {
    font-size: 95px
}

/* draggable targets */
[data-draggable="target"] {
    height:20.5em;
    overflow-y:auto;
    margin:0 0.5em 0.5em 0;
    padding:0.6em;
    border:2px dashed #888;
    border-radius:0.5em;
    color:#555;
}
/* drop target state */
[data-draggable="target"][aria-dropeffect="move"] {
    border-color:#68b;
    background:#fff;
}
/* drop target focus and dragover state */
[data-draggable="target"][aria-dropeffect="move"]:focus, [data-draggable="target"][aria-dropeffect="move"].dragover {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #68b;
}
/* draggable items */
[data-draggable="item"] {
    display:block;
    list-style-type:none;
    margin:0 0 2px 0;
    padding:0.2em 0.4em;
    border-radius:0.2em;
    line-height:1.3;
}
/* items focus state */
[data-draggable="item"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px #68b, inset 0 0 0 1px #ddd;
}
/* items grabbed state */
[data-draggable="item"][aria-grabbed="true"] {
    background:#8ad;
    color:#fff;
}
.red-border {
    border: 1px solid red;
}
.green-border {
    border: 1px solid green;
}
/* callout */
.callout {
    margin: 0 0 20px 0 !important;
    padding: 15px 30px 15px 15px !important;
    border-left: 5px solid #eee !important;
}
.callout h4 {
    margin-top: 0 !important;
}
.callout p {
    color: #000000 !important;
}
.callout p:last-child {
    margin-bottom: 0 !important;
}
.callout code, .callout .highlight {
    background-color: #fff !important;
}
.callout.callout-danger {
    background-color: #fff !important;
    /*    background-color: #fcf2f2 !important;*/
    border-color: #dFb5b4 !important;
}
.callout.callout-warning {
    background-color: #fff !important;
    /*    background-color: #fefbed !important;*/
    border-color: #f1e7bc !important;
}
.callout.callout-info {
    background-color: #fff !important;
    /*    background-color: #f0f7fd !important;*/
    border-color: #d0e3f0 !important;
}
.callout.callout-promoter {
    background-color: #fff !important;
    /*    background-color: #DFF0D8 !important;*/
    border-color: #00A65A !important;
}
.callout.callout-danger h4 {
    color: #B94A48 !important;
}
.callout.callout-warning h4 {
    color: #C09853 !important;
}
.callout.callout-info h4 {
    color: #3A87AD !important;
}
.callout.callout-promoter h4 {
    color: #468847 !important;
}
.btn-xlg {
    padding: 30px;
    font-size: 26px;
    line-height: 0.8;
}
input[type=radio].css-checkbox {
    position: absolute !important;
    z-index: -1000 !important;
    left: -1000px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}
input[type=radio].css-checkbox + label.css-label {
    padding-left: 60px !important;
    height: 50px !important;
    display: inline-block !important;
    line-height: 50px !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    font-size: 50px !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    margin-left: 10px !important;
}
input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -51px !important;
}
label.css-label {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
label.css-label-1 {
    background-image: url(../images/radio-btn-1.png) !important;
}
label.css-label-2 {
    background-image: url(../images/radio-btn-2.png) !important;
}
label.css-label-3 {
    background-image: url(../images/radio-btn-3.png) !important;
}
label.nps-email-radio-label {
    font-size: 40px !important;
    vertical-align: middle !important;
}
.daterangepicker {
    /*background: rgba(255,255,255,0.8);*/
    box-shadow: 0px 0px 15px 0px #333;
}
.messages ul li {
    list-style: none;
}
.messages .messages-item {
    margin-bottom: 8px;
}
.messages .messages-item .messages-item-text {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #FFF;
    font-size: 14px;
    /*    background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;*/
    background: #6b888a;
    padding: 10px;
    position: relative;
    border-radius: 3px;
    width: 88%;
    float: right;
}
.messages .messages-item .messages-item-text::after {
    border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
    border-width: 6px;
    top: 14px;
    right: 100%;
    border: medium solid transparent;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
}
.messages .messages-item img {
    float: left;
    width: 40px;
    height: 42px;
}
.img-thumbnail {
    border: 0px solid rgba(0, 0, 0, 0.3);
    background: transparent none repeat scroll 0% 0%;
    padding: 0px;
}
.messages .messages-item .messages-item-date {
    color: #FFF;
    text-shadow: 0px 0px 1px #000;
    font-size: 11px;
    text-align: right;
    opacity: 0.5;
    margin-top: 5px;
    clear: both;
}
/*** nps summary ***/
.margin_top {
    margin-top: 10px;
}
.promot_pad {
    padding: 0 15px;
}
.piechartstyle {
    text-align: center;
    margin-top: 10px;
}
.large {
    font-size: 2em;
}
.nps-heading{
    font-family: 'hind_siliguriregular';
    color: #404045;
    font-size: 14px;
    margin: 0;
    height: 34px;
    text-align: left;
}
.nps-score{
    font-size: 24px;
    color: #a0a0a0;
    text-align: right;
}
.nps-score span{
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}
/*Panels*/
.widget-left {
    color: #2fa9e0;
    height: 86px;
    font-size: 25px;
    padding-top: 14px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.widget-right {
    text-align: left;
    line-height: 1.6em;
    margin: 0px;
    padding: 10px;
    /*	height: 60px;*/
    color: #999;
    font-weight: 300;
    font-size: 11pt;
    background: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.widget-right .text-muted {
    color: #9fadbb;
}
.widget-right .large {
    color: #5f6468;
    font-size:18px;
}
.panel-blue .widget-left {
    background: #30a5ff;
    color: #fff;
}
.widget-list{
    padding: 0;
    margin: 5px 0 0;
    list-style: none;
}
.widget-list li{
    display: inline-block;
    font-size:16px;
    font-family: 'source_sans_proregular';
    background: url('../img/promoter-b.png')0 5px no-repeat;
    padding:0 0 0 15px;
    margin-right: 10px;
}
.widget-list li.passive{
    background: url('../img/passive-b.png')0 5px no-repeat;
}
.widget-list li.detractor{
    background: url('../img/detractor-b.png')0 5px no-repeat;
}
.widget-list li a{
    color: #6a6a6a;
    display: block;
}
.widget-list li a:hover{
    text-decoration: none;
}
.panel-teal .widget-left {
    background: #1ebfae;
    color: #fff;
}
.panel-orange .widget-left {
    background: #ffb53e;
    color: #fff;
}
.panel-red .widget-left {
    background: #f9243f;
    color: #fff;
}
.panel-widget {
    background: #fff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .07);
    border-radius: 2px;
}
.easypiechart {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 10px auto;
}
.easypiechart .percent {
    display: block;
    position: absolute;
    font-size: 26px;
    top: 38px;
    width: 120px;
}
#easypiechart-blue .percent {
    color: #30a5ff;
}
#easypiechart-teal .percent {
    color: #00a65a;
}
#easypiechart-orange .percent {
    color: #ffb53e;
}
#easypiechart-red .percent {
    color: #ff0000;
}
.ion {
    margin-top: 28%;
}
.detracting_heading {
    color: #b13c2e;
    font-size: 20px;
    margin: 0 0 15px;
}
.promoting_heading {
    color: #008548;
    font-size: 20px;
    margin: 0 0 15px;
}
.info-box-number {
    font-size: 14px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.bg-red {
    background-color: #ff0000 !important;
}
.bg-green{
    background-color: #00a65a !important;
}
#footer a.pull-right {
    margin-right: 10px;
}
.left-panel {
    top: 0;
    width: 100%;
    position: relative;
    padding: 5px;
}
.reasonSelects {
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin-bottom: 10px;
}
.reasonSelects:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 0;
}
.reasonSelects .btn.btn-flat {
    width: 100%;
}
.feedbackBox {
    padding-left: 15px;
}
.nps-Details-btn {
    float: left;
    padding-left: 15px;
}
.nps-D-view #datePicker {
    height: 33px;
}
#segment_div .icheckbox_minimal {
    margin-right: 10px;
}
#brands-tab .form-group.has-success label, #productCategory-tab .form-group.has-success label {
    color: #333 !important;
}
#brands-tab .iradio_minimal, #productCategory-tab .iradio_minimal {
    margin-right: 5px;
}
#brands-tab .select-radio label, #productCategory-tab .select-radio label {
    margin: 7px 7px 0 0;
    font-weight: normal;
}
.next {
    float: right;
}
#product_skip {
    float: right;
    margin-right: 20px;
}
#selected_affinities_div, #selected_product_category_div, #selected_product_div {
    display: block;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-radius: 0px;
    color: black;
}
#campaign_wizard h3.box-title sub {
    font-weight: normal;
}
table.dataTable, #collapse_Luxury {
    overflow-x: scroll !important;
}
#ivr_wizard .ivr_RadioSelect .iradio_minimal {
    margin-right: 5px;
}
.campaign-pad {
    padding-left: 0;
}
.modal-header{
    border: 0px;
}
.modal-header .close{
    opacity:1;
}
.modal-title{
    color:#424242;
}
h4 .fa{
    margin-right: 5px;
}
.modal-sub-title{
    font-size: 13px;
    font-weight: normal;
}
/* popover styling start */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 271px;
    color: #797979;
    padding:0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 5px 10px rgba(0,0,0,0);
    line-break: auto;
}
.popover-title{
    font-size: 14px !important;
    color: #424242 !important;
    padding: 8px 14px !important;
    margin: 0 !important;
    background-color: #f7f7f7 !important;
    border-bottom: 0px !important;
    border-radius: 5px 5px 0 0 !important;
}
.popover-content {
    padding:5px 14px 5px;
}
/* popover styling ends */
/* Responsive CSS Starts */
@media screen and (max-width: 767px) {
    .mob-pad-0 {
        padding: 0 !important;
    }
    .mob-pad-rt-0 {
        padding-right: 0 !important;
    }
    .mob-pad-lt-0 {
        padding-left: 0 !important;
    }
    .mob-mar-0 {
        margin: 0 !important;
    }
    .mob-mar-rt-0 {
        margin-right: 0 !important;
    }
    .mob-mar-lt-0 {
        margin-left: 0 !important;
    }
    .mob-mar-tp-5{

        margin-top:5px;
    }
    .mob-mar-tp-10{

        margin-top:10px;
    }
    .mob-mar-bt-10{

        margin-bottom:10px;
    }
    #dashboard-menu-tabs-view{
        display: none;
        width: 200px;
        position: absolute;
        right: 0;
        background: #fff;
        z-index: 99;
        border: 1px solid #686868;
        border-right: 0px;
    }
    .tabs-toggle{
        text-align: right;
    }
    .tabs-toggle .navbar-toggle{
        float: none;
        border: 1px solid #2fa9e0;
    }
    .tabs-toggle .navbar-toggle .icon-bar{
        background-color: #2fa9e0;
    }
    .dashboard-menu-tabs a{
        float: none;
        border-bottom: 1px solid #686868;
    }
    .dashboard-menu-tabs a a{
        padding: 18px 0 25px;
    }
    .dashboard-menu-tabs a a img{
        float: left;
    }
    .tab-text{
        float: left;
    }

    .iradio_minimal.disabled {
        background-position: -160px 3px !important;
        text-align: center;
        cursor: default;
        min-height: 38px;
    }
    #footer a:last-child {
        float: none !important;
        margin-right: 0;
        display: block;
    }
    #footer a {
        text-align: center;
    }

    #footer a:after {
        content:" ";
        overflow:hidden;
        color:transparent;
        display: block;
        text-align: center;
    }
    .nps-Details-btn {
        float: none;
        padding-left: 15px;
    }
    .nps-D-view .col-xs-12 {
        margin-top: 10px;
    }
    #campaign_wizard .box-header>.box-tools, #customers_wizard .box-header>.box-tools, #ivr_wizard .box-header>.box-tools {
        position: inherit;
    }
    #email_wizard .col-xs-offset-1, #preview_template_id.col-xs-offset-1 {
        margin-left: 0;
    }
    #searchStoreResponse, #searchDate, #searchActivities, #searchSegment, #searchDate, #searchAgent, #searchDate {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .campaign-pad {
        margin-top: 10px;
    }
    .dataTables_wrapper > div.row > div {
        width: 100%;
    }
    .dataTables_paginate > ul.pagination > li {
        display: block;
    }
    .dataTables_paginate > ul.pagination > li:first-child, .dataTables_paginate > ul.pagination > li:last-child {
        display: inline-block;
    }
}
@media screen and (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
    .reasonSelects {
        padding-left: 0;
        padding-right: inherit;
        float: inherit;
        margin-bottom: inherit;
    }
    .reasonSelects:nth-child(2n+2) {
        padding-right: 0;
    }
    .reasonSelects .btn.btn-flat {
        width: inherit;
    }
    .feedbackBox {
        padding-left: 0;
    }
}
@media screen and (max-width: 992px) {
    .loopMobile {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .nps-D-view .col-sm-6 {
        margin-top: 10px;
    }
    .speedmeter {
        padding-top: 25px;
    }
    #gauge1, #gauge2, #gauge3 {
        padding-top: 30px;
    }
    #selected_affinities_div, #selected_product_category_div, #selected_product_div {
        margin-top: 15px;
    }
}
@media screen and (min-width: 992px) {
    .loopMobile {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .pad-pad-0{
        padding: 0;
    }
    .pad-mar-bt-10{
        margin-bottom: 10px;
    }
    .campaign-pad {
        padding-left: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal, .iradio_minimal {
        background-image: url('iCheck/minimal/minimal@2x.png');
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
/* Responsive CSS Ends */
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
    margin-left: 50px;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.active {
    transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}
.btn-toggle.active:before {
    opacity: .5;
}
.btn-toggle.active:after {
    opacity: 1;
}
.form-control{
    border-radius:0px;
}
.btn-flat{
    border-radius:0px;
}


/* Style Tabs Start */

.pn-ProductNav_Wrapper {
    position: relative;
    padding: 0 11px;
    box-sizing: border-box;
}

.pn-ProductNav {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    /* positioning context for advancers */
    position: relative;
    font-size: 0;
}
.js .pn-ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
}
.js .pn-ProductNav::-webkit-scrollbar {
    display: none;
}

.pn-ProductNav_Contents {
    float: left;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.pn-ProductNav_Contents-no-transition {
    transition: none;
}

.pn-ProductNav_Link {
    text-decoration: none;
    color: #888;
    font-size: 1.2rem;
    font-family: -apple-system, sans-serif;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid transparent;
    padding: 0 11px;
}
.pn-ProductNav_Link + .pn-ProductNav_Link {
    border-left-color: #eee;
}
.pn-ProductNav_Link[aria-selected="true"] {
    color: #111;
}

.pn-Advancer {
    /* Reset the button */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    /* Now style it as needed */
    position: absolute;
    top: 0;
    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0;
    transition: opacity .3s;
}
.pn-Advancer:focus {
    outline: 0;
}
.pn-Advancer:hover {
    cursor: pointer;
    background-color: #555;
}

.pn-Advancer_Left {
    left: 0;
    /*margin-left: 50px;*/
    padding: 0 15px;
}
[data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
    opacity: 1;
}

.pn-Advancer_Right {
    right: 0;
    /*margin-right: 50px;*/
    padding: 0 15px;

}
[data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
    opacity: 1;
}

.pn-Advancer_Icon {
    width:9px;
    height: 44px;
    fill: #bbb;
}

/*.pn-ProductNav_Indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: #f90;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}*/
.affix {
    width: 100%;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 99;
    transition: all 0.3s ease;
    padding:.3rem 1rem;
    background: white;
    border-bottom: 2px solid #eeeeee !important;
}
/* Style Tabs End */


/* data tables design */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: transparent;
    background-color: transparent;
    border: 0px;
    display: inline-block;
}
.pagination>li:first-child.previous>a, .pagination>li:first-child.previous>span{
    background: url("../img/previous-hover.png") center center no-repeat !important;
    text-indent: -9999px;
    border-radius: 50px;
    border:1px solid #3baee2;
    margin: 0 10px;
    border-top-left-radius:50px !important;
    border-bottom-left-radius:50px !important;
    padding: 7px 17px;
    width: 36px;
    height: 36px;
}
.pagination>li:first-child.disabled>a, .pagination>li:first-child.disabled>a:focus, .pagination>li:first-child.disabled>a:hover, .pagination>li:first-child.disabled>span, .pagination>li:first-child.disabled>span:focus, .pagination>li:first-child.disabled>span:hover{
    background: url("../img/previous.png") center center no-repeat !important;
    text-indent: -9999px;
    border-radius: 50px;
    border: 1px solid #979797;
    margin: 0 10px;
    border-top-left-radius:50px !important;
    border-bottom-left-radius:50px !important;
    padding: 7px 17px;
    width: 36px;
    height: 36px;
}
.pagination>li:last-child.next>a, .pagination>li:last-child.next>span{
    background: url("../img/next-hover.png") center center no-repeat !important;
    text-indent: -9999px;
    border-radius: 50px;
    border:1px solid #3baee2;
    margin: 0 10px;
    border-top-left-radius:50px !important;
    border-bottom-left-radius:50px !important;
    padding: 7px 17px;
    width: 36px;
    height: 36px;
}
.pagination>li:last-child.disabled>a, .pagination>li:last-child.disabled>a:focus, .pagination>li:last-child.disabled>a:hover, .pagination>li:last-child.disabled>span, .pagination>li:last-child.disabled>span:focus, .pagination>li:last-child.disabled>span:hover{
    background: url("../img/next.png") center center no-repeat !important;
    text-indent: -9999px;
    border-radius: 50px;
    border: 1px solid #979797;
    margin: 0 10px;
    border-top-left-radius:50px !important;
    border-bottom-left-radius:50px !important;
    padding: 7px 17px;
    width: 36px;
    height: 36px;
}
.pagination>li>a, .pagination>li>span{
    border-radius: 50px;
    border: 1px solid #979797;
    min-width: 36px;
    height: 36px;
    padding: 8px 8px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    background-color: #3baee2 !important;
    border-radius: 50px;
    border: 1px solid #3baee2;
    color: #fff !important;
    box-shadow: 0 0 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
    border: 0px;
    margin-left: 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #3baee2 !important;
    outline: none;
    border: 0px;
}
.paginate_button:focus{
    outline: none;
}
/* data tables design */
#footer a {
    color: #fff;
    font-family: 'hind_siligurisemibold';
    font-size: 15px;
    /* text-shadow: 0px 0px 1px #000; */
}
#footer a.pull-right {
    margin-right: 10px;
}

/*Model Style*/
.modal_name{
    color: #404045;
    font-size: 16px;
}
.modal_name span {
    color: #525252;
    font-size: 14px;
    margin-top: 6px;
    display: block;
}
.user-feedback{
    border-bottom: 1px solid #c1c1c1;
}
/*Model Style*/