/* @font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/CustomFont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
} */
.login-header .navbar-header {
    float: none;
}
.login-header .navbar-brand {
    float: none;
    height: auto;
}
.login-header .navbar-brand img {
    display: block;
    width: 200px;
    margin: 0 auto;
}
.login-widget .login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 400px;
}
.login-widget .panel-body {
    padding: 60px 30px 45px;
}
.login-widget .panel-heading {
    padding: 15px 15px;
}
.login-widget .panel-footer {
    padding: 1px 15px;
    color: #A0A0A0;
}
.login-widget .profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.login-widget .btn-cfl {
    color: #fff;
    background-color: #9c1c26 ;
    border-color: #9c1c26;
    transition: all 0.5s;
}
.login-widget .btn-cfl:hover,
.login-widget .btn-cfl:focus {
    background-color: #731a21 ;
    border-color: #731a21;
}
.product-header .navbar-header {
    float: left;
}
.product-header .navbar-brand {
    float: left;
    height: auto;
}
.product-header .navbar-brand img {
    width: 150px;
}
.product-header .navbar-nav li a {
    /*  padding: 10px 14px 10px; */
    margin-left: 0;
    margin-top: 0px;
    font-size: 14px;
    margin-right: 0;
    /*  width: 100%;*/
    border-radius: 4px;

}

.create-product-widget {
    /* Default Start */
    /* Default End */
}
/* .create-product-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.create-product-widget ul li {
  display: inline-block;
  position: relative;
  float: left;
}
.create-product-widget ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.create-product-widget ul li label {
  display: block;
  position: relative;
  font-weight: 400;
  padding: 5px 25px 5px 60px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.create-product-widget ul li:hover label {
  color: #333;
}
.create-product-widget ul li .check {
  display: block;
  position: absolute;
  border: 3px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 13px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.create-product-widget ul li:hover .check {
  border: 3px solid #333;
}
.create-product-widget ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.create-product-widget input[type=radio]:checked ~ .check {
  border: 3px solid #9c1c26;
}
.create-product-widget input[type=radio]:checked ~ .check::before {
  background: #9c1c26;
} */

.create-product-widget .panel-heading {
    padding: 20px 15px;
    font-size: 16px;
    background-color: #524f4f;
    border-color: #524f4f;
    color: #fff;
}
.create-product-widget .btn {
    min-width: 120px;
    min-height: 35px;
    text-transform: uppercase;
    font-size: 14px;
}
.create-product-widget .btn-cancel {
    color: #fff;
    background-color: #9c1c26 ;
    border-color: #9c1c26;
    transition: all 0.3s;
    margin-right: 20px;
}
.create-product-widget .btn-cancel:hover,
.create-product-widget .btn-cancel:focus {
    background-color: #731a21 ;
    border-color: #731a21;
}
.create-product-widget .btn-save {
    color: #fff;
    background-color: #5cb85c ;
    border-color: #5cb85c;
    transition: all 0.3s;
}
.create-product-widget .btn-save:hover,
.create-product-widget .btn-save:focus {
    background-color: #4cae4c ;
    border-color: #4cae4c;
}
.create-product-widget .select-box {
    width: 50%;
    position: relative;
}
.create-product-widget .select-box .caret {
    position: absolute;
    right: 25px;
    top: 12px;
}
.create-product-widget .select-box .selectpicker {
    -webkit-appearance: none;
    padding: 5px 10px;
    width: 100%;
    background: #fff;
}
.create-product-widget .btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 0;
}
.create-product-widget .btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    text-transform: none;
}
.create-product-widget .btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}
.create-product-widget .btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}
.create-product-widget .btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}
.create-product-widget .btn-select ul li:hover {
    background-color: #f4f4f4;
}
.create-product-widget .btn-select ul li.selected {
    color: white;
}
.create-product-widget .btn-select.btn-default:hover,
.create-product-widget .btn-select.btn-default:active,
.create-product-widget .btn-select.btn-default.active {
    border-color: #ccc;
}
.create-product-widget .btn-select.btn-default ul li.selected {
    background-color: #ccc;
}
.create-product-widget .btn-select.btn-default ul,
.create-product-widget .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}
.create-product-widget .btn-select.btn-default:hover,
.create-product-widget .btn-select.btn-default.active {
    background-color: #e6e6e6;
}
.create-product-widget .sub-menu-wrapper table ul li {
    display: block;
    float: none;
    text-transform: none;
}
.create-product-widget .link-type-widget .btn-select ul.link-type li {
    display: block;
    float: none;
    text-transform: none;
}
ul.link-type li {
    display: block;
    float: none;
    text-transform: none;
}
/*Create Produt CSS Ends*/
.product-list-widget .panel-heading, .summaryPanelHead {
    padding: 20px 15px;
    font-size: 16px;
    background-color: #524f4f;
    border-color: #524f4f;
    color: #fff;
}
.product-list-widget .dataTables_length,
.product-list-widget .dataTables_filter {
    display: none;
}
.product-list-widget .dataTable_wrapper {
    /*input{
                          width: 30px;
                  }*/
}
.product-list-widget .dataTable_wrapper a {
    text-align: center;
    /*display: block;*/
}
.product-list-widget .btn-add {
    margin-top: -7px;
    background: #337ab7;
    border: 1px solid #23527c;
    color: #fff;
    transition: all 0.3s;
    padding: 5px 12px 6px;
}
.product-list-widget .btn-add:hover,
.product-list-widget .btn-add:focus {
    background-color: #23527c ;
    border-color: #23527c;
}
.product-list-widget .pagination > .active > a,
.product-list-widget .pagination > .active > a:focus,
.product-list-widget .pagination > .active > a:hover,
.product-list-widget .pagination > .active > span,
.product-list-widget .pagination > .active > span:focus,
.product-list-widget .pagination > .active > span:hover,
.summaryTable .pagination > .active > a,
.summaryTable .pagination > .active > a:focus,
.summaryTable .pagination > .active > a:hover,
.summaryTable .pagination > .active > span,
.summaryTable .pagination > .active > span:focus,
.summaryTable .pagination > .active > span:hover,
.referSaTable .pagination > .active > a,
.referSaTable .pagination > .active > a:focus,
.referSaTable .pagination > .active > a:hover,
.referSaTable .pagination > .active > span,
.referSaTable .pagination > .active > span:focus,
.referSaTable .pagination > .active > span:hover
{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #9c1c26;
    border-color: #9c1c26;
}
.product-list-widget .pagination > li > a,
.product-list-widget .pagination > li > span,
.summaryTable .pagination > li > a,
.summaryTable .pagination > li > span,
.referSaTable .pagination > li > a,
.referSaTable .pagination > li > span
{
    color: #9c1c26;
}
.product-list-widget .btn-save {
    color: #fff;
    background-color: #5cb85c ;
    border-color: #5cb85c;
    transition: all 0.3s;
    min-width: 150px;
    text-transform: uppercase;
}
.product-list-widget .btn-save:hover,
.product-list-widget .btn-save:focus {
    background-color: #4cae4c ;
    border-color: #4cae4c;
}
.product-list-widget .btn-add {
    margin-top: -7px;
    background: #337ab7;
    border: 1px solid #23527c;
    color: #fff;
    transition: all 0.3s;
    padding: 5px 12px 6px;
  }
  .product-list-widget .btn-add:hover,
  .product-list-widget .btn-add:focus {
    background-color: #23527c ;
    border-color: #23527c;
  }
.add-table {
    width: 100%;
}
.add-table .btn {
    min-width: 165px;
    min-height: 35px;
    text-transform: uppercase;
    font-size: 14px;
}
.add-table td {
    position: relative;
}
.add-table td span {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
body {
    padding: 0;
    margin: 0;
    line-height: 1.3;
    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); 
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); */
    background: rgba(250, 250, 250, 0.3);
    font-family: 'Inter', sans-serif;
}
.ml-20 {
    margin-left: 20px;
}
.pt-15 {
    padding-top: 15px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-0 {
    margin-bottom: 0px!important;
}
.vm {
    vertical-align: middle !important;
}
.checkbox,
.radio,
label {
    font-weight: 400;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #666;
}
.form-group {
    margin-bottom: 25px;
}
.clr-red {
    color: #9c1c26;
}
.error-msg {
    display: block;
    color: #f00;
    margin: 10px 0;
    position: absolute;
    top: 25px;
    font-size: 12px;
}
.product-error-msg {
    display: block;
    color: #f00;
    margin: 10px;
    font-size: 12px;
}
button[disabled],
html input[disabled] {
    cursor: not-allowed;
}
.flash-error{
    display: block;
    color: #f00;
    margin: 10px;
    font-size: 12px;
}
.flash-notice{
    display: block;
    color: #009933;
    margin: 10px;
    font-size: 12px;
}
#sub-menu-details td::after{content:'';width:0; 
                            height:0; 
                            border-left:10px solid transparent;
                            border-right:10px solid transparent;
                            border-top:10px solid #FD025F;
                            position:absolute;
                            bottom:-1px;
                            z-index:2;
                            right:-6px;
                            transform:rotate(-45deg);
}
.sub-menu-wrapper .error-msg{
    color:#f00;
    font-size:11px;
    line-height:14px;
    position:relative;
    top:0;
    margin:0;
}
.error-msg-tny{
    color:#f00;
    margin:0;
    font-size:11px;
}

.select {
    border:1px solid #e3e3e3;    
    border-radius:3px;
    color:#616263;
    overflow: hidden; 
    height: 30px;    
    width: 140px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

select{       
    height: 30px;
    padding: 5px;
    background-color:#ececec;
    border: 0;
    outline: none;display: inline-block;
    font-size: 16px;       
    width: 140px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select:after {
    content:"â–¼";    
    padding: 5px 12px;
    position: absolute; right: 10px; top: 0;    
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}
input[type="radio"] {
    line-height: normal;
    margin: 20px 0 0 10px;
}
label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    padding-left: 5px;
}

.create-product-widget  input[type=â€œradioâ€]:not(:checked) + label{
    color : #333;
}
.create-product-widget input[type=radio]:checked + label {
    color: #9c1c26;
}
#cfl-menu-list1 td:nth-child(2), #cfl-product-list1 td:nth-child(2){ 
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-line;
}
#cfl-menu-list1 td:nth-child(4), #cfl-menu-list1 td:nth-child(5), 
#cfl-product-list1 td:nth-child(4), #cfl-product-list1 td:nth-child(5){ 
    width:13%;
}
#cfl-menu-list1 td input[type="text"], 
#cfl-menu-list1 td select,
#cfl-menu-list1 td .select{width:100px;display: inline-block;}

#cfl-product-list1 td input[type="text"], 
#cfl-product-list1 td select,
#cfl-product-list1 td .select{width:100px;display: inline-block;}

.error-msg ul, .error-msg-tny ul{
    padding: 0;
    list-style: none;
} 
.panel-heading  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.dataTable_wrapper table.table-bordered.dataTable td:last-child,.dataTable_wrapper table.table-bordered.dataTable td:last-child{
    text-overflow: ellipsis;
    max-width: 0;
    word-break: break-word;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#cfl-logs td:nth-child(3){ 
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-line;
}

/* The container for fcm filter radio buttons. */
.filtercontainer {
    display: block;
    position: relative;
    padding: 0px 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#filtercontainer {
    display: block;
    position: relative;
    padding: 0px 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.filtercontainer input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.filtercontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.filtercontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.filtercontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.filtercontainer .checkmark:after {
    top: 4.5px;
    left: 4.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}


#cfl-default td:nth-child(3){ 
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-line;
}
#cfl-default td:nth-child(7){ 
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-line;
}
#cfl-default td:nth-child(9){ 
    width:90px;    
    /*white-space: pre-line;*/
}


/* DivTable.com */
.divTable{
    display: block;
    width: 100%;
    overflow-y: auto;
    height: 160px;
}
.divTableCell{
    clear: none;
    float:left;
    position: relative;
    padding: 12px;
    display: block;
    width: 230px;
}
#appverstyle{
    opacity: 1;
    padding-right: 5px;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: 0;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal1-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.navigationLogs {
    margin-left: 60%;
    position: relative;
    right: 0px;
    padding: 3px;
    display: inline-block;
}
.navigationLogs .pagination .first {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.navigationLogs .pagination .previous {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.navigationLogs .pagination .page {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}
.navigationLogs .pagination .next {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}
.navigationLogs .pagination .last {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}
.navigationLogs .pagination .current {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #9c1c26;
    border-color: #9c1c26;
}
.navigationLogs .pagination a{
    color: #9c1c26;
    text-decoration: none;
    cursor: pointer;
}

.deviceLogs{
    float:right;
}

.deviceLogs .pagination{
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.deviceLogs .pagination .first {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.deviceLogs .pagination .previous {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.deviceLogs .pagination .page {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}
.deviceLogs .pagination .next {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}
.deviceLogs .pagination .last {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}
.deviceLogs .pagination .current {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #9c1c26;
    border-color: #9c1c26;
}
.deviceLogs .pagination a{
    color: #9c1c26;
    text-decoration: none;
    cursor: pointer;
}

.totalCount{
    position: relative;
    float: left;
    padding: 6px 12px 6px 0px;
    /* margin-left: -1px; */
    line-height: 1.42857143;
    /* color: #337ab7; */
    text-decoration: none;
    background-color: #fff;
    /* border: 1px solid #ddd; */
}
#cfl-contact td:nth-child(3){ 
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-line;
}
#cfl-contact td:nth-child(0){ 
    word-wrap: break-word;
    word-break: break-word;

    white-space: pre-line;
}
#cfl-contact td{ 
    word-wrap: break-word;
    word-break: break-word;

    white-space: pre-line;
}

#cfl-contact td:nth-child(6){ 
    width:10px;    
    /*white-space: pre-line;*/
}
.master-no-data .no-data-circle {
    height: 333px;
    width: 333px;
    border-radius: 50%;
    background-color: rgba(216,214,218, 0.3);
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    color: #8E8C90;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.master-no-data .no-data-circle .btn-primary {
    margin-top: 25px;
    width: 103px;
    font-size: 14px;
    margin-left: 40px;
    margin-right: 40px;
}
.download-wrapper{
    color: #337ab7 !important;
    text-decoration: none;
}
.download-wrapper:hover{
    color: #337ab7 !important;
    text-decoration: underline;
}

.no-data-circle [type=file] {
    margin-top: 30px;
    font-size: 14px;
    width: 188px;
    line-height: 22px;
}
.flash-alert{
    display: block;
    color: #f00;
    margin: 10px;
    text-align: center;
    font-size: 200%
}

.flash-success{
    display: block;
    color: deepskyblue;
    margin: 10px;
    text-align: center;
    font-size: 200%
}

.master-pages  .dropdown-submenu {
    position: relative;
}

.master-pages  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    padding: 0;
    top: 5px;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0px;
    -moz-border-radius: 0 4px 4px 0px;
    border-radius: 0 4px 4px 0px;
    border-color: #D8D6DA;
}

.master-pages  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.master-pages  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
#cfl_banner_list td:nth-child(2){ 
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-line;
}
#cfl_banner_list td:nth-child(4), #cfl_banner_list td:nth-child(5){ 
    width:13%;
}

#cfl_banner_list td input[type="text"], 
#cfl_banner_list td select,
#cfl_banner_list td .select{width:100px;display: inline-block;}
#cfl_banner_list th {text-align: center;}
#cfl_banner_list td {padding : 5px;word-wrap: break-word;
                     word-break: break-word;
                     white-space: pre-line;}
.cflBannerModalBody{
    text-align: center;
    background-color: #CF000F;
    color: white;
    font-weight: bold;
    font-size: 15px;
}
.cflBannerFieldRef{
    padding-left: 2px;
    color: #D24D57;
    font-size: 10px;
}


.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
#cflBanner .popover, #bannerViewModal .popover{ position: static!important;}
#cflBanner .popover>.arrow, #bannerViewModal .popover>.arrow{ display: none;}
.bnrListAction, .bnrListAction a, .bnrListAction span { display: inline-flex;}
.bnrListAction a:hover{text-decoration: none;}
.bnrListAction a,.bnrListAction span{ margin: 0 5px;}
.bnrListAction span{ font-weight: bold;}
.clr-blue{ color : #59ABE3;}
.clr-orange{color: #F5AB35;}
.clr-green{color: #59A559;}
#bnrActionVal{ text-transform: capitalize;}
table#cfl_banner_list thead{     line-height: 2.5!important;}
table#cfl_banner_list thead .sorting:after, table#cfl_banner_list thead .sorting_asc:after, table#cfl_banner_list thead .sorting_desc:after, table#cfl_banner_list thead .sorting_asc_disabled:after, table#cfl_banner_list thead .sorting_desc_disabled:after {
    bottom: 0!important;
}
input[type=file].upload-json{

    display: inline-block;
    color: transparent;
    outline: none;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background-color: #0472B1;
    width:196px;
    height: 40px;
    border-radius: 4px;
    line-height: 25px;
  }
  .fileUpload:focus,.fileUpload:hover{
    border:none;
    line-height: 28px;
  }
  .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 14px;
    font-weight: 600;
  
  }
  
  #appVersionSummary_table_length select,
  #appVersionSummary_table1_length select {
    padding-top: 0px;
  }
.errorSelectSearchVal {
        color: Red;
    }

.login-header .navbar{
    background-color: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    height: 109px;
}
.product-header .navbar{
    background-color: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    height: 109px;
    margin-bottom: 20px;
}
/* Header css ends*/


/*pannel body or card body*/
.login-form .card-header{
    padding: 15px;
    
}
#notificationHistory .card-header ,#inAppPopUpDetails .card-header{
    padding: 15px;
}
.login-form strong{
    font-size: 14px;
    font-weight: 700;
}
.card-wrapper{
    width: calc(100% - 93px);
    margin: 0 auto;
}
.card-wrapper label{
    font-size: 14px;
}
.card-wrapper .input-group{
    height: 34px;
}
.card-wrapper .form-control{
    border:1px solid #ccc;
}
.card-wrapper .form-control:focus{
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.card-wrapper .input-group-text{
    color: #555;
} 
/*panel body ends here*/


/*Navigation*/
.product-header .navbar-nav li a:hover{
    color: #fff !important;
    background-color: #666;
}
/* .product-header .show>a {
    border:1px solid red;
    color: #555;
    background-color: #e7e7e7;
} */
.product-header .dropdown-menu>.active>a, .product-header .dropdown-menu>.active>a:focus{
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.product-header .dropdown-menu>.active>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.product-header .navbar-light .navbar-nav .nav-link:focus{
    color: #555 !important;
    background-color: #e7e7e7;
}
.product-header .dropdown-menu .dropdown-item:hover{
    color: #555 !important;
    text-decoration: none;
    background-color: #f5f5f5
}
.product-header .dropdown-menu-end[data-bs-popper]{
    left: 0;
    padding: 20px 1px 20px 1px;
}
.product-header .dropdown {
    margin-right: 10px;
    padding: 1px;
}
.product-header .master-pages .dropdown-submenu>.dropdown-menu{
    margin-left: 2px;
}
.product-header .dropdown-submenu .sub-dropdown-link:hover{
    color: #555 !important;
    text-decoration: none;
    background-color: #f5f5f5 !important;
}
.sub-dropdown-link{
    padding-left: 13px !important;
}
.sub-dropdown-link::after{
    margin-right: -3px !important;
}
.button-wrapper button{
    color: #333;
    background-color: #fff;
    font-size: 12px;
    margin-right: 30px;
    border-color: #ccc;
    border: 1px solid #ccc;
}
.button-wrapper button:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.nav-dropdown-wrapper li {
    margin-top: 20px;
}

/*Navigation Ends*/


/*card*/
.card-wrapper-pannel .card-header{
    padding: 20px 15px;
    font-size: 16px;
    background-color: #524f4f;
    border-color: #524f4f;
    color: #fff;

}
.card-wrapper-pannel .control-label{
    font-size: 14px;
}
.card-wrapper-pannel .form-control{
    font-size: 14px;
    height: 34px;
}
.card-wrapper-pannel .form-group button{
    font-size: 14px;
}
.file-upload-Wrapper .card-header{
    padding: 20px 15px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #524f4f !important;
    border-color: #524f4f;
    color: #fff;
}
.file-upload-Wrapper .card-header input {
    float: right;
}
.file-upload-Wrapper  a{
    color: #23527c !important;
    font-size: 14px;
    text-decoration: none;
}
.upload-Wrapper a{
    color: #23527c;
    font-size: 14px;
    text-decoration: none;
}
.upload-Wrapper a:hover{
    color: #23527c;
    text-decoration: underline;
}
.file-upload-Wrapper p{
    font-size: 14px;
}
.file-upload-Wrapper  a:hover{
    color: #23527c;
    text-decoration: underline;
}
.connector-wrapper .textarea-input{
    height: 54px;
}
.connector-wrapper .input-group-addon{
padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#notificationHistory #date_range{
    height: 34px !important;
    padding-right: 7px;
}
#inAppPopUpDetails input{
    height: 34px !important;
    padding-right: 7px;
    font-size: 14px;
}

#notificationHistory .input-group-addon ,#firebaseDetails ,#inAppPopUpDetails .input-group-addon, #referSaBanner .input-group-addon {
    padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
.button-wrapper-btn input{
    
    font-size: 14px;
}
.table-wrapper table thead tr th{
    font-size: 14px;
}
.table-wrapper tbody,tr,td{
    font-size: 14px;
}
.table-wrapper tbody tr td:nth-child(6) a,.table-wrapper tbody tr td:nth-child(7) a,.table-wrapper tbody tr td:nth-child(8) a,.table-wrapper tbody tr td:nth-child(9) a{
    color: #23527c;
    text-decoration: none;
}
.table-wrapper tbody tr td:nth-child(6) a:hover,.table-wrapper tbody tr td:nth-child(7) a:hover,.table-wrapper tbody tr td:nth-child(8) a:hover,.table-wrapper tbody tr td:nth-child(9) a:hover{
    color: #23527c;
    text-decoration: underline;
}


.daterangeWrapper .collapse:not(.show).in{
    display: block;
}
.daterangeWrapper .bootstrap-datetimepicker-widget{
    width: 213px;
    left: 24px;
}
/*card ends*/

/*pagination*/
.table-wrapper .pagination li:first-child a{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    color: #9c1c26 !important;
    border-bottom-right-radius: 0;
}
.table-wrapper .pagination li a{
color: #777;
    cursor: pointer;
    background-color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
}
.table-wrapper .pagination li:last-child a{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #9c1c26 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.table-wrapper .paginate_button .active a{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.table-wrapper table .badge{
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 10px;
    padding: 3px 7px;
    font-weight: 700;
    font-size: 12px;
}
.table-wrapper .pagination>.disabled>a, 
.table-wrapper .pagination>.disabled>a:focus, 
.table-wrapper .pagination>.disabled>a:hover,
.table-wrapper .pagination>.disabled>span, 
.table-wrapper .pagination>.disabled>span:focus,
.table-wrapper .pagination>.disabled>span:hover{
    color: #777 !important;
}
.table-wrapper .pagination{
    margin: 20px 0 0 0 !important;
}
.table-wrapper #notification_history_data_info{
    font-size: 14px;
    padding: 15px 0 0 0;
}
hr{
    background:  #eee !important;
    opacity: 1 !important;
}
#inAppBannerDetails select,
#configDetails select{
    height: 34px;
    font-size: 14px;
}

#inAppBannerDetails .dataTable_wrapper table.table-bordered.dataTable td:last-child, .dataTable_wrapper table.table-bordered.dataTable td:last-child,
#configDetails .dataTable_wrapper table.table-bordered.dataTable td:last-child, .dataTable_wrapper table.table-bordered.dataTable td:last-child{

    width: calc(100% / 7) !important;
}
#in_app_pop_up_data .dataTable_wrapper table.table-bordered.dataTable td:last-child, .dataTable_wrapper table.table-bordered.dataTable td:last-child{
    width: calc(100% / 7) !important;
}
.copy{
position: relative;
top: -2px;
}
.banner_wrapper label{
    font-weight: normal;
}
.linktype_wrapper #appbundle_Banner_linkType input:nth-child(2),
.linktype_wrapper #appbundle_Banner_linkType label:nth-child(2){

    padding-right: 68px;
}
.linktype_wrapper #appbundle_Banner_linkType input:nth-child(4),
.linktype_wrapper #appbundle_Banner_linkType label:nth-child(4){

    padding-right: 68px;
}


.option_wrapper #appbundle_Banner_bannerClickable input:nth-child(2),
.option_wrapper #appbundle_Banner_bannerClickable  label:nth-child(2)
{

    padding-right: 150px;
}
.option_wrapper #appbundle_Banner_isActive input:nth-child(2),
.option_wrapper #appbundle_Banner_isActive label:nth-child(2){

    padding-right: 133px;
}

.banner_wrapper .control-label{
    font-weight: 700 !important;
}
#bannerErrInfoModal .modal{
    z-index: 999 !important;
}
#bannerViewModal + .modal-backdrop{
    z-index: 999 !important;
}
#bannerViewModal + div{
    opacity: 0 !important;
}
.main-wrapper label, .main-wrapper .dataTables_info{
    font-size: 14px !important;
}
.main-wrapper select{
    font-size: 12px;
}
.main-wrapper select{
    height: 30px !important;
    font-size: 12px;
}
.main-wrapper .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.main-wrapper .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.main-wrapper .table-bordered>thead>tr>th:first-child {
    border-radius: 6px 0 0 0;
    border-bottom: 2px solid #ddd;
}
.main-wrapper .table-bordered>thead>tr>th:last-child{
    border-radius: 0 6px 0 0;
    border-bottom: 2px solid #ddd;
}
.main-wrapper .table-bordered>thead>tr>th{
    border-bottom: 2px solid #ddd;

}
.main-wrapper .table-bordered>tbody>tr>td{
    border: 1px solid #ddd;
}
.fotter-wrapper ol li{
    font-size: 14px;
}
.details-wrapper{
    width: 125px !important;
    height: 34px;
}
.details-wrapper select{
    border-radius: 0;
    height: 34px !important;
    font-size: 14px;
}
.button-wrapper-details input{
    font-size: 14px;
    margin-left: 20px;
}
.modal-title{
    font-size: 17px !important;
}
#myModal .body b{
    font-size: 14px;
}
.modal-wrapper-link{
    word-break: break-word;
}
.banner-modal-wrapper label,p{
    font-size: 14px;
}
/*pagination*/
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff !important;
}
.connector-detailas-link{
    color: #337ab7 !important;
    text-decoration: none;
}
.connector-detailas-link:hover{
    color: #337ab7 !important;
    text-decoration: underline;
}
.pagination-wrapper-banksdetail .pagination .page{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    color: #9c1c26 !important;
    border-bottom-right-radius: 0;
}
.pagination-wrapper-banksdetail .pagination .page{
color: #777;
    cursor: pointer;
    background-color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
}
.pagination-wrapper-banksdetail .pagination .current{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #9c1c26;
    border-color: #9c1c26;
}
.pagination-wrapper-banksdetail .pagination span {
    color: #777;
    cursor: pointer;
    background-color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
}
.pagination-wrapper-banksdetail .pagination span a {
    color: #777;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;

}
.pagination-wrapper-banksdetail .pagination .next a,.pagination-wrapper-banksdetail .pagination .previous a,.pagination-wrapper-banksdetail .pagination .first a{
    color: #9c1c26;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;

}
.pagination-wrapper-banksdetail .pagination .last a{
    color: #9c1c26;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;


}
.pagination-wrapper-banksdetail .pagination span a:hover{
    color: #777;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;

}
.pagination-wrapper-banksdetail  .pagination .current{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-wrapper-banksdetail  .pagination .current{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-wrapper-banksdetail  table .badge{
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 10px;
    padding: 3px 7px;
    font-weight: 700;
    font-size: 12px;
}
.pagination-wrapper-banksdetail  .pagination>.disabled>a,
.pagination-wrapper-banksdetail  .pagination>.disabled>a:focus,
.pagination-wrapper-banksdetail  .pagination>.disabled>a:hover,
.pagination-wrapper-banksdetail  .pagination>.disabled>span,
.pagination-wrapper-banksdetail  .pagination>.disabled>span:focus,
.pagination-wrapper-banksdetail  .pagination>.disabled>span:hover{
    color: #777 !important;
}
.pagination-wrapper-banksdetail  .pagination{
    margin: 20px 0 0 0 !important;
}

.page-wrapper .page-summary{
    font-size: 14px;
}
.page-wrapper div:last-child{
    display: none;
}

#muleHistory label, #muleHistory input, #muleHistory select{
    font-size: 14px;
}
.otp-statics .dataTable_wrapper table.table-bordered.dataTable td:last-child, .otp-statics .dataTable_wrapper table.table-bordered.dataTable td:last-child{
    word-break: unset;
}
.otp-statics table.table-bordered.dataTable tbody td {
    width: calc(100% / 9);
}

#inAppBannerDetails .dataTable_wrapper table.table-bordered.dataTable td:last-child, .dataTable_wrapper table.table-bordered.dataTable td:last-child,
#configDetails .dataTable_wrapper table.table-bordered.dataTable td:last-child, .dataTable_wrapper table.table-bordered.dataTable td:last-child{

    width: calc(100% / 9);
}
#in_app_pop_up_data .dataTable_wrapper table.table-bordered.dataTable td:last-child, .dataTable_wrapper table.table-bordered.dataTable td:last-child{
    width: calc(100% / 9);
}
.flash-csrf_failed {
    color: red;
    padding: 0;
    margin: 0;
    top: -27px;

}
#referSaTable_length select[name='referSaTable_length'] {
    padding-top: 3px;
}
.marginLeft70 {
    margin-left: 70px !important;
}
.dateRangecontainer input{
    width: calc(100% - 88px) !important;
}
.loader_text{
    color: #0472b1;
    font-size: 14px;
}

.textarea-item textarea {
    width: 870px;
    height: 50px;
}
 
.remove-textarea {
    color: red;
    cursor: pointer;
}
