body {
    font-family: 'Open Sans', arial;
    font-size: 12px !important;
    font-weight: bold;
    text-decoration: none;
    color: #5f5f62;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: auto;
    background-color: #f4f6f9;
}
input:required:invalid {
    outline: none;
}

/* ::-webkit-scrollbar {
    width: 10px;
}

Track
::-webkit-scrollbar-track {
    background: #398bf7;
    border: 4px solid transparent;
    background-clip: content-box;   THIS IS IMPORTANT
}

Handle
::-webkit-scrollbar-thumb {
    background: #398bf7;
    border: 1px solid #398bf7;
} */

/** Header css starts*/

.mainLogo {
    color: #337ab7;
    padding-left: 12px;
}

.header,
.navbar-inverse {
    height: 45px;
    background-color: #398bf7;
    border-color: #398bf7;
    color: #fff;
}
#stylesnew::-webkit-scrollbar
{
	width: 0px;
	background-color: #646464;
}
.customers li {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
   padding: 5px 0px 5px 10px;
    text-align: left;
    font-weight: 100;
}

.customers{
	list-style-type:none; width: 100%; margin: 0px;  padding: 0px;
}

/* .customers li{
 font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding: 7px 0px 10px 10px;
    text-align: left;
	
	} */
	
.main-items {
    overflow: hidden;
    height:1100px;
    
}

.content-box-large {
    margin-top: 10px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    /* border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee; */
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.panel-primary {
    border-color: #ddd;
}

a {
    cursor: pointer;
}


/** Header css ends*/


/** Input form css starts*/

input.form-control,
textarea,
span.custom-select {
    padding-left: 5px;
    padding-right: 15px;
    height: 30px;
}

input.form-control,
select,
textarea,
span.custom-select {
    background: #fff;
    color: #121212;
    border: 1px #CCCCCC solid;
    line-height: 12px;
    font-weight: normal;
    width: 100%;
    font-size: 14px;
}

.form-control {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 32px;
    display: block;
}

.width_files{
 width: 90px;
}
select {
    height: 32px;
    color: #121212;
    padding: 0px !important;
    border-radius: 5px;
    display: block !important;
}


/** Input form css ends*/


/*custom table css starts*/

table>tbody>tr>td {
    font-size: 12px;
}

.table-bordered>thead>tr>th {
    font-size: 14px;
}

.pagination {
    margin-top: 0px;
}

@media only screen and (max-width: 479px) table,
. pagination {
    font-size: 8 px;
}

.tablePanel {
    border-color: #337ab7;
}

table th {
    background: #b5cfd2 url('../images/cell-blue.jpg');
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999999;
}


/*custom table css ends*/


/***Login css starts***/

.loginForm {
    background-color: #fff;
    width: 350px;
    padding: 40px 40px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 25px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.circlemask {
    display: block;
    height: 96px;
    width: 96px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    margin-bottom: 10px;
    background-size: 96px;
    background-repeat: no-repeat;
    background-image: url("../images/avatar_2x.png");
    -webkit-transition: opacity 0.075s;
}

.loginHeader {
    margin: 0 0 15px;
    font-family: 'Open Sans', arial;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 300;
    font-size: 38px;
    text-align: center;
}


/***Login css ends***/

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 80px;
    /* Location of the box */
    left: 0;
    top: 0px !important;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.modal_content_customer{
	background-color: #fefefe;
    margin: auto;
   
    border: 1px solid #888;
    width: 45%;
    margin-top: 3%;
    margin-left: 31%;
   /* position: fixed;*/
    opacity:1.0

}
.modal_customer_new {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
      padding-bottom: 100px;
}
.head_customer_popup_bg{
	background-color:#398bf7;
	 padding: 10px;
	 margin-top: 0px;
	 color:#fff;
	 
}
.pad_cust_20px{
	padding: 20px;
	    padding-top: 0px;
	
}
/* The Close Button */
.closebtn
{
  color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.ctm_x_btn{
    background-color: white;
    border: none;
    font-size: 20px;
}

/**Register section css starts*/

.indent-small {
    margin-left: 5px;
}

.form-group.internal {
    margin-bottom: 0;
}

.dialog-panel {
    margin: 10px;
    background: #fff;
}

.panel-body {
    font: 600 12px "Open Sans", Arial, sans-serif;
}

label.control-label {
    font-weight: 600;
    color: #121212;
    font-size: 14px;
}
label.group-control-label {
    font-weight: 600;
    color: #121212;
    font-size: 14px;
}
#register section {
    background: #f5f5f5;
}

#register .form-group {
    margin-bottom: 5px;
}

#register .form-groups {
    margin-bottom: 10px;
    margin-left: 14px;
}


.panel-heading {
    padding: 15px 15px;
}

.panel-heading h5 {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 16px;
}
.searchBox {
  border: 0;
  padding: 0.5rem 0.5rem 0.5rem 0;
  flex: 1;
}
.searchIcon {
  padding: 0.5rem;
}
.searchButton {
  background: #538AC5;
  border: 0;
  color: white;
  padding: 0.5rem;
  border-radius: 0;
}
.searchContainer {
  display: inline-flex;
  flex: 1 1 300px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.searchbar-input
{
padding: 6px 55px;
    border-radius: 2px;
    background-position: left 8px center;
    height: auto;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
    color: #141414;
    background-color: #fff
    }
    .searchbar-search-icon
    {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 20px;
    
    background-image: url(data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%…84,98.462,98.742C304.687,261.485,260.925,305.372,206.225,305.372z'/></svg>);
    
    }
    .search
    {
    input {
border:solid 1px #ddd;
}
input.search {padding-left:20px;
background-repeat: no-repeat;
background-position-y: 1px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADbSURBVDhP5ZI9C4MwEIb7//+BEDgICA6C4OQgBJy6dRIEB6EgCNkEJ4e3iT2oHzH9wHbpAwfyJvfkJDnhYH4kHDVKlSAigSAQoCiBKjVGXvaxFXZnxBQYkSlBICII+22K4jM63rbHSthCSdsskVX9Y6KxR5XJSSpVy6GbpbBKp6aw0BzM0ShCe1iKihMXC6EuQtMQwukzPFu3fFd4+C+/cimUNxy6WQkNnmdzL3NYPfDmLVuhZf2wZYz80qDkKX1St3CXAfVMqq4cz3hTaGEpmctxDPmB0M/fCYEbAwZYyVKYcroAAAAASUVORK5CYII=);
}}
/**Register section css ends*/


/**footer css starts */

footer .copy {
    font-size: 13px;
    margin: 15px 0px;
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}

.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}


/**footer css ends */


/* .toast-top-center {
top: 12px;
margin: 0 auto;
left: 50%;
} */

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}


/* .dropdown:hover>.dropdown-menu {
    display: block; */

/* .dropdown:hover>.dropdown-menu {
	display: block;

}

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

.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 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

 
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover {
	text-decoration: none;
} */


/* @media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

} */

#stylesnew::-webkit-scrollbar
{
    width: 0px;
    background-color: #646464;
}
.customers li {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
   padding: 5px 0px 5px 10px;
    text-align: left;
    font-weight: 100;
}

.customers{
    list-style-type:none; width: 100%; margin: 0px;  padding: 0px;
}



.bg-wrapper {
    background-color: #2196f3;
    position: relative;
    width: 100%;
    height: 100%;
}

.pg-top40 {
    padding-top: 100px;
}

.mg-bot-20 {
    margin-bottom: 20px;
}

.input-group-addon {
    border-radius: 0px;
}

.bot-radius {
    border-radius: 0px;
}

.bg-gradient {
    background: linear-gradient(150deg, #53f 15%, #05d5ff 100%, #a6ffcb 100%);
    height: 100%;
}

.text-themecolor {
    color: #398bf7 !important;
}

.page-titles h3 {
    margin-top: 0px;
    margin-left: 30px;
}

.page-titles .breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    font-size: 14px;
}

.bg-light1 {
    background-color: #f4f6f9;
    width: 100%;
    height: 100%;
}

.btn-primary {
    background-color: #48b0f7 !important;
    border-color: #48b0f7 !important;
    padding: 5px 17px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0px;
        width: 125px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modelSerialNew_inside {
      background-color: #fff;
    padding: 10px 15px 10px 15px;
    width: 38%;
    margin: 25px auto;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 5px;
    height: auto;
}

.btn-danger {
    background-color: #f96868;
    border-color: #f96868;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0px;
        width: 125px;
}

.btn-danger1 {
    background-color: #f96868;
    border-color: #f96868;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0px;
        width: 125px;
}

.btn-primary:hover {
    background-color: #1570c7 !important;
    border-color: #1570c7 !important;
    color: #fff;
}

.form-control:focus {
    border-color: #5b6be8;
    box-shadow: none;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #007ae1;
    border-color: #007ae1;
}

.img_wrapper1 {
    background-image: url(../images/diamond.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}


/* .form-group.error input, .form-group.error select, .form-group.error textarea {
    border: 1px solid #fc4b6c;
} */

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.error {
    border: 1px solid #fc4b6c;
}

.table-bordered {
    border: none;
}

.has-error .form-control {
    border-color: #fc4b6c;
    box-shadow: none;
}

.welcometitle {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-left: 340px;
    padding: 5px;
}

a {
    color: #007ae1;
    text-decoration: none;
}

.form-control {
    color: #121212;
}

.loading-pane {
    position: absolute;
    background: url("http://oi62.tinypic.com/2pqsuc0.jpg");
}

.loading-pane .spinner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("http://oi58.tinypic.com/2emfu9w.jpg") center center no-repeat;
}


/* .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #2273dd;
} */

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.cent-item {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.img_wid {
    background: url('../images/hands-1063442_1280.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin: 10px 20px 10px 20px;
    /*  background-position: center;  */
}

#view {
    background-color: #f4f6f9;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: '\25BA';
}

.sz-main-menu-bar {
    border: none !important;
    font-size: 15px !important;
    border-radius: 0px !important;
    background-color: #398bf7;
    border-color: #398bf7;
}

.sz-menu-bar-brand,
.sz-menu-bar-nav>li>a {
    color: #ffffff !important;
    -webkit-transform: translateZ(0);
    /* Chrome, Safari */
    -moz-transform: translateZ(0);
    /* Mozilla */
    -ms-transform: translateZ(0);
    /* IE 9 */
    -o-transform: translateZ(0);
    /* Opera */
    transform: translateZ(0);
    /* Standard syntax */
}

.sz-menu-bar-brand:before,
.sz-menu-bar-nav>li>a:before {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    content: "" !important;
    z-index: -1 !important;
    background: #0576a3 !important;
    -webkit-transform: scaleY(0);
    /* Chrome, Safari */
    -moz-transform: scaleY(0);
    /* Mozilla */
    -ms-transform: scaleY(0);
    /* IE 9 */
    -o-transform: scaleY(0);
    /* Opera */
    transform: scaleY(0);
    /* Standard syntax */
    -webkit-transform-origin: 0 50%;
    /* Chrome, Safari */
    -moz-transform-origin: 0 50%;
    /* Mozilla */
    -ms-transform-origin: 0 50%;
    /* IE 9 */
    -o-transform-origin: 0 50%;
    /* Opera */
    transform-origin: 0 50%;
    ;
    /* Standard syntax */
    -webkit-transition: -webkit-transform 0.3s linear;
    /* Chrome, Safari */
    -moz-transition: -moz-transform 0.3s linear;
    /* Mozilla */
    -ms-transition: -ms-transform 0.3s linear;
    /* IE 9 */
    -o-transition: -o-transform 0.3s linear;
    /* Opera */
    transition: transform 0.3s linear;
    /* Standard syntax */
}

.sz-menu-bar-brand:hover:before,
.sz-menu-bar-nav>li>a:hover:before,
.sz-menu-bar-brand:focus:before,
.sz-menu-bar-nav>li>a:focus:before,
.sz-menu-bar-brand:active:before,
.sz-menu-bar-nav>li>a:active:before {
    -webkit-transform: scaleY(1);
    /* Chrome, Safari */
    -moz-transform: scaleY(1);
    /* Mozilla */
    -ms-transform: scaleY(1);
    /* IE 9 */
    -o-transform: scaleY(1);
    /* Opera */
    transform: scaleY(1);
    /* Standard syntax */
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* Chrome, Safari */
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* Mozilla */
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* IE 9 */
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* Opera */
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* Standard syntax */
}

.sz-menu-bar-nav>li>a:link,
.sz-menu-bar-nav>li>a:focus,
.sz-menu-bar-nav>li>a:visited {
    background-color: transparent !important;
}

.sz-menu-bar-toggle {
    border-radius: 0px !important;
    border: 1px solid #ffffff !important;
    -webkit-transition: all 0.4s linear 0s;
    /* Chrome, Safari */
    -moz-transition: all 0.4s linear 0s;
    /* Mozilla */
    -ms-transition: all 0.4s linear 0s;
    /* IE 9 */
    -o-transition: all 0.4s linear 0s;
    /* Opera */
    transition: all 0.4s linear 0s;
    /* Standard syntax */
}

.sz-menu-bar-toggle:hover,
.sz-menu-bar-toggle:focus,
.sz-menu-bar-toggle:visited {
    background-color: #2273dd !important;
    border-color: #2273dd !important;
}

.sz-menu-collapse {
    border-top: none !important;
}

.sz-menu-bar-header>button>span,
.sz-menu-bar-header>button>span:hover {
    background-color: #ffffff !important;
}


/*----------------------CSS For Drop Down------------------------------*/

.sz-dropdown-menu {
    border: 0px;
    outline: 0px;
    padding: 0px;
    margin-top: 1px !important;
    border-radius: 0px !important;
   /* background-color: #2273dd !important;*/
}

.sz-dropdown-menu>li>a {
    height: 39px;
    /*line-height: 40px;*/
    color: #ffffff !important;
   /* background-color: #2273dd !important;*/
     font-size: 15px ; 
    -webkit-transition: background-color 0.3s linear 0s;
    /* Chrome, Safari */
    -moz-transition: background-color 0.3s linear 0s;
    /* Mozilla */
    -ms-transition: background-color 0.3s linear 0s;
    /* IE 9 */
    -o-transition: background-color 0.3s linear 0s;
    /* Opera */
    transition: background-color 0.3s linear 0s;
    /* Standard syntax */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari */
    -moz-transform: translateZ(0);
    /* Mozilla */
    -ms-transform: translateZ(0);
    /* IE 9 */
    -o-transform: translateZ(0);
    /* Opera */
    transform: translateZ(0);
    /* Standard syntax */
}

.sz-dropdown-menu>li>a:before {
    content: "";
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    position: absolute;
    background: #ffffff;
    -webkit-transition: left 0.3s ease-out, right 0.3s ease-out;
    /* Chrome, Safari */
    -moz-transition: left 0.3s ease-out, right 0.3s ease-out;
    /* Mozilla */
    -ms-transition: left 0.3s ease-out, right 0.3s ease-out;
    /* IE 9 */
    -o-transition: left 0.3s ease-out, right 0.3s ease-out;
    /* Opera */
    transition: left 0.3s ease-out, right 0.3s ease-out;
    /* Standard syntax */
}

.sz-dropdown-menu>li>a:hover:before,
.sz-dropdown-menu>li>a:focus:before,
.sz-dropdown-menu>li>a:active:before {
    left: 0;
    right: 0;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* Chrome, Safari */
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* Mozilla */
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* IE 9 */
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* Opera */
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    /* Standard syntax */
}

.sz-dropdown-menu>li>a:hover {
    background-color: #2273dd !important;
    border-color: #2273dd;
}

.sz-divider {
    margin: 0px !important;
    background-color: #CEEDE7 !important;
}


/*----------------------CSS For Second Level Left/Right Drop Down------------------------------*/

.sz-second-level-dropdown-left {
    top: -1px;
    left: 95%;
    position: absolute;
    border-radius: 0px !important;
    background-color: #2273dd !important;
}

.sz-second-level-dropdown-li:hover .sz-second-level-dropdown-left,
.sz-second-level-dropdown-li:hover .sz-second-level-dropdown-right {
    display: block !important;
}

.sz-second-level-dropdown-right {
    top: -1px;
    left: -95%;
    position: absolute;
    border-radius: 0px !important;
    background-color: #0693cc !important;
}


/*----------------------CSS For Third Level Left/Right Drop Down------------------------------*/

.sz-third-level-dropdown-left {
    top: -1px;
    left: 95%;
    position: absolute;
    border-radius: 0px !important;
    background-color: #0693cc !important;
}

.sz-third-level-dropdown-li:hover .sz-third-level-dropdown-left,
.sz-third-level-dropdown-li:hover .sz-third-level-dropdown-right {
    display: block !important;
}

.sz-third-level-dropdown-right {
    top: -1px;
    left: -95%;
    position: absolute;
    border-radius: 0px !important;
    background-color: #0693cc !important;
}


/*----------------------CSS For Glyph Icons------------------------------*/

#sz-logo {
    font-weight: bold;
    font-family: elephant;
}

#sz-logo,
.sz-menu-bar-brand>span,
.sz-dropdown-toggle>i {
    color: #ffffff !important;
    padding-right: 2px !important;
}

.sz-glyphicon-home {
    font-size: 17px !important;
}

.sz-caret {
    margin-left: 8px !important;
}

.sz-menu-bar-brand:hover>span,
.sz-dropdown-toggle:hover>i {
    -webkit-transition: -webkit-transform 0.5s;
    /* Chrome, Safari */
    -moz-transition: -moz-transform 0.5s;
    /* Mozilla */
    -ms-transition: -ms-transform 0.5s;
    /* IE 9 */
    -o-transition: -o-transform 0.5s;
    /* Opera */
    transition: transform 0.5s;
    /* Standard syntax */
    -webkit-transform: rotateY(360deg);
    /* Chrome, Safari */
    -moz-transform: rotateY(360deg);
    /* Mozilla */
    -ms-transform: rotateY(360deg);
    /* IE 9 */
    -o-transform: rotateY(360deg);
    /* Opera */
    transform: rotateY(360deg);
    /* Standard syntax */
}

.sz-glyphicon {
    font-size: 16px !important;
    margin-right: 14px !important;
    
    -webkit-transition: -webkit-transform 0.5s;
    /* Chrome, Safari */
    -moz-transition: -moz-transform 0.5s;
    /* Mozilla */
    -ms-transition: -ms-transform 0.5s;
    /* IE 9 */
    -o-transition: -o-transform 0.5s;
    /* Opera */
    transition: transform 0.5s;
    /* Standard syntax */
}

.sz-menu-bar-nav>li>a:hover .sz-glyphicon,
.sz-menu-bar-nav>li>a:focus .sz-glyphicon {
    -webkit-transform: rotateY(360deg);
    /* Chrome, Safari */
    -moz-transform: rotateY(360deg);
    /* Mozilla */
    -ms-transform: rotateY(360deg);
    /* IE 9 */
    -o-transform: rotateY(360deg);
    /* Opera */
    transform: rotateY(360deg);
    /* Standard syntax */
}

.sz-dropdown-menu>li>a:hover .sz-glyphicon {
    -webkit-transform: rotateX(360deg);
    /* Chrome, Safari */
    -moz-transform: rotateX(360deg);
    /* Mozilla */
    -ms-transform: rotateX(360deg);
    /* IE 9 */
    -o-transform: rotateX(360deg);
    /* Opera */
    transform: rotateX(360deg);
    /* Standard syntax */
}


/*----------------------CSS For Social Media Icons------------------------------*/

.sz-social-media-icon {
    font-size: 25px !important;
}

.sz-badge {
    color: #2273dd !important;
    text-shadow: none !important;
    background-color: #ffffff !important;
}

.sz-dropdown-menu-social>li:hover {
    color: #ffffff !important;
}


/*----------------------CSS For Search Bar------------------------------*/

.sz-dropdown-menu-form {
    top: 100%;
    left: -78%;
    position: absolute;
    border-radius: 0px !important;
}

.sz-form-control {
    border: none !important;
    outline: none !important;
    color: #2273dd !important;
    min-width: 165px !important;
    border-radius: 0px !important;
    background-color: #ffffff !important;
}

.sz-form-control:focus {
    box-shadow: none !important;
}

.sz-search-button {
    color: #ffffff !important;
    border-radius: 0px !important;
    background-color: #0576a3 !important;
    -webkit-transition: all 0.3s linear 0s;
    /* Chrome, Safari */
    -moz-transition: all 0.3s linear 0s;
    /* Mozilla */
    -ms-transition: all 0.3s linear 0s;
    /* IE 9 */
    -o-transition: all 0.3s linear 0s;
    /* Opera */
    transition: all 0.3s linear 0s;
    /* Standard syntax */
}

.sz-search-button:hover {
    color: #2273dd !important;
    background: #72c6e5 !important;
}

.navbar {
    margin-bottom: 0px;
}

.cat-center {
    margin-top: 13px;
    color: #fff;
    font-size:22px;
   
}

.de-table td {
    font-size: 14px;
}

.pagination>.active>a,
.pagination>.active>a:focus {
    z-index: 1;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@ keyframes spin {
    from {
        transform: scale(1)rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@ -webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #337ab7;
    border-color: #337ab7;
}

.ng-touched.ng-invalid-required {
    border-color: red;
}

.ng-dirty.ng-invalid {
    border-color: red;
}

.ng-submitted input.ng-invalid-required {
    border-color: red;
}

.ng-submitted select.ng-invalid-required {
    border-color: red;
}

.ng-untouched.ng-invalid {
    border-color: #ccc;
}

input.submitted.ng-invalid-required {
    border: 1px solid #f00;
}

.alert-message {
    color: red;
    background-color: #fcf8e3;
    border-color: #faebcc
}

md-toast.md-left {
    left: 400px;
}

md-toast.md-bottom {
    bottom: 200px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #fff;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: 15px 30px;
    margin-bottom: 10px;
    background-color: #48b0f7;
    border-bottom: #48b0f7;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.collapse {
    display: none;
}

.clickable {
    cursor: pointer;
}

.right-col {
    text-align: center;
}

.btn-warning {
    background-color: #f96868;
    ! important;
    border-color: #f96868 !important;
    padding: 5px 17px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-warning:hover {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    color: #fff;
}

label {
    font-size: 12px;
}

.label-size {
    font-size: 13px;
    color: #121212;
}

.pos-top {
    position: relative;
    top: -10px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #337ab7;
}

.mg-left-20 {
    margin-left: 20px;
}

.pos-top1 {
    position: relative;
    top: -10px;
}

.btn-danger1:hover {
    color: #fff;
}

+ preloader div {
    transition: 0.25s linear all;
}

preloader div.ng-hide {
    opacity: 0;
}

.loader {
    top: 20%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 2s infinite ease-in-out;
    animation: tp-rotateplane 2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px); background-color: #4285F4; }
  25% { background-color: #DE3E35; }
  50% { -webkit-transform: perspective(120px) rotateY(180deg); background-color: #F7C223; }
  75% { background-color: #1B9A59; }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg); background-color: #4285F4; }
}

@keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px); background-color: #4285F4; }
  25% { background-color: #DE3E35; }
  50% { -webkit-transform: perspective(120px) rotateY(180deg); background-color: #F7C223; }
  75% { background-color: #1B9A59; }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg); background-color: #4285F4; }
}

.table > tbody > tr > td {
	padding:6px;
}

.white-se{
	    background-color: #fff;
    padding: 10px 0px 0px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.white-se p{
	margin-bottom:0px;
	}
	
	.disc1{
		    margin-bottom: 3px;
		    margin: 0px 0px 0px 21px;
		    font-size: 12px;
	}
	
	.mghe{
		margin-left: 5px;font-size: 14px; line-height: 24px;
	}
	
	.fon-wei{
	font-weight: 500;
    margin-left: 5px;
    font-size: 13px;
}

.mg-top5{
	margin-top:5px;
}


	
	@media ( min-width:768px) {
    .modal-dialog {
        width: 80% !important;
        margin: 0px auto !important;
    }
	
	.row {
    margin-right: 15px;
    margin-left: 15px;
}

	.grouprow {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 20px;
}


.cent-dis{
	position:relative;
	display:block;
	margin:0 auto;
	text-align:center;
	left: -52px;
}


@media only screen and (max-width: 360px) {
    .welcometitle {
        visibility: hidden;
    }
    .mod-wid {
        width: 300px;
    }
    .main-items {
    height:1500px;
       
    }
    input.form-control.frm-width {
        width: auto;
    }
    .text-left {
        text-align: left;
    }
    .bt-bot10 {
        position: relative;
        top: 10px;
    }
    .pos-top {
        top: 0px;
    }
    .navbar-default .navbar-nav>.open>a {
        background-color: #337ab7;
        border-color: #337ab7;
    }
    .modal-content {
        width: 100%;
        position: relative;
        left: -10px;
    }
    .bg-gradient {
        clip-path: none;
    }
    .pg-top40 {
        padding-top: 0px;
    }
    .ca-wid {
        width: 100%;
    }
    .img_wid {
        background-size: 100%;
        margin: 0px;
        margin-top: 10px;
    }
    .la-left {
        position: relative;
        left: -12px;
    }
    .loginForm {
        width: 322px;
    }
    .mg-left-20 {
        margin-left: 0px;
    }
    .pos-top1 {
        top: 0px;
    }
    .table-responsive .table {
        max-width: none;
    }
}

@media only screen and (max-width: 480px) {

    .cat-center {
        margin-top: 10px;
        color: #fff;
        margin-left: 4px;
        font-size: 14px;
    }

	.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu>li.kopie>a {
	padding-left: 5px;
}

.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 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: -10px;
	margin-top: 5px;
	width: 0;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #555;
}

.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover {
	text-decoration: none;
}

.main-items {
    
   height:1300px;
    
    }

}


/* iPhone5+ */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait) {
    .loginHeader {
        font-size: 20px;
        padding-top: 10px;
    }
}

@media screen and (min-width: 321px) {

    .bg-gradient {
        clip-path: none;
    }
    .loginHeader {
        font-size: 26px;
        padding-top: 10px;
    }
    .main-items {
       
    }
    .img_wid {
        background-size: 100%;
        margin: 0px;
        margin-top: 10px;
    }
    
    .main-items {
    
    height:1500px;
    
    }
    
}

@media ( max-width: 767px) {
    .table-responsive {
        direction: ltr;
    }
}

@media ( max-width: 991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

	.bg-gradient {
		clip-path: none;
	}
	.loginHeader {
		font-size: 26px;
		padding-top: 10px;
	}
	.main-items {
	height:1500px;
		
	}
	.img_wid {
		background-size: 100%;
		margin: 0px;
		margin-top: 10px;
	}
}

@media ( max-width : 767px) {
	.table-responsive {
		direction: ltr;
	}
}

@media ( max-width : 991px) {
	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media only screen and (max-width: 360px) {
	
	.cat-center {
	 margin-left: 4px;
	}
	
	.main-items {
    
    height:1300px;
   
    
    }
	

	
	}


/*Responsive for iPhone 6 Begin*/

@media screen
and ( min-device-width : 375px) 
and ( max-device-width : 667px)
and (orientation : portrait) {
	
	.cat-center {
        margin-top: 10px;
        color: #fff;
        margin-left: 4px;
        font-size: 14px;
    }
    
    .main-items {
    
    height: 1300px;
    
    }
	
	
}

.error-span{
	color: red; position:relative; display:block; margin:0 auto; text-align:center; font-size:16px; line-height:24px; top:20px;
}
.chain-style1{
	list-style-type:none; width: 100%; margin: 0px;  padding: 0px;
}

.chain-style1 li{
	font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;      
    padding: 10px 0px 10px 40px; 
    text-align: left;
	
	}
	.icon-field{
	
	position: relative;
    top: 12px;
    z-index: 2;
    margin-left: 10px;
	}
	
	.setboxty{
	
	  clear: both;
    position: relative;
    top: -10px;
    padding-left: 30px !important;
	}
	
	.lds-spinner {
  left: 50% !important;
  margin-left: -4em !important;
}

.val-tex{
	
	position: relative;
    text-align: justify;
    line-height: 24px;
    margin:0px 0px 0px 3%;
    display:block;
	
}
.ui-loader-background {
    width:100%;
    height:100%;
    top:0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    display:none;
    position: fixed;
    z-index:100;
    left:0%;
}

.ui-loading .ui-loader-background {
    display:block;
}
/* customer page css */


	.card_customer_left {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /* width: 90%; */
    border-radius: 5px;
    background-color:#fff;
    /* height:34%; */
    padding:10px;
    margin-top:35px
    
}

.card_customer_left:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.ul_height_scroll{
    width: 50%;
    border-radius: 5px;
    height:70%;
    overflow:auto;
    display:block;
    margin:0px auto;
    float:none
}
.ul_height_scroll_head{
    width: 50%;
    border-radius: 5px;
    overflow:auto;
    display:block;
    margin:0px auto;
    float:none
}
.ul_bg_customer{
	background-color:#fff;
	font-size:15px;
	padding:8px;
	list-style-type:none;
	border-left:4px solid #398bf7;
	box-shadow:6px 3px 8px #d4d4d4 
}
.ul_bg_customer_head{
	background-color:#398bf7;
	font-size:19px;
	padding:10px;
	list-style-type:none;
	box-shadow:6px 3px 8px #d4d4d4 ;
	color:#fff;
	text-align:center
}
/* .ul_bg_customer:active{
	border:none
}
.ul_bg_customer:focus{
	border:none
}
.ul_bg_customer:hover{
	border:none;
	
	
} */
.span_flt_rgt{
	float:right;
	font-size:12px
}
.li_style_customer:focus{
	outline: -webkit-focus-ring-color auto 0px;
}
.btn_customer{
	 display: block;
    margin: 0 auto;
}
/* .mt_13per{
	margin-top:5%;
	margin-bottom:15%; 
} */
.ft_16{
	font-size:16px
}
.name_customer{
	text-align:justify;
}
.pad_top{
	padding-top:5%
}
.mg_bt_5per{
	margin-bottom:5%
}
.ft_15px{
	font-size:15px
}


â€‚â€‚.card_new_cus {
â€‚â€‚box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
â€‚â€‚transition: 0.3s;
â€‚â€‚â€‚â€‚border-radius: 5px;
â€‚â€‚â€‚â€‚padding: 10px;
â€‚â€‚â€‚â€‚text-align: center;
}

.card_new_cus:hover {
â€‚â€‚box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.fnt_17_cust{
	font-size:14px;
	text-align:-webkit-auto;
	font-weight: 500;
}
.fnt_14{
	font-size:14px;
	font-weight: 500;
}
.fnt_wegt{
	font-weight: 500;
}
.fnt_15{
	font-size:15px!important
}
.link_center_align{
	text-align:center;
}
.text_deco_link{
	text-decoration:underline
}
.btn_flt_rght{
	float:right;
}
.btn_flt_lft{
	float:left;
	background-color:red!important;
}
.btn_flt_lft:hover{
	
	background-color:red!important;
}
.top_36{
	top:8px
}
.text_jus{
	text-align:justify;
}
.txt_area_cus{
	height:76px
}
.mrg_tech_per_new1{
	    margin-top: 2%;
}
.drop_down_custom_change_new{
	    width: 78%;
    display: block;
    margin: 0px auto;
    margin-left: 1px;
}
.survey_drop_down_custom_change_new{
	width: 100%;
    display: block;
    margin: 0px auto;
    margin-left: 1px;
}
label{
	    margin-bottom: 5px!important;
}
.custommove{
	margin-top: -20px;
	margin-left: 1px;
}
.custommoves{
	margin-top: -20px;
}
.custom_envelope{
  background-color:white;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 3s;
   -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
   animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  50% {background-color: #a7c1e4;}
 
}

/* Standard syntax */
@keyframes example {
  50% {background-color: #a7c1e4;}
  
}



.custom {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-left: 10px;
   color: #398bf7;
}
/*upload file  btn css*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-left: 10%;
}

.btn_upload {
  border: 2px solid #48b0f7 !important;
  color: #fff;
  background-color: #48b0f7 !important;
  padding: 6px 30px;
  width: 131px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 100;

}
.upload-btn-wrapper:hover{
	background-color:#1570c7!important;
	cursor: pointer;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
   cursor: pointer;
}
/* upload failed message */
#upload_file_error {
	color: red;
	font-size: 12px;
}

#upload_file_success {
	font-size: 12px;
}

.center_align_btn {
	display: table;
	margin: 4% auto;
}

.pad_btn_model {
	padding: 5px 30px;
	width: auto !important
}

.padd_btn_upload {
	padding: 4px 30px;
}

.display_flex_upload {
	display: flex;
}

.mrg_left_8per {
	margin-left: 8%;
}
/* bootstrap overwrite css */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: .5;
}
/* media query upload button */
@media ( min-width : 300px) and (max-width: 767px) {
	.padd_btn_upload {
		padding: 4px 2px;
	}
	.mrg_left_8per {
		margin-left: 4%;
	}
	.btn_upload_mobile {
		width: 123px;
	}
	.modal-content {
		width: 80% !important;
		height: 255px !important;
	}
}
/* media query for upload btn */
@media ( min-width :300px) and (max-width:1000px) {
	.mrg_top_upload {
		margin-top: 2%
	}
}

.txt_size_store{
	    font-size: 14px;
    font-weight: 700;
    color: #090707;

}
#outer {
   height:50px;   
    z-index: 3;
} 
.height_50{

 height: 46px!important;
}
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
    z-index:3;
   /*  padding-top: 10px; */
    padding-bottom: 10px
    
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: block;
    /* line-height:2 */
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
   height: 39px;
    
   background:#2273dd;
    display:block;
   padding: 13px 19px;
}
.ul_head_admin{
	 background: #398bf7!important;
}
.fs_li_admin{
	    font-size: 18px;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
        padding: 0px 0px;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 46px;
    /* left: -2; */
    width: 100px;
    z-index:3;
    width:265px;
        font-weight: 100;
        line-height: 12px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
    position:absolute;
    z-index:3;
}
/*media query*/
@media (min-width: 270px) and (max-width: 768px) {
  .mobile_view_only{
	display:none
}
}
  @media (min-width: 769px)  {
  .web_view_only{
	display:none
}

}
.mrg_top1{
	    margin-top: -1%;
}

/* for iframe css */
 @media (min-width: 1200px) and (max-width: 1300px) {
  .iframe_tic{
 	height:550px 
 	 }
} 
 @media (min-width: 1025px) and (max-width: 1200px) {
  .iframe_tic{
 	height:470px 
 	 }
} 
 @media (min-width: 320px) and (max-width:767px) {
  .iframe_tic{
 	height:450px 
 	 }
} 
.stroe_alert_msg_custom{
    display: block!important;
    margin-left: 300px;
    width:50%!important;
    text-align:center;
    color:red;
    margin-top: -20px;
}
.stroe_alert_msg_custom_success{
   display: block!important;
   margin-left: 300px;
   width:50%!important;
   text-align:center;
   color:green;
   margin-top: -20px;
}
.store_div_gap_reduce{
	display: inline-block;
 	margin-right: -4px;
}
.alert {
    padding: 18px !important;
    margin-bottom: 0px ;
    border: 1px solid transparent;
    border-radius: 4px;
     width: 98%;
   
}
.custom_alert{
	 width: 98%;
}
.alert_mrg_bot{
	    margin-bottom: 15px !important;
	}
	.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    font-size: 20px;
    color: rgba(0,0,0,0.87);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity = 50);
    opacity: .5;
    display:none;
}
    .carousel-control.left{
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5)0, rgba(249, 244, 244, 0.0001) 100%)!important;
    }
    .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(253, 253, 253, 0.5) 100%)!important;
    }
    .carousel-control:focus, .carousel-control:hover {
    color: #080808;
   
}

.breadcrumb{
	margin-bottom: 0px;
}
a:focus{
	outline-offset: 0px!important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.carousel-indicators{
	display:none
}
.icon_size {
	font-size: 30px !important;
}
.icon_sizes {
	font-size: 30px !important;
}

.Showing_length {
	float: right;
	margin-top: -12px;
}
/* slider media query  */
.icon_postionright {
	cursor: pointer;
}
.icon_postionleft {
	cursor: pointer;
}
@media ( min-width : 280px) and (max-width: 767px) {
	.icon_postionright {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
		margin-top: -10px;
		margin-left: 38%;
	}
	.icon_postionleft {
		position: absolute;
		top: 50%;
		z-index: 31;
		display: inline-block;
		margin-top: -10px;
		margin-left: -45%;
	}
}

@media ( min-width : 768px) {
	.icon_postionright {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
		margin-top: -10px;
		margin-left: 49%;
	}
	.icon_postionleft {
		position: absolute;
		top: 50%;
		z-index: 31;
		display: inline-block;
		margin-top: -10px;
		margin-left: -51%;
	}
}
.p_tag_table{
	    margin: 2px 0 0px !important;
}
.dis_none{
	display:none
}
[data-title]:focus:after {
    opacity: 1;
    visibility: visible;
     white-space: nowrap;
    line-height:24px
}
[data-title]:after {
    content: attr(data-title);
    position: absolute;
    color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fcf8e3 !important;
    padding: 9px;
    opacity: 1;
    z-index: 99983;
    visibility: visible;  
    left: 100%;
    top: 4%;
    /* border: 3px solid #f30a0a; */
    color: #f30707;
     width: 240px;
}

[data-title=""]:focus:after {
    opacity: 0;
   
}
[data-title=""]:after {
    visibility: hidden;
}
.table_custom_map{
	color:#fff!important;
	padding:2%!important;
	background:#48b0f7;
	font-size:12px;
     width: 150px;
	position: sticky;
    top: -1px;
   
   
}
.th_custom_map{
	background-color:#fff;
    width:400px;

}
.td_custom_map{
	border:1px solid #979393;
	color:#000!important;
    width: 150px;
}
.wid_table{
	width:520px;
	
}
foreignObject {
    
}
.highcharts-tooltip>span {
max-height:250px !important;
overflow-y: auto !important;
 overflow-x: hidden!important;
}

.highcharts-tooltip {  
   pointer-events: auto !important  
}

.ml_arrow_fsv_right{
	margin-left: 98%!important;
}
.ml_arrow_fsv_left{
	margin-left: -45px!important;
}
.button_arrow_css
{
	    background-color: transparent;
    border: none;
}
.width_nav_hover_txt{
	width:100%
}

.test_link{
	position:fixed!important;
    width:100%!important;
    left:0!important;
    right:0!important;
    top:0!important;
    bottom:0!important;
    background-color: rgba(255,255,255,0.7)!important;
    z-index:9999!important;
}
.highcharts-credits{
	display:none
}
.design_store{
	width:20%;

}

.edit_btns{
    float: right;
    cursor: pointer;
    background-color: #f96868;
    color: #fff;
	border: none;  
  padding: 2px 5px 2px 5px;
   border-radius: 3px;
   margin-right: 6px;
}
.custom_box{
	border: 1px solid #79747430;
    padding: 7px;
    border-radius: 5px;
}
.img_width{
    width: 50%;
}
.galignhead{
	width: 33.666667%;
	float: left;
}
.galignbody{
	width: 33.666667%;
	float: left;
}
.labelalign{
	float: left;
}
/* for spinner css custom */
.ui-spinner{
	border:none!important;
	width:100%
}
.ui-spinner-input{
	padding: 6px 6px!important;
    margin: 0 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.ui-spinner-up{
	border: 1px solid #ccc!important;
    background: transparent!important;
    border-bottom:none!important
}
.ui-spinner-down{
	border: 1px solid #ccc!important;
    background: transparent!important;
    border-top:none!important
}

.colmd3 {
		width: 25%
	}
.custom_alignment{
	width:17%
}
.forgot
{
width: 42%;
}
.custom_alignmentt{
	width:88%;
	    height: 44px;
}
 input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
   -webkit-appearance: none; 
  -moz-appearance: none; 
  margin: 0;  

 
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-ms-clear { 
	display: none;
	 }
.custom_align_btn{
    text-align: center;
}
.textarea{
	 resize: none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 60px;
    display: block;
	
}
input[type='radio'] {
    box-shadow: none;
}
.techreport_head_right{
	text-align: center;
    background: #7cb5ec;
    height: 95px;
}
.techreport_head_right >h1{
	padding: 7% 0;
	color:#5f5f62;
	
}
.techreport_head_left{
	    text-align: center;
    background: #7cb5ec;
    padding: 2%;
    color: #5f5f62;
}



/* new css */
.new_code {
    color: #5f5f62;
    font-size: 13px;
    font-weight: 500;
   
}
.new_frnt_size{
	font-size:18px!important;
    margin-left: 75px;
}
.ctm_confluid{
	background-color: #dcdcdc;
    padding: 10px 10px 10px 2px;
}
.ctm_cen_head{
	text-align: center;
    padding: 5px 208px 0px 0px;
}
.ctm_frm_cen{
	 text-align: center;
}
.mrglft{
 margin-left: -15px;
}
.ctm_btn_search{
	 background-color: #398bf7; 
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  
  margin: 4px 2px;
  cursor: pointer;
 padding: 8px 25px;
    border-radius: 3px;
}

.ctm_btn_claer{
	 background-color: #fff; 
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  padding: 8px 25px;
    border-radius: 3px;
}

.ctm_input{
	 padding: 8px 8px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 35px;
    font-weight: 500;
    color: #000000;
    font-size: 10pt;
}

.ctm_container_bg{
	    background: #6495ed38;
    padding: 10px 10px 10px 10px;
    margin: 0px auto;
    text-align: center;
}
.serial_width_25{
	width:25%!important;
}
.serial_width_20{
	width:20%!important;	
}
.ctm_box_val{
	display: grid;
}

.ctm_td{
	/* background: #398bf7; */
    color: #5f5f62;
    font-size: 13px;
    padding: 12px 0px 12px 10px!important;
}
.ctm_sp_top{
	padding-top: 5px;
	font-size: 17px;
}
/* .wid_25 {
	padding: 15px 2px 15px 25px!important;
} */

/* tr:nth-child(even){background-color: #dddddd!important}
 */
.wid_25 {
	font-size: 14px;
	 border: 1px solid #ddd;
	 padding: 4px 5px 4px 5px !important;
}
.ctm_print_btn{
	background-color: #398bf7;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    font-size: 15px;
}
.ctm_spn_name{
	font-weight: 500;
    font-size: 13px;
}

.ctm_add{
	padding: 8px 8px!important;
    margin: 8px 0;
    display: block!important;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%!important;
    font-weight: 500;
    color: #000000;
    font-size: 10pt;
    height: 35px;

}

/* addserial css */

.ctm_div{
	background-color: #fff;
    padding: 17px 40px 10px 40px;
    width: 70%;
    /* position: absolute; */
    /* text-align: center; */
    margin: 0px auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.ctm_h3{
	width: 50%;
    margin: 0px auto;
}

.ctm_h3_head{
	 text-align: center;
}

.addcel{
	background-color: #f96868;
	width: 37%;
	font-weight: 500;
	color:#fff;
}

.addse{
	width: 37%;
	font-weight: 500;
}

.ctm_padd_frm{
	padding: 5px 0px 5px 0px;
}

.ctm_add_ser{
	font-weight: 600;
    color: #121212;
    font-size: 14px;
}

.upload-btn-wrapperrrr {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.btnnnnn {
  padding: 8px 8px!important;
    margin: 8px 0;
    display: block!important;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
   /*   width: 100%!important;  */
    font-weight: 500;
    color: #75758b;
    font-size: 12px;
}

.upload-btn-wrapperrrr input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.ctm_head_til{
	    background-color: #398bf7;
    width: 70%;
    margin: 15px auto 0px;
    padding: 15px 5px 15px 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/* .ctm_serialAddd{
	 width: 100%!important;
}
 */
 .pdgRight{
    padding-right: 6px!important;
 }
 .new_ctn_sty{
  width: 100%!important;
 }
 
 .new_ctn_clr{
 background-color: #f96868!important;
    width: 10%!important;
    font-weight: 500!important;
    color: #fff!important;
 }
 
 .new_ctn_clrs{
 background-color: #f96868!important;
    margin-left: 10px;
    font-weight: 500!important;
    color: #fff!important;
 }


 .new_ctn_sub{
 background-color: #398bf7!important;
    width: 10%!important;
    font-weight: 500!important;
    color: #fff!important;
 }
 .new_ctn_subs{
 background-color: #398bf7!important;
   
    font-weight: 500!important;
    color: #fff!important;
 }

.ctm_frm_dispaly{
	display: grid!important;
}

.ctm_frm_bg{
	background-color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
}

.ctm_grp_btn{
	margin: 0px auto;
    
}

.new_ctm_bt{
	margin: 21px auto!important;
	display:flex;
}

.new_ctm_bts{
	margin: 34px 0px 0px -14px;
    font-size: 17px;
}
/* pop for serial number search css*/

.modelSerial {
    background-color: #fff;
    padding: 17px 40px 10px 40px;
    width: 35%;
    /* position: absolute; */
    /* text-align: center; */
    margin: 0px auto;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    
}


/* end pop for serial number search css*/

/* customer load info css */

.ctm_cusload{
	width:95px;
	margin-left: 0px;
}
.ctm_cusload_sp{
	font-weight: 600;
    color: #121212;
    font-size: 14px;
    padding: 0px 0px 8px 0px;
}

.ctm_cus_checkbox{
	float: right;
}

.ctm_frm_bg_customer{
	background-color: rgb(255, 255, 255);
    padding: 15px 15px 0px 15px;
}
.ctm_add_sers{
	font-weight: 600;
    color: #121212;
    font-size: 14px;
    text-align: center;
}

.bcolor{
background: #c4d9da!important;
}
.mrgbtn{
    margin-left: 35px;	
}
.ctm_inputs{
	padding: 8px 8px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

#myModalDelete{
	dispaly:none;
}

/* new model for serial page */
.modelSerialNew {
    background-color: #fff;
    padding: 10px 0px 10px 0px;
    width: 90%;  
    margin: 0px auto;  
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
#Newmodal{
	 position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
.ctm_head_tilnew {
   text-decoration: underline;
    width: 100%;
    padding: 15px 5px 15px 5px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.addcelnew{
	background-color: #f96868;
    width: auto;
    font-weight: 500;
    color: #fff;
}

#myModalDelete {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}



.modelSerialDelete{
	    background-color: #fefefe;
    margin: auto;
    padding: 20px;
   
    width: 40%;
    border-radius: 7px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    margin-top: 130px;
}

.ctm_wid_del{
	width: 100px!important;
}

.ctm_wid_clear{
	width: 30%;
}
.ctm_btn_yes{
	    background-color: #398bf7;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    padding: 8px 25px;
    border-radius: 3px;
}

.ctm_btn_no{
	    background-color: #f96868;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    padding: 8px 25px;
    border-radius: 3px;
}

.new_ctn_load{
	background-color: #f96868!important;
   
    font-weight: 500!important;
    color: #fff!important;
}

.new_left{
	margin-left: -38px!important;
}
.newct{
	color:#000000;
}
#Newmodalinside{
  
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.ctm_icon_close{
        float: right;
    font-size: 16px;
    cursor: pointer;
}
.yes_btn_primary {
    background-color: #398bf7;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    padding: 8px 25px;
    border-radius: 3px;
}

.no_btn_warnings {
    background-color: #f96868;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    padding: 8px 25px;
    border-radius: 3px;
}

/* star rating css */
ul.cust_star{
     margin: 0;
    padding: 0;
}
.cust_star li {
    background: #a9a9a9;
    height: 30px; 
    width: 30px; 
    display: inline-block;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); 
    text-align: center; 
    font-size: 9px; 
    padding: 1px;
}
.cust-star-container{
    height: 50px !important;

    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 43px !important;
}
  .cust_star .filled {
    background:#33A8FF  ;
}
 .cust_star::before { 
    display: inline-block; 
    height: 100%; 
    background: blue; 
    vertical-align: middle; 
    content: ''; }
.cust-rating{
    display:flex;
}

#chartdiv, #legendwrapper {
    width: 100%;
    height: 700px;
  }

  #legenddiv {
    height: 200px;
    width:100%;
 
   } 
    #legendwrapper {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    } 
  .tooltipTableBody{
  max-height:200px;
  overflow:auto;
  display:block;
  width:400px;
  }
  .totalTicket{
   text-align: center;
}
.piepopup{
    color: blue;
}
.tooltipTableheader{
    display:block;
    background:white;
    width:398px
}


