/*@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
       url('../fonts/OpenSans-Regular.woff') format('woff'),
       url('../fonts/OpenSans-Regular.ttf') format('truetype'),
       url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'),
       url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}*/

/* Navbar ====================================== */


@import url(../materialize.css);


.call-flow-ul {
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    /* height: calc(100% - 79%); */
}

.modal-dialog {
    /* display: inline-block; */
    text-align: left;
    vertical-align: middle;
}


nav.navbar .navbar-right > li > a.circle-remove:hover {
    color: rgba(74, 74, 74, 0.8) !important;
}


.primary {
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: #4a4a4a !important;
    border: 1px #4a4a4a solid !important;
    border-radius: 3px;
    padding: 7px 12px 6px;
    display: inline-block;
    text-decoration: none !important;
}

.feedback-button {
    height: 40px;
    border: solid 3px #CCCCCC;
    background: #4a4a4a !important;
    width: 100px;
    line-height: 32px;
    -webkit-transform: rotate(-90deg);
    font-weight: 600;
    color: white !important;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: center;
    font-size: 17px;
    position: fixed;
    right: -40px;
    top: 45%;
    font-family: "Roboto", helvetica, arial, sans-serif;
    z-index: 999;
    opacity: inherit;
}

.help-button {
    height: 40px;
    border: solid 3px #CCCCCC;
    background: #4a4a4a !important;
    width: 100px;
    line-height: 32px;
    -webkit-transform: rotate(-90deg);
    font-weight: 600;
    color: white !important;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: center;
    font-size: 17px;
    position: fixed;
    right: -40px;
    top: 49%;
    font-family: "Roboto", helvetica, arial, sans-serif;
    z-index: 999;
    opacity: inherit;
}

.help-button b {
    font-weight: normal !important;
}

.knowledgebase-leftsidebar{
    width: 22px;
    height: 28px;
}

.knowledgebase-icon {
    background-image: url(../../images/tata/knowledge-light.svg);
    background-repeat: no-repeat;

}
.knowledgebase-icon:hover,
.knowledgebase-icon:focus {
    background-image: url(../../images/tata/knowledge-dark.svg);
    background-repeat: no-repeat;
}
.all-nav li[title="Knowledge Base"] a:hover .knowledgebase-icon,
.all-nav li[title="Knowledge Base"] a:focus .knowledgebase-icon {
    background-image: url(../../images/tata/knowledge-orange.svg);
    background-repeat: no-repeat;
}

#helpModal .modal-header {

    padding: 10px 15px;
    background: #faa524;
}

.feedback-button:hover, .feedback-button:active {
    background: #4a4a4a;
    color: #fff !important;
}

.navbar {
    font-family: "Roboto", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
}

.navbar .navbar-brand {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar .navbar-custom-right-menu {
    float: right;
}

.navbar .navbar-toggle {
    text-decoration: none;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 17px;
}

.navbar .navbar-toggle:before {
    content: '\E8D5';
    font-family: 'Material Icons';
    font-size: 26px;
}

login
.navbar .navbar-collapse.in {
    overflow: visible;
}

.ls-closed .sidebar {
    margin-left: -300px;
}

.ls-closed section.content {
    margin-left: 15px;
}

.ls-closed .bars:after, .ls-closed .bars:before {
    font-family: 'Material Icons';
    font-size: 24px;
    position: absolute;
    top: 18px;
    left: 20px;
    margin-right: 10px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ls-closed .bars:before {
    content: '\E5D2';
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ls-closed .bars:after {
    content: '\E5C4';
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ls-closed .navbar-brand {
    margin-left: 0px !important;
}

.overlay-open .bars:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.overlay-open .bars:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.navbar-header {
    padding: 10px 7px;
}

.navbar-header .bars {
    float: left;
    text-decoration: none;
}

#bars-btn{
    transition: all 0.5s;
    position: absolute;
    left: calc(100% - 11px);
    top: 25px;
    z-index: 999;
}
#bars-btn .bars{
    position: fixed;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FBFBFF;
    border: 1px #ddd solid;
}
#bars-btn .bars:before{
    top:1px;
    left:0;
}
#bars-btn .bars:after{
    top:1px;
    left:2px;
}

.navbar-nav > li > a {
    padding: 7px 7px 2px 7px;
    /* margin-top: 17px; */
    margin-left: 5px;
}

.navbar-nav .dropdown-menu {
    margin-top: -40px !important;
}

.label-count {
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 10px;
    line-height: 15px;
    background-color: #000;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.col-red .navbar .navbar-brand,
.col-red .navbar .navbar-brand:hover,
.col-red .navbar .navbar-brand:active,
.col-red .navbar .navbar-brand:focus {
    color: #fff;
}

.col-red .navbar .nav > li > a:hover,
.col-red .navbar .nav > li > a:focus,
.col-red .navbar .nav .open > a,
.col-red .navbar .nav .open > a:hover,
.col-red .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-red .navbar .nav > li > a {
    color: #fff;
}

.col-red .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-red .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-pink .navbar .navbar-brand,
.col-pink .navbar .navbar-brand:hover,
.col-pink .navbar .navbar-brand:active,
.col-pink .navbar .navbar-brand:focus {
    color: #fff;
}

.col-pink .navbar .nav > li > a:hover,
.col-pink .navbar .nav > li > a:focus,
.col-pink .navbar .nav .open > a,
.col-pink .navbar .nav .open > a:hover,
.col-pink .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-pink .navbar .nav > li > a {
    color: #fff;
}

.col-pink .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-pink .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-purple .navbar .navbar-brand,
.col-purple .navbar .navbar-brand:hover,
.col-purple .navbar .navbar-brand:active,
.col-purple .navbar .navbar-brand:focus {
    color: #fff;
}

.col-purple .navbar .nav > li > a:hover,
.col-purple .navbar .nav > li > a:focus,
.col-purple .navbar .nav .open > a,
.col-purple .navbar .nav .open > a:hover,
.col-purple .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-purple .navbar .nav > li > a {
    color: #fff;
}

.col-purple .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-purple .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-deep-purple .navbar .navbar-brand,
.col-deep-purple .navbar .navbar-brand:hover,
.col-deep-purple .navbar .navbar-brand:active,
.col-deep-purple .navbar .navbar-brand:focus {
    color: #fff;
}

.col-deep-purple .navbar .nav > li > a:hover,
.col-deep-purple .navbar .nav > li > a:focus,
.col-deep-purple .navbar .nav .open > a,
.col-deep-purple .navbar .nav .open > a:hover,
.col-deep-purple .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-deep-purple .navbar .nav > li > a {
    color: #fff;
}

.col-deep-purple .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-deep-purple .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-indigo .navbar .navbar-brand,
.col-indigo .navbar .navbar-brand:hover,
.col-indigo .navbar .navbar-brand:active,
.col-indigo .navbar .navbar-brand:focus {
    color: #fff;
}

.col-indigo .navbar .nav > li > a:hover,
.col-indigo .navbar .nav > li > a:focus,
.col-indigo .navbar .nav .open > a,
.col-indigo .navbar .nav .open > a:hover,
.col-indigo .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-indigo .navbar .nav > li > a {
    color: #fff;
}

.col-indigo .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-indigo .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-blue .navbar .navbar-brand,
.col-blue .navbar .navbar-brand:hover,
.col-blue .navbar .navbar-brand:active,
.col-blue .navbar .navbar-brand:focus {
    color: #fff;
}

.col-blue .navbar .nav > li > a:hover,
.col-blue .navbar .nav > li > a:focus,
.col-blue .navbar .nav .open > a,
.col-blue .navbar .nav .open > a:hover,
.col-blue .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-blue .navbar .nav > li > a {
    color: #fff;
}

.col-blue .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-blue .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-light-blue .navbar .navbar-brand,
.col-light-blue .navbar .navbar-brand:hover,
.col-light-blue .navbar .navbar-brand:active,
.col-light-blue .navbar .navbar-brand:focus {
    color: #fff;
}

.col-light-blue .navbar .nav > li > a:hover,
.col-light-blue .navbar .nav > li > a:focus,
.col-light-blue .navbar .nav .open > a,
.col-light-blue .navbar .nav .open > a:hover,
.col-light-blue .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-light-blue .navbar .nav > li > a {
    color: #fff;
}

.col-light-blue .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-light-blue .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-cyan .navbar .navbar-brand,
.col-cyan .navbar .navbar-brand:hover,
.col-cyan .navbar .navbar-brand:active,
.col-cyan .navbar .navbar-brand:focus {
    color: #fff;
}

.col-cyan .navbar .nav > li > a:hover,
.col-cyan .navbar .nav > li > a:focus,
.col-cyan .navbar .nav .open > a,
.col-cyan .navbar .nav .open > a:hover,
.col-cyan .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-cyan .navbar .nav > li > a {
    color: #fff;
}

.col-cyan .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-cyan .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-teal .navbar .navbar-brand,
.col-teal .navbar .navbar-brand:hover,
.col-teal .navbar .navbar-brand:active,
.col-teal .navbar .navbar-brand:focus {
    color: #fff;
}

.col-teal .navbar .nav > li > a:hover,
.col-teal .navbar .nav > li > a:focus,
.col-teal .navbar .nav .open > a,
.col-teal .navbar .nav .open > a:hover,
.col-teal .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-teal .navbar .nav > li > a {
    color: #fff;
}

.col-teal .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-teal .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-green .navbar .navbar-brand,
.col-green .navbar .navbar-brand:hover,
.col-green .navbar .navbar-brand:active,
.col-green .navbar .navbar-brand:focus {
    color: #fff;
}

.col-green .navbar .nav > li > a:hover,
.col-green .navbar .nav > li > a:focus,
.col-green .navbar .nav .open > a,
.col-green .navbar .nav .open > a:hover,
.col-green .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-green .navbar .nav > li > a {
    color: #fff;
}

.col-green .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-green .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-light-green .navbar .navbar-brand,
.col-light-green .navbar .navbar-brand:hover,
.col-light-green .navbar .navbar-brand:active,
.col-light-green .navbar .navbar-brand:focus {
    color: #fff;
}

.col-light-green .navbar .nav > li > a:hover,
.col-light-green .navbar .nav > li > a:focus,
.col-light-green .navbar .nav .open > a,
.col-light-green .navbar .nav .open > a:hover,
.col-light-green .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-light-green .navbar .nav > li > a {
    color: #fff;
}

.col-light-green .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-light-green .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-lime .navbar .navbar-brand,
.col-lime .navbar .navbar-brand:hover,
.col-lime .navbar .navbar-brand:active,
.col-lime .navbar .navbar-brand:focus {
    color: #fff;
}

.col-lime .navbar .nav > li > a:hover,
.col-lime .navbar .nav > li > a:focus,
.col-lime .navbar .nav .open > a,
.col-lime .navbar .nav .open > a:hover,
.col-lime .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-lime .navbar .nav > li > a {
    color: #fff;
}

.col-lime .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-lime .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-yellow .navbar .navbar-brand,
.col-yellow .navbar .navbar-brand:hover,
.col-yellow .navbar .navbar-brand:active,
.col-yellow .navbar .navbar-brand:focus {
    color: #fff;
}

.col-yellow .navbar .nav > li > a:hover,
.col-yellow .navbar .nav > li > a:focus,
.col-yellow .navbar .nav .open > a,
.col-yellow .navbar .nav .open > a:hover,
.col-yellow .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-yellow .navbar .nav > li > a {
    color: #fff;
}

.col-yellow .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-yellow .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-amber .navbar .navbar-brand,
.col-amber .navbar .navbar-brand:hover,
.col-amber .navbar .navbar-brand:active,
.col-amber .navbar .navbar-brand:focus {
    color: #fff;
}

.col-amber .navbar .nav > li > a:hover,
.col-amber .navbar .nav > li > a:focus,
.col-amber .navbar .nav .open > a,
.col-amber .navbar .nav .open > a:hover,
.col-amber .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-amber .navbar .nav > li > a {
    color: #fff;
}

.col-amber .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-amber .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-orange .navbar .navbar-brand,
.col-orange .navbar .navbar-brand:hover,
.col-orange .navbar .navbar-brand:active,
.col-orange .navbar .navbar-brand:focus {
    color: #fff;
}

.col-orange .navbar .nav > li > a:hover,
.col-orange .navbar .nav > li > a:focus,
.col-orange .navbar .nav .open > a,
.col-orange .navbar .nav .open > a:hover,
.col-orange .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-orange .navbar .nav > li > a {
    color: #fff;
}

.col-orange .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-orange .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-deep-orange .navbar .navbar-brand,
.col-deep-orange .navbar .navbar-brand:hover,
.col-deep-orange .navbar .navbar-brand:active,
.col-deep-orange .navbar .navbar-brand:focus {
    color: #fff;
}

.col-deep-orange .navbar .nav > li > a:hover,
.col-deep-orange .navbar .nav > li > a:focus,
.col-deep-orange .navbar .nav .open > a,
.col-deep-orange .navbar .nav .open > a:hover,
.col-deep-orange .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-deep-orange .navbar .nav > li > a {
    color: #fff;
}

.col-deep-orange .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-deep-orange .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-brown .navbar .navbar-brand,
.col-brown .navbar .navbar-brand:hover,
.col-brown .navbar .navbar-brand:active,
.col-brown .navbar .navbar-brand:focus {
    color: #fff;
}

.col-brown .navbar .nav > li > a:hover,
.col-brown .navbar .nav > li > a:focus,
.col-brown .navbar .nav .open > a,
.col-brown .navbar .nav .open > a:hover,
.col-brown .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-brown .navbar .nav > li > a {
    color: #fff;
}

.col-brown .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-brown .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-grey .navbar .navbar-brand,
.col-grey .navbar .navbar-brand:hover,
.col-grey .navbar .navbar-brand:active,
.col-grey .navbar .navbar-brand:focus {
    color: #fff;
}

.col-grey .navbar .nav > li > a:hover,
.col-grey .navbar .nav > li > a:focus,
.col-grey .navbar .nav .open > a,
.col-grey .navbar .nav .open > a:hover,
.col-grey .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-grey .navbar .nav > li > a {
    color: #fff;
}

.col-grey .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-grey .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-blue-grey .navbar .navbar-brand,
.col-blue-grey .navbar .navbar-brand:hover,
.col-blue-grey .navbar .navbar-brand:active,
.col-blue-grey .navbar .navbar-brand:focus {
    color: #fff;
}

.col-blue-grey .navbar .nav > li > a:hover,
.col-blue-grey .navbar .nav > li > a:focus,
.col-blue-grey .navbar .nav .open > a,
.col-blue-grey .navbar .nav .open > a:hover,
.col-blue-grey .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-blue-grey .navbar .nav > li > a {
    color: #fff;
}

.col-blue-grey .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-blue-grey .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-black .navbar .navbar-brand,
.col-black .navbar .navbar-brand:hover,
.col-black .navbar .navbar-brand:active,
.col-black .navbar .navbar-brand:focus {
    color: #fff;
}

.col-black .navbar .nav > li > a:hover,
.col-black .navbar .nav > li > a:focus,
.col-black .navbar .nav .open > a,
.col-black .navbar .nav .open > a:hover,
.col-black .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-black .navbar .nav > li > a {
    color: #fff;
}

.col-black .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-black .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-white .navbar .navbar-brand,
.col-white .navbar .navbar-brand:hover,
.col-white .navbar .navbar-brand:active,
.col-white .navbar .navbar-brand:focus {
    color: #fff;
}

.col-white .navbar .nav > li > a:hover,
.col-white .navbar .nav > li > a:focus,
.col-white .navbar .nav .open > a,
.col-white .navbar .nav .open > a:hover,
.col-white .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-white .navbar .nav > li > a {
    color: #fff;
}

.col-white .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-white .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

/* Material Icons ============================== */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-26 {
    font-size: 26px;
}

.material-icons.md-28 {
    font-size: 28px;
}

.material-icons.md-30 {
    font-size: 30px;
}

.material-icons.md-32 {
    font-size: 32px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Helpers ===================================== */
.m-l--125 {
    margin-left: -125px;
}

.m-t--125 {
    margin-top: -125px;
}

.m-r--125 {
    margin-right: -125px;
}

.m-b--125 {
    margin-bottom: -125px;
}

.m-l--120 {
    margin-left: -120px;
}

.m-t--120 {
    margin-top: -120px;
}

.m-r--120 {
    margin-right: -120px;
}

.m-b--120 {
    margin-bottom: -120px;
}

.m-l--115 {
    margin-left: -115px;
}

.m-t--115 {
    margin-top: -115px;
}

.m-r--115 {
    margin-right: -115px;
}

.m-b--115 {
    margin-bottom: -115px;
}

.m-l--110 {
    margin-left: -110px;
}

.m-t--110 {
    margin-top: -110px;
}

.m-r--110 {
    margin-right: -110px;
}

.m-b--110 {
    margin-bottom: -110px;
}

.m-l--105 {
    margin-left: -105px;
}

.m-t--105 {
    margin-top: -105px;
}

.m-r--105 {
    margin-right: -105px;
}

.m-b--105 {
    margin-bottom: -105px;
}

.m-l--100 {
    margin-left: -100px;
}

.m-t--100 {
    margin-top: -100px;
}

.m-r--100 {
    margin-right: -100px;
}

.m-b--100 {
    margin-bottom: -100px;
}

.m-l--95 {
    margin-left: -95px;
}

.m-t--95 {
    margin-top: -95px;
}

.m-r--95 {
    margin-right: -95px;
}

.m-b--95 {
    margin-bottom: -95px;
}

.m-l--90 {
    margin-left: -90px;
}

.m-t--90 {
    margin-top: -90px;
}

.m-r--90 {
    margin-right: -90px;
}

.m-b--90 {
    margin-bottom: -90px;
}

.m-l--85 {
    margin-left: -85px;
}

.m-t--85 {
    margin-top: -85px;
}

.m-r--85 {
    margin-right: -85px;
}

.m-b--85 {
    margin-bottom: -85px;
}

.m-l--80 {
    margin-left: -80px;
}

.m-t--80 {
    margin-top: -80px;
}

.m-r--80 {
    margin-right: -80px;
}

.m-b--80 {
    margin-bottom: -80px;
}

.m-l--75 {
    margin-left: -75px;
}

.m-t--75 {
    margin-top: -75px;
}

.m-r--75 {
    margin-right: -75px;
}

.m-b--75 {
    margin-bottom: -75px;
}

.m-l--70 {
    margin-left: -70px;
}

.m-t--70 {
    margin-top: -70px;
}

.m-r--70 {
    margin-right: -70px;
}

.m-b--70 {
    margin-bottom: -70px;
}

.m-l--65 {
    margin-left: -65px;
}

.m-t--65 {
    margin-top: -65px;
}

.m-r--65 {
    margin-right: -65px;
}

.m-b--65 {
    margin-bottom: -65px;
}

.m-l--60 {
    margin-left: -60px;
}

.m-t--60 {
    margin-top: -60px;
}

.m-r--60 {
    margin-right: -60px;
}

.m-b--60 {
    margin-bottom: -60px;
}

.m-l--55 {
    margin-left: -55px;
}

.m-t--55 {
    margin-top: -55px;
}

.m-r--55 {
    margin-right: -55px;
}

.m-b--55 {
    margin-bottom: -55px;
}

.m-l--50 {
    margin-left: -50px;
}

.m-t--50 {
    margin-top: -50px;
}

.m-r--50 {
    margin-right: -50px;
}

.m-b--50 {
    margin-bottom: -50px;
}

.m-l--45 {
    margin-left: -45px;
}

.m-t--45 {
    margin-top: -45px;
}

.m-r--45 {
    margin-right: -45px;
}

.m-b--45 {
    margin-bottom: -45px;
}

.m-l--40 {
    margin-left: -40px;
}

.m-t--40 {
    margin-top: -40px;
}

.m-r--40 {
    margin-right: -40px;
}

.m-b--40 {
    margin-bottom: -40px;
}

.m-l--35 {
    margin-left: -35px;
}

.m-t--35 {
    margin-top: -35px;
}

.m-r--35 {
    margin-right: -35px;
}

.m-b--35 {
    margin-bottom: -35px;
}

.m-l--30 {
    margin-left: -30px;
}

.m-t--30 {
    margin-top: -30px;
}

.m-r--30 {
    margin-right: -30px;
}

.m-b--30 {
    margin-bottom: -30px;
}

.m-l--25 {
    margin-left: -25px;
}

.m-t--25 {
    margin-top: -25px;
}

.m-r--25 {
    margin-right: -25px;
}

.m-b--25 {
    margin-bottom: -25px;
}

.m-l--20 {
    margin-left: -20px;
}

.m-t--20 {
    margin-top: -20px;
}

.m-r--20 {
    margin-right: -20px;
}

.m-b--20 {
    margin-bottom: -20px;
}

.m-l--15 {
    margin-left: -15px;
}

.m-t--15 {
    margin-top: -15px;
}

.m-r--15 {
    margin-right: -15px;
}

.m-b--15 {
    margin-bottom: -15px;
}

.m-l--10 {
    margin-left: -10px;
}

.m-t--10 {
    margin-top: -10px;
}

.m-r--10 {
    margin-right: -10px;
}

.m-b--10 {
    margin-bottom: -10px;
}

.m-l--5 {
    margin-left: -5px;
}

.m-t--5 {
    margin-top: -5px;
}

.m-r--5 {
    margin-right: -5px;
}

.m-b--5 {
    margin-bottom: -5px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-l-55 {
    margin-left: 55px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-r-55 {
    margin-right: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-l-60 {
    margin-left: 60px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-r-60 {
    margin-right: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-l-65 {
    margin-left: 65px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-r-65 {
    margin-right: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-l-70 {
    margin-left: 70px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-r-70 {
    margin-right: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-l-75 {
    margin-left: 75px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-r-75 {
    margin-right: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-l-80 {
    margin-left: 80px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-r-80 {
    margin-right: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-l-85 {
    margin-left: 85px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-r-85 {
    margin-right: 85px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-l-90 {
    margin-left: 90px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-r-90 {
    margin-right: 90px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-l-95 {
    margin-left: 95px;
}

.m-t-95 {
    margin-top: 95px;
}

.m-r-95 {
    margin-right: 95px;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-l-100 {
    margin-left: 100px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-r-100 {
    margin-right: 100px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-l-105 {
    margin-left: 105px;
}

.m-t-105 {
    margin-top: 105px;
}

.m-r-105 {
    margin-right: 105px;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-l-110 {
    margin-left: 110px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-r-110 {
    margin-right: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-l-115 {
    margin-left: 115px;
}

.m-t-115 {
    margin-top: 115px;
}

.m-r-115 {
    margin-right: 115px;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-l-120 {
    margin-left: 120px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-r-120 {
    margin-right: 120px;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-l-125 {
    margin-left: 125px;
}

.m-t-125 {
    margin-top: 125px;
}

.m-r-125 {
    margin-right: 125px;
}

.m-b-125 {
    margin-bottom: 125px;
}

.margin-0 {
    margin: 0;
}

.p-l-0 {
    padding-left: 0px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-l-55 {
    padding-left: 55px;
}

.p-t-55 {
    padding-top: 55px;
}

.p-r-55 {
    padding-right: 55px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-l-60 {
    padding-left: 60px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-l-65 {
    padding-left: 65px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-r-65 {
    padding-right: 65px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-l-70 {
    padding-left: 70px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-r-70 {
    padding-right: 70px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-l-75 {
    padding-left: 75px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-r-75 {
    padding-right: 75px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-l-80 {
    padding-left: 80px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-r-80 {
    padding-right: 80px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-l-85 {
    padding-left: 85px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-r-85 {
    padding-right: 85px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-l-90 {
    padding-left: 90px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-r-90 {
    padding-right: 90px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-l-95 {
    padding-left: 95px;
}

.p-t-95 {
    padding-top: 95px;
}

.p-r-95 {
    padding-right: 95px;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-l-100 {
    padding-left: 100px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-l-105 {
    padding-left: 105px;
}

.p-t-105 {
    padding-top: 105px;
}

.p-r-105 {
    padding-right: 105px;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-l-110 {
    padding-left: 110px;
}

.p-t-110 {
    padding-top: 110px;
}

.p-r-110 {
    padding-right: 110px;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-l-115 {
    padding-left: 115px;
}

.p-t-115 {
    padding-top: 115px;
}

.p-r-115 {
    padding-right: 115px;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-l-120 {
    padding-left: 120px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-r-120 {
    padding-right: 120px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-l-125 {
    padding-left: 125px;
}

.p-t-125 {
    padding-top: 125px;
}

.p-r-125 {
    padding-right: 125px;
}

.p-b-125 {
    padding-bottom: 125px;
}

.padding-0 {
    padding: 0;
}

.font-6 {
    font-size: 6px;
}

.font-7 {
    font-size: 7px;
}

.font-8 {
    font-size: 8px;
}

.font-9 {
    font-size: 9px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-27 {
    font-size: 27px;
}

.font-28 {
    font-size: 28px;
}

.font-29 {
    font-size: 29px;
}

.font-30 {
    font-size: 30px;
}

.font-31 {
    font-size: 31px;
}

.font-32 {
    font-size: 32px;
}

.font-33 {
    font-size: 33px;
}

.font-34 {
    font-size: 34px;
}

.font-35 {
    font-size: 35px;
}

.font-36 {
    font-size: 36px;
}

.font-37 {
    font-size: 37px;
}

.font-38 {
    font-size: 38px;
}

.font-39 {
    font-size: 39px;
}

.font-40 {
    font-size: 40px;
}

.font-41 {
    font-size: 41px;
}

.font-42 {
    font-size: 42px;
}

.font-43 {
    font-size: 43px;
}

.font-44 {
    font-size: 44px;
}

.font-45 {
    font-size: 45px;
}

.font-46 {
    font-size: 46px;
}

.font-47 {
    font-size: 47px;
}

.font-48 {
    font-size: 48px;
}

.font-49 {
    font-size: 49px;
}

.font-50 {
    font-size: 50px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

.no-resize {
    resize: none;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.font-underline {
    text-decoration: underline;
}

.font-line-through {
    text-decoration: line-through;
}

.font-overline {
    text-decoration: overline;
}


.block-header {
    margin-bottom: 15px;
}

.block-header h2 {
    margin: 0 !important;
    color: #666 !important;
    font-weight: normal;
    font-size: 16px;
}

.block-header h2 small {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    color: #888;
}

.block-header h2 small a {
    font-weight: bold;
    color: #777;
}

.bg-light-grey {
    background-color: #ddd !important;
    color: #666;
}

.bg-red .content .text,
.bg-red .content .number {
    color: #666 !important;
}

.bg-red {
    background-color: #F44336 !important;
    color: #fff;
}

.bg-red .content .text,
.bg-red .content .number {
    color: #fff !important;
}


.bg-pink {
    background-color: #de730b !important;
    color: #fff;
}

.bg-pink .content .text,
.bg-pink .content .number {
    color: #fff !important;
}

.bg-purple {
    background-color: #9C27B0 !important;
    color: #fff;
}

.bg-purple .content .text,
.bg-purple .content .number {
    color: #fff !important;
}

.bg-deep-purple {
    background-color: #673AB7 !important;
    color: #fff;
}

.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
    color: #fff !important;
}

.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff;
}

.bg-indigo .content .text,
.bg-indigo .content .number {
    color: #fff !important;
}

.bg-blue {
    background-color: #2196F3 !important;
    color: #fff;
}

.bg-blue .content .text,
.bg-blue .content .number {
    color: #fff !important;
}

.bg-light-blue {
    background-color: #03A9F4 !important;
    color: #fff;
}

.bg-light-blue .content .text,
.bg-light-blue .content .number {
    color: #fff !important;
}

.bg-cyan {
    background-color: #faa524 !important;
    color: #fff;
}

.bg-cyan .content .text,
.bg-cyan .content .number {
    color: #fff !important;
}

.bg-teal {
    background-color: #4a4a4a !important;
    color: #fff !important;
}

.bg-teal .content .text,
.bg-teal .content .number {
    color: #fff !important;
}

.bg-green {
    background-color: #4CAF50 !important;
    color: #fff;
}

.bg-green .content .text,
.bg-green .content .number {
    color: #fff !important;
}

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff;
}

.bg-light-green .content .text,
.bg-light-green .content .number {
    color: #fff !important;
}

.bg-lime {
    background-color: #CDDC39 !important;
    color: #fff;
}

.bg-lime .content .text,
.bg-lime .content .number {
    color: #fff !important;
}

.bg-yellow {
    background-color: #ffe821 !important;
    color: #fff;
}

.bg-yellow .content .text,
.bg-yellow .content .number {
    color: #fff !important;
}

.bg-amber {
    background-color: #FFC107 !important;
    color: #fff;
}

.bg-amber .content .text,
.bg-amber .content .number {
    color: #fff !important;
}

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff;
}

.bg-orange .content .text,
.bg-orange .content .number {
    color: #fff !important;
}

.bg-deep-orange {
    background-color: #FF5722 !important;
    color: #fff;
}

.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
    color: #fff !important;
}

.bg-brown {
    background-color: #795548 !important;
    color: #fff;
}

.bg-brown .content .text,
.bg-brown .content .number {
    color: #fff !important;
}

.bg-grey {
    background-color: #9E9E9E !important;
    color: #fff;
}

.bg-grey .content .text,
.bg-grey .content .number {
    color: #fff !important;
}

.bg-blue-grey {
    background-color: #607D8B !important;
    color: #fff;
}

.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
    color: #fff !important;
}

.bg-black {
    background-color: #000000 !important;
    color: #fff;
}

.bg-black .content .text,
.bg-black .content .number {
    color: #fff !important;
}

.bg-white {
    background-color: #ffffff !important;
    color: #fff;
}

.bg-white .content .text,
.bg-white .content .number {
    color: #fff !important;
}

.col-red {
    color: #F44336 !important;
}

.col-pink {
    color: #E91E63 !important;
}

.col-purple {
    color: #9C27B0 !important;
}

.col-deep-purple {
    color: #673AB7 !important;
}

.col-indigo {
    color: #3F51B5 !important;
}

.col-blue {
    color: #2196F3 !important;
}

.col-light-blue {
    color: #03A9F4 !important;
}

.col-cyan {
    color: #faa524 !important;
}

.col-teal {
    color: #009688 !important;
}

.col-green {
    color: #4CAF50 !important;
}

.col-light-green {
    color: #8BC34A !important;
}

.col-lime {
    color: #CDDC39 !important;
}

.col-yellow {
    color: #ffe821 !important;
}

.col-amber {
    color: #FFC107 !important;
}

.col-orange {
    color: #FF9800 !important;
}

.col-deep-orange {
    color: #FF5722 !important;
}

.col-brown {
    color: #795548 !important;
}

.col-grey {
    color: #9E9E9E !important;
}

.col-blue-grey {
    color: #607D8B !important;
}

.col-black {
    color: #000000 !important;
}

.col-white {
    color: #ffffff !important;
}

.year-pill:hover,
.year-pill.selected,
.month-header {
    background-color: #faa524 !important;
    color: #ffffff !important;
}

/* Custom Animate ============================== */
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Demo ======================================== */
.demo-button-sizes .btn {
    margin-bottom: 5px;
}

/* .btn{ padding:6px 12px !important;   } */

.timepicker .btn {
    padding: 0 !important;
}

.icon-button-demo button {
    margin-right: 5px;
    margin-bottom: 12px;
}

.icon-and-text-button-demo button {
    margin-right: 5px;
    margin-bottom: 12px;
    width: 16.66666666666667%;
}

.button-demo ul {
    padding-left: 0;
}

.button-demo ul li {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-right: 7px;
}

.button-demo ul li .btn {
    display: block;
    min-width: 175px;
}

.button-demo .btn {
    margin-right: 8px;
    margin-bottom: 13px;
    min-width: 120px;
}

.demo-button-groups .btn-group {
    margin-right: 10px;
}

.demo-button-toolbar .btn-toolbar {
    float: left;
    margin-right: 25px;
}

.demo-button-nesting > .btn-group {
    margin-right: 15px;
}

.demo-single-button-dropdowns > .btn-group {
    margin-right: 10px;
}

.demo-splite-button-dropdowns > .btn-group {
    margin-right: 10px;
}

.demo-dropup .dropup {
    margin-right: 10px;
}

.demo-checkbox label,
.demo-radio-button label {
    min-width: 150px;
}

.demo-knob-chart div {
    margin-right: 15px;
}

.demo-switch .switch {
    display: inline-block;
    min-width: 170px;
}

.demo-switch .demo-switch-title {
    min-width: 95px;
    display: inline-block;
}

.demo-color-box {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.demo-color-box .color-name {
    font-size: 16px;
    margin-bottom: 5px;
}

.demo-color-box .color-code,
.demo-color-box .color-class-name {
    font-size: 13px;
}

.demo-image-copyright {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    color: #777;
    margin: 5px 0 10px 0;
}

.demo-image-copyright a {
    font-weight: bold;
    color: #555 !important;
}

.demo-tagsinput-area {
    margin-bottom: 50px !important;
}

.demo-icon-container .demo-google-material-icon {
    margin-bottom: 5px;
    text-align: left;
}

.demo-icon-container .demo-google-material-icon .icon-name {
    position: relative;
    top: -8px;
    left: 7px;
}

.demo-icon-container .demo-google-material-icon .material-icons {
    width: 24px;
}

.demo-preloader .preloader {
    margin-right: 10px;
}

.irs-demo {
    margin-bottom: 40px;
}

.irs-demo .irs {
    margin-top: 15px;
}

.right-sidebar .nav-tabs + .tab-content {
    padding: 0;
}

.right-sidebar p {
    margin: 20px 15px 15px 15px;
    font-weight: bold;
    text-align: center;
}

.right-sidebar #settings .setting-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.right-sidebar #settings .setting-list li {
    padding: 15px;
    position: relative;
    border-top: 1px solid #eee;
}

.right-sidebar #settings .setting-list li .switch {
    position: absolute;
    top: 15px;
    right: 5px;
}

.demo-choose-skin {
    list-style: none;
    padding-left: 0;
    overflow-y: hidden;
}

.demo-choose-skin li {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 4px 10px;
    position: relative;
    cursor: pointer;
}

.demo-choose-skin li.active {
    background-color: #eee;
}

.demo-choose-skin li.active:after {
    font-family: 'Material Icons';
    position: absolute;
    top: 10px;
    right: 10px;
    content: '\E876';
    font-size: 18px;
    font-weight: bold;
}

.demo-choose-skin li:hover {
    background-color: #eee;
}

.demo-choose-skin li div {
    width: 24px;
    height: 24px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.demo-choose-skin li span {
    position: relative;
    bottom: 7px;
    left: 5px;
}

.demo-choose-skin .red {
    background-color: #F44336;
}

.demo-choose-skin .pink {
    background-color: #E91E63;
}

.demo-choose-skin .purple {
    background-color: #9C27B0;
}

.demo-choose-skin .deep-purple {
    background-color: #673AB7;
}

.demo-choose-skin .indigo {
    background-color: #3F51B5;
}

.demo-choose-skin .blue {
    background-color: #2196F3;
}

.demo-choose-skin .light-blue {
    background-color: #03A9F4;
}

.demo-choose-skin .cyan {
    background-color: #faa524;
}

.demo-choose-skin .teal {
    background-color: #009688;
}

.demo-choose-skin .green {
    background-color: #4CAF50;
}

.demo-choose-skin .light-green {
    background-color: #8BC34A;
}

.demo-choose-skin .lime {
    background-color: #CDDC39;
}

.demo-choose-skin .yellow {
    background-color: #ffe821;
}

.demo-choose-skin .amber {
    background-color: #FFC107;
}

.demo-choose-skin .orange {
    background-color: #FF9800;
}

.demo-choose-skin .deep-orange {
    background-color: #FF5722;
}

.demo-choose-skin .brown {
    background-color: #795548;
}

.demo-choose-skin .grey {
    background-color: #9E9E9E;
}

.demo-choose-skin .blue-grey {
    background-color: #607D8B;
}

.demo-choose-skin .black {
    background-color: #000000;
}

.demo-choose-skin .white {
    background-color: #ffffff;
}

/* Materialize Css | Taken from www.materializecss.com */
/* Media ======================================= */
@media (max-width: 767px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 35px;
        /*width: 73%;*/
    }

    .navbar .navbar-header {
        display: inline-block;
        margin-bottom: -6px;
        margin: 0px;
        /*width: calc(100% + 30px);*/
        width: calc(100%);
    }

    .navbar .nav > li {
        display: inline-block;
    }

    .navbar .navbar-nav {
        margin-top: -10px;
        margin-bottom: 1px;
        margin-left: -7px;
    }

    .navbar .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        position: absolute;
    }

    .navbar .dropdown-menu {
        margin-left: -50px;
    }

    .navbar .js-right-sidebar {
        margin-top: 15px;
    }

    .dt-buttons {
        float: none !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .panel-switch-btn {
        top: 12px;
        right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 20px;
    }
}

/* General ===================================== */
body {
    background: url(../../images/bg-light.jpg) repeat #e9e9e9;
    /* background-color: #E7EAF1; */
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
    /*font-family: 'OpenSans-Regular' !important;*/
    font-size: 14px;
}

/* .row{margin-left: 0; margin-right: 0;} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

button,
input,
select,
a {
    outline: none !important;
}

.no-animate {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

section.content {
    /* padding-top: 90px; */
    padding-top: 78px;
    padding-bottom: 70px;
    /*margin: 0 15px 0 315px;*/
    margin: 0 15px 0 15px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* Dashboard =================================== */
.dashboard-flot-chart {
    height: 275px;
}

.dashboard-donut-chart {
    height: 265px;
}

.dashboard-line-chart {
    height: 250px;
}

.dashboard-stat-list {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}

.dashboard-stat-list li {
    padding: 16px 0 0 0;
}

.dashboard-stat-list li small {
    font-size: 8px;
}

.dashboard-task-infos .progress {
    height: 10px;
    margin-bottom: 0;
    position: relative;
    top: 6px;
}

/* Buttons ===================================== */
.btn:focus {
    outline: none !important;
}

.btn-circle {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.btn-circle i {
    font-size: 18px;
    position: relative;
    left: -1px;
}

.btn-link {
    font-weight: bold;
    color: #333;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-link:active, .btn-link:focus {
    text-decoration: none;
    color: #333;
}

.btn-link:hover {
    text-decoration: none;
    color: #333;
    background-color: #ddd;
}

.btn-circle-lg {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

.btn-circle-lg i {
    font-size: 26px !important;
    position: relative !important;
    left: 0px !important;
    top: 6px !important;
}

.btn:not(.btn-link):not(.btn-circle) {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
}

.btn:not(.btn-link):not(.btn-circle):hover {
    outline: none;
}

.btn:not(.btn-link):not(.btn-circle) i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.btn:not(.btn-link):not(.btn-circle) span {
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-color: #ff9600 !important;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #fb483a !important;
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background-color: #00b0e4 !important;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #2b982b !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #faa524 !important;
}

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: #fff !important;
}

.btn-group,
.btn-group-vertical {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.btn-group .btn,
.btn-group-vertical .btn {
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.btn-group .btn .caret,
.btn-group-vertical .btn .caret {
    position: relative;
    bottom: 1px;
}

.btn-group .btn-group,
.btn-group-vertical .btn-group {
    box-shadow: none !important;
}

.btn-group .btn + .dropdown-toggle,
.btn-group-vertical .btn + .dropdown-toggle {
    border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Bootstrap Tags Input ======================== */
.bootstrap-tagsinput {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* noUISlider ================================== */
.noUi-target {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    direction: ltr;
}

.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 6px;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.25s, top 0.25s;
    transition: left 0.25s, top 0.25s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
    left: 17px;
}

.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
    top: 17px;
}

[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-target {
    box-shadow: none;
    border: none;
}

.noUi-base {
    height: 15px;
    top: -6px;
}

.noUi-background {
    height: 3px;
    top: 6px;
    background-color: #bfbfbf;
    box-shadow: none;
}

.noUi-horizontal {
    height: 3px;
}

.noUi-connect {
    height: 3px;
    top: 6px;
    background-color: #26A69A;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: none;
    background-color: #26A69A;
    border: none;
    left: -5px;
    top: -6px;
    transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.noUi-handle:before, .noUi-handle:after {
    content: none;
}

.noUi-target .noUi-active.noUi-handle {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.form-group .form-label{margin-bottom: 0;}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.noUi-target .range-label {
    position: absolute;
    height: 30px;
    width: 30px;
    top: -17px;
    left: -2px;
    background-color: #26A69A;
    border-radius: 50%;
    transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0.5) rotate(-45deg);
    transform-origin: 50% 100%;
}

.noUi-target .noUi-active .range-label {
    border-radius: 15px 15px 15px 0;
    transform: rotate(-45deg) translate(23px, -25px);
}

.range-label span {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transform: rotate(45deg);
    opacity: 0;
    position: absolute;
    top: 7px;
    left: -1px;
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.noUi-active .range-label span {
    opacity: 1;
}

/* Multi Select ================================ */
.ms-container {
    width: auto !important;
}

.ms-container .ms-list {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.ms-container .ms-list.ms-focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
    min-width: 250px !important;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    color: #000000 !important;
    background-color: #e6e6e6 !important;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selectable li.ms-elem-selection,
.ms-container .ms-selection li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    padding: 9px 15px 6px 15px !important;
}

.ms-container .ms-optgroup-label {
    padding: 5px 0 0 8px !important;
}

/* Card ======================================== */
.card {
    background: #fff;
    min-height: 30px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    border: 1px #d5d5d5 solid;
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.card:last-child{margin-bottom: 0;}

.card .card-inside-title {
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    color: #000;
}

.card .card-inside-title small {
    color: #999;
    display: block;
    font-size: 11px;
    margin-top: 5px;
}

.card .card-inside-title small a {
    color: #777;
    font-weight: bold;
}

.card .card-inside-title:first-child {
    margin-top: 0;
}

.card .bg-red,
.card .bg-pink,
.card .bg-purple,
.card .bg-deep-purple,
.card .bg-indigo,
.card .bg-blue,
.card .bg-light-blue,
.card .bg-cyan,
.card .bg-teal,
.card .bg-green,
.card .bg-light-green,
.card .bg-lime,
.card .bg-yellow,
.card .bg-amber,
.card .bg-orange,
.card .bg-deep-orange,
.card .bg-brown,
.card .bg-grey,
.card .bg-blue-grey,
.card .bg-black {
    /*border-bottom: none !important;*/
}

.card .bg-red h2, .card .bg-red small, .card .bg-red .material-icons,
.card .bg-pink h2,
.card .bg-pink small,
.card .bg-pink .material-icons,
.card .bg-purple h2,
.card .bg-purple small,
.card .bg-purple .material-icons,
.card .bg-deep-purple h2,
.card .bg-deep-purple small,
.card .bg-deep-purple .material-icons,
.card .bg-indigo h2,
.card .bg-indigo small,
.card .bg-indigo .material-icons,
.card .bg-blue h2,
.card .bg-blue small,
.card .bg-blue .material-icons,
.card .bg-light-blue h2,
.card .bg-light-blue small,
.card .bg-light-blue .material-icons,
.card .bg-cyan h2,
.card .bg-cyan small,
.card .bg-cyan .material-icons,
.card .bg-teal h2,
.card .bg-teal small,
.card .bg-teal .material-icons,
.card .bg-green h2,
.card .bg-green small,
.card .bg-green .material-icons,
.card .bg-light-green h2,
.card .bg-light-green small,
.card .bg-light-green .material-icons,
.card .bg-lime h2,
.card .bg-lime small,
.card .bg-lime .material-icons,
.card .bg-yellow h2,
.card .bg-yellow small,
.card .bg-yellow .material-icons,
.card .bg-amber h2,
.card .bg-amber small,
.card .bg-amber .material-icons,
.card .bg-orange h2,
.card .bg-orange small,
.card .bg-orange .material-icons,
.card .bg-deep-orange h2,
.card .bg-deep-orange small,
.card .bg-deep-orange .material-icons,
.card .bg-brown h2,
.card .bg-brown small,
.card .bg-brown .material-icons,
.card .bg-grey h2,
.card .bg-grey small,
.card .bg-grey .material-icons,
.card .bg-blue-grey h2,
.card .bg-blue-grey small,
.card .bg-blue-grey .material-icons,
.card .bg-black h2,
.card .bg-black small,
.card .bg-black .material-icons {
    color: #fff !important;
}

.card .bg-red .badge,
.card .bg-pink .badge,
.card .bg-purple .badge,
.card .bg-deep-purple .badge,
.card .bg-indigo .badge,
.card .bg-blue .badge,
.card .bg-light-blue .badge,
.card .bg-cyan .badge,
.card .bg-teal .badge,
.card .bg-green .badge,
.card .bg-light-green .badge,
.card .bg-lime .badge,
.card .bg-yellow .badge,
.card .bg-amber .badge,
.card .bg-orange .badge,
.card .bg-deep-orange .badge,
.card .bg-brown .badge,
.card .bg-grey .badge,
.card .bg-blue-grey .badge,
.card .bg-black .badge {
    background-color: #fff;
    color: #555;
}

.card .header {
    padding: 12px 20px 12px 20px;
    /* background: linear-gradient(#f8f8f8, #e8e8e8); */
    background: #f5f5f5;
    border-bottom: 1px #d5d5d5 solid;
    color: #555;
    /*padding: 20px;
  position: relative;
  border-bottom: 1px solid rgba(204, 204, 204, 0.35); */
}

.card .header .header-dropdown {
    position: absolute;
    top: 6px;
    right: 15px;
    list-style: none;
}

.card .header .header-dropdown .dropdown-menu li {
    display: block !important;
}

.card .header .header-dropdown li {
    display: inline-block;
}

.card .header .header-dropdown i {
    font-size: 14px !important;
    color: #999;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.card .header .header-dropdown i:hover {
    color: #000;
}

.card .header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #666;
}
.card .header p{margin: 0;font-size: 13px;}

.card .header h2 small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
    line-height: 15px;
}

.card .header h2 small a {
    font-weight: bold;
    color: #777;
}

.card .header .col-xs-12 h2 {
    margin-top: 5px;
}

.card .body {
    font-size: 14px;
    color: #666;
    padding: 20px;
    /*overflow-x: auto;*/
}

.card .body .col-xs-1,
.card .body .col-sm-1,
.card .body .col-md-1,
.card .body .col-lg-1 {
    margin-bottom: 20px;
}

.card .body .col-xs-2,
.card .body .col-sm-2,
.card .body .col-md-2,
.card .body .col-lg-2 {
    margin-bottom: 20px;
}

.card .body .col-xs-3,
.card .body .col-sm-3,
.card .body .col-md-3,
.card .body .col-lg-3 {
    margin-bottom: 20px;
}

.card .body .col-xs-4,
.card .body .col-sm-4,
.card .body .col-md-4,
.card .body .col-lg-4 {
    margin-bottom: 20px;
}

.card .body .col-xs-5,
.card .body .col-sm-5,
.card .body .col-md-5,
.card .body .col-lg-5 {
    margin-bottom: 20px;
}

.card .body .col-xs-6,
.card .body .col-sm-6,
.card .body .col-md-6,
.card .body .col-lg-6 {
    margin-bottom: 20px;
}

.card .body .col-xs-7,
.card .body .col-sm-7,
.card .body .col-md-7,
.card .body .col-lg-7 {
    margin-bottom: 20px;
}

.card .body .col-xs-8,
.card .body .col-sm-8,
.card .body .col-md-8,
.card .body .col-lg-8 {
    margin-bottom: 20px;
}

.card .body .col-xs-9,
.card .body .col-sm-9,
.card .body .col-md-9,
.card .body .col-lg-9 {
    margin-bottom: 20px;
}

.card .body .col-xs-10,
.card .body .col-sm-10,
.card .body .col-md-10,
.card .body .col-lg-10 {
    margin-bottom: 20px;
}

.card .body .col-xs-11,
.card .body .col-sm-11,
.card .body .col-md-11,
.card .body .col-lg-11 {
    margin-bottom: 20px;
}

.card .body .col-xs-12,
.card .body .col-sm-12,
.card .body .col-md-12,
.card .body .col-lg-12 {
    margin-bottom: 20px;
}

/* Infobox ===================================== */
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px;
}

.info-box .icon i {
    color: #fff;
    font-size: 40px;
    line-height: 57px;
}

.info-box .icon .chart.chart-bar {
    height: 100%;
    line-height: 100px;
}

.info-box .icon .chart.chart-bar canvas {
    vertical-align: baseline !important;
}

.info-box .icon .chart.chart-pie {
    height: 100%;
    line-height: 123px;
}

.info-box .icon .chart.chart-pie canvas {
    vertical-align: baseline !important;
}

.info-box .icon .chart.chart-line {
    height: 100%;
    line-height: 115px;
}

.info-box .icon .chart.chart-line canvas {
    vertical-align: baseline !important;
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
}

.info-box .content .text {
    font-size: 15px;
    margin-top: 5px;
    color: #555;
    text-transform: capitalize;
}

.info-box .content .number {
    font-weight: normal;
    font-size: 14px;
    color: #555;
}

.info-box.hover-zoom-effect .icon {
    overflow: hidden;
}

.info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-box.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 80px;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.info-box.hover-expand-effect:hover:after {
    width: 100%;
}

.info-box-2 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box-2 .icon {
    display: inline-block;
    text-align: center;
    width: 80px;
}

.info-box-2 .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}

.info-box-2 .chart.chart-bar {
    height: 100%;
    line-height: 105px;
}

.info-box-2 .chart.chart-bar canvas {
    vertical-align: baseline !important;
}

.info-box-2 .chart.chart-pie {
    height: 100%;
    line-height: 123px;
}

.info-box-2 .chart.chart-pie canvas {
    vertical-align: baseline !important;
}

.info-box-2 .chart.chart-line {
    height: 100%;
    line-height: 115px;
}

.info-box-2 .chart.chart-line canvas {
    vertical-align: baseline !important;
}

.info-box-2 .content {
    display: inline-block;
    padding: 7px 10px;
}

.info-box-2 .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}

.info-box-2 .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}

.info-box-2.hover-zoom-effect .icon {
    overflow: hidden;
}

.info-box-2.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-box-2.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box-2.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.info-box-2.hover-expand-effect:hover:after {
    width: 100%;
}

.info-box-3 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box-3 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center;
}

.info-box-3 .icon i {
    color: rgba(0, 0, 0, 0.15);
    font-size: 60px;
}

.info-box-3 .chart {
    margin-right: 5px;
}

.info-box-3 .chart.chart-bar {
    height: 100%;
    line-height: 50px;
}

.info-box-3 .chart.chart-bar canvas {
    vertical-align: baseline !important;
}

.info-box-3 .chart.chart-pie {
    height: 100%;
    line-height: 34px;
}

.info-box-3 .chart.chart-pie canvas {
    vertical-align: baseline !important;
}

.info-box-3 .chart.chart-line {
    height: 100%;
    line-height: 40px;
}

.info-box-3 .chart.chart-line canvas {
    vertical-align: baseline !important;
}

.info-box-3 .content {
    display: inline-block;
    padding: 7px 16px;
}

.info-box-3 .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}

.info-box-3 .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}

.info-box-3.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-box-3.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box-3.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.info-box-3.hover-expand-effect:hover:after {
    width: 100%;
}

.info-box-4 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box-4 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center;
}

.info-box-4 .icon i {
    color: rgba(0, 0, 0, 0.15);
    font-size: 60px;
}

.info-box-4 .chart {
    margin-right: 5px;
}

.info-box-4 .chart.chart-bar {
    height: 100%;
    line-height: 50px;
}

.info-box-4 .chart.chart-bar canvas {
    vertical-align: baseline !important;
}

.info-box-4 .chart.chart-pie {
    height: 100%;
    line-height: 34px;
}

.info-box-4 .chart.chart-pie canvas {
    vertical-align: baseline !important;
}

.info-box-4 .chart.chart-line {
    height: 100%;
    line-height: 40px;
}

.info-box-4 .chart.chart-line canvas {
    vertical-align: baseline !important;
}

.info-box-4 .content {
    display: inline-block;
    padding: 7px 16px;
}

.info-box-4 .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}

.info-box-4 .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}

.info-box-4.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-box-4.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box-4.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.info-box-4.hover-expand-effect:hover:after {
    width: 100%;
}

/* Alerts ====================================== */
.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff !important;
}

.alert .alert-link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.alert-success {
    background-color: #2b982b;
}

.alert-info {
    background-color: #00b0e4;
}

.alert-warning {
    background-color: #ff9600 !important;
}

.alert-danger {
    background-color: #fb483a !important;
}

.alert-dismissible .close {
    color: #fff;
    opacity: 1;
    border: none;
    text-shadow: none;
}

/* Dialogs (SweetAlert) ======================== */
.sweet-alert {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.sweet-alert p {
    font-size: 14px !important;
}

.sweet-alert .sa-input-error {
    top: 23px !important;
    right: 13px !important;
}

.sweet-alert h2 {
    font-size: 18px !important;
    margin: 0 0 5px 0 !important;
}

.sweet-alert button {
    font-size: 15px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 5px 20px !important;
}

/* Checkbox & Radio ============================ */
[type="checkbox"] + label {
    padding-left: 26px;
    height: 25px;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
}

[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px;
}

[type="checkbox"]:checked.chk-col-red + label:before {
    border-right: 2px solid #F44336;
    border-bottom: 2px solid #F44336;
}

[type="checkbox"]:checked.chk-col-pink + label:before {
    border-right: 2px solid #E91E63;
    border-bottom: 2px solid #E91E63;
}

[type="checkbox"]:checked.chk-col-purple + label:before {
    border-right: 2px solid #9C27B0;
    border-bottom: 2px solid #9C27B0;
}

[type="checkbox"]:checked.chk-col-deep-purple + label:before {
    border-right: 2px solid #673AB7;
    border-bottom: 2px solid #673AB7;
}

[type="checkbox"]:checked.chk-col-indigo + label:before {
    border-right: 2px solid #3F51B5;
    border-bottom: 2px solid #3F51B5;
}

[type="checkbox"]:checked.chk-col-blue + label:before {
    border-right: 2px solid #2196F3;
    border-bottom: 2px solid #2196F3;
}

[type="checkbox"]:checked.chk-col-light-blue + label:before {
    border-right: 2px solid #03A9F4;
    border-bottom: 2px solid #03A9F4;
}

[type="checkbox"]:checked.chk-col-cyan + label:before {
    border-right: 2px solid #faa524;
    border-bottom: 2px solid #faa524;
}

[type="checkbox"]:checked.chk-col-teal + label:before {
    border-right: 2px solid #009688;
    border-bottom: 2px solid #009688;
}

[type="checkbox"]:checked.chk-col-green + label:before {
    border-right: 2px solid #4CAF50;
    border-bottom: 2px solid #4CAF50;
}

[type="checkbox"]:checked.chk-col-light-green + label:before {
    border-right: 2px solid #8BC34A;
    border-bottom: 2px solid #8BC34A;
}

[type="checkbox"]:checked.chk-col-lime + label:before {
    border-right: 2px solid #CDDC39;
    border-bottom: 2px solid #CDDC39;
}

[type="checkbox"]:checked.chk-col-yellow + label:before {
    border-right: 2px solid #ffe821;
    border-bottom: 2px solid #ffe821;
}

[type="checkbox"]:checked.chk-col-amber + label:before {
    border-right: 2px solid #FFC107;
    border-bottom: 2px solid #FFC107;
}

[type="checkbox"]:checked.chk-col-orange + label:before {
    border-right: 2px solid #FF9800;
    border-bottom: 2px solid #FF9800;
}

[type="checkbox"]:checked.chk-col-deep-orange + label:before {
    border-right: 2px solid #FF5722;
    border-bottom: 2px solid #FF5722;
}

[type="checkbox"]:checked.chk-col-brown + label:before {
    border-right: 2px solid #795548;
    border-bottom: 2px solid #795548;
}

[type="checkbox"]:checked.chk-col-grey + label:before {
    border-right: 2px solid #9E9E9E;
    border-bottom: 2px solid #9E9E9E;
}

[type="checkbox"]:checked.chk-col-blue-grey + label:before {
    border-right: 2px solid #607D8B;
    border-bottom: 2px solid #607D8B;
}

[type="checkbox"]:checked.chk-col-black + label:before {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

[type="checkbox"]:checked.chk-col-white + label:before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

[type="checkbox"].filled-in:checked.chk-col-red + label:after {
    border: 2px solid #F44336;
    background-color: #F44336;
}

[type="checkbox"].filled-in:checked.chk-col-pink + label:after {
    border: 2px solid #faa524;
    background-color: #faa524;
}

[type="checkbox"].filled-in:checked.chk-col-purple + label:after {
    border: 2px solid #9C27B0;
    background-color: #9C27B0;
}

[type="checkbox"].filled-in:checked.chk-col-deep-purple + label:after {
    border: 2px solid #673AB7;
    background-color: #673AB7;
}

[type="checkbox"].filled-in:checked.chk-col-indigo + label:after {
    border: 2px solid #3F51B5;
    background-color: #3F51B5;
}

[type="checkbox"].filled-in:checked.chk-col-blue + label:after {
    border: 2px solid #2196F3;
    background-color: #2196F3;
}

[type="checkbox"].filled-in:checked.chk-col-light-blue + label:after {
    border: 2px solid #03A9F4;
    background-color: #03A9F4;
}

[type="checkbox"].filled-in:checked.chk-col-cyan + label:after {
    border: 2px solid #faa524;
    background-color: #faa524;
}

[type="checkbox"].filled-in:checked.chk-col-teal + label:after {
    border: 2px solid #009688;
    background-color: #009688;
}

[type="checkbox"].filled-in:checked.chk-col-green + label:after {
    border: 2px solid #4CAF50;
    background-color: #4CAF50;
}

[type="checkbox"].filled-in:checked.chk-col-light-green + label:after {
    border: 2px solid #8BC34A;
    background-color: #8BC34A;
}

[type="checkbox"].filled-in:checked.chk-col-lime + label:after {
    border: 2px solid #CDDC39;
    background-color: #CDDC39;
}

[type="checkbox"].filled-in:checked.chk-col-yellow + label:after {
    border: 2px solid #ffe821;
    background-color: #ffe821;
}

[type="checkbox"].filled-in:checked.chk-col-amber + label:after {
    border: 2px solid #FFC107;
    background-color: #FFC107;
}

[type="checkbox"].filled-in:checked.chk-col-orange + label:after {
    border: 2px solid #FF9800;
    background-color: #FF9800;
}

[type="checkbox"].filled-in:checked.chk-col-deep-orange + label:after {
    border: 2px solid #FF5722;
    background-color: #FF5722;
}

[type="checkbox"].filled-in:checked.chk-col-brown + label:after {
    border: 2px solid #795548;
    background-color: #795548;
}

[type="checkbox"].filled-in:checked.chk-col-grey + label:after {
    border: 2px solid #9E9E9E;
    background-color: #9E9E9E;
}

[type="checkbox"].filled-in:checked.chk-col-blue-grey + label:after {
    border: 2px solid #607D8B;
    background-color: #607D8B;
}

[type="checkbox"].filled-in:checked.chk-col-black + label:after {
    border: 2px solid #000000;
    background-color: #000000;
}

[type="checkbox"].filled-in:checked.chk-col-white + label:after {
    border: 2px solid #ffffff;
    background-color: #ffffff;
}

[type="radio"]:not(:checked) + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: normal;
}

[type="radio"]:checked + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: normal;
}

[type="radio"].radio-col-red:checked + label:after {
    background-color: #F44336;
    border-color: #F44336;
}

[type="radio"].radio-col-pink:checked + label:after {
    background-color: #E91E63;
    border-color: #E91E63;
}

[type="radio"].radio-col-purple:checked + label:after {
    background-color: #9C27B0;
    border-color: #9C27B0;
}

[type="radio"].radio-col-deep-purple:checked + label:after {
    background-color: #673AB7;
    border-color: #673AB7;
}

[type="radio"].radio-col-indigo:checked + label:after {
    background-color: #3F51B5;
    border-color: #3F51B5;
}

[type="radio"].radio-col-blue:checked + label:after {
    background-color: #2196F3;
    border-color: #2196F3;
}

[type="radio"].radio-col-light-blue:checked + label:after {
    background-color: #03A9F4;
    border-color: #03A9F4;
}

[type="radio"].radio-col-cyan:checked + label:after {
    background-color: #faa524;
    border-color: #faa524;
}

[type="radio"].radio-col-teal:checked + label:after {
    background-color: #009688;
    border-color: #009688;
}

[type="radio"].radio-col-green:checked + label:after {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

[type="radio"].radio-col-light-green:checked + label:after {
    background-color: #8BC34A;
    border-color: #8BC34A;
}

[type="radio"].radio-col-lime:checked + label:after {
    background-color: #CDDC39;
    border-color: #CDDC39;
}

[type="radio"].radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border-color: #ffe821;
}

[type="radio"].radio-col-amber:checked + label:after {
    background-color: #FFC107;
    border-color: #FFC107;
}

[type="radio"].radio-col-orange:checked + label:after {
    background-color: #FF9800;
    border-color: #FF9800;
}

[type="radio"].radio-col-deep-orange:checked + label:after {
    background-color: #FF5722;
    border-color: #FF5722;
}

[type="radio"].radio-col-brown:checked + label:after {
    background-color: #795548;
    border-color: #795548;
}

[type="radio"].radio-col-grey:checked + label:after {
    background-color: #9E9E9E;
    border-color: #9E9E9E;
}

[type="radio"].radio-col-blue-grey:checked + label:after {
    background-color: #607D8B;
    border-color: #607D8B;
}

[type="radio"].radio-col-black:checked + label:after {
    background-color: #000000;
    border-color: #000000;
}

[type="radio"].radio-col-white:checked + label:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

[type="radio"].with-gap.radio-col-red:checked + label:before {
    border: 2px solid #F44336;
}

[type="radio"].with-gap.radio-col-red:checked + label:after {
    background-color: #F44336;
    border: 2px solid #F44336;
}

[type="radio"].with-gap.radio-col-pink:checked + label:before {
    border: 2px solid #E91E63;
}

[type="radio"].with-gap.radio-col-pink:checked + label:after {
    background-color: #E91E63;
    border: 2px solid #E91E63;
}

[type="radio"].with-gap.radio-col-purple:checked + label:before {
    border: 2px solid #9C27B0;
}

[type="radio"].with-gap.radio-col-purple:checked + label:after {
    background-color: #9C27B0;
    border: 2px solid #9C27B0;
}

[type="radio"].with-gap.radio-col-deep-purple:checked + label:before {
    border: 2px solid #673AB7;
}

[type="radio"].with-gap.radio-col-deep-purple:checked + label:after {
    background-color: #673AB7;
    border: 2px solid #673AB7;
}

[type="radio"].with-gap.radio-col-indigo:checked + label:before {
    border: 2px solid #3F51B5;
}

[type="radio"].with-gap.radio-col-indigo:checked + label:after {
    background-color: #3F51B5;
    border: 2px solid #3F51B5;
}

[type="radio"].with-gap.radio-col-blue:checked + label:before {
    border: 2px solid #2196F3;
}

[type="radio"].with-gap.radio-col-blue:checked + label:after {
    background-color: #2196F3;
    border: 2px solid #2196F3;
}

[type="radio"].with-gap.radio-col-light-blue:checked + label:before {
    border: 2px solid #03A9F4;
}

[type="radio"].with-gap.radio-col-light-blue:checked + label:after {
    background-color: #03A9F4;
    border: 2px solid #03A9F4;
}

[type="radio"].with-gap.radio-col-cyan:checked + label:before {
    border: 2px solid #faa524;
}

[type="radio"].with-gap.radio-col-cyan:checked + label:after {
    background-color: #faa524;
    border: 2px solid #faa524;
}

[type="radio"].with-gap.radio-col-teal:checked + label:before {
    border: 2px solid #009688;
}

[type="radio"].with-gap.radio-col-teal:checked + label:after {
    background-color: #009688;
    border: 2px solid #009688;
}

[type="radio"].with-gap.radio-col-green:checked + label:before {
    border: 2px solid #4CAF50;
}

[type="radio"].with-gap.radio-col-green:checked + label:after {
    background-color: #4CAF50;
    border: 2px solid #4CAF50;
}

[type="radio"].with-gap.radio-col-light-green:checked + label:before {
    border: 2px solid #8BC34A;
}

[type="radio"].with-gap.radio-col-light-green:checked + label:after {
    background-color: #8BC34A;
    border: 2px solid #8BC34A;
}

[type="radio"].with-gap.radio-col-lime:checked + label:before {
    border: 2px solid #CDDC39;
}

[type="radio"].with-gap.radio-col-lime:checked + label:after {
    background-color: #CDDC39;
    border: 2px solid #CDDC39;
}

[type="radio"].with-gap.radio-col-yellow:checked + label:before {
    border: 2px solid #ffe821;
}

[type="radio"].with-gap.radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border: 2px solid #ffe821;
}

[type="radio"].with-gap.radio-col-amber:checked + label:before {
    border: 2px solid #FFC107;
}

[type="radio"].with-gap.radio-col-amber:checked + label:after {
    background-color: #FFC107;
    border: 2px solid #FFC107;
}

[type="radio"].with-gap.radio-col-orange:checked + label:before {
    border: 2px solid #FF9800;
}

[type="radio"].with-gap.radio-col-orange:checked + label:after {
    background-color: #FF9800;
    border: 2px solid #FF9800;
}

[type="radio"].with-gap.radio-col-deep-orange:checked + label:before {
    border: 2px solid #FF5722;
}

[type="radio"].with-gap.radio-col-deep-orange:checked + label:after {
    background-color: #FF5722;
    border: 2px solid #FF5722;
}

[type="radio"].with-gap.radio-col-brown:checked + label:before {
    border: 2px solid #795548;
}

[type="radio"].with-gap.radio-col-brown:checked + label:after {
    background-color: #795548;
    border: 2px solid #795548;
}

[type="radio"].with-gap.radio-col-grey:checked + label:before {
    border: 2px solid #9E9E9E;
}

[type="radio"].with-gap.radio-col-grey:checked + label:after {
    background-color: #9E9E9E;
    border: 2px solid #9E9E9E;
}

[type="radio"].with-gap.radio-col-blue-grey:checked + label:before {
    border: 2px solid #607D8B;
}

[type="radio"].with-gap.radio-col-blue-grey:checked + label:after {
    background-color: #607D8B;
    border: 2px solid #607D8B;
}

[type="radio"].with-gap.radio-col-black:checked + label:before {
    border: 2px solid #000000;
}

[type="radio"].with-gap.radio-col-black:checked + label:after {
    background-color: #000000;
    border: 2px solid #000000;
}

[type="radio"].with-gap.radio-col-white:checked + label:before {
    border: 2px solid #ffffff;
}

[type="radio"].with-gap.radio-col-white:checked + label:after {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

/* Switch ====================================== */
.switch label {
    font-weight: normal;
    font-size: 13px;
}

.switch label .lever {
    margin: 0 14px;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(244, 67, 54, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-red {
    background-color: rgba(244, 67, 54, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-red:after {
    background-color: #F44336;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-pink {
    background-color: rgba(233, 30, 99, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-pink:after {
    background-color: #E91E63;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(156, 39, 176, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-purple {
    background-color: rgba(156, 39, 176, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-purple:after {
    background-color: #9C27B0;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple {
    background-color: rgba(103, 58, 183, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple:after {
    background-color: #673AB7;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-indigo {
    background-color: rgba(63, 81, 181, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-indigo:after {
    background-color: #3F51B5;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(33, 150, 243, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-blue {
    background-color: rgba(33, 150, 243, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-blue:after {
    background-color: #2196F3;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue {
    background-color: rgba(3, 169, 244, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue:after {
    background-color: #03A9F4;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-cyan {
    background-color: #ebebeb !important;
}

.switch label input[type=checkbox]:checked + .lever.switch-col-cyan:after {
    background-color: #faa524;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-teal {
    background-color: rgba(0, 150, 136, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-teal:after {
    background-color: #009688;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(76, 175, 80, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-green {
    background-color: rgba(76, 175, 80, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-green:after {
    background-color: #4CAF50;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
    background-color: rgba(139, 195, 74, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-light-green:after {
    background-color: #8BC34A;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-lime {
    background-color: rgba(205, 220, 57, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-lime:after {
    background-color: #CDDC39;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-yellow {
    background-color: rgba(255, 232, 33, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-yellow:after {
    background-color: #ffe821;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-amber {
    background-color: rgba(255, 193, 7, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-amber:after {
    background-color: #FFC107;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-orange {
    background-color: rgba(255, 152, 0, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-orange:after {
    background-color: #FF9800;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange {
    background-color: rgba(255, 87, 34, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange:after {
    background-color: #FF5722;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-brown {
    background-color: rgba(121, 85, 72, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-brown:after {
    background-color: #795548;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-grey {
    background-color: rgba(158, 158, 158, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-grey:after {
    background-color: #9E9E9E;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey {
    background-color: rgba(96, 125, 139, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey:after {
    background-color: #607D8B;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-black {
    background-color: rgba(0, 0, 0, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-black:after {
    background-color: #000000;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.switch label input[type=checkbox]:checked + .lever.switch-col-white:after {
    background-color: #ffffff;
}

/* DateTime Picker ============================= */
.dtp div.dtp-date,
.dtp div.dtp-time {
    background: #007d72;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #009688;
}

.dtp .dtp-buttons .dtp-btn-ok {
    margin-left: 10px;
}

.dtp .dtp-buttons .dtp-btn-clear {
    margin-right: 10px !important;
}

.dtp .p10 > a {
    color: #fff;
}

.dtp div.dtp-actual-year {
    font-size: 1.5em;
    color: #ffffff;
}

.dtp table.dtp-picker-days tr td a.selected {
    background: #007d72;
    color: #fff;
}

/* Bootstrap Select ============================ */
tr.filters th .bootstrap-select{ width:130px !important ; border-bottom:0 !important;   }
tr.filters th .bootstrap-select button{ padding-right:6px; }


.bootstrap-select {
    box-shadow: none !important;
    border-bottom: 1px solid #ddd !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
    outline: none !important;
}

.bootstrap-select .bs-searchbox,
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e9e9e9;
}

.bootstrap-select .bs-searchbox .form-control,
.bootstrap-select .bs-actionsbox .form-control,
.bootstrap-select .bs-donebutton .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border: none;

}

.bootstrap-select .bs-searchbox {
    position: relative;
}

.bootstrap-select .bs-searchbox:after {
    content: '\E8B6';
    font-family: 'Material Icons';
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 25px;
}

.bootstrap-select ul.dropdown-menu {
    margin-top: 0 !important;
}

.bootstrap-select .dropdown-menu li.selected a {
    background-color: #eee !important;
    color: #555 !important;
}

.bootstrap-select .dropdown-menu .active a {
    background-color: transparent;
    color: #333 !important;
}

.bootstrap-select .dropdown-menu .notify {
    background-color: #F44336 !important;
    color: #fff !important;
    border: none !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 9px;
}

/* Tooltip & Popovers ========================== */
.tooltip {
    font-size: 13px;
}

.tooltip .tooltip-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.popover .popover-title {
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #e9e9e9;
    border-bottom: 1px solid #ddd;
}

.popover .popover-content {
    font-size: 13px;
    color: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

/* Nav Tabs ==================================== */
.nav-tabs {
    border-bottom: 2px solid #eee;
}

.nav-tabs > li {
    position: relative;
    top: 3px;
    left: -2px;
}

.nav-tabs > li > a {
    border: none !important;
    color: #777 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
    background-color: transparent !important;
}

.nav-tabs > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #2196F3;
    bottom: 2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.nav-tabs > li > a .material-icons {
    position: relative;
    top: 7px;
    margin-bottom: 8px;
}

.nav-tabs li.active a {
    color: #222 !important;
}

.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
    background-color: transparent !important;
}

.nav-tabs li a.active:before {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-tabs + .tab-content {
    padding: 15px 0;
}

.nav-tabs.tab-col-red > li > a:before {
    border-bottom: 2px solid #F44336;
}

.nav-tabs.tab-col-pink > li > a:before {
    border-bottom: 2px solid #E91E63;
}

.nav-tabs.tab-col-purple > li > a:before {
    border-bottom: 2px solid #9C27B0;
}

.nav-tabs.tab-col-deep-purple > li > a:before {
    border-bottom: 2px solid #673AB7;
}

.nav-tabs.tab-col-indigo > li > a:before {
    border-bottom: 2px solid #3F51B5;
}

.nav-tabs.tab-col-blue > li > a:before {
    border-bottom: 2px solid #2196F3;
}

.nav-tabs.tab-col-light-blue > li > a:before {
    border-bottom: 2px solid #03A9F4;
}

.nav-tabs.tab-col-cyan > li > a:before {
    border-bottom: 2px solid #faa524;
}

.nav-tabs.tab-col-teal > li > a:before {
    border-bottom: 2px solid #009688;
}

.nav-tabs.tab-col-green > li > a:before {
    border-bottom: 2px solid #4CAF50;
}

.nav-tabs.tab-col-light-green > li > a:before {
    border-bottom: 2px solid #8BC34A;
}

.nav-tabs.tab-col-lime > li > a:before {
    border-bottom: 2px solid #CDDC39;
}

.nav-tabs.tab-col-yellow > li > a:before {
    border-bottom: 2px solid #ffe821;
}

.nav-tabs.tab-col-amber > li > a:before {
    border-bottom: 2px solid #FFC107;
}

.nav-tabs.tab-col-orange > li > a:before {
    border-bottom: 2px solid #FF9800;
}

.nav-tabs.tab-col-deep-orange > li > a:before {
    border-bottom: 2px solid #FF5722;
}

.nav-tabs.tab-col-brown > li > a:before {
    border-bottom: 2px solid #795548;
}

.nav-tabs.tab-col-grey > li > a:before {
    border-bottom: 2px solid #9E9E9E;
}

.nav-tabs.tab-col-blue-grey > li > a:before {
    border-bottom: 2px solid #607D8B;
}

.nav-tabs.tab-col-black > li > a:before {
    border-bottom: 2px solid #000000;
}

.nav-tabs.tab-col-white > li > a:before {
    border-bottom: 2px solid #ffffff;
}

/* Thumbnails ================================== */
.thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.thumbnail p:not(button) {
    color: #999999;
    font-size: 14px;
}

.thumbnail h3 {
    font-weight: bold;
    font-size: 17px;
}

/* Modals ====================================== */
 .call-barge .modal-header {
    border-radius: 0px 0px 7px 7px;
     padding: 14px 23px !important;
    background: #FAA524;
    color: #fff !important;
}

 .call-barge  .modal-header h4 {
    font-weight: bold;
    font-size: 18px;
}
.call-barge .modal-header h4 i {
    vertical-align: middle;
    font-size: 17px;
    margin-right: 6px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
}



.modal .modal-header {
    border: none;
    /* padding: 25px 25px 5px 25px; */
    padding: 10px 15px;
    background: #faa524;
    border-radius: 0;
}

.modal .modal-header .modal-title {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31) !important;
    border: none;
}

.modal .modal-header .modal-title {
    color: #ffffff !important;
}

.modal .modal-content .modal-body {
    color: #777 !important;
    padding: 30px 25px 15px;
}

.modal .modal-footer {
    border: none;
}

.modal-col-red {
    background-color: #F44336;
}

.modal-col-red .modal-body,
.modal-col-red .modal-title {
    color: #fff !important;
}

.modal-col-red .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-red .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-red .modal-footer .btn-link:hover, .modal-col-red .modal-footer .btn-link:active, .modal-col-red .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-pink {
    background-color: #E91E63;
}

.modal-col-pink .modal-body,
.modal-col-pink .modal-title {
    color: #fff !important;
}

.modal-col-pink .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-pink .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-pink .modal-footer .btn-link:hover, .modal-col-pink .modal-footer .btn-link:active, .modal-col-pink .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-purple {
    background-color: #9C27B0;
}

.modal-col-purple .modal-body,
.modal-col-purple .modal-title {
    color: #fff !important;
}

.modal-col-purple .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-purple .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-purple .modal-footer .btn-link:hover, .modal-col-purple .modal-footer .btn-link:active, .modal-col-purple .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-deep-purple {
    background-color: #673AB7;
}

.modal-col-deep-purple .modal-body,
.modal-col-deep-purple .modal-title {
    color: #fff !important;
}

.modal-col-deep-purple .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-deep-purple .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-deep-purple .modal-footer .btn-link:hover, .modal-col-deep-purple .modal-footer .btn-link:active, .modal-col-deep-purple .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-indigo {
    background-color: #3F51B5;
}

.modal-col-indigo .modal-body,
.modal-col-indigo .modal-title {
    color: #fff !important;
}

.modal-col-indigo .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-indigo .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-indigo .modal-footer .btn-link:hover, .modal-col-indigo .modal-footer .btn-link:active, .modal-col-indigo .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-blue {
    background-color: #2196F3;
}

.modal-col-blue .modal-body,
.modal-col-blue .modal-title {
    color: #fff !important;
}

.modal-col-blue .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-blue .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-blue .modal-footer .btn-link:hover, .modal-col-blue .modal-footer .btn-link:active, .modal-col-blue .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-light-blue {
    background-color: #03A9F4;
}

.modal-col-light-blue .modal-body,
.modal-col-light-blue .modal-title {
    color: #fff !important;
}

.modal-col-light-blue .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-light-blue .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-light-blue .modal-footer .btn-link:hover, .modal-col-light-blue .modal-footer .btn-link:active, .modal-col-light-blue .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-cyan {
    background-color: #faa524;
}

.modal-col-cyan .modal-body,
.modal-col-cyan .modal-title {
    color: #fff !important;
}

.modal-col-cyan .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-cyan .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-cyan .modal-footer .btn-link:hover, .modal-col-cyan .modal-footer .btn-link:active, .modal-col-cyan .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-teal {
    background-color: #009688;
}

.modal-col-teal .modal-body,
.modal-col-teal .modal-title {
    color: #fff !important;
}

.modal-col-teal .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-teal .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-teal .modal-footer .btn-link:hover, .modal-col-teal .modal-footer .btn-link:active, .modal-col-teal .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-green {
    background-color: #4CAF50;
}

.modal-col-green .modal-body,
.modal-col-green .modal-title {
    color: #fff !important;
}

.modal-col-green .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-green .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-green .modal-footer .btn-link:hover, .modal-col-green .modal-footer .btn-link:active, .modal-col-green .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-light-green {
    background-color: #8BC34A;
}

.modal-col-light-green .modal-body,
.modal-col-light-green .modal-title {
    color: #fff !important;
}

.modal-col-light-green .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-light-green .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-light-green .modal-footer .btn-link:hover, .modal-col-light-green .modal-footer .btn-link:active, .modal-col-light-green .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-lime {
    background-color: #CDDC39;
}

.modal-col-lime .modal-body,
.modal-col-lime .modal-title {
    color: #fff !important;
}

.modal-col-lime .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-lime .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-lime .modal-footer .btn-link:hover, .modal-col-lime .modal-footer .btn-link:active, .modal-col-lime .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-yellow {
    background-color: #ffe821;
}

.modal-col-yellow .modal-body,
.modal-col-yellow .modal-title {
    color: #fff !important;
}

.modal-col-yellow .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-yellow .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-yellow .modal-footer .btn-link:hover, .modal-col-yellow .modal-footer .btn-link:active, .modal-col-yellow .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-amber {
    background-color: #FFC107;
}

.modal-col-amber .modal-body,
.modal-col-amber .modal-title {
    color: #fff !important;
}

.modal-col-amber .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-amber .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-amber .modal-footer .btn-link:hover, .modal-col-amber .modal-footer .btn-link:active, .modal-col-amber .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-orange {
    background-color: #FF9800;
}

.modal-col-orange .modal-body,
.modal-col-orange .modal-title {
    color: #fff !important;
}

.modal-col-orange .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-orange .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-orange .modal-footer .btn-link:hover, .modal-col-orange .modal-footer .btn-link:active, .modal-col-orange .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-deep-orange {
    background-color: #FF5722;
}

.modal-col-deep-orange .modal-body,
.modal-col-deep-orange .modal-title {
    color: #fff !important;
}

.modal-col-deep-orange .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-deep-orange .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-deep-orange .modal-footer .btn-link:hover, .modal-col-deep-orange .modal-footer .btn-link:active, .modal-col-deep-orange .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-brown {
    background-color: #795548;
}

.modal-col-brown .modal-body,
.modal-col-brown .modal-title {
    color: #fff !important;
}

.modal-col-brown .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-brown .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-brown .modal-footer .btn-link:hover, .modal-col-brown .modal-footer .btn-link:active, .modal-col-brown .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-grey {
    background-color: #9E9E9E;
}

.modal-col-grey .modal-body,
.modal-col-grey .modal-title {
    color: #fff !important;
}

.modal-col-grey .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-grey .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-grey .modal-footer .btn-link:hover, .modal-col-grey .modal-footer .btn-link:active, .modal-col-grey .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-blue-grey {
    background-color: #607D8B;
}

.modal-col-blue-grey .modal-body,
.modal-col-blue-grey .modal-title {
    color: #fff !important;
}

.modal-col-blue-grey .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-blue-grey .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-blue-grey .modal-footer .btn-link:hover, .modal-col-blue-grey .modal-footer .btn-link:active, .modal-col-blue-grey .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-black {
    background-color: #000000;
}

.modal-col-black .modal-body,
.modal-col-black .modal-title {
    color: #fff !important;
}

.modal-col-black .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-black .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-black .modal-footer .btn-link:hover, .modal-col-black .modal-footer .btn-link:active, .modal-col-black .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-white {
    background-color: #ffffff;
}

.modal-col-white .modal-body,
.modal-col-white .modal-title {
    color: #fff !important;
}

.modal-col-white .modal-footer {
    background-color: rgba(0, 0, 0, 0.12);
}

.modal-col-white .modal-footer .btn-link {
    color: #fff !important;
}

.modal-col-white .modal-footer .btn-link:hover, .modal-col-white .modal-footer .btn-link:active, .modal-col-white .modal-footer .btn-link:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.badge {display: inline-block !important;min-width: 10px;padding: 3px 7px;font-size: 12px;font-weight: 700;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: middle;background-color: #777;}

/* Labels ====================================== */
.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.label-primary {
    background-color: #1f91f3;
}

.label-success {
    background-color: #2b982b;
}

.label-info {
    background-color: #00b0e4;
}

.label-warning {
    background-color: #ff9600;
}

.label-danger {
    background-color: #fb483a;
}

/* Collapse ==================================== */
.collapse .well,
.collapse.in .well,
.collapsing .well {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

/* Tables ====================================== */
.table tbody tr td, .table tbody tr th {
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.table tbody tr.primary td, .table tbody tr.primary th {
    background-color: #1f91f3;
    color: #fff;
}

.table tbody tr.success td, .table tbody tr.success th {
    background-color: #2b982b;
    color: #fff;
}

.table tbody tr.info td, .table tbody tr.info th {
    background-color: #00b0e4;
    color: #fff;
}

.table tbody tr.warning td, .table tbody tr.warning th {
    background-color: #ff9600;
    color: #fff;
}

.table tbody tr.danger td, .table tbody tr.danger th {
    background-color: #fb483a;
    color: #fff;
}

.table thead tr th {
    padding: 10px;
    border-bottom: 1px solid #eee !important;
}

select.filter_operator {
    font-size: 19px !important;
}

.table-bordered {
    border-top: 1px solid #eee;
}

.table-bordered tbody tr td, .table-bordered tbody tr th {
    padding: 10px;
    border: 1px solid #eee;
}

.table-bordered thead tr th {
    padding: 10px;
    border: 1px solid #eee;
}

/* Panel ======================================= */
.panel-group .panel-col-red {
    border: 1px solid #F44336;
}

.panel-group .panel-col-red .panel-title {
    background-color: #F44336 !important;

    color: #fff;
}

.panel-group .panel-col-red .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-pink {
    border: 1px solid #E91E63;
}

.panel-group .panel-col-pink .panel-title {
    background-color: #E91E63 !important;
    color: #fff;
}

.panel-group .panel-col-pink .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-purple {
    border: 1px solid #9C27B0;
}

.panel-group .panel-col-purple .panel-title {
    background-color: #9C27B0 !important;
    color: #fff;
}

.panel-group .panel-col-purple .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-deep-purple {
    border: 1px solid #673AB7;
}

.panel-group .panel-col-deep-purple .panel-title {
    background-color: #673AB7 !important;
    color: #fff;
}

.panel-group .panel-col-deep-purple .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-indigo {
    border: 1px solid #3F51B5;
}

.panel-group .panel-col-indigo .panel-title {
    background-color: #3F51B5 !important;
    color: #fff;
}

.panel-group .panel-col-indigo .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-blue {
    border: 1px solid #2196F3;
}

.panel-group .panel-col-blue .panel-title {
    background-color: #2196F3 !important;
    color: #fff;
}

.panel-group .panel-col-blue .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-light-blue {
    border: 1px solid #03A9F4;
}

.panel-group .panel-col-light-blue .panel-title {
    background-color: #03A9F4 !important;
    color: #fff;
}

.panel-group .panel-col-light-blue .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-cyan {
    border: 1px solid #faa524;
}

.panel-group .panel-col-cyan .panel-title {
    background-color: #faa524 !important;
    color: #fff;
}

.panel-group .panel-col-cyan .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-teal {
    border: 1px solid #009688;
}

.panel-group .panel-col-teal .panel-title {
    background-color: #009688 !important;
    color: #fff;
}

.panel-group .panel-col-teal .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-green {
    border: 1px solid #4CAF50;
}

.panel-group .panel-col-green .panel-title {
    background-color: #4CAF50 !important;
    color: #fff;
}

.panel-group .panel-col-green .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-light-green {
    border: 1px solid #8BC34A;
}

.panel-group .panel-col-light-green .panel-title {
    background-color: #8BC34A !important;
    color: #fff;
}

.panel-group .panel-col-light-green .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-lime {
    border: 1px solid #CDDC39;
}

.panel-group .panel-col-lime .panel-title {
    background-color: #CDDC39 !important;
    color: #fff;
}

.panel-group .panel-col-lime .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-yellow {
    border: 1px solid #ffe821;
}

.panel-group .panel-col-yellow .panel-title {
    background-color: #ffe821 !important;
    color: #fff;
}

.panel-group .panel-col-yellow .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-amber {
    border: 1px solid #FFC107;
}

.panel-group .panel-col-amber .panel-title {
    background-color: #FFC107 !important;
    color: #fff;
}

.panel-group .panel-col-amber .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-orange {
    border: 1px solid #FF9800;
}

.panel-group .panel-col-orange .panel-title {
    background-color: #FF9800 !important;
    color: #fff;
}

.panel-group .panel-col-orange .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-deep-orange {
    border: 1px solid #FF5722;
}

.panel-group .panel-col-deep-orange .panel-title {
    background-color: #FF5722 !important;
    color: #fff;
}

.panel-group .panel-col-deep-orange .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-brown {
    border: 1px solid #795548;
}

.panel-group .panel-col-brown .panel-title {
    background-color: #795548 !important;
    color: #fff;
}

.panel-group .panel-col-brown .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-grey {
    border: 1px solid #9E9E9E;
}

.panel-group .panel-col-grey .panel-title {
    background-color: #9E9E9E !important;
    color: #fff;
}

.panel-group .panel-col-grey .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-blue-grey {
    border: 1px solid #607D8B;
}

.panel-group .panel-col-blue-grey .panel-title {
    background-color: #607D8B !important;
    color: #fff;
}

.panel-group .panel-col-blue-grey .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-black {
    border: 1px solid #000000;
}

.panel-group .panel-col-black .panel-title {
    background-color: #000000 !important;
    color: #fff;
}

.panel-group .panel-col-black .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel-col-white {
    border: 1px solid #ffffff;
}

.panel-group .panel-col-white .panel-title {
    background-color: #ffffff !important;
    color: #fff;
}

.panel-group .panel-col-white .panel-body {
    border-top-color: transparent !important;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel .panel-title .material-icons {
    float: left;
    line-height: 16px;
    margin-right: 8px;
}

.panel-group .panel .panel-heading {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a:focus, .panel-group .panel .panel-heading a:active {
    text-decoration: none;
}

.panel-group .panel .panel-body {
    color: #555;
}

.panel-group .panel-primary {
    border: 1px solid #1f91f3;
}

.panel-group .panel-primary .panel-title {
    background-color: #1f91f3;
}

.panel-group .panel-success {
    border: 1px solid #2b982b;
}

.panel-group .panel-success .panel-title {
    background-color: #2b982b;
    color: #fff;
}

.panel-group .panel-warning {
    border: 1px solid #ff9600;
}

.panel-group .panel-warning .panel-title {
    background-color: #ff9600;
    color: #fff;
}

.panel-group .panel-danger {
    border: 1px solid #fb483a;
}

.panel-group .panel-danger .panel-title {
    background-color: #fb483a;
    color: #fff;
}

.full-body .panel-col-red .panel-body {
    border-top-color: #fff !important;
    background-color: #F44336;
    color: #fff;
}

.full-body .panel-col-pink .panel-body {
    border-top-color: #fff !important;
    background-color: #E91E63;
    color: #fff;
}

.full-body .panel-col-purple .panel-body {
    border-top-color: #fff !important;
    background-color: #9C27B0;
    color: #fff;
}

.full-body .panel-col-deep-purple .panel-body {
    border-top-color: #fff !important;
    background-color: #673AB7;
    color: #fff;
}

.full-body .panel-col-indigo .panel-body {
    border-top-color: #fff !important;
    background-color: #3F51B5;
    color: #fff;
}

.full-body .panel-col-blue .panel-body {
    border-top-color: #fff !important;
    background-color: #2196F3;
    color: #fff;
}

.full-body .panel-col-light-blue .panel-body {
    border-top-color: #fff !important;
    background-color: #03A9F4;
    color: #fff;
}

.full-body .panel-col-cyan .panel-body {
    border-top-color: #fff !important;
    background-color: #faa524;
    color: #fff;
}

.full-body .panel-col-teal .panel-body {
    border-top-color: #fff !important;
    background-color: #009688;
    color: #fff;
}

.full-body .panel-col-green .panel-body {
    border-top-color: #fff !important;
    background-color: #4CAF50;
    color: #fff;
}

.full-body .panel-col-light-green .panel-body {
    border-top-color: #fff !important;
    background-color: #8BC34A;
    color: #fff;
}

.full-body .panel-col-lime .panel-body {
    border-top-color: #fff !important;
    background-color: #CDDC39;
    color: #fff;
}

.full-body .panel-col-yellow .panel-body {
    border-top-color: #fff !important;
    background-color: #ffe821;
    color: #fff;
}

.full-body .panel-col-amber .panel-body {
    border-top-color: #fff !important;
    background-color: #FFC107;
    color: #fff;
}

.full-body .panel-col-orange .panel-body {
    border-top-color: #fff !important;
    background-color: #FF9800;
    color: #fff;
}

.full-body .panel-col-deep-orange .panel-body {
    border-top-color: #fff !important;
    background-color: #FF5722;
    color: #fff;
}

.full-body .panel-col-brown .panel-body {
    border-top-color: #fff !important;
    background-color: #795548;
    color: #fff;
}

.full-body .panel-col-grey .panel-body {
    border-top-color: #fff !important;
    background-color: #9E9E9E;
    color: #fff;
}

.full-body .panel-col-blue-grey .panel-body {
    border-top-color: #fff !important;
    background-color: #607D8B;
    color: #fff;
}

.full-body .panel-col-black .panel-body {
    border-top-color: #fff !important;
    background-color: #000000;
    color: #fff;
}

.full-body .panel-col-white .panel-body {
    border-top-color: #fff !important;
    background-color: #ffffff;
    color: #fff;
}

.full-body .panel-primary .panel-body {
    border-top-color: #fff !important;
    background-color: #1f91f3;
    color: #fff;
}

.full-body .panel-success .panel-body {
    border-top-color: #fff !important;
    background-color: #2b982b;
    color: #fff;
}

.full-body .panel-warning .panel-body {
    border-top-color: #fff !important;
    background-color: #ff9600;
    color: #fff;
}

.full-body .panel-danger .panel-body {
    border-top-color: #fff !important;
    background-color: #fb483a;
    color: #fff;
}

/* Progress Bars =============================== */
.progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 22px;
}

.progress .progress-bar {
    line-height: 23px;
    background-color: #faa524;
}

.progress .progress-bar-success {
    background-color: #2b982b;
}

.progress .progress-bar-info {
    background-color: #00b0e4;
}

.progress .progress-bar-warning {
    background-color: #ff9600;
}

.progress .progress-bar-danger {
    background-color: #fb483a;
}

/* Ion Range Slider ============================ */
.irs .irs-min,
.irs .irs-max,
.irs .irs-from,
.irs .irs-to,
.irs .irs-single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

/* Input Group ================================= */
.input-group {
    width: 100%;
    margin-bottom: 20px;
}

.input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.input-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid #faa524;
}

.input-group .form-line + .input-group-addon {
    padding-right: 0;
    padding-left: 10px;
}

.input-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}

.input-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336;
}

.input-group .form-line.error:after {
    border-bottom: 2px solid #F44336;
}

.input-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50;
}

.input-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107;
}

.input-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.input-group .form-line.focused .form-label {
    bottom: 25px;
    left: 0;
    font-size: 12px;
}

.input-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold;
}

.input-group .input-group-addon .material-icons {
    font-size: 18px;
    color: #555;
}

.input-group input[type="text"],
.input-group .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
}

.input-group .form-control:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.input-group.input-group-sm .input-group-addon i {
    font-size: 14px;
}

.input-group.input-group-sm .form-control {
    font-size: 12px;
}

.input-group.input-group-lg .input-group-addon i {
    font-size: 26px;
}

.input-group.input-group-lg .form-control {
    font-size: 18px;
}

.form-control-label {
    text-align: right;
}

.form-control-label label {
    margin-top: 8px;
}

/* .form-horizontal .form-group {
    margin-bottom: 0;
} */

.form-group {
    width: 100%;
    margin-bottom: 25px;
    display: inline-block;
}

.form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}

.form-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}

.form-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336;
}

.form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd; /*box-shadow:0px 2px 4px -3px #ccc;*/
}

.chosen-container-single .chosen-single {
    box-shadow: 0px 2px 4px -3px #ccc !important;
}

.form-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -1px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 1px solid #faa524;
}

.form-group .form-line .form-label {
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: 5px;
    left: 0;
    cursor: text;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-group .form-line.error:after {
    border-bottom: 2px solid #F44336;
}

.form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50;
}

.form-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107;
}

.form-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.form-group .form-line.focused .form-label {
    top: -20px;
    /* bottom: 100%; */
    left: 0;
    font-size: 12px;
    white-space: nowrap;
}

.form-group-sm .form-label {
    font-size: 12px;
}

.form-group-sm .form-line.focused .form-label {
    bottom: 20px;
    font-size: 10px;
}

.form-group-lg .form-label {
    font-size: 18px;
}

.form-group-lg .form-line.focused .form-label {
    bottom: 35px;
    font-size: 12px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
}

/* Color Picker ================================ */
.colorpicker {
    z-index: 1;
}

.colorpicker:before, .colorpicker:after {
    display: none !important;
}

/* Dropzone ==================================== */
.dropzone {
    border: 2px solid transparent !important;
    background-color: #eee !important;
}

.dropzone .dz-message .drag-icon-cph .material-icons {
    font-size: 80px;
    color: #777;
}

.dz-drag-hover {
    border: 2px dashed #888 !important;
}

/* Breadcrumbs ================================= */
.breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 13px;
    margin-bottom: 10px;
}

.breadcrumb li a {
    color: #444;
    text-decoration: none;
}

.breadcrumb li a .material-icons {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.breadcrumb li .material-icons {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.breadcrumb > li + li:before {
    content: '>\00a0';
}

.breadcrumb-col-red li a {
    color: #F44336 !important;
    font-weight: bold;
}

.breadcrumb-bg-red {
    background-color: #F44336 !important;
}

.breadcrumb-bg-red li {
    color: #fff !important;
}

.breadcrumb-bg-red li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-red li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-red li + li:before {
    color: #fff;
}

.breadcrumb-col-pink li a {
    color: #E91E63 !important;
    font-weight: bold;
}

.breadcrumb-bg-pink {
    background-color: #E91E63 !important;
}

.breadcrumb-bg-pink li {
    color: #fff !important;
}

.breadcrumb-bg-pink li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-pink li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-pink li + li:before {
    color: #fff;
}

.breadcrumb-col-purple li a {
    color: #9C27B0 !important;
    font-weight: bold;
}

.breadcrumb-bg-purple {
    background-color: #9C27B0 !important;
}

.breadcrumb-bg-purple li {
    color: #fff !important;
}

.breadcrumb-bg-purple li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-purple li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-purple li + li:before {
    color: #fff;
}

.breadcrumb-col-deep-purple li a {
    color: #673AB7 !important;
    font-weight: bold;
}

.breadcrumb-bg-deep-purple {
    background-color: #673AB7 !important;
}

.breadcrumb-bg-deep-purple li {
    color: #fff !important;
}

.breadcrumb-bg-deep-purple li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-deep-purple li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-deep-purple li + li:before {
    color: #fff;
}

.breadcrumb-col-indigo li a {
    color: #3F51B5 !important;
    font-weight: bold;
}

.breadcrumb-bg-indigo {
    background-color: #3F51B5 !important;
}

.breadcrumb-bg-indigo li {
    color: #fff !important;
}

.breadcrumb-bg-indigo li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-indigo li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-indigo li + li:before {
    color: #fff;
}

.breadcrumb-col-blue li a {
    color: #2196F3 !important;
    font-weight: bold;
}

.breadcrumb-bg-blue {
    background-color: #2196F3 !important;
}

.breadcrumb-bg-blue li {
    color: #fff !important;
}

.breadcrumb-bg-blue li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-blue li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-blue li + li:before {
    color: #fff;
}

.breadcrumb-col-light-blue li a {
    color: #03A9F4 !important;
    font-weight: bold;
}

.breadcrumb-bg-light-blue {
    background-color: #03A9F4 !important;
}

.breadcrumb-bg-light-blue li {
    color: #fff !important;
}

.breadcrumb-bg-light-blue li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-light-blue li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-light-blue li + li:before {
    color: #fff;
}

.breadcrumb-col-cyan li a {
    color: #faa524 !important;
    font-weight: bold;
}

.breadcrumb-bg-cyan {
    background-color: #faa524 !important;
}

.breadcrumb-bg-cyan li {
    color: #fff !important;
}

.breadcrumb-bg-cyan li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-cyan li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-cyan li + li:before {
    color: #fff;
}

.breadcrumb-col-teal li a {
    color: #009688 !important;
    font-weight: bold;
}

.breadcrumb-bg-teal {
    background-color: #009688 !important;
}

.breadcrumb-bg-teal li {
    color: #fff !important;
}

.breadcrumb-bg-teal li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-teal li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-teal li + li:before {
    color: #fff;
}

.breadcrumb-col-green li a {
    color: #4CAF50 !important;
    font-weight: bold;
}

.breadcrumb-bg-green {
    background-color: #4CAF50 !important;
}

.breadcrumb-bg-green li {
    color: #fff !important;
}

.breadcrumb-bg-green li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-green li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-green li + li:before {
    color: #fff;
}

.breadcrumb-col-light-green li a {
    color: #8BC34A !important;
    font-weight: bold;
}

.breadcrumb-bg-light-green {
    background-color: #8BC34A !important;
}

.breadcrumb-bg-light-green li {
    color: #fff !important;
}

.breadcrumb-bg-light-green li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-light-green li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-light-green li + li:before {
    color: #fff;
}

.breadcrumb-col-lime li a {
    color: #CDDC39 !important;
    font-weight: bold;
}

.breadcrumb-bg-lime {
    background-color: #CDDC39 !important;
}

.breadcrumb-bg-lime li {
    color: #fff !important;
}

.breadcrumb-bg-lime li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-lime li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-lime li + li:before {
    color: #fff;
}

.breadcrumb-col-yellow li a {
    color: #ffe821 !important;
    font-weight: bold;
}

.breadcrumb-bg-yellow {
    background-color: #ffe821 !important;
}

.breadcrumb-bg-yellow li {
    color: #fff !important;
}

.breadcrumb-bg-yellow li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-yellow li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-yellow li + li:before {
    color: #fff;
}

.breadcrumb-col-amber li a {
    color: #FFC107 !important;
    font-weight: bold;
}

.breadcrumb-bg-amber {
    background-color: #FFC107 !important;
}

.breadcrumb-bg-amber li {
    color: #fff !important;
}

.breadcrumb-bg-amber li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-amber li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-amber li + li:before {
    color: #fff;
}

.breadcrumb-col-orange li a {
    color: #FF9800 !important;
    font-weight: bold;
}

.breadcrumb-bg-orange {
    background-color: #FF9800 !important;
}

.breadcrumb-bg-orange li {
    color: #fff !important;
}

.breadcrumb-bg-orange li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-orange li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-orange li + li:before {
    color: #fff;
}

.breadcrumb-col-deep-orange li a {
    color: #FF5722 !important;
    font-weight: bold;
}

.breadcrumb-bg-deep-orange {
    background-color: #FF5722 !important;
}

.breadcrumb-bg-deep-orange li {
    color: #fff !important;
}

.breadcrumb-bg-deep-orange li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-deep-orange li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-deep-orange li + li:before {
    color: #fff;
}

.breadcrumb-col-brown li a {
    color: #795548 !important;
    font-weight: bold;
}

.breadcrumb-bg-brown {
    background-color: #795548 !important;
}

.breadcrumb-bg-brown li {
    color: #fff !important;
}

.breadcrumb-bg-brown li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-brown li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-brown li + li:before {
    color: #fff;
}

.breadcrumb-col-grey li a {
    color: #9E9E9E !important;
    font-weight: bold;
}

.breadcrumb-bg-grey {
    background-color: #9E9E9E !important;
}

.breadcrumb-bg-grey li {
    color: #fff !important;
}

.breadcrumb-bg-grey li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-grey li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-grey li + li:before {
    color: #fff;
}

.breadcrumb-col-blue-grey li a {
    color: #607D8B !important;
    font-weight: bold;
}

.breadcrumb-bg-blue-grey {
    background-color: #607D8B !important;
}

.breadcrumb-bg-blue-grey li {
    color: #fff !important;
}

.breadcrumb-bg-blue-grey li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-blue-grey li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-blue-grey li + li:before {
    color: #fff;
}

.breadcrumb-col-black li a {
    color: #000000 !important;
    font-weight: bold;
}

.breadcrumb-bg-black {
    background-color: #000000 !important;
}

.breadcrumb-bg-black li {
    color: #fff !important;
}

.breadcrumb-bg-black li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-black li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-black li + li:before {
    color: #fff;
}

.breadcrumb-col-white li a {
    color: #ffffff !important;
    font-weight: bold;
}

.breadcrumb-bg-white {
    background-color: #ffffff !important;
}

.breadcrumb-bg-white li {
    color: #fff !important;
}

.breadcrumb-bg-white li a {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-bg-white li a .material-icons {
    padding-bottom: 8px;
}

.breadcrumb-bg-white li + li:before {
    color: #fff;
}

/* Badge | List Group Item ===================== */
.badge {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.list-group-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-group .active {
    background-color: #2196F3;
    border-color: #2196F3;
}

.list-group .active:hover, .list-group .active:focus, .list-group .active:active {
    background-color: #2196F3;
    border-color: #2196F3;
}

.list-group .active .list-group-item-text {
    color: #dfe9f1;
    font-size: 13px;
}

.list-group .active .list-group-item-text:hover, .list-group .active .list-group-item-text:active, .list-group .active .list-group-item-text:focus {
    color: #dfe9f1;
}

.list-group .list-group-item.active:hover .list-group-item-text, .list-group .list-group-item.active:focus .list-group-item-text, .list-group .list-group-item.active:active .list-group-item-text {
    color: #dfe9f1;
}

.list-group .list-group-item:first-child, .list-group .list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.list-group .list-group-item .list-group-item-heading {
    font-weight: bold;
    font-size: 17px;
}

.list-group .list-group-item-success {
    background-color: #2b982b;
    border: none;
    color: #fff;
}

.list-group .list-group-item-success:hover, .list-group .list-group-item-success:focus {
    background-color: #2b982b;
    color: #fff;
    opacity: 0.8;
}

.list-group .list-group-item-info {
    background-color: #00b0e4;
    border: none;
    color: #fff;
}

.list-group .list-group-item-info:hover, .list-group .list-group-item-info:focus {
    background-color: #00b0e4;
    color: #fff;
    opacity: 0.8;
}

.list-group .list-group-item-warning {
    background-color: #ff9600;
    border: none;
    color: #fff;
}

.list-group .list-group-item-warning:hover, .list-group .list-group-item-warning:focus {
    background-color: #ff9600;
    color: #fff;
    opacity: 0.8;
}

.list-group .list-group-item-danger {
    background-color: #fb483a;
    border: none;
    color: #fff;
}

.list-group .list-group-item-danger:hover, .list-group .list-group-item-danger:focus {
    background-color: #fb483a;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-red {
    stroke: #F44336;
}

.list-group .list-group-bg-red {
    background-color: #F44336;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-red:hover, .list-group .list-group-bg-red:focus {
    background-color: #F44336;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-pink {
    stroke: #E91E63;
}

.list-group .list-group-bg-pink {
    background-color: #E91E63;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-pink:hover, .list-group .list-group-bg-pink:focus {
    background-color: #E91E63;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-purple {
    stroke: #9C27B0;
}

.list-group .list-group-bg-purple {
    background-color: #9C27B0;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-purple:hover, .list-group .list-group-bg-purple:focus {
    background-color: #9C27B0;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-deep-purple {
    stroke: #673AB7;
}

.list-group .list-group-bg-deep-purple {
    background-color: #673AB7;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-deep-purple:hover, .list-group .list-group-bg-deep-purple:focus {
    background-color: #673AB7;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-indigo {
    stroke: #3F51B5;
}

.list-group .list-group-bg-indigo {
    background-color: #3F51B5;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-indigo:hover, .list-group .list-group-bg-indigo:focus {
    background-color: #3F51B5;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-blue {
    stroke: #2196F3;
}

.list-group .list-group-bg-blue {
    background-color: #2196F3;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-blue:hover, .list-group .list-group-bg-blue:focus {
    background-color: #2196F3;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-light-blue {
    stroke: #03A9F4;
}

.list-group .list-group-bg-light-blue {
    background-color: #03A9F4;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-light-blue:hover, .list-group .list-group-bg-light-blue:focus {
    background-color: #03A9F4;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-cyan {
    stroke: #faa524;
}

.list-group .list-group-bg-cyan {
    background-color: #faa524;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-cyan:hover, .list-group .list-group-bg-cyan:focus {
    background-color: #faa524;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-teal {
    stroke: #009688;
}

.list-group .list-group-bg-teal {
    background-color: #009688;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-teal:hover, .list-group .list-group-bg-teal:focus {
    background-color: #009688;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-green {
    stroke: #4CAF50;
}

.list-group .list-group-bg-green {
    background-color: #4CAF50;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-green:hover, .list-group .list-group-bg-green:focus {
    background-color: #4CAF50;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-light-green {
    stroke: #8BC34A;
}

.list-group .list-group-bg-light-green {
    background-color: #8BC34A;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-light-green:hover, .list-group .list-group-bg-light-green:focus {
    background-color: #8BC34A;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-lime {
    stroke: #CDDC39;
}

.list-group .list-group-bg-lime {
    background-color: #CDDC39;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-lime:hover, .list-group .list-group-bg-lime:focus {
    background-color: #CDDC39;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-yellow {
    stroke: #ffe821;
}

.list-group .list-group-bg-yellow {
    background-color: #ffe821;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-yellow:hover, .list-group .list-group-bg-yellow:focus {
    background-color: #ffe821;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-amber {
    stroke: #FFC107;
}

.list-group .list-group-bg-amber {
    background-color: #FFC107;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-amber:hover, .list-group .list-group-bg-amber:focus {
    background-color: #FFC107;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-orange {
    stroke: #FF9800;
}

.list-group .list-group-bg-orange {
    background-color: #FF9800;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-orange:hover, .list-group .list-group-bg-orange:focus {
    background-color: #FF9800;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-deep-orange {
    stroke: #FF5722;
}

.list-group .list-group-bg-deep-orange {
    background-color: #FF5722;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-deep-orange:hover, .list-group .list-group-bg-deep-orange:focus {
    background-color: #FF5722;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-brown {
    stroke: #795548;
}

.list-group .list-group-bg-brown {
    background-color: #795548;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-brown:hover, .list-group .list-group-bg-brown:focus {
    background-color: #795548;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-grey {
    stroke: #9E9E9E;
}

.list-group .list-group-bg-grey {
    background-color: #9E9E9E;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-grey:hover, .list-group .list-group-bg-grey:focus {
    background-color: #9E9E9E;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-blue-grey {
    stroke: #607D8B;
}

.list-group .list-group-bg-blue-grey {
    background-color: #607D8B;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-blue-grey:hover, .list-group .list-group-bg-blue-grey:focus {
    background-color: #607D8B;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-black {
    stroke: #000000;
}

.list-group .list-group-bg-black {
    background-color: #000000;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-black:hover, .list-group .list-group-bg-black:focus {
    background-color: #000000;
    color: #fff;
    opacity: 0.8;
}

.list-group .pl-white {
    stroke: #ffffff;
}

.list-group .list-group-bg-white {
    background-color: #ffffff;
    border: none;
    color: #fff;
}

.list-group .list-group-bg-white:hover, .list-group .list-group-bg-white:focus {
    background-color: #ffffff;
    color: #fff;
    opacity: 0.8;
}

/* Pagination & Pager ========================== */
.pager li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #222;
    font-weight: bold;
}

.pager li a:focus,
.pager li a:active {
    background-color: transparent;
}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus,
.pagination .disabled a:active {
    color: #bbb;
}

.pagination li.active a {
    background-color: #4a4a4a;
}

.pagination li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.pagination li a:focus,
.pagination li a:active {
    background-color: transparent;
    color: #555;
}

.pagination > li > a {
    border: none;
    font-weight: bold;
    color: #555;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    width: auto;
    height: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.pagination > li:first-child > a .material-icons,
.pagination > li:last-child > a .material-icons {
    position: relative;
    bottom: 2px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:last-child > a {
    width: 28px;
    height: 28px;
}

.pagination-sm > li:first-child > a .material-icons,
.pagination-sm > li:last-child > a .material-icons {
    position: relative;
    top: -1px;
    left: -6px;
    font-size: 20px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:last-child > a {
    width: 44px;
    height: 44px;
}

.pagination-lg > li:first-child > a .material-icons,
.pagination-lg > li:last-child > a .material-icons {
    font-size: 30px;
    position: relative;
    top: -3px;
    left: -10px;
}

/* Media Object ================================ */
.media {
    margin-bottom: 25px;
}

.media .media-body {
    color: #777;
    font-size: 13px;
}

.media .media-body .media-heading {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Form Wizard ================================= */
.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps {
    float: left;
    width: 30%;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard.vertical > .content {
    float: left;
    margin: 0 0 0.5em 0;
    width: 70%;
}

.wizard.vertical > .actions {
    float: right;
    width: 100%;
}

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .steps .number {
    font-size: 1.429em;
}

.wizard > .steps > ul > li {
    width: 25%;
    float: left;
}

.wizard > .actions > ul > li {
    float: left;
}

.wizard > .steps a {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a {
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a {
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a {
    background: #ff3111;
    color: #fff;
}

.wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard > .content {
    border: 1px solid #ddd;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li {
    margin: 0 0.5em;
}

.wizard > .actions a {
    background: #f56d23;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.wizard > .actions a:hover, .wizard > .actions a:active {
    background: #f56d23;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.wizard > .actions .disabled a {
    background: #eee;
    color: #aaa;
}

.wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li.current > a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .steps > ul > li > a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
    text-decoration: none;
}

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul {
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
    display: list-item;
}

.wizard .content {
    min-height: 245px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
}

.wizard .content .body {
    padding: 15px;
}

.wizard .steps a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.wizard .steps a:active, .wizard .steps a:focus, .wizard .steps a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.wizard .steps .done a {
    background-color: #f56d23;
}

.wizard .steps .done a:hover, .wizard .steps .done a:active, .wizard .steps .done a:focus {
    background-color: #f56d23;
}

.wizard .steps .error a {
    background-color: #F44336 !important;
}

.wizard > .steps > ul > li.done a {
    background-color: #faa524;
}

.wizard .steps .current a {
    background-color: #f56d23;
}

.wizard .steps .current a:active, .wizard .steps .current a:focus, .wizard .steps .current a:hover {
    background-color: #f56d23;
}


/* Waves ======================================= */
.waves-effect.waves-red .waves-ripple {
    background: rgba(244, 67, 54, 0.5);
}

.waves-effect.waves-pink .waves-ripple {
    background: rgba(233, 30, 99, 0.5);
}

.waves-effect.waves-purple .waves-ripple {
    background: rgba(156, 39, 176, 0.5);
}

.waves-effect.waves-deep-purple .waves-ripple {
    background: rgba(103, 58, 183, 0.5);
}

.waves-effect.waves-indigo .waves-ripple {
    background: rgba(63, 81, 181, 0.5);
}

.waves-effect.waves-blue .waves-ripple {
    background: rgba(33, 150, 243, 0.5);
}

.waves-effect.waves-light-blue .waves-ripple {
    background: rgba(3, 169, 244, 0.5);
}

.waves-effect.waves-cyan .waves-ripple {
    background: rgba(0, 188, 212, 0.5);
}

.waves-effect.waves-teal .waves-ripple {
    background: rgba(0, 150, 136, 0.5);
}

.waves-effect.waves-green .waves-ripple {
    background: rgba(76, 175, 80, 0.5);
}

.waves-effect.waves-light-green .waves-ripple {
    background: rgba(139, 195, 74, 0.5);
}

.waves-effect.waves-lime .waves-ripple {
    background: rgba(205, 220, 57, 0.5);
}

.waves-effect.waves-yellow .waves-ripple {
    background: rgba(255, 232, 33, 0.5);
}

.waves-effect.waves-amber .waves-ripple {
    background: rgba(255, 193, 7, 0.5);
}

.waves-effect.waves-orange .waves-ripple {
    background: rgba(255, 152, 0, 0.5);
}

.waves-effect.waves-deep-orange .waves-ripple {
    background: rgba(255, 87, 34, 0.5);
}

.waves-effect.waves-brown .waves-ripple {
    background: rgba(121, 85, 72, 0.5);
}

.waves-effect.waves-grey .waves-ripple {
    background: rgba(158, 158, 158, 0.5);
}

.waves-effect.waves-blue-grey .waves-ripple {
    background: rgba(96, 125, 139, 0.5);
}

.waves-effect.waves-black .waves-ripple {
    background: rgba(0, 0, 0, 0.5);
}

.waves-effect.waves-white .waves-ripple {
    background: rgba(255, 255, 255, 0.5);
}

/* Page Loader ================================= */
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}

.page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}

.page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px);
}

/* Preloaders ================================== */
.md-preloader .pl-red {
    stroke: #F44336;
}

.md-preloader .pl-pink {
    stroke: #E91E63;
}

.md-preloader .pl-purple {
    stroke: #9C27B0;
}

.md-preloader .pl-deep-purple {
    stroke: #673AB7;
}

.md-preloader .pl-indigo {
    stroke: #3F51B5;
}

.md-preloader .pl-blue {
    stroke: #2196F3;
}

.md-preloader .pl-light-blue {
    stroke: #03A9F4;
}

.md-preloader .pl-cyan {
    stroke: #faa524;
}

.md-preloader .pl-teal {
    stroke: #009688;
}

.md-preloader .pl-green {
    stroke: #4CAF50;
}

.md-preloader .pl-light-green {
    stroke: #8BC34A;
}

.md-preloader .pl-lime {
    stroke: #CDDC39;
}

.md-preloader .pl-yellow {
    stroke: #ffe821;
}

.md-preloader .pl-amber {
    stroke: #FFC107;
}

.md-preloader .pl-orange {
    stroke: #FF9800;
}

.md-preloader .pl-deep-orange {
    stroke: #FF5722;
}

.md-preloader .pl-brown {
    stroke: #795548;
}

.md-preloader .pl-grey {
    stroke: #9E9E9E;
}

.md-preloader .pl-blue-grey {
    stroke: #607D8B;
}

.md-preloader .pl-black {
    stroke: #000000;
}

.md-preloader .pl-white {
    stroke: #ffffff;
}

.preloader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: container-rotate 1568ms linear infinite;
    -moz-animation: container-rotate 1568ms linear infinite;
    -o-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

.preloader.pl-size-xl {
    width: 75px;
    height: 75px;
}

.preloader.pl-size-l {
    width: 60px;
    height: 60px;
}

.preloader.pl-size-md {
    width: 50px;
    height: 50px;
}

.preloader.pl-size-sm {
    width: 40px;
    height: 40px;
}

.preloader.pl-size-xs {
    width: 25px;
    height: 25px;
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-color: #F44336;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.spinner-layer.pl-red {
    border-color: #F44336;
}

.spinner-layer.pl-pink {
    border-color: #E91E63;
}

.spinner-layer.pl-purple {
    border-color: #9C27B0;
}

.spinner-layer.pl-deep-purple {
    border-color: #673AB7;
}

.spinner-layer.pl-indigo {
    border-color: #3F51B5;
}

.spinner-layer.pl-blue {
    border-color: #2196F3;
}

.spinner-layer.pl-light-blue {
    border-color: #03A9F4;
}

.spinner-layer.pl-cyan {
    border-color: #faa524;
}

.spinner-layer.pl-teal {
    border-color: #009688;
}

.spinner-layer.pl-green {
    border-color: #4CAF50;
}

.spinner-layer.pl-light-green {
    border-color: #8BC34A;
}

.spinner-layer.pl-lime {
    border-color: #CDDC39;
}

.spinner-layer.pl-yellow {
    border-color: #ffe821;
}

.spinner-layer.pl-amber {
    border-color: #FFC107;
}

.spinner-layer.pl-orange {
    border-color: #FF9800;
}

.spinner-layer.pl-deep-orange {
    border-color: #FF5722;
}

.spinner-layer.pl-brown {
    border-color: #795548;
}

.spinner-layer.pl-grey {
    border-color: #9E9E9E;
}

.spinner-layer.pl-blue-grey {
    border-color: #607D8B;
}

.spinner-layer.pl-black {
    border-color: #000000;
}

.spinner-layer.pl-white {
    border-color: #ffffff;
}

.right {
    float: right !important;
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch.circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -o-transform: rotate(129deg);
    transform: rotate(129deg);
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@-moz-keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/* Navbars ===================================== */

.theme-bg-light-grey .navbar {
    background: #fff !important;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.navbar {
    background-color: #fff !important;
    font-family: "Roboto", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    width: 100%;
}

.navbar .navbar-brand {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar .navbar-custom-right-menu {
    float: right;
}

.navbar .navbar-toggle {
    text-decoration: none;
    color: #fff;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-right: 17px;
}

.navbar .navbar-toggle:before {
    content: '\E8D5';
    font-family: 'Material Icons';
    font-size: 26px;
}

.navbar .navbar-collapse.in {
    overflow: visible;
}

.ls-closed .sidebar {
    /*margin-left: -300px;*/
    margin-left: 0px;
}

.ls-closed section.content {
    /*margin-left: 15px;*/
    margin-left: 265px;
}

.ls-closed .bars:after, .ls-closed .bars:before {
    font-family: 'Material Icons';
    font-size: 24px;
    position: absolute;
    top: 18px;
    left: 20px;
    margin-right: 10px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ls-closed .bars:before {
    content: url(../../images/tata/next.svg);
    font-size: inherit;
    line-height: normal;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ls-closed .bars:after {
    content: url(../../images/tata/preview.svg);
    font-size: inherit;
    line-height: normal;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ls-closed .navbar-brand {
    margin-left: 30px;
}

.overlay-open .bars:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.overlay-open .bars:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.navbar-header {
    padding: 6px 7px;
}

.navbar-header .bars {
    float: left;
    text-decoration: none;
}

.navbar-nav > li > a {
    padding: 7px 7px 2px 7px;
    /* margin-top: 15px; */
    margin-left: 5px;
}

.navbar-nav .dropdown-menu {
    margin-top: -40px !important;
}

.label-count {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 10px;
    line-height: 15px;
    background-color: #000;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.col-red .navbar .navbar-brand,
.col-red .navbar .navbar-brand:hover,
.col-red .navbar .navbar-brand:active,
.col-red .navbar .navbar-brand:focus {
    color: #fff;
}

.col-red .navbar .nav > li > a:hover,
.col-red .navbar .nav > li > a:focus,
.col-red .navbar .nav .open > a,
.col-red .navbar .nav .open > a:hover,
.col-red .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-red .navbar .nav > li > a {
    color: #fff;
}

.col-red .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-red .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-pink .navbar .navbar-brand,
.col-pink .navbar .navbar-brand:hover,
.col-pink .navbar .navbar-brand:active,
.col-pink .navbar .navbar-brand:focus {
    color: #fff;
}

.col-pink .navbar .nav > li > a:hover,
.col-pink .navbar .nav > li > a:focus,
.col-pink .navbar .nav .open > a,
.col-pink .navbar .nav .open > a:hover,
.col-pink .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-pink .navbar .nav > li > a {
    color: #fff;
}

.col-pink .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-pink .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-purple .navbar .navbar-brand,
.col-purple .navbar .navbar-brand:hover,
.col-purple .navbar .navbar-brand:active,
.col-purple .navbar .navbar-brand:focus {
    color: #fff;
}

.col-purple .navbar .nav > li > a:hover,
.col-purple .navbar .nav > li > a:focus,
.col-purple .navbar .nav .open > a,
.col-purple .navbar .nav .open > a:hover,
.col-purple .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-purple .navbar .nav > li > a {
    color: #fff;
}

.col-purple .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-purple .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-deep-purple .navbar .navbar-brand,
.col-deep-purple .navbar .navbar-brand:hover,
.col-deep-purple .navbar .navbar-brand:active,
.col-deep-purple .navbar .navbar-brand:focus {
    color: #fff;
}

.col-deep-purple .navbar .nav > li > a:hover,
.col-deep-purple .navbar .nav > li > a:focus,
.col-deep-purple .navbar .nav .open > a,
.col-deep-purple .navbar .nav .open > a:hover,
.col-deep-purple .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-deep-purple .navbar .nav > li > a {
    color: #fff;
}

.col-deep-purple .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-deep-purple .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-indigo .navbar .navbar-brand,
.col-indigo .navbar .navbar-brand:hover,
.col-indigo .navbar .navbar-brand:active,
.col-indigo .navbar .navbar-brand:focus {
    color: #fff;
}

.col-indigo .navbar .nav > li > a:hover,
.col-indigo .navbar .nav > li > a:focus,
.col-indigo .navbar .nav .open > a,
.col-indigo .navbar .nav .open > a:hover,
.col-indigo .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-indigo .navbar .nav > li > a {
    color: #fff;
}

.col-indigo .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-indigo .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-blue .navbar .navbar-brand,
.col-blue .navbar .navbar-brand:hover,
.col-blue .navbar .navbar-brand:active,
.col-blue .navbar .navbar-brand:focus {
    color: #fff;
}

.col-blue .navbar .nav > li > a:hover,
.col-blue .navbar .nav > li > a:focus,
.col-blue .navbar .nav .open > a,
.col-blue .navbar .nav .open > a:hover,
.col-blue .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-blue .navbar .nav > li > a {
    color: #fff;
}

.col-blue .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-blue .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-light-blue .navbar .navbar-brand,
.col-light-blue .navbar .navbar-brand:hover,
.col-light-blue .navbar .navbar-brand:active,
.col-light-blue .navbar .navbar-brand:focus {
    color: #fff;
}

.col-light-blue .navbar .nav > li > a:hover,
.col-light-blue .navbar .nav > li > a:focus,
.col-light-blue .navbar .nav .open > a,
.col-light-blue .navbar .nav .open > a:hover,
.col-light-blue .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-light-blue .navbar .nav > li > a {
    color: #fff;
}

.col-light-blue .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-light-blue .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-cyan .navbar .navbar-brand,
.col-cyan .navbar .navbar-brand:hover,
.col-cyan .navbar .navbar-brand:active,
.col-cyan .navbar .navbar-brand:focus {
    color: #fff;
}

.col-cyan .navbar .nav > li > a:hover,
.col-cyan .navbar .nav > li > a:focus,
.col-cyan .navbar .nav .open > a,
.col-cyan .navbar .nav .open > a:hover,
.col-cyan .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-cyan .navbar .nav > li > a {
    color: #fff;
}

.col-cyan .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-cyan .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-teal .navbar .navbar-brand,
.col-teal .navbar .navbar-brand:hover,
.col-teal .navbar .navbar-brand:active,
.col-teal .navbar .navbar-brand:focus {
    color: #fff;
}

.col-teal .navbar .nav > li > a:hover,
.col-teal .navbar .nav > li > a:focus,
.col-teal .navbar .nav .open > a,
.col-teal .navbar .nav .open > a:hover,
.col-teal .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-teal .navbar .nav > li > a {
    color: #fff;
}

.col-teal .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-teal .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-green .navbar .navbar-brand,
.col-green .navbar .navbar-brand:hover,
.col-green .navbar .navbar-brand:active,
.col-green .navbar .navbar-brand:focus {
    color: #fff;
}

.col-green .navbar .nav > li > a:hover,
.col-green .navbar .nav > li > a:focus,
.col-green .navbar .nav .open > a,
.col-green .navbar .nav .open > a:hover,
.col-green .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-green .navbar .nav > li > a {
    color: #fff;
}

.col-green .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-green .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-light-green .navbar .navbar-brand,
.col-light-green .navbar .navbar-brand:hover,
.col-light-green .navbar .navbar-brand:active,
.col-light-green .navbar .navbar-brand:focus {
    color: #fff;
}

.col-light-green .navbar .nav > li > a:hover,
.col-light-green .navbar .nav > li > a:focus,
.col-light-green .navbar .nav .open > a,
.col-light-green .navbar .nav .open > a:hover,
.col-light-green .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-light-green .navbar .nav > li > a {
    color: #fff;
}

.col-light-green .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-light-green .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-lime .navbar .navbar-brand,
.col-lime .navbar .navbar-brand:hover,
.col-lime .navbar .navbar-brand:active,
.col-lime .navbar .navbar-brand:focus {
    color: #fff;
}

.col-lime .navbar .nav > li > a:hover,
.col-lime .navbar .nav > li > a:focus,
.col-lime .navbar .nav .open > a,
.col-lime .navbar .nav .open > a:hover,
.col-lime .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-lime .navbar .nav > li > a {
    color: #fff;
}

.col-lime .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-lime .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-yellow .navbar .navbar-brand,
.col-yellow .navbar .navbar-brand:hover,
.col-yellow .navbar .navbar-brand:active,
.col-yellow .navbar .navbar-brand:focus {
    color: #fff;
}

.col-yellow .navbar .nav > li > a:hover,
.col-yellow .navbar .nav > li > a:focus,
.col-yellow .navbar .nav .open > a,
.col-yellow .navbar .nav .open > a:hover,
.col-yellow .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-yellow .navbar .nav > li > a {
    color: #fff;
}

.col-yellow .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-yellow .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-amber .navbar .navbar-brand,
.col-amber .navbar .navbar-brand:hover,
.col-amber .navbar .navbar-brand:active,
.col-amber .navbar .navbar-brand:focus {
    color: #fff;
}

.col-amber .navbar .nav > li > a:hover,
.col-amber .navbar .nav > li > a:focus,
.col-amber .navbar .nav .open > a,
.col-amber .navbar .nav .open > a:hover,
.col-amber .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-amber .navbar .nav > li > a {
    color: #fff;
}

.col-amber .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-amber .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-orange .navbar .navbar-brand,
.col-orange .navbar .navbar-brand:hover,
.col-orange .navbar .navbar-brand:active,
.col-orange .navbar .navbar-brand:focus {
    color: #fff;
}

.col-orange .navbar .nav > li > a:hover,
.col-orange .navbar .nav > li > a:focus,
.col-orange .navbar .nav .open > a,
.col-orange .navbar .nav .open > a:hover,
.col-orange .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-orange .navbar .nav > li > a {
    color: #fff;
}

.col-orange .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-orange .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-deep-orange .navbar .navbar-brand,
.col-deep-orange .navbar .navbar-brand:hover,
.col-deep-orange .navbar .navbar-brand:active,
.col-deep-orange .navbar .navbar-brand:focus {
    color: #fff;
}

.col-deep-orange .navbar .nav > li > a:hover,
.col-deep-orange .navbar .nav > li > a:focus,
.col-deep-orange .navbar .nav .open > a,
.col-deep-orange .navbar .nav .open > a:hover,
.col-deep-orange .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-deep-orange .navbar .nav > li > a {
    color: #fff;
}

.col-deep-orange .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-deep-orange .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-brown .navbar .navbar-brand,
.col-brown .navbar .navbar-brand:hover,
.col-brown .navbar .navbar-brand:active,
.col-brown .navbar .navbar-brand:focus {
    color: #fff;
}

.col-brown .navbar .nav > li > a:hover,
.col-brown .navbar .nav > li > a:focus,
.col-brown .navbar .nav .open > a,
.col-brown .navbar .nav .open > a:hover,
.col-brown .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-brown .navbar .nav > li > a {
    color: #fff;
}

.col-brown .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-brown .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-grey .navbar .navbar-brand,
.col-grey .navbar .navbar-brand:hover,
.col-grey .navbar .navbar-brand:active,
.col-grey .navbar .navbar-brand:focus {
    color: #fff;
}

.col-grey .navbar .nav > li > a:hover,
.col-grey .navbar .nav > li > a:focus,
.col-grey .navbar .nav .open > a,
.col-grey .navbar .nav .open > a:hover,
.col-grey .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-grey .navbar .nav > li > a {
    color: #fff;
}

.col-grey .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-grey .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-blue-grey .navbar .navbar-brand,
.col-blue-grey .navbar .navbar-brand:hover,
.col-blue-grey .navbar .navbar-brand:active,
.col-blue-grey .navbar .navbar-brand:focus {
    color: #fff;
}

.col-blue-grey .navbar .nav > li > a:hover,
.col-blue-grey .navbar .nav > li > a:focus,
.col-blue-grey .navbar .nav .open > a,
.col-blue-grey .navbar .nav .open > a:hover,
.col-blue-grey .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-blue-grey .navbar .nav > li > a {
    color: #fff;
}

.col-blue-grey .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-blue-grey .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-black .navbar .navbar-brand,
.col-black .navbar .navbar-brand:hover,
.col-black .navbar .navbar-brand:active,
.col-black .navbar .navbar-brand:focus {
    color: #fff;
}

.col-black .navbar .nav > li > a:hover,
.col-black .navbar .nav > li > a:focus,
.col-black .navbar .nav .open > a,
.col-black .navbar .nav .open > a:hover,
.col-black .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-black .navbar .nav > li > a {
    color: #fff;
}

.col-black .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-black .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.col-white .navbar .navbar-brand,
.col-white .navbar .navbar-brand:hover,
.col-white .navbar .navbar-brand:active,
.col-white .navbar .navbar-brand:focus {
    color: #fff;
}

.col-white .navbar .nav > li > a:hover,
.col-white .navbar .nav > li > a:focus,
.col-white .navbar .nav .open > a,
.col-white .navbar .nav .open > a:hover,
.col-white .navbar .nav .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.col-white .navbar .nav > li > a {
    color: #fff;
}

.col-white .navbar .bars {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 4px;
}

.col-white .navbar .bars:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

/* Dropdown Menu =============================== */
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    /* margin-top: -35px !important; */
    margin-top: 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: none;
}

.dropdown-menu .divider {
    margin: 5px 0;
}

.dropdown-menu .header {
    font-size: 13px;
    font-weight: bold;
    min-width: 270px;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 4px 0 6px 0;
}

.dropdown-menu ul.menu {
    padding-left: 0;
}

.dropdown-menu ul.menu.tasks h4 {
    color: #333;
    font-size: 13px;
    margin: 0 0 8px 0;
}

.dropdown-menu ul.menu.tasks h4 small {
    float: right;
    margin-top: 6px;
}

.dropdown-menu ul.menu.tasks .progress {
    height: 7px;
    margin-bottom: 7px;
}

.dropdown-menu ul.menu .icon-circle {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.dropdown-menu ul.menu .icon-circle i {
    font-size: 18px;
    line-height: 36px;
}

.dropdown-menu ul.menu li {
    border-bottom: 1px solid #eee;
}

.dropdown-menu ul.menu li:last-child {
    border-bottom: none;
}

.dropdown-menu ul.menu li a {
    padding: 7px 11px;
    text-decoration: none;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.dropdown-menu ul.menu li a:hover {
    background-color: #e9e9e9;
}

.dropdown-menu ul.menu .menu-info {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 5px;
}

.dropdown-menu ul.menu .menu-info h4 {
    margin: 0;
    font-size: 13px;
    color: #333;
}

.dropdown-menu ul.menu .menu-info p {
    margin: 0;
    font-size: 11px;
    color: #aaa;
}

.dropdown-menu ul.menu .menu-info p .material-icons {
    font-size: 13px;
    color: #aaa;
    position: relative;
    top: 2px;
}

.dropdown-menu .footer a {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 5px 0 5px 0;
    font-size: 12px;
    margin-bottom: -5px;
}

.dropdown-menu .footer a:hover {
    background-color: transparent;
}

.dropdown-menu > li > a {
    padding: 7px 18px;
    color: #666 !important;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 25px;
}

.dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a i.material-icons {
    float: left;
    margin-right: 7px;
    margin-top: 2px;
    font-size: 20px;
}

.dropdown-animated {
    -webkit-animation-duration: .3s !important;
    -moz-animation-duration: .3s !important;
    -o-animation-duration: .3s !important;
    animation-duration: .3s !important;
}

/* Left Sidebar & Overlay ====================== */
.overlay {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    display: none;
    z-index: 10;
}

.overlay-open .sidebar {
    /*margin-left: 0;*/
    margin-left: -300px;
    z-index: 99999999;
}

.sidebar {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Roboto", sans-serif;
    background: #FBFBFF;
    /* background: #4a4a4a; */
    width: 250px;
    overflow: hidden;
    display: inline-block;
    height: calc(100vh - 62px);
    position: fixed;
    top: 62px;
    left: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 11 !important;
}

.sidebar:after {
    content: '';
    background: #4a4a4a;
    width: 100%;
    display: block;
}

.sidebar .legal {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* box-shadow: 0 0 0 1px #213e4c; */
    /* border-top: 1px solid #142b36; */
    padding: 5px 16px 8px;
    background: #4a4a4a;
    overflow: hidden;
    z-index: 999;
}

.sidebar .legal .copyright {
    font-size: 13px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar .legal .copyright a {
    font-weight: bold;
    text-decoration: none;
}

.sidebar .legal .version {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    font-size: 13px;
    color: #d9d9d9;
}

.theme-bg-light-grey .sidebar .menu .list li.active ul.ml-menu {
    /* background-color: #4a4a4a !important;
    background-color: none !important;
    margin: 0 -10px; */
}

.sidebar .user-info {

    white-space: nowrap;
    position: relative;
    /*border-bottom: 1px solid #e9e9e9;
  background: url("../images/user-img-background.jpg") no-repeat no-repeat;*/
    height: 85px;
}

.sidebar .user-info .user-bg {
    display: block;
    height: 85px;
    padding: 13px 15px 12px 15px;
    /*border-bottom: 1px #213e4c solid;
  border-top: 1px #142b36 solid;*/
    border: 0;
    box-shadow: 0px 1px 0 0px #213e4c inset;
}

.sidebar .user-info .image {
    margin-right: 12px;
    display: inline-block;
    position: absolute;
    top: 24px;
}

.sidebar .user-info .image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: bottom !important;
}

.sidebar .user-info .info-container {
    cursor: default;
    display: block;
    position: relative;
    top: 10px;
    padding: 0 0 0 48px;
}

.sidebar .user-info .info-container .name {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    max-width: 200px;
    color: #d9d9d9;
    font-weight: bold;
}

.sidebar .user-info .info-container .email {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    max-width: 200px;
    color: #d9d9d9;
}

.sidebar .user-info .info-container .user-helper-dropdown {
    position: absolute;
    right: 3px;
    bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #d9d9d9;
}

.sidebar .menu {
    position: relative;
    overflow-y: auto;
    /* height: 90vh; */
    height: 100%;
}

.sidebar .menu .list {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.sidebar .menu .list li.active > :first-child span {
    /* font-weight: bold; */
}

.sidebar .menu .list .header {
    margin-top: 10px;
    /* background: #eee; */
    font-size: 20px;
    font-weight: 500;
    padding: 10px 15px;
    color:#4F5F80;
}

.sidebar .menu .list i.material-icons {
    margin-top: 6px;
    font-size: 21px;
}

.sidebar .menu .list .menu-toggle:after, .sidebar .menu .list .menu-toggle:before {
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    font-size: 19px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .menu .list .menu-toggle:before {
    content: url(../../images/tata/arrow-right.svg);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sidebar .menu .list .menu-toggle:after {
    content: url(../../images/tata/arrow-down.svg);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sidebar .menu .list .menu-toggle.toggled:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sidebar .menu .list .menu-toggle.toggled:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sidebar .menu .list > li {
    padding: 1px 10px;
}
.sidebar .menu .list a {
    color: #4F5F80;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    padding:8px 10px;
    text-shadow: none;
    border-radius: 6px;
    text-decoration: none;
}

/*.sidebar .menu .list > li > a{border-bottom: 1px solid #213e4c;border-top: 1px solid #142b36;}
.sidebar .menu .list > li:last-child > a{border-bottom: none !important;}*/
.sidebar .menu .list a:hover,.sidebar .menu .list a:focus, .sidebar .menu .list a:active{
    text-decoration: none !important;
    color: #f56d23 !important;
    background: #F3F3F6;
    text-shadow: none;

}

.sidebar .menu .list a small {
    position: absolute;
    top: calc(50% - 7.5px);
    right: 15px;
}

.sidebar .menu .list a span {
    /* margin: 7px 0 7px 7px; */
    /*color: #bababa;*/

    font-weight: normal;
    font-size: 14px;
    /* overflow: hidden; */
}

.sidebar .menu .list .ml-menu {
    list-style: none;
    display: none;
    background: rgba(0, 0, 0, 0.03) !important;
    padding-left: 0;
    margin: 5px 0;
    /* padding: 10px 0; */
    border-radius: 6px;
    overflow: hidden;
}

.sidebar .menu .list .ml-menu li a{background: transparent !important; border-radius: 0;}

.sidebar .menu .list .ml-menu li a i.material-icons {
    margin-top: 0 !important;
    margin-right: 5px;
    font-size: 18px;
}

.sidebar .menu .list .ml-menu span {
    font-weight: normal;
    font-size: 13px;
    margin: 0px 0 0px 0px;
}

.sidebar .menu .list .ml-menu li a {
    /* padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 4px; */
    padding: 8px 15px;
}
.sidebar .menu .list .ml-menu li a:hover, .sidebar .menu .list .ml-menu li a:focus{background-color: transparent;}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
    /* font-weight: 600;
    margin-left: -7px; */
}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
    /* content: '\E315';
    font-family: 'Material Icons';
    position: relative;
    font-size: 21px;
    height: 20px;
    top: -5px;
    right: 0px; */
}

/* .sidebar .menu .list .ml-menu li .ml-menu li a {
    padding-left: 63px;
}

.sidebar .menu .list .ml-menu li .ml-menu .ml-menu li a {
    padding-left: 95px;
} */
.sidebar .menu .list .ml-menu .ml-menu{margin: 0; border-radius: 0;}

.right-sidebar {
    width: 400px;
    height: calc(100vh - 65px);
    position: fixed;
    right: -400px;
    top: 65px;
    background: #fdfdfd;
    z-index: 11 !important;
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.right-sidebar.open {
    right: 0;
}

.right-sidebar .nav-tabs {
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    margin-left: 2px;
}

.right-sidebar .nav-tabs li {
    text-align: center;
}

.right-sidebar .nav-tabs li > a {
    margin-right: 0;
}

.right-sidebar .nav-tabs li:first-child {
    width: 45%;
}

.right-sidebar .nav-tabs li:last-child {
    width: 55%;
}

/* Bootstrap Notify ============================ */
.bootstrap-notify-container {
    max-width: 340px;
    text-align: center;
    word-break: break-word;
}

/* Jquery Nestable ============================= */
.dd-handle {
    background-color: #f9f9f9 !important;
}

.dd-handle:hover {
    color: #2196F3;
}

.nestable-dark-theme .dd-handle {
    background: #ccc !important;
    border: 1px solid #999 !important;
}

.dd3-handle {
    background: #999 !important;
}

.dd3-content:hover {
    color: #2196F3;
}

/* Login Page ================================== */
.login-page {
    background: url(../../images/bg-login.jpg) center top no-repeat #225067;
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
}

.login-page .login-box .msg {
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

.login-page .login-box a {
    font-size: 14px;
    text-decoration: none;
    color: #faa524;
}

.login-page .login-box .logo {
    margin-bottom: 20px;
}

.login-page .login-box .logo a {
    font-size: 36px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.login-page .login-box .logo small {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: -5px;
}

/* Sign Up Page ================================ */
.signup-page {
    background-color: #faa524;
    padding-left: 0;
    max-width: 360px;
    margin: 2% auto;
    overflow-x: hidden;
}

.signup-page .signup-box .msg {
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

.signup-page .signup-box a {
    font-size: 14px;
    text-decoration: none;
    color: #faa524;
}

.signup-page .signup-box .logo {
    margin-bottom: 20px;
}

.signup-page .signup-box .logo a {
    font-size: 36px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.signup-page .signup-box .logo small {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: -5px;
}

/* Forgot Password Page ======================== */
.fp-page {
    background-color: #faa524;
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
}

.fp-page .fp-box .msg {
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

.fp-page .fp-box a {
    font-size: 14px;
    text-decoration: none;
    color: #faa524;
}

.fp-page .fp-box .logo {
    margin-bottom: 20px;
}

.fp-page .fp-box .logo a {
    font-size: 36px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.fp-page .fp-box .logo small {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: -5px;
}

/* 404 Not Found Page ========================== */
.four-zero-four {
    width: 100%;
    text-align: center;
    margin: 5% auto;
}

.four-zero-four .four-zero-four-container .error-code {
    font-size: 60px;
    margin-top: 10%;
}

.four-zero-four .four-zero-four-container .error-message {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 0px;
}

.four-zero-four .four-zero-four-container .button-place {
    margin-top: 0px;
}


/* 500 Server Error Page ======================= */
.five-zero-zero {
    width: 100%;
    text-align: center;
    margin: 5% auto;
}

.five-zero-zero .five-zero-zero-container .error-code {
    font-size: 160px;
}

.five-zero-zero .five-zero-zero-container .error-message {
    font-size: 27px;
    color: #333;
    font-weight: bold;
    margin-top: -40px;
}

.five-zero-zero .five-zero-zero-container .button-place {
    margin-top: 32px;
}

/* Maps ======================================== */
/* Google Maps */
.gmap {
    width: 100%;
    height: 400px;
}

/* jVector Map */
.jvector-map {
    width: 100%;
    height: 600px;
}

/* Charts ====================================== */
/* Morris */
.morris-hover.morris-default-style {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

/* Flot */
.flot-chart {
    width: 100%;
    height: 320px;
}

.panel-switch-btn {
    position: relative;
    right: 20px;
    z-index: 9;
}

.panel-switch-btn label {
    font-weight: bold !important;
}

.legendLabel {
    width: 85px !important;
    position: relative;
    left: 3px;
}

#multiple_axis_chart .legendLabel {
    width: 160px !important;
}

/* Sparkline */
.sparkline {
    text-align: center;
}

/* Searchbar =================================== */
.search-bar {
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 9999999;
    width: 100%;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.search-bar.open {
    top: 0;
}

.search-bar .search-icon {
    position: absolute;
    top: 20px;
    left: 14px;
}

.search-bar .search-icon .material-icons {
    font-size: 32px;
    color: #999;
}

.search-bar .close-search {
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    top: 16px;
    right: 18px;
}

.search-bar .close-search .material-icons {
    color: #999;
    opacity: 1;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.search-bar .close-search .material-icons:hover {
    opacity: .5;
}

.search-bar input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 25px 60px 23px 56px;
    border: none;
}

/* Jquery DataTable ============================ */
.dataTables_wrapper {
    position: relative;
}

.dataTables_wrapper select {
    border: none;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper select:active, .dataTables_wrapper select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper input[type="search"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.dataTables_wrapper input[type="search"]:focus, .dataTables_wrapper input[type="search"]:active {
    border-bottom: 2px solid #f56d23;
}

.dataTables_wrapper .dt-buttons {
    float: left;
}

.dataTables_wrapper .dt-buttons a.dt-button {
    background-color: #607D8B;
    color: #fff;
    padding: 7px 12px;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
}

.dataTables_wrapper .dt-buttons a.dt-button:active {
    opacity: 0.8;
}

.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 400px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: -100px;
    margin-left: -200px;
    z-index: 21;
}

.dt-button-info h2 {
    color: #777;
}

.dt-button-info div {
    color: #777;
    margin-bottom: 20px;
}

/* Light Gallery ================================ */
.lg-outer .lg-thumb-item,
.lg-outer .lg-toogle-thumb {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* For Internet Explorer 10 ===================== */
html.ie10 .sidebar .menu .list li {
    line-height: 30px;
}

html.ie10 .sidebar .menu .list .ml-menu li.active a:not(.menu-toggle).toggled:before {
    top: 6px !important;
    line-height: 20px !important;
}

html.ie10 .sidebar .user-info .info-container {
    top: 15px;
}

html.ie10 .search-bar input[type="text"] {
    padding: 26px 60px 26px 56px;
}

html.ie10 .dropdown-menu ul.menu li a {
    margin-top: -22px;
}

html.ie10 .bs-searchbox .form-control {
    width: 90%;
}

/* For Internet Explorer 11 ===================== */
html.ie11 .sidebar .menu .list .ml-menu li.active a:not(.menu-toggle).toggled:before {
    top: 6px !important;
    line-height: 20px !important;
}

html.ie11 .sidebar .user-info .info-container {
    top: 15px;
}

html.ie11 .search-bar input[type="text"] {
    padding: 26px 60px 26px 56px;
}

html.ie11 .dropdown-menu ul.menu li a {
    margin-top: -22px;
}

html.ie11 .bs-searchbox .form-control {
    width: 90%;
}


/*******************************custom-css********************************/
.card .header {
    /* margin-bottom: 20px; */
    margin-bottom: 15px;
}

.card .body {
    /* padding-top: 0; */
}

.filter-list a {
    padding: 0;
    color: #555555;
    text-decoration: none; /*font-weight: bold;*/
    font-weight: normal;
}

.filter-list a:after {
    content: '|';
    padding-left: 4px;
    padding-right: 2px;
    font-size: 14px;
}

.filter-list a:last-child:after {
    display: none;
}

.traffic-chart {
    margin: 0;
    padding: 0;
}

.traffic-chart img {
    width: 100%;
}

.bg-campaign .card {
    border: 1px #d5d5d5 solid !important; /*box-shadow: 0 2px 10px #ccc;*/
}

.bg-campaign .header {
    padding: 12px 20px 12px 15px;
    background: #efefef;
    margin: 0;
}

.bg-campaign .body {
    padding: 0;
    border-top: 1px #fff solid;
}

.bg-campaign .body table th {
    background: #efefef;
    padding: 13px 10px 13px 15px;
    text-align: center;
    font-weight: 600;
    color: #666;
    border: 1px #ddd solid;
    font-size: 14px;
}

.bg-campaign .body table th:first-child {
    text-align: center;
}

.bg-campaign .body table td {
    padding: 10px 8px 10px 8px !important;
    text-align: center;
    border: 1px #ddd solid;
    font-size: 14px;
}

.bg-campaign .body table td:first-child {
    text-align: left;
}

.bg-campaign .table-hover > tbody > tr:hover {
    background: none;
}

.bg-campaign .table-hover > tbody > tr:nth-child(even) {
    background: #f8f8f8;
}

.bg-campaign .card .header .header-dropdown {
    top: 13px;
}

.bg-campaign .body .table {
    margin-bottom: 0;
}

footer .card {
    margin: 0;
    position: relative;
}

footer .txt {
    text-align: center;
    font-size: 13px;
}

footer .txt a {
    color: #1ba9f3;
    text-decoration: none;
}

footer .card .body {
    padding: 20px 20px 15px;
}

footer .chat-btn {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.bg-logo {
    padding-top: 6px;
    padding-bottom: 6px;
}

.logo {
    padding: 0;
}

.logo img {
    padding: 0 9px 0 12px;
    margin: auto;
}

.button-place a {
    margin-top: 18px;
}

.four-zero-four {
    color: #7f2c2c
}

table.table tr th {
    font-weight: normal;
    font-size: 14px;
}

tr.filters th{ white-space: nowrap;}

.filters table.table tr th{  white-space: nowrap;  }

.filters .select-filter{ min-width:114px !important;  }
#waiting-calls-body{ width: 100%; }

table.table tr td {
    font-size: 14px;
    padding: 0px 8px !important;
    vertical-align: middle;
    height: 43px;
}

#example tr td .progress {
    margin-bottom: 0;
}

#modalAddInterval table:after {
    display: block !important;
}

.col-centered {
    float: none;
    margin: 5px auto;
}

textarea#description_req {
    height: 34px;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    left: 0;
    margin-top: 2px;
    transition: .2s;
    top: 1px;
    width: 15px;
    height: 15px;
    z-index: 0;
    border: 1px solid #bbb;
    border-radius: 0;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #00a2b7 !important;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #faa524 !important;
}

.dtp .dtp-buttons .dtp-btn-ok {
    background: #faa524 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.dtp .dtp-buttons .dtp-btn-clear {
    background: #fff;
    border: 1px #ddd solid !important;
    box-shadow: none !important;
}

.dtp .dtp-buttons .dtp-btn-cancel {
    background: #fff;
    border: 1px #ddd solid !important;
    box-shadow: none !important;
}

i[data-toggle="tooltip"] {
    font-size: 22px;
}

[type="radio"] + label {
    padding-right: 25px;
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 8px !important;
    height: 34px !important;
}

/* .chosen-container-multi .chosen-choices{margin: 10px 0 0 !important;} */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 33px !important;
}

.search-choice-close:after {
    content: '×';
    color: #aaa;
}

#addCampModal .modal-content {
    width: 1100px;
}

#editCampaignModal .modal-content {
    width: 1100px;
}

#notify {
    margin: 0;
    padding: 0;
    border: none;
}

#notify li {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px #ddd dotted;
}

#notify li a {
    display: block;
    padding: 10px 12px !important;
    color: #777;
}

#notify li a .menu-info.notify-info {
    width: 80%;
    padding: 0 0 0 12px !important;
    line-height: normal;
    font-size: 13px;
    vertical-align: middle;
    padding-top: 0 !important;
}

#notify li a .icon-circle {
    vertical-align: middle;
}

#notify li a .notify-info:hover {
    background: none !important;
}

#notify li a:hover, #notify li a:focus {
    background: #ececec !important;
}

.logs-sub-menu {
    padding: 0 !important;
    border: 1px #faa524 solid;
}

.logs-sub-menu li.header {
    background: #faa524;
    color: #fff;
    padding: 6px 0 7px 0;
    font-weight: normal;
    font-size: 16px;
}

.logs-sub-menu li.header h5 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: normal;
}


.logs-sub-menu ul.menu li .menu-info {
    top: 0;
    left: 0;
    padding: 10px 11px !important;
    border-bottom: 1px #ddd dotted;
}

.logs-sub-menu ul.menu li .menu-info h4 {
    color: #777;
    font-weight: bold;
    line-height: 16px;
    font-size: 12px !important;
}

.logs-sub-menu ul.menu li .menu-info hr {
    display: none;
}

.logs-sub-menu ul.menu li .menu-info:last-child {
    border: none;
}

.logs-sub-menu ul.menu li .menu-info:hover, .logs-sub-menu ul.menu li .menu-info:focus {
    background: #ececec !important;
}

.logs-sub-menu ul.menu li .menu-info:hover i.material-icons {
    color: #faa524 !important;
}

.logs-sub-menu ul.menu li .menu-info:hover #time {
    color: #faa524 !important;
}

.logs-sub-menu ul.menu li .menu-info:hover #emaill {
    color: #faa524 !important;
}

.miss-call-bx {
    margin: 0;
    padding: 0 !important;
    border: 1px #faa524 solid;
}

.miss-call-bx li.header {
    background: #faa524;
    color: #fff;
    padding: 6px 0 7px 0 !important;
    font-weight: normal;
    font-size: 16px;
}

.miss-call-bx li.header h5 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: normal;
}

.miss-call-bx ul.list-group {
    margin: 0 !important;
}

.miss-call-bx ul.list-group li.list-group-item {
    border: none;
    padding: 0 !important;
}

.miss-call-bx ul.list-group li.list-group-item:first-child {
    padding: 7px 12px !important;
    color: #666 !important;
}

.miss-call-bx ul.list-group li.list-group-item a {
    padding: 7px 12px !important;
    border-top: 1px #ddd dotted !important;
    margin-bottom: 1px !important;
    color: #666;
}

.miss-call-bx ul.list-group li.list-group-item a:hover, .miss-call-bx ul.list-group li.list-group-item a:focus {
    color: #faa524 !important;
}

.table-responsive {
    overflow: inherit;
}

[type="checkbox"] + label {
    padding-left: 23px;
    padding-right: 15px;
}

.table-bordered thead tr th {
    text-align: left;
    font-size: 12px;
    padding: 7px 5px 7px 5px;
    color: #909090;
    background: #f0f0f0;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
    font-weight: bold;
}

.table-bordered tbody tr:first-child td {
    border-top: 1px #fff solid;
}

.table-bordered {
    border-top: 1px #ddd solid;
}
.table-responsive>.table-bordered{border: 1px #ddd solid;}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

#addCampModal .modal-footer ul {
    margin: 0;
    list-style: none;
    padding: 0 40px;
}

#addCampModal .modal-footer ul li {
    color: #777;
    padding: 3px 0 3px 10px;
    line-height: normal;
    position: relative;
}

#addCampModal .modal-footer ul li:before {
    content: "º";
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    color: #777;
    position: absolute;
    left: -9px;
}

a {
    color: #faa524;
}

a:hover {
    text-decoration: none;
}

#numcaldiv table {
    border: 2px #faa524 solid !important;
}

#numcaldiv table tr td {
    padding-left: 8px !important;
    padding-right: 5px !important;
}

#numcaldiv table tr:first-child th {
    background: #faa524;
}

#numcaldiv table tr th [type="checkbox"] + label {
    margin: 0;
    height: auto;
}

#numcaldiv table tr:first-child th [type="checkbox"] + label:before {
    border: 2px #fff solid !important;
}

#numcaldiv table tr:first-child th [type="checkbox"]:checked + label::before {
    border-right: 2px #fff solid !important;
    border-bottom: 2px #fff solid !important;
    border-left: none !important;
    border-top: none !important;
}

#numcaldiv table tr:first-child th label {
    color: #fff;
}

.filter-list {
    text-align: right;
}

a:focus, a:hover {
    color: #4a4a4a !important;
}

.select-filter button.btn-default { width:115px !important; min-width:120px !important;   }


@media (max-width: 1280px) {
    #show_weightage_image img {
        width: 100%;
    }

    #addCampModal .modal-dialog {
        width: 80%;
    }

    #addCampModal .modal-content {
        width: 100%;
    }

    #show_weightage_image img {
        width: 100%;
    }

    #editCampaignModal .modal-dialog {
        width: 80%;
        margin: 0 auto;
    }

    #editCampaignModal .modal-content {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .ls-closed.overlay-open section.content {
        margin-left: 70px;
    }

    .overlay {
        cursor: default;
        z-index: -10;
    }

    .ls-closed .bars:before {
        /* content: '\E5C4' !important; */
        content: url(../../images/tata/next.svg);
        font-size: inherit;
        line-height: normal;
    }

    .ls-closed .bars:after {
        /* content: '\E5D2' !important; */
        content: url(../../images/tata/preview.svg);
        font-size: inherit;
        line-height: normal;
    }
}

@media (max-width: 1200px) {
    .ls-closed .sidebar {
        /* margin-left: -300px; */
        margin-left: 0px;
    }

    .ls-closed section.content {
        margin-left: 70px !important;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .overlay-open .sidebar {
        /* margin-left: 0px; */
        margin-left: -300px;
    }

    .overlay { /*background-color: rgba(0, 0, 0, 0.5);*/
        cursor: default;
        z-index: -10;
    }
}

@media (max-width: 991px) {
    .header button {
        margin-bottom: 4px;
    }
}

@media (min-width: 767px) {
    .inn-wrapper {
        margin: 0 auto;
        width: 88%;
    }

    nav.navbar .navbar-right > li > a {
        display: inline-block;
        background: #0d202a;
        border-radius: 50%;
        box-shadow: 0 1px 0 #2b4958;
        width: 33px;
        height: 33px;
    }

    nav.navbar .navbar-right > li > a:hover, nav.navbar .navbar-right > li > a:focus {
        color: #4a4a4a;
    }

    nav.navbar .navbar-right > li:last-child a {
        background: no-repeat;
        border-radius: 0;
        box-shadow: none;
    }

    nav.navbar .navbar-right > li > a.circle-remove {
        width: auto;
        border-radius: 0;
        line-height: 33px !important;
    }

    nav.navbar .navbar-right > li > a.circle-remove .material-icons {
        margin-top: 0;
    }

    nav.navbar .navbar-right > li > a .material-icons {
        font-size: 21px;
        margin-left: -1px;
        margin-top: -1px;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .logs-sub-menu {
        margin-left: 0 !important;
    }

    #editCampaignModal .modal-dialog {
        width: 90%;
    }

    #addCampModal .modal-dialog {
        width: 90%;
    }

    #editCampaignModal label {
        height: auto !important;
        line-height: normal !important;
    }

    #addCampModal label {
        height: auto !important;
        line-height: normal !important;
    }

    .col-full {
        padding: 0 !important;
    }

    #addCampModal .modal-body {
        padding: 0 !important;
    }

    #addCampModal .modal-footer ul {
        padding: 0 15px;
    }

    .card .header button span {
        top: 0 !important;
    }

    .card .header button i {
        display: none !important;
    }

    .table-responsive {
        border: none;
    }

    #example_filter label {
        width: 100%;
    }

    #example_filter label input {
        width: 100%;
    }

    #example_length {
        text-align: left;
    }

    #example {
        width: 700px;
    }

    #example tr td:last-child button {
        width: 70%;
        margin: 0 0 4px;
    }

    table.table tr td {
        font-size: 13px;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .table-bordered thead tr th {
        font-size: 14px;
        vertical-align: middle;
    }

    .navbar-nav > li > a {
        margin: 12px 0 10px;
    }

    section.content {
        padding-bottom: 90px;
    }

    .line_chart_rec-div {
        width: 100%;
        overflow-x: auto;
        border-right: 12px #fff solid;
    }

    #line_chart_div {
        width: 767px !important;
    }

    #line_chart_div #line_chart {
        height: auto !important;
    }

    .callreporting_rec_div {
        width: 100%;
        overflow-x: auto;
        border-right: 12px #fff solid;
    }

    #callreporting_div {
        width: 767px !important;
    }

    #callreporting_div canvas {
        width: 100%;
    }

    #campreporting_div {
        width: 767px !important;
    }

    #campreporting_div canvas {
        width: 100%;
    }

    .TopHeader .header h2 {
        margin: 0 0 15px !important;
    }

    .TopHeader .form-group {
        margin: 10px 0 0 0 !important;
    }

    .TopHeader .header a, .TopHeader .header button {
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .requirement-offer-cart .header {
        padding: 15px 75px 15px 10px;
    }

    .requirement-offer-cart .profile-sec a, .requirement-offer-cart .profile-sec button {
        margin-bottom: 5px;
    }

    .requirement-offer-cart .profile-sec .col-md-6 {
        padding-left: 0;
    }
}

@media (max-width: 620px) {
    section.content {
        padding-bottom: 120px;
    }

    .panel-switch-btn .filter-list {
        text-align: right;
    }

    .panel-switch-btn .filter-list span {
        display: inline-block;
    }
}

@media (max-width: 520px) {
    #example tr td:last-child button {
        width: 80%;
    }

    #numcaldiv table tr td label {
        padding: 0 !important;
    }

    #numcaldiv table tr td [type="checkbox"] + label::before {
        top: 19px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (max-width: 520px) {
    section.content {
        padding-bottom: 140px;
        margin-left: 15px !important;
    }

    .modal-design {
        top: 50px;
    }

    .modal-design .modal-footer {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        display: table;
    }

    section.content .container-fluid {
        padding: 0;
    }

    #tablist_div ul li a {
        padding: 10px;
    }

    .tabpanel_btn #buyertime {
        width: 100%;
        display: block;
    }

    .tabpanel_btn a, .tabpanel_btn button {
        float: left !important;
        padding: 6px 10px;
    }

    .tabpanel_btn #selectbuyer {
        margin: 0 0 0 5px !important;
    }

    .tabpanel_btn #camptime {
        width: 100%;
        display: block;
    }

    .tabpanel_btn a, .tabpanel_btn button {
        float: left !important;
        padding: 6px 10px;
    }

    .tabpanel_btn #selectcamp {
        margin: 0 0 0 5px !important;
    }

    footer {
        margin: 0 auto;
        left: 0;
        right: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .xdr-header a, .xdr-header button {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    .xdr-header a button {
        width: 100%;
        display: block;
    }
}

@media (max-width: 360px) {
    #tablist_div ul {
        display: table;
        width: 100%;
    }

    #tablist_div ul li {
        float: none;
        display: table-cell;
    }

    #tablist_div ul li a {
        padding: 10px 0;
    }

    .tabpanel_btn a, .tabpanel_btn button {
        padding: 10px 5px;
    }

    .xdr-header button {
        padding-left: 7px;
        padding-right: 7px;
    }
}


[type="checkbox"] + label {
    padding-left: 23px;
    padding-right: 15px;
}

/*******************************custom-css********************************/
.bg-filter {
    margin-top: -16px !important;
}

.bg-filter .intervals {
    bottom: 0;
}

.filter-list a {
    padding: 0;
    color: #555555;
    text-decoration: none; /*font-weight: bold;*/
    font-weight: normal;
}

.filter-list a:after {
    content: '|';
    padding-left: 4px;
    padding-right: 2px;
    font-size: 14px;
}

.filter-list a:last-child:after {
    display: none;
}

.traffic-chart {
    margin: 0;
    padding: 0;
}

.traffic-chart img {
    width: 100%;
}

.bg-campaign .header {
    padding: 12px 20px 12px 20px;
    background: linear-gradient(#f8f8f8, #e8e8e8);
    border-bottom: 1px #f6f6f6 solid;
}

.bg-campaign .body {
    padding: 0;
    border-top: 1px #ddd solid;
}

.bg-campaign .body table th {
    text-align: center;
    font-size: 12px;
    padding: 7px 5px 7px 5px;
    color: #888;
    background: #f0f0f0;
    vertical-align: middle;
}

/*.bg-campaign .body table th:first-child{text-align:left;}*/
.bg-campaign .body table td {
    padding: 11px 10px 11px 15px;
    text-align: center;
    border: 1px #f0f0f0 solid;
}

.bg-campaign .body table td:first-child {
    text-align: center;
}

.bg-campaign .card .header .header-dropdown {
    top: 13px;
}

.bg-campaign .body .table {
    margin-bottom: 0;
}

footer .card {
    margin: 0;
    position: relative;
}

footer .txt {
    text-align: center;
    font-size: 13px;
}

footer .txt a {
    color: #1ba9f3;
    text-decoration: none;
}

footer .card .body {
    padding: 20px 20px 15px;
}

footer .chat-btn {
    position: fixed;
    bottom: 0;
    right: 15px;
}

.bg-logo {
    padding-top: 6px;
    padding-bottom: 6px;
}

.logo {
    padding: 0;
}

.logo img {
    padding: 0 9px 0 0;
    padding: 0 9px 0 0;
    width: 76%;
    margin-top: 7px;
}

.optn {
    position: absolute;
    right: 0;
    bottom: 0px;
    top: 0;
    background: #fff;
    width: 50px;
    height: 43px;
    text-align: center;
}

.optn a {
    padding: 10px 0;
}

.default-button {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 5px;
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #091a23;
    box-shadow: 0 1px 2px 0 #000 inset;
    -webkit-box-shadow: 0 1px 2px 0 #000 inset;
    -moz-box-shadow: 0 1px 2px 0 #000 inset;
    background: #8c97a6;
    background: linear-gradient(#122f3e, #091a23) !important;
}

.info-box-5 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 470px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    padding: 0;
}

.info-box-5 .fliter-list {
    height: 420px;
    overflow-y: auto;
}

.heading-1 {
    margin: 0;
    padding: 0 12px;
    font-size: 18px;
    color: #666;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px #faa524 solid;
}

.heading-1 > span {
    background: url(../../images/filter-icon.png) left center no-repeat;
    padding-left: 23px;
}

.fliter-list {
    padding: 10px 15px;
}

.fliter-list > ul {
    overflow-y: auto;
}

.fliter-list ul {
    margin: 0;
    padding: 0;
}

.fliter-list ul li {
    display: block;
}

.fliter-list ul ul {
    margin-left: 25px;
}

.fliter-list ul li:first-child label span {
    border: none !important;
    font-weight: bold;
}

.fliter-list ul ul li:last-child label span {
    border: none !important;
    font-weight: normal !important;
}

.fliter-list ul ul li:first-child label span {
    font-weight: normal !important;
    border: none !important;
}

.fliter-list ul ul ul li:first-child label span {
    font-weight: normal !important;
    border: none !important;
}

/*.fliter-list ul ul li:last-child label span{border-top:1px #ddd dotted !important;}*/

.info-box-5 input[type="checkbox"] + .info-box-5 label:before, input[type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      z-index: 0;
    border: 1px solid #bbb;
    border-radius: 0;
    margin-top: 2px;
    transition: .2s;
}

.info-box-5 [type="checkbox"] + label {
    padding-left: 26px;
      margin: 0;
    height: auto;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.info-box-5 [type="checkbox"] + label span {
    padding: 8px 0;
    border-top: 1px #ddd dotted;
    display: block;
    width: 100%;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    z-index: 0;
    border: 1px solid #bbb;
    border-radius: 0;
    margin-top: 2px;
    transition: .2s;
}

.info-box-5 input[type="checkbox"]:checked + label:before {
    top: 8px;
    left: -2px;
    width: 9px;
    height: 15px;
}

.fliter-list [type="checkbox"] + label:before {
    top: 10px;
}

.live-call-bx {
    border: none;
    margin: 0;
}

.live-call-bx tr th {
    padding: 13px 15px !important;
    color: #666;
    background: #fff;
    border: none;
}

.live-call-bx tr th:first-child {
    text-align: left;
}

.live-call-bx tr th {
    text-align: center;
}

.live-call-bx tr td:first-child {
    text-align: left;
}

.live-call-bx tr td {
    text-align: center;
}

.live-call-bx a.collapsed {
    background: #faa524;
    color: #fff;
}

.live-call-bx .panel-group .panel-primary {
    border: 1px #faa524 solid;
    border-radius: 3px;
}

.live-call-bx .panel-primary > .panel-heading {
    background: #faa524;
}

.live-call-bx .panel-primary > .panel-heading > a table {
    margin: 0 !important;
    border: none;
    background: #faa524 !important;
}

.live-call-bx .panel-primary > .panel-heading > a table tr td {
    background: #faa524 !important;
    border: none !important;
    padding: 0 !important;
}

.live-call-bx .panel-primary > .panel-heading a {
    color: #fff !important;
}

.live-call-bx .panel-body {
    border: none !important;
    padding: 0 0 12px;
}

.live-call-bx a:hover, .live-call-bx a:focus {
    text-decoration: none !important;
}

.live-call-bx .call-details-2 {
    margin: 0 0 5px 0;
    border: none !important;
}

.live-call-bx .call-details-2 tr td {
    padding: 8px 15px;
    color: #fff;
    text-decoration: none !important;
    background: #faa524;
    border: none !important;
}

.live-call-bx .call-details-3 {
    margin: 0 0 5px 0;
    border: none !important;
}

.live-call-bx .call-details-3 tr td {
    padding: 8px 15px;
    color: #fff;
    background: #faa524;
    border: none !important;
}


.live-call-bx .call-details {
    border: none !important;
}

.live-call-bx .call-details tr td {
    color: #fff;
    background: #faa524 !important;
    border: none !important;
}

.call-details {
    margin: 0;
    padding: 0;
}

.call-details tr:first-child td {
    background: #efefef;
    padding: 9px 15px;
}

.call-details tr td {
    padding: 8px 15px;
}

.live-call-bx .panel-group .panel + .panel {
    margin-top: 10px;
}

#post_profile .form-line .chosen-choices {
    border-bottom: none !important;
}

#trunk_chosen .chosen-choices {
    border-bottom: none !important;
}

#number_chosen .chosen-choices {
    border-bottom: none !important;
}

#chooseColumns {
    margin: 0;
    padding: 0;
}

#chooseColumns .modal-content {
    border: 2px #faa524 solid;
}

#chooseColumns .modal-header .close {
    position: absolute;
    right: 10px;
    top: 9px;
}

#chooseColumns .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#chooseColumns .modal-header h5 {
    color: #fff;
}

#chooseColumns .modal-footer button:first-child {
    border: 1px #ddd solid;
    color: #666;
    background: #fff !important;
    border-radius: 0 !important;
}

#chooseColumns .modal-footer button:last-child {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#chooseColumns .modal-footer button:hover {
    opacity: 0.8;
}

#chooseColumns .modal-body {
    padding: 15px;
}

#editCampaignModal {
    margin: 0;
    padding: 0;
}

#editCampaignModal .modal-content {
    border: 2px #faa524 solid;
}

#editCampaignModal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 13px;
}

#editCampaignModal .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#editCampaignModal .modal-header h4 {
    color: #fff;
}

#editCampaignModal .modal-footer button#continue_edit {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#editCampaignModal .modal-footer button#continue_edit:hover {
    opacity: 0.8;
}

#editCampaignModal .modal-footer button#edit_only_campaign {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#editCampaignModal .modal-footer button#edit_only_campaign:hover {
    opacity: 0.8;
}

#editCampaignModal .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666;
    background: #fff !important;
    border-radius: 0 !important;
}

#editCampaignModal .modal-body {
    padding: 15px;
}

#modalAddWeightage {
    margin: 0;
    padding: 0;
}

#modalAddWeightage .modal-content {
    border: 2px #faa524 solid;
}

#modalAddWeightage .modal-header .close {
    position: absolute;
    right: 10px;
    top: 9px;
}

#modalAddWeightage .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#modalAddWeightage .modal-header h3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#modalAddWeightage .modal-footer button#save {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#modalAddWeightage .modal-footer button#save:hover {
    opacity: 0.8;
}

#modalAddWeightage .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666;
    background: #fff !important;
    border-radius: 0 !important;
}

#modalAddWeightage .modal-body {
    padding: 15px;
}

#addCampModal {
    margin: 0;
    padding: 0;
}

#addCampModal .modal-content {
    border: 2px #faa524 solid;
}

#addCampModal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 9px;
}

#addCampModal .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#addCampModal .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#addCampModal .modal-footer button.submit {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#addCampModal .modal-footer button.submit:hover {
    opacity: 0.8;
}

#addCampModal .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666;
    background: #fff !important;
    border-radius: 0 !important;
}

#addCampModal .modal-body {
    padding: 15px;
}

#defaultModal {
    margin: 0;
    padding: 0;
}

#defaultModal .modal-content {
    border: 2px #faa524 solid;
}

#defaultModal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 9px;
}

#defaultModal .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#defaultModal .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

/*#defaultModal .modal-footer button[type="submit"]{background:#faa524;color:#fff;border-radius:0 !important;}
#defaultModal .modal-footer button[type="submit"]:hover{opacity:0.8;}
#defaultModal .modal-footer button:last-child{border:1px #ddd solid;color:#666 !important;background:#fff !important; border-radius:0 !important;}*/
#defaultModal .modal-body {
    padding: 15px;
}

#set_time_modal {
    margin: 0;
    padding: 0;
}

#set_time_modal .modal-content {
    border: 2px #faa524 solid;
}

#set_time_modal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 9px;
}

#set_time_modal .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#set_time_modal .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#set_time_modal .modal-footer button.save {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#set_time_modal .modal-footer button.save:hover {
    opacity: 0.8;
}

#set_time_modal .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

#set_time_modal .modal-body {
    padding: 15px;
}

#addNumber {
    margin: 0;
    padding: 0;
}

#addNumber .modal-content {
    border: 2px #faa524 solid;
}

#addNumber .modal-header .close {
    position: absolute;
    right: 10px;
    top: 9px;
}

#addNumber .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#addNumber .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

/*#addNumber .modal-footer #addnumber{background:#faa524;color:#fff;border-radius:0 !important;}
#addNumber .modal-footer #addnumber:hover{opacity:0.8;}
#addNumber .modal-footer button:last-child{border:1px #ddd solid;color:#666 !important;background:#fff !important; border-radius:0 !important;}*/
#addNumber .modal-body {
    padding: 15px;
}

#addNumber .form-group {
    margin-left: 0;
    margin-right: 0;
}

#select_number {
    margin: 0;
    padding: 0;
}

#select_number .modal-content {
    border: 2px #faa524 solid;
}

#select_number .modal-header .close {
    position: absolute;
    right: 10px;
    top: 9px;
}

#select_number .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#select_number .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#select_number .modal-footer .s_btn {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#select_number .modal-footer .s_btn:hover {
    opacity: 0.8;
}

#select_number .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

#select_number .modal-body {
    padding: 25px 15px 15px;
}

#select_camp {
    margin: 0;
    padding: 0;
}

#select_camp .modal-content {
    border: 2px #faa524 solid;
}

#select_camp .modal-header .close {
    position: absolute;
    right: 10px;
    top: 9px;
}

#select_camp .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#select_camp .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#select_camp .modal-footer .s_btn {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#select_camp .modal-footer .s_btn:hover {
    opacity: 0.8;
}

#select_camp .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

#select_camp .modal-body {
    padding: 25px 15px 15px;
}


#myModal {
    margin: 0;
    padding: 0;
}

#myModal .modal-content {
    border: 3px #faa524 solid;
}

#myModal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: inherit !important;
}

#myModal .modal-header .close span {
    color: #fff !important;
    font-weight: normal;
}

#myModal .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#myModal .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#myModal .modal-footer #addnumber {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#myModal .modal-footer #addnumber:hover {
    opacity: 0.8;
}

#myModal .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

#myModal .modal-body {
    padding: 15px;
}

#invite_user {
    margin: 0;
    padding: 0;
}

#invite_user .modal-content {
    border: 2px #faa524 solid;
}

#invite_user .modal-header .close {
    position: absolute;
    right: 10px;
    top: 12px;
    opacity: inherit !important;
}

#invite_user .modal-header .close span {
    color: #fff !important;
}

#invite_user .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#invite_user .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#invite_user .modal-footer button:first-child {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#invite_user .modal-footer button:first-child:hover {
    opacity: 0.8;
}

#invite_user .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

#invite_user .modal-body {
    padding: 15px;
}

#feedbackIdeas {
    margin: 0;
    padding: 0;
}

#feedbackIdeas li {
    list-style: none;
    margin: 0 3px;
}

#feedbackIdeas li a {
    background: #f5f5f5;
    border: 1px #eee solid;
    border-radius: 0;
    color: #777;
    display: block;
    padding: 10px 15px;
    width: auto;
    height: auto;
}

#feedbackIdeas li.active a {
    background: #faa524;
    border: 1px #faa524 solid;
    color: #fff !important;
}

#feedbackIdeas li:first-child {
    margin-left: 0;
}

#feedbackIdeas li:last-child {
    margin-right: 0;
}

#myModal .modal-body textarea {
    border: 1px #ddd solid;
    width: 100%;
    resize: none;
    height: 70px;
}

.feedback-button {
    font-weight: normal !important;
    line-height: 28px !important;
    border: solid 2px #CCCCCC !important;
    text-decoration: none;
}

.feedback-button:hover, .feedback-button:focus {
    text-decoration: none !important;
}

#PhoneVerifi {
    margin: 0;
    padding: 0;
}

#PhoneVerifi .modal-content {
    border: 2px #faa524 solid;
}

#PhoneVerifi .modal-header .close {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    opacity: inherit;
}

#PhoneVerifi .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#PhoneVerifi .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#PhoneVerifi .modal-footer .s_btn {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#PhoneVerifi .modal-footer .s_btn:hover {
    opacity: 0.8;
}

#PhoneVerifi .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

#PhoneVerifi .modal-body {
    padding: 25px 15px 15px;
}

#EmailVerifi {
    margin: 0;
    padding: 0;
}

#EmailVerifi .modal-content {
    border: 2px #faa524 solid;
}

#EmailVerifi .modal-header .close {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    opacity: inherit;
}

#EmailVerifi .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#EmailVerifi .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#EmailVerifi .modal-footer .s_btn {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#EmailVerifi .modal-footer .s_btn:hover {
    opacity: 0.8;
}

#EmailVerifi .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

#EmailVerifi .modal-body {
    padding: 25px 15px 15px;
}

.modal-design {
    margin: 0;
    padding: 0;
}

/*.modal-design .modal-content{border:2px #faa524 solid;}*/
.modal-design .modal-header .close {
    position: absolute;
    right: 15px;
    /* top: 15px; */
    color: #fff;
    opacity: inherit;
    font-size: 2.25rem;
    font-weight: normal;
}

.modal-design .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

.modal-design .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.modal-design .modal-footer .s_btn {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

.modal-design .modal-footer .s_btn:hover {
    opacity: 0.8;
}

.modal-design .modal-footer button:last-child {
    border: 1px #ddd solid; /*color:#666 !important;background:#fff !important;*/
    border-radius: 2px !important;
}

.modal-design .modal-body {
    padding: 25px 15px 15px;
}

#termsmodal {
    margin: 0;
    padding: 0;
}

#termsmodal .modal-content {
    border: 2px #faa524 solid;
}

#termsmodal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 12px;
    opacity: inherit !important;
}

#termsmodal .modal-header .close span {
    color: #fff !important;
}

#termsmodal .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#termsmodal .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#termsmodal .modal-footer button:first-child {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#termsmodal .modal-footer button:first-child:hover {
    opacity: 0.8;
}

#termsmodal .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

#termsmodal .modal-body {
    padding: 15px;
}

#betamodal {
    margin: 0;
    padding: 0;
}

#betamodal .modal-content {
    border: 2px #faa524 solid;
}

#betamodal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 12px;
    opacity: inherit !important;
}

#betamodal .modal-header .close span {
    color: #fff !important;
}

#betamodal .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#betamodal .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#betamodal .modal-footer button:first-child {
    background: #faa524;
    color: #fff;
    border-radius: 0 !important;
}

#betamodal .modal-footer button:first-child:hover {
    opacity: 0.8;
}

#betamodal .modal-footer button:last-child {
    border: 1px #ddd solid;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

#betamodal .modal-body {
    padding: 15px;
}

#logoutmodal {
    margin: 0;
    padding: 0;
}

#logoutmodal .modal-content {
    border: 2px #faa524 solid;
}

#logoutmodal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 12px;
    opacity: inherit !important;
}

#logoutmodal .modal-header .close span {
    color: #fff !important;
}

#logoutmodal .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#logoutmodal .modal-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

#logoutmodal .modal-footer button:first-child { /*background:#faa524;*/
    color: #fff;
    border-radius: 0 !important;
}

#logoutmodal .modal-footer button:first-child:hover {
    opacity: 0.8;
}

#logoutmodal .modal-footer button:last-child {
    border: 1px #ddd solid; /*color:#666 !important;background:#fff !important;*/
    border-radius: 0 !important;
}

#logoutmodal .modal-body {
    padding: 15px;
}

.form-line {
    padding-right: 15px;
}

section.content {
    min-height: 100vh;
    position: relative;
}

footer {
    position: absolute !important;
    bottom: 0;
}

.rt-tablist {
    position: absolute;
    right: -2px;
    top: -1px;
    border: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rt-tablist li {
    margin: 0;
    padding: 0;
}

.rt-tablist li a {
    display: block;
}

.rt-tablist li a:hover, .rt-tablist li a:focus {
    background: none !important;
    outline: none;
}

.rt-tablist li a:active {
    background: none !important;
}

.rt-tablist li a:before {
    display: none;
}

.nav-tabs.rt-tablist > li {
    top: 0;
    border: 1px #ddd solid;
    border-right: none;
}

.nav-tabs.rt-tablist > li > a {
    padding: 11.5px 10px;
    margin: 0;
}

.nav-tabs.rt-tablist > li > a.active, .nav-tabs.rt-tablist > li > a.active:focus {
    background-color: #e8e8e8 !important;
    /* background: linear-gradient(#e8e8e8, #fff) !important; */
    outline: none;
    border: none;
}

.theme-bg-light-grey .nav > li > a span.label-count {
    backgrpund: #fafafa
}

/* .live_data .col-sm-4 i {
    color: #f56d23 !important;
} */

.dropdown-menu {
    min-width: 180px;
    padding: 0;
}

.dropdown-menu .divider {
    margin: 3px 0;
}

.btn {
    box-shadow: none !important;
    margin: 0 1.5px;
    border: 1px #ddd solid !important;
    background: linear-gradient(#f8f8f8, #f0f0f0);
    color: #4a4a4a;
    font-weight: normal;
    font-size: 13px;
}

.btn:hover, .btn:focus {
    border: 1px #faa524 solid !important;
    background: linear-gradient(#faa524, #faa524) !important;
    color: #4a4a4a !important;
}

.btn:hover, .btn:focus i.material-icons {
    color: #4a4a4a;
}

.btn:hover i {
    color: #4a4a4a !important;
}

.btn-active {
    border: 1px #faa524 solid !important;
    background: linear-gradient(#faa524, #faa524);
    color: #fff !important;
}

.table-bordered .btn-group {
    box-shadow: none !important;
}

.btn-primary {
    color: #333;
}

.pagination > li a {
    border: 1px #ddd solid !important;
    display: inline-block;
    height: auto !important;
    font-size: 13px;
    font-weight: normal;
    margin: 0 2px;
    border-radius: 3px !important;
    padding: 5px 10px;
}

.pagination > li:last-child a {
    border-right: 1px #ddd solid !important;
}

.pagination li.active a {
    background-color: #faa524;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #faa524;
    color: #fff !important;
}

.table-responsive ul.dropdown-menu {
    margin-top: 0 !important;
}

#example_wrapper .table {
    width: 100% !important;
}

#example_wrapper .table tr td {
    word-break: break-all;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.graph-filter {
    text-align: right;
}

.graph-filter a, .graph-filter button {
    display: inline-block;
    clear: both;
}



.top-header-dropdown .btn-group button{ min-width: 100% !important;  height: 32px;    }

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 33.33%;
        float: left;
    }
}

@media (max-width: 767px) {
    .col-xs-15 {
        width: 100%;
        float: none;
    }
}


/*------------------------Shakeel CSS--------------------------------*/
/* Tabs Css================================ */
.tabs {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: inline-block;
    width: 16%;
}

#tab-button li a {
    display: block;
    padding: 7px 15px;
    background: linear-gradient(#f8f8f8, #e8e8e8);
    border: 1px solid #ddd;
    text-align: center;
    color: #666;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

#tab-button li a i {
    display: inline-block;
    padding: 3px;
    position: relative;
    top: 3px;
    font-size: 18px;

}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #faa524;
    color: #fff;
}

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

/*Top Search Filter ===========================================================================*/
.search-centered {
    float: none;
    margin: 0 auto;
    padding: 15px;
    text-align: left !important;

}

.search-centered .col-md-2 {
    width: 14% !important;
}

.search-centered .col-md-1 {
    width: 11% !important;
    border: 1px solid #f1f1f1 !important;
}

.search-centered .col-md-2:first-child {
    border: 1px solid #f0f0f0;
    border-radius: 5px 0px 0px 5px;
}

.search-centered .col-md-2:nth-child(2) {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0px;
}

.search-centered .col-md-2:nth-child(8) {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-radius: 0px;
}

.search-centered .col-md-1:nth-child(3) {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search-centered .col-md-1:nth-child(4) {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search-centered .col-md-1:nth-child(5) {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search-centered .col-md-2:nth-child(6) {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search-centered .col-md-1:nth-child(7) {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search-centered .col-md-1:nth-child(9) {
    border: 1px solid #f0f0f0;
    border-radius: 0px 5px 5px 0px;
}

.from-field {
    padding: 10px;
    margin: 0px;
    display: block;
}

.from-field:hover {
    background: #eaf0f7;
    transition: 0.3s;
}

.from-field:focus {
    background: #eaf0f7;
}

.from-field label {
    padding: 0px;
    margin: 0px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.from-field label .material-icons {
    line-height: 12px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.from-field label .fa {
    color: #faa524 !important;
    font-weight: 300;
    font-size: 17px;
}

.from-field .input {
    border: 0;
    outline: 0;
    background: none;
    min-width: 140px;
    max-height: 36px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 23px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.from-field2 {
    padding: 10px;
    margin: 0px;
    display: block;
}

.from-field2:hover {
    background: #eaf0f7;
    transition: 0.3s;
}

.from-field2:focus {
    background: #eaf0f7;
}

.from-field2 label {
    padding: 0px;
    margin: 0px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.from-field2 label .material-icons {
    line-height: 12px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.from-field2 label .fa {
    color: #faa524 !important;
    font-weight: 300;
    font-size: 17px;
}

.from-field2 .input {
    border: 0;
    outline: 0;
    background: none;
    min-width: 100px;
    max-height: 36px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    text-overflow: ellipsis;
    max-width: 83px;
}

.reset-btn {
    padding: 8px 60px !important;
    background: #faa524 !important;
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 3px !important;
}

.submit-btn {
    padding: 8px 60px !important;
    background: #faa524 !important;
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 3px !important;
}

/*table css ================================ */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px !important;
}

.incoming-call-icon {
    background: #00a651;
    font-size: 18px !important;
    color: #fff;
    border-radius: 100px;
    padding: 5px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.incoming-call-icon-red {
    background: #e41b23;
    font-size: 18px !important;
    color: #fff;
    border-radius: 100px;
    padding: 5px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.table-expandable thead tr th {
    background: linear-gradient(#f8f8f8, #e8e8e8);
    border-right: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    font-size: 17px;
}

.table-expandable .table-export-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.table-expandable tr td {
    font-size: 16px !important;
    padding: 0px 0px !important;
    vertical-align: middle;
    height: 50px !important;
}

table.table tr td {
    font-size: 14px;
    vertical-align: middle;
    height: 43px;
    -ms-word-break: break-all;
    -webkit-word-break: break-all;
    word-break: break-all;
}

.table-expandable .tr-animation {
    overflow: hidden;
}

.table-expandable .tr-animation:hover {
    z-index: 200;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
    background: #fff;
}

.table-expandable .disabled:hover {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    box-shadow: none !important;
    transition: 0s !important;
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

.active1 {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
}

.table-more-menu {
    padding: 0px;
    margin: 0px;
    background: #ff00ff;
}

.table-more-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
}

.table-more-menu ul li {
    display: inline-block;
    padding: 7px 60px;
    margin: 0px;
    list-style: none;
    float: left;
}

.table-more-menu ul li i {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 600;
}

.table-more-menu ul li a {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    font-size: 14px;
    color: #555;
}

.table-more-menu ul li a i {
    font-size: 16px;
    color: #555;
    position: relative;
    top: 2px;
    font-weight: 500;
}

.table-more-menu ul li a:hover {
    color: #4a4a4a;
}
span i.fa:hover{ color:#000; }

.table-more-menu ul li a:focus {
    color: #faa524;
    text-decoration: none;
}

.table-more-menu ul li ul {
    min-width: 170px;
}

.table-more-menu ul li ul li {
    display: block;
    padding: 0px;
    width: 100%;
    float: none;
}

.table-more-menu ul li ul li a {
    display: block;
    padding: 5px 15px;
    width: 100%;
}

#block-icon {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #e41b23;
    line-height: 18px;
    font-weight: 700;
    display: none;
}

.block-icon {
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #e41b23;
    line-height: 18px;
    font-weight: 700;
}

.dropdown-menu > li > a i.fa {
    float: left;
    margin-right: 7px;
    margin-top: 2px;
    font-size: 20px;
}


.call-flow ul.new-ul-flow {
    width: calc(891px - 38px) !important;
}

.blue-1 {
    color: #faa524;
}

.item {
    display: none;
}

.call-flow2 {
    display: none;
}

.call-flow {
    background: #fff;
    padding: 23px;
    height: auto;
}

.call-flow ul:before {
    content: '';
    display: block;
    width: auto;
    clear: both;
}

.call-flow ul {display: flex !important;padding: 0px;margin: 0px;list-style: none;overflow: auto; background: none !important;}
.call-flow ul li {padding:0 1.5rem !important;list-style: none;display: table-cell;position: relative;}
.call-flow ul li:before{content: '';margin: 0;border-top: 3px #04bed4 dashed; position: absolute;top: 24px;width: 50%;left: 4px;}
.call-flow ul li:first-child{padding-left: 0 !important;}
.call-flow ul li:first-child:before{display: none;}
.call-flow ul li:after{content: '';margin: 0;border-top: 3px #04bed4 dashed; position: absolute;top: 24px;width: 50%;right: 0;}
.call-flow ul li:last-child{padding-right: 0 !important;}
.call-flow ul li:last-child:after{display: none;}
.call-flow::-webkit-scrollbar {
    width: 1em;
}

.call-flow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.call-flow::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.call-flow ul li img {
    margin: 0px 0px 12px 0px;
    border-radius: 100%;
    color: #f7f7f7;
    height: 45px;
    width: 45px;
    position: relative;
    left: 35%;
    font-size: 25px;
    z-index: 9;
}

.call-flow ul li p {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 15px;
}

.call-flow ul li p span {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

.hide-bl {
}

.hide-bl:before {
    content: "";
    height: 30px;
    width: 84px;
    background: #ffffff;
    position: absolute;
    margin-top: 5px;
}

.hide-br {
}

/* .hide-br:before{
  content: "";
  height: 30px;
  width: 131px;
  background: #ffffff;
  position: absolute;
  margin-top: 16px;
  margin-left: 79px;
} */
.call-flow-no {
    background: #fff;
    padding: 23px;
    height: 130px;
}

.call-flow-no ul:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.call-flow-no ul {
    display: table;
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: url(../../images/border1.jpg) top 25px center repeat-x;
}

.call-flow-no ul li {
    padding: 0 5rem 0 0 !important;
    list-style: none;
    display: table-cell;
}

.call-flow-no ul li:last-child {
    padding-right: 0 !important;
}

.call-flow-no ul li img {
    margin: 0px 0px 12px 0px;
    border-radius: 100%;
    color: #f7f7f7;
    height: 45px;
    width: 45px;
    position: relative;
    left: 35%;
    font-size: 25px;
}

.call-flow-no ul li p {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 15px;
}

.call-flow-no ul li p span {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

table.table-expandable > tbody > tr:nth-child(odd) {
    cursor: pointer;
}

table.table-expandable.table-hover > tbody > tr:nth-child(even):hover td {
    background-color: white;
}

table.table-expandable > tbody > tr div.table-expandable-arrow {
    /**** background:transparent url(../images/arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block;*****/

}

table.table-expandable > tbody > tr div.table-expandable-arrow.up {
    background-position: 0px 0px;
}

/*********************Multi Select Css******************************/
.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 100%;
}

.fs-label-wrap {
    position: relative;
    cursor: pointer;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 0px 0px 0px 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #777;
    text-align: left;
}

.fs-label-wrap .fs-label:focus {
    border: 0px solid #fff !important;
}

.fs-open .fs-arrow {
    transform: rotate(-180deg);
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    width: 242px;
    margin-top: 16px;
    z-index: 1000;
    left: 0;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.14901960784313725);
}

.fs-dropdown .fs-options {
    max-height: 250px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 6px 0;
    background: #f9f9f9;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 8px 8px;
    cursor: default;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 6px 8px;
    background: #f9f9f9;
}

.fs-no-results {
    padding: 6px 8px;
}

.fs-option {
    cursor: pointer;
    word-break: break-all;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
}

.hidden {
    display: none;
}

.h-search .fs-dropdown .fs-search {
    display: none !important;
}

/*!*********************Custom Scrollbar***************************!
!* width *!
::-webkit-scrollbar {
  width: 10px;
}
!* Track *!
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

!* Handle *!
::-webkit-scrollbar-thumb {
  background: #faa524;
  border-radius: 20px;
}
!* Handle on hover *!
::-webkit-scrollbar-thumb:hover {
  background: #555;
}*/

/****************************Date Rabge Picker**********************************************/
.top-daterange {
    position: absolute;
    top: 1px;
    right: 0;
}

.date-range {
    background: linear-gradient(#f8f8f8, #e8e8e8);
    cursor: pointer;
    padding: 10px 10px;
    border: 1px solid #ddd;
    width: 100%
}

/*************************Media Query  min 992 to max 1620*******************************************************/
/*@media (min-width: 992px) and (max-width : 1620px){*/
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {

    .ls-closed section.content {
        margin-left: 265px;
    }

    .sidebar {
        width: 250px;
    }

    section.content {
        padding-top: 80px;
    }

    #tab-button li a {
        padding: 0px 10px;
        font-size: 13px;
        line-height: 30px;
    }

    .top-daterange {
        position: absolute;
        top: -2px;
        right: 0;
        font-size: 13px;
    }

    .date-range {
        background: linear-gradient(#f8f8f8, #e8e8e8);
        cursor: pointer;
        padding: 8px 10px;
        border: 1px solid #ddd;
        width: 100%;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .tab-contents {
        padding: 12px;
        border: 1px solid #ddd;
    }

    .from-field .input {
        font-size: 14px;
        text-overflow: ellipsis !important;
        max-width: 100px !important;
        overflow: hidden;
        /* display: inline-block; */
        min-width: auto;
        line-height: 16px;

    }

    .fs-label-wrap .fs-label {
        font-size: 14px;
    }

    .from-field2 label {
        font-size: 12px;
        display: inline-block;
    }

    .from-field2 label .material-icons {
        line-height: 18px;
    }

    .from-field2 label span {
        font-size: 12px;
        text-overflow: ellipsis;
        max-width: 55px !important;
        overflow: hidden;
        display: inline-block;
        word-break: keep-all;
        white-space: nowrap;
    }

    .from-field label {
        font-size: 12px;
    }

    .from-field label span {
        font-size: 12px;
        text-overflow: ellipsis;
        max-width: 57px !important;
        overflow: hidden;
        display: inline-block;
        word-break: normal;
        white-space: nowrap;
    }

    .from-field label .material-icons {
        line-height: 18px;
    }

    .from-field2 label .fa {
        color: #faa524 !important;
        font-weight: 300;
        font-size: 17px;
        line-height: 15px;
        display: inline-block;
        top: -3px;
        position: relative;
        left: 2px;
    }

    .from-field label .fa {
        color: #faa524 !important;
        font-weight: 300;
        font-size: 17px;
        line-height: 15px;
        display: inline-block;
        top: -3px;
        position: relative;
        left: 2px;
    }

    .table-expandable tr td {
        font-size: 15px !important;
        padding: 0px 8px !important;
        height: 45px !important;

    }

    .table-expandable tr td span {
        font-size: 13px !important;
        padding: 0px 0px !important;

    }

    .table-more-menu ul li {
        display: inline-block;
        padding: 0px 27px;

    }

    .table-expandable thead tr th {
        font-size: 15px;
        font-weight: 600;
        padding: 6px 10px;
    }

    .incoming-call-icon {
        background: #00a651;
        font-size: 16px;
    }

    .incoming-call-icon-red {
        background: #e41b23;
        font-size: 16px;
    }

    .call-flow ul li p {
        text-align: center;
        font-size: 12px;
        letter-spacing: -0.5px;
    }

    .call-flow {
        background: #fff;
        padding: 20px 13px;
        height: auto;
    }

    .call-flow ul {
        display: table;
        padding: 0px;
        margin: 0px;
        list-style: none;
        background: url(../../images/border1.jpg) top 17px center repeat-x;
        width: 100%;
    }

    .call-flow ul li {
        padding: 0 2rem 0 0 !important;
        list-style: none;
        display: table-cell;
    }

    .call-flow ul li img {
        width: 35px;
        /*height: 35px;*/
    }

    .call-flow-no {
        background: #fff;
        padding: 20px 13px;
        height: auto;
    }

    .call-flow-no ul li p {
        text-align: center;
        font-size: 12px;
        letter-spacing: -0.5px;
    }

    .call-flow-no ul li img {
        width: 35px;
        height: 35px;
    }

    .call-flow-no ul li {
        padding: 0 2rem 0 0 !important;
        list-style: none;
        display: table-cell;
    }

    .hide-bl:before {
        content: "";
        height: 30px;
        width: 49px;
        background: #ffffff;
        position: absolute;
        margin-top: 2px;
    }

    .hide-br:before {
        content: "";
        height: 30px;
        width: 100%;
        background: #ffffff;
        position: absolute;
        margin-top: 2px;
        margin-left: 65px;

    }

    /**C2C**/
    .call-flow-c2c ul li p {
        text-align: center;
        font-size: 12px !important;
        letter-spacing: -0.5px;
    }

    .call-flow-c2c ul:before {
        width: 51% !important;

    }

    .call-flow-c2c-no ul li p {
        font-size: 12px !important;
    }

    .call-flow-c2c-no ul:before {
        width: 52% !important;

    }

    .call-flow-no ul {
        display: table;
        padding: 0px;
        margin: 0px;
        list-style: none;
        background: url(../../images/border1.jpg) top 18px center repeat-x;
    }

    /*broadcast*/
    .b-call-flow-no ul:before {
        content: "";
        background: #fff;
        width: 51% !important;
    }

    .b-call-flow-no ul li {
        padding: 0 2rem 0 0 !important;
        list-style: none;
        display: table-cell;
    }

    .b-call-flow-no ul li p {
        padding: 0px;
        margin: 0px;
        text-align: center;
        font-size: 13px !important;
    }

    .call-flow-c2c-no ul:after {
        content: "";
        background: #fff;
        width: 17% !important;
        height: 2px;
        position: absolute;
        left: 369px !important;
        border-top: 2px solid #888;
        margin-top: 24px;
        z-index: 0;
    }
}

/* Media 767 ======================================= */
@media only screen and (max-width: 767px) {
    .header-cdr {
    }

    .header-cdr .header-dropdown {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        list-style: none;
        padding-top: 10px;
    }

    .header-cdr-btn {
    }

    #tab-select {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        background: #1a313f;
        color: #fff;
    }

    .tab-contents {
        padding: 0px;
        border: 0px;
        margin-top: 0px !important;
    }

    .search-centered {
        padding: 15px 15px;
    }

    .search-centered .col-md-2, .search-centered .col-md-1 {
        width: 100% !important;
    }

    .search-centered .col-md-2:nth-child(8) {
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0 !important;
        border-right: 1px solid #f0f0f0;
        border-radius: 0px;
    }

    .search-centered .col-md-2:nth-child(2), .search-centered .col-md-1:nth-child(3), .search-centered .col-md-1:nth-child(4) {
        border: 1px solid #f0f0f0 !important;
        border-radius: 0px;
    }

    .search-centered .col-md-1:nth-child(5) {
        border-left: 1px solid #f0f0f0 !important;
        border-top: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    .search-centered .col-md-1:nth-child(6) {
        border-left: 1px solid #f0f0f0 !important;
        border-top: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    .search-centered .col-md-1:nth-child(7) {
        border-left: 1px solid #f0f0f0 !important;
        border-top: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    .search-centered .col-md-2, .col-md-1 {
        margin-bottom: 6px !important;
    }

    /*C2C*******/
    .search-centered-c2c {
        padding: 15px 15px;
    }

    .search-centered-c2c .col-md-2, .search-centered-c2c .col-md-1 {
        width: 100% !important;
    }

    .search-centered-c2c .col-md-2:nth-child(8) {
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0 !important;
        border-right: 1px solid #f0f0f0;
        border-radius: 0px;
    }

    .search-centered-c2c .col-md-2:nth-child(2), .search-centered-c2c .col-md-1:nth-child(3), .search-centered-c2c .col-md-1:nth-child(4) {
        border: 1px solid #f0f0f0 !important;
        border-radius: 0px;
    }

    .search-centered-c2c .col-md-1:nth-child(5) {
        border-left: 1px solid #f0f0f0 !important;
        border-top: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    .search-centered-c2c .col-md-1:nth-child(6) {
        border-left: 1px solid #f0f0f0 !important;
        border-top: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    .search-centered-c2c .col-md-1:nth-child(7) {
        border-left: 1px solid #f0f0f0 !important;
        border-top: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    .search-centered-c2c .col-md-2 {
        margin-bottom: 6px !important;
    }

    .search-centered-c2c #m-width {
        width: 100% !important;
    }

    .search-centered-c2c .col-md-2 {
        width: 100% !important;
    }

    .search-centered-c2c .col-md-1 {
        width: 100% !important;
    }

    /*End c2c******/
    .reset-btn, .submit-btn {
        padding: 8px 25px;
    }

    .table thead tr th {
        padding: 5px 10px;
        border-bottom: 1px solid #eee;
    }

    .table-expandable > tbody > tr > td {
        font-size: 14px;
        padding: 0px 10px !important;
        vertical-align: middle;
        height: 43px;
    }

    .table-expandable .active1 td {
        font-size: 12px !important;
        padding: 0px 0px !important;
        vertical-align: middle;
        height: 43px;
    }

    .table-more-menu ul li {
        padding: 0px 15px;
    }

    .call-flow {
        background: #fff;
        padding: 23px;
        height: auto;
        position: relative;
        padding-bottom: 50px;
    }

    .call-flow ul {
        display: block;
        padding: 0px;
        margin: 0px;
        list-style: none;
        background: none !important;
    }

    .call-flow ul:before {
        content: "";
        background: #fff;
        width: 2px;
        position: absolute;
        left: 67px;
        border-left: 2px dashed #faa524;
        margin-top: 24px;
        height: 85%;
    }

    .call-flow ul li {
        padding: 1em 1.8em !important;
        margin: 0px;
        list-style: none;
        float: none;
        display: block;
        clear: both;
    }

    .call-flow ul li img {
        left: 0px;
        display: inline;
        float: left;
    }

    .call-flow > ul > li > br {
        display: none !important;
    }

    .call-flow ul li p {
        padding: 0px 0px 0px 15px;
        margin: 0px;
        text-align: left;
        font-size: 15px;
        display: inline-block;
        float: left;
    }

    .hide-bl:before {
        display: none;
    }

    .hide-br:before {
        display: none;
    }

    .call-flow-no {
        background: #fff;
        padding: 23px;
        height: auto;
        position: relative;
        padding-bottom: 50px;
    }

    .call-flow-no ul:before {
        content: "";
        background: #fff;
        width: 2px;
        position: absolute;
        left: 67px;
        border-left: 2px dashed #faa524;
        margin-top: 24px;
        height: 85%;
    }

    .call-flow-no ul li img {
        left: 0px;
        display: inline;
        float: left;
    }

    .call-flow-no > ul > li > br {
        display: none !important;
    }

    .call-flow-no ul li p {
        padding: 0px 0px 0px 15px;
        margin: 0px;
        text-align: left;
        font-size: 15px;
        display: inline-block;
        float: left;
    }

    .call-flow-no ul {
        display: block;
        padding: 0px;
        margin: 0px;
        list-style: none;
        background: none !important;
    }

    .call-flow-no ul li {
        padding: 1em 1.8em !important;
        margin: 0px;
        list-style: none;
        float: none;
        display: block;
        clear: both;
    }

    /*******/
    .b-call-flow-no {
        background: #fff !important;
        padding: 23px !important;
        height: auto !important;
        overflow: hidden;
        position: relative;
        padding-bottom: 50px !important;
    }

    .b-call-flow-no ul {
        display: block;
        padding: 0px;
        margin: 0px;
        list-style: none;
        background: none !important;
    }

    .b-call-flow-no ul:before {
        content: "";
        background: #fff;
        width: 2px !important;
        position: absolute;
        left: 67px !important;
        border-left: 2px dashed #faa524;
        margin-top: 24px;
        height: 63% !important;
    }

    .b-call-flow-no ul li {
        padding: 1em 1.8em !important;
        margin: 0px;
        list-style: none;
        float: none;
        display: block !important;
        clear: both;
    }

    .b-call-flow-no ul li img {
        left: 0px !important;
        display: inline;
        float: left;
    }

    .b-call-flow-no > ul > li > br {
        display: none !important;
    }

    .b-call-flow-no ul li p {
        padding: 0px 0px 0px 15px !important;
        margin: 0px;
        text-align: left !important;
        font-size: 15px;
        display: inline-block;
        float: left;
    }

    /**broadcast**/
    #img-rotate1, #img-rotate3 {
        transform: rotate(90deg);
        margin-left: 4px;
    }

    #img-rotate2 {
        transform: rotate(-270deg);
        margin-left: 4px;
    }

    .call-flow-c2c {
        background: #fff !important;
        padding: 23px !important;
        height: auto !important;
        overflow: hidden;
        position: relative;
        padding-bottom: 50px !important;
    }

    .call-flow-c2c ul {
        display: block;
        padding: 0px;
        margin: 0px;
        list-style: none;
        background: none !important;
    }

    .call-flow-c2c ul li {
        padding: 1em 1.8em !important;
        margin: 0px;
        list-style: none;
        float: none;
        display: block !important;
        clear: both;
    }

    .call-flow-c2c ul:before {
        content: "";
        background: #fff;
        width: 2px !important;
        height: 70% !important;
        position: absolute;
        left: 68px !important;
        margin-top: 24px;
        border-left: 2px solid #faa524;
        z-index: 0;
    }

    .call-flow-c2c ul li img {
        left: 0px !important;
        display: inline;
        float: left;
    }

    .call-flow-c2c > ul > li > br {
        display: none !important;
    }

    .call-flow-c2c ul li p {
        padding: 0px 0px 0px 15px !important;
        margin: 0px;
        text-align: left !important;
        font-size: 15px;
        display: inline-block;
        float: left;
    }

    /***/
    .call-flow-c2c-no {
        background: #fff !important;
        padding: 23px !important;
        height: auto !important;
        overflow: hidden;
        position: relative;
        padding-bottom: 50px !important;
    }

    .call-flow-c2c-no ul {
        display: block;
        padding: 0px;
        margin: 0px;
        list-style: none;
        background: none !important;
    }

    .call-flow-c2c-no ul li {
        padding: 1em 1.8em !important;
        margin: 0px;
        list-style: none;
        float: none;
        display: block !important;
        clear: both;
    }

    .call-flow-c2c-no ul:before {
        content: "";
        background: #fff;
        width: 2px !important;
        height: 70% !important;
        position: absolute;
        left: 68px !important;
        margin-top: 24px;
        border-left: 2px solid #faa524;
        z-index: 0;
    }

    .call-flow-c2c-no ul li img {
        left: 0px !important;
        display: inline;
        float: left;
    }

    .call-flow-c2c-no > ul > li > br {
        display: none !important;
    }

    .call-flow-c2c-no ul li p {
        padding: 0px 0px 0px 15px !important;
        margin: 0px;
        text-align: left !important;
        font-size: 15px;
        display: inline-block;
        float: left;
    }

    .call-flow-c2c-no ul:after {
        content: "";
        background: #fff;
        width: 2px !important;
        height: 23% !important;
        position: absolute;
        left: 67px !important;
        border-left: 2px solid #7f7f7f;
        margin-top: 24px;
        z-index: 0;
        top: 193px;
    }
}

/*********************End Incoming************************************/

/********************************Start Click 2 Call***************************************/
/*C2C Top Search Filter ===========================================================================*/
.search-centered-c2c {
    float: none;
    margin: 0 auto;
    padding: 15px;
    text-align: left !important;
}

.search-centered-c2c .col-md-2 {
    width: 17.8% !important;
}

.search-centered-c2c .col-md-1 {
    width: 11% !important;
    border: 1px solid #f1f1f1 !important;
}

.search-centered-c2c .col-md-2:first-child {
    border: 1px solid #f0f0f0;
    border-radius: 5px 0px 0px 5px;
}

.search-centered-c2c .col-md-2:nth-child(2) {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0px;
}

.search-centered-c2c .col-md-1:last-child {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search-centered-c2c .col-md-2:nth-child(3) {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search-centered-c2c .col-md-2:nth-child(4) {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search-centered-c2c .col-md-2:nth-child(5) {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.search-centered-c2c .col-md-2:nth-child(6) {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.call-flow-c2c {
    background: #fff;
    padding: 23px;
    height: auto;
    clear: both;
    margin: 0px;
    overflow: hidden;
}

.call-flow-c2c ul:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.call-flow-c2c ul {
    display: table;
    padding: 0px;
    margin: 0px;
    list-style: none;
    /*background: url(../../images/border2.jpg) top 24px center repeat-x;*/
}

.call-flow-c2c ul li {
    padding:0 1.5rem;
    list-style: none;
    display: table-cell;
    position: relative;
}

.call-flow-c2c ul li:before{content: '';margin: 0;height: 2px;background-color: #2ebcd3;position: absolute;top: 24px;width: 50%;left: 0;}
.call-flow-c2c ul li:first-child:before{display: none;}
.call-flow-c2c ul li:after{content: '';margin: 0;height: 2px;background-color: #2ebcd3;position: absolute;top: 24px;width: 50%;right: 0;}
.call-flow-c2c ul li:last-child:after{display: none;}

.call-flow-c2c ul li img {
    margin: 0px 0px 12px 0px;z-index: 9;
}

.call-flow-c2c ul li  {
    margin: 0px 0px 12px 0px;
}

.dialer-cf ul {
    background: none !important;
}

.dialer-cf ul li {
    padding: 0 15px !important;
    position: relative;
}

.dialer-cf ul li > img {
    z-index: 9;
}
.dialer-cf ul li:after {
    content: "";
    position: absolute;
    top: 24px;
    width: 100%;
    height: 2px;
    background-color: #2EBCD3;
    left: 0;
    z-index: 0;
}
.dialer-cf ul li:first-child:after {
    width: 50%;
    left: 50%;
}
.dialer-cf ul li:last-child:after {
    width: 50%;
    right: 50%;
}
.dialer-cf .hide-bl:before {
    display: none !important;
}
.dialer-cf ul li {
    white-space: nowrap;
}

.call-flow-c2c ul li img {
    margin: 0px 0px 12px 0px;
    border-radius: 100%;
    color: #f7f7f7;
    height: 45px;
    width: 45px;
    position: relative;
    left: 35%;
    font-size: 25px;
}

.call-flow-c2c ul li p {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 15px;
}

.call-flow-c2c ul li p span {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

/*****************************************/
.call-flow-c2c-no {
    background: #fff;
    padding: 23px;
    height: 130px;
}

.call-flow-c2c-no ul:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.call-flow-c2c-no ul:after {
    content: "";
    background: #fff;
    width: 13.7%;
    height: 2px;
    position: absolute;
    left: 417px;
    border-top: 2px solid #888;
    margin-top: 24px;
    z-index: 0;
}

.call-flow-c2c-no ul {
    display: table;
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: url(../../images/border2.jpg) top 24px center repeat-x;
}

.call-flow-c2c-no ul li {
    padding: 0 3rem 0 0;
    list-style: none;
    display: table-cell;
}

.call-flow-c2c-no ul li img {
    margin: 0px 0px 12px 0px;
    border-radius: 100%;
    color: #f7f7f7;
    height: 45px;
    width: 45px;
    position: relative;
    left: 35%;
    font-size: 25px;
}

.call-flow-c2c-no ul li p {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 15px;
}

.call-flow-c2c-no ul li p span {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

/************Broadcast Css***************************************************************************/
.b-call-flow-no {
    background: #fff;
    padding: 23px;
    height: 130px;
}

.b-call-flow-no ul:before {
}

.b-call-flow-no ul {
    display: table;
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: url(../../images/border1.jpg) top 25px center repeat-x;
}

.b-call-flow-no ul li {
    padding: 0 5rem 0 0;
    list-style: none;
    display: table-cell;
}

.b-call-flow-no ul li img {
    margin: 0px 0px 12px 0px;
    border-radius: 100%;
    color: #f7f7f7;
    height: 45px;
    width: 45px;
    position: relative;
    left: 35%;
    font-size: 25px;
}

.b-call-flow-no ul li p {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 15px;
}

.b-call-flow-no ul li p span {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

.table {
    width: 100% !important;
}

.badge.bg-green {
    background: #faa524 !important;
    color: #fff !important;
    font-weight: normal;
}

#example_processing {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%;
    line-height: 100%;
    text-align: center;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-indent: -9999px;
}

#example_processing:before {
    content: 'Processing...';
    display: block;
    height: 45%;
}


/*****SHakeel*****************************************************************/

/***KYC Page CSS**************************************************************************************************************************************/

.kyc-profile {
    border: 1px solid #ebebeb;
    height: auto;
}

.kyc-header {
    background: #f5f5f5;
}

.kyc-header p {
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    margin: 0px;
    display: block;
}

.a-right {
    text-align: right;
}

.kyc-profile table tr td {
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
    margin: 0px;
}

.kyc-profile table tr td p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.kyc-profile .green {
    color: #1ab300;
    font-size: 21px;
    position: relative;
    top: 2px;
}

.kyc-profile .yellow {
    color: #fda500;
    font-size: 21px;
    position: relative;
    top: 2px;
}

.kyc-profile .red {
    color: #d80000;
    font-size: 21px;
    position: relative;
    top: 2px;
}

.kyc-profile .grey {
    color: #777;
    font-size: 21px;
    position: relative;
    top: 2px;
}

.kyc-activate {
    background: #d9534f;
    padding: 3px 15px;
    font-size: 13px;
    border-radius: 113px;
    color: #fff;
}


.kyc-form-modal {
}

.phone-no-change {
    z-index: 9999 !important;
    position: absolute !important;
    top: 29% !important;
}

.modal-blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.kyc-form-modal .modal-dialog {
    width: 950px !important;
    margin: 30px auto;
}

.kyc-form-modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: inset 293px 0px 0px #f1f1f1 !important;
}


.kyc-form-modal .modal-body {
    color: #777;
    padding: 15px 0px 20px !important;
}

.kyc-form-modal .modal-body .row {
    padding-left: 2px;
    padding-right: 0px;
}

.kyc-form-modal .custom-heading {
    padding: 5px 15px;
    font-size: 20px;
    color: #666;
}

/*Vertical Tabs*****************/
.tabs-left {
    border-bottom: none;

}

.tabs-left > li {
    float: none;
    margin: 0;
    border: none;
}

.tabs-left > li > a {
    border-radius: 0px;
    margin: 0;
    display: block;
    border: none;
    font-size: 16px;
}

.tabs-left > li> a.active ,
.tabs-left > li > a.active:hover,
.tabs-left > li > a.active:focus {
  background-color: #2d5d75!important;
  color: white !important;
  border-bottom:0 !important;
  font-size: 16px;
  text-decoration: none;
  outline: none;
}

.tabs-left > li > a:before {
    display: none;
}


@media only  screen and (min-width: 1600px) and  (max-width: 1620px) {
    .call-flow-ul {
        max-width: 66% !important;
    }

}

@media only  screen and (min-width: 1680px) and  (max-width: 1700px) {
    .call-flow-ul {
        max-width: 51% !important;
    }

}


@media only  screen and (min-width: 1768px) and  (max-width: 1790px) {

    .call-flow-ul {
        max-width: 55% !important;
    }

}

@media only screen and (min-width: 1900px) and (max-width: 1920px) {

    .call-flow-ul {
        max-width: 61% !important;
    }

}

/*KYC FORM**************************************/

.kyc-modal {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    /*height: 635px;*/
}

.kyc-header-title {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.kyc-header-title h2 {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    text-transform: uppercase;
}

.kyc-header-title p {
    padding: 15px 15px 15px 45px;
    margin: 0px;
    border: 1px solid #faa524;
    width: 95%;
    text-indent: -11px;
}

.kyc-header-title p i {
    font-size: 16px;
    position: relative;
    top: 2px;

}

.kyc-form {
    display: block;
    margin: 0px;
    padding: 0px;
}

.kyc-group {
    display: flex;
    padding: 8px 0px;

}

.kyc-group p {
    font-size: 14px;
    vertical-align: middle;
    display: block;
    margin: 12px 0px 0px 0px;
    line-height: 20px;
    text-indent: -11px;
}


.kyc-group p span {
    font-size: 11px;
    margin-left: 12px;
    display: block;
}

.kyc-group p i {
    font-size: 18px;
    vertical-align: middle;
    margin: -5px 0px 0px 0px;
    font-weight: 600;
}

.kyc-group p .fa {
    font-size: 18px;
    vertical-align: middle;
    margin: 0px 0px 0px 14px;
    font-weight: 600;
}


.kyc-group .col-md-8 i {
    font-size: 22px;
    vertical-align: middle;
    margin: 0px;
    font-weight: 300;
    color: #00a651;
}


.kyc-form-field {
    font-size: 16px !important;
    width: 75%;
    padding: 10px 20px !important;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0px 0px 6px #00000008;
    line-height: 15px;
    height: 40px;
}

.kyc-form-field::placeholder {
    color: #888;
    opacity: 1; /* Firefox */
    font-weight: 300;
    font-size: 15px;
}

.kyc-form-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
    opacity: 1;
    font-weight: 300;
    font-size: 15px;
}

.kyc-form-field::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
    opacity: 1;
    font-weight: 300;
    font-size: 15px;
}


.kyc-form-field:focus {
    border-bottom: 1px solid #faa524 !important;
}

.authorised-f {
    display: none;
}

.authorised-f p {
    font-size: 14px;
}

.authorised-f input {
    font-size: 14px;
    width: 77%;
    padding: 8px 20px !important;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 6px #00000008;
    display: block;
    margin: 5px 0px;
}

.select-btn {
    background: #fff;
    border: 0px !important;
}

.select-btn {
    background: none;
    border: 0px !important;
}


.bootstrap-select .bs-searchbox:after {
    content: '\E8B6';
    font-family: 'Material Icons';
    position: absolute;
    top: 4px !important;
    left: 10px;
    font-size: 25px;
}


#docu .kyc-group p {
    font-size: 14px;
    vertical-align: middle;
    display: block;
    margin: 0px 0px 0px 0px;
    line-height: 20px;
}

.file-tnc {
}

.faq-link p {
    font-size: 13px !important;
}

.modal {
    position: fixed;
    top: 10%;
    right: 0;
    /* bottom: 0; */
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.rad-group {
    margin-top: 10px;
}

/**Phone no modal**************/

.phone-no {
    display: table;
    border: 1px solid #ccc;
    padding: 1px 15px;
    width: 60%;
}

.phone-no label {
    display: table-cell;
    padding: 0px 0px;
    font-size: 22px;
    line-height: 47px;
    width: 27%;
}

.phone-no label img {
    width: 30px;
}


.phone-no input {
    display: table-cell;
    padding: 0px 5px;
    width: 100%;
}

.phone-no input[type=text] {
    border: 0px !important;
    font-size: 22px;
    height: 30px;
    line-height: 47px;
    letter-spacing: 2px;
    font-weight: 600;

}


.get-otp-btn {
    background: #faa524 !important;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 7px 63px;
}

.otp-title {
    font-size: 16px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 300px;
}


.profile-selector-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.r-btn-group {
    margin: 0 auto;
    display: table;
    padding-bottom: 10px;
}

.r-btn-group label {
    font-size: 18px;
}

#mySurveyModal {
    position: absolute;
    top: 27%;
}

#mySurveyModal .modal-body {
    padding-bottom: 60px;
}

.edit-btn2 {
    background: #faa524 !important;
    color: #fff;
    font-size: 17px;
    padding: 7px 30px;
}


.edit-btn1 {
    background: #f1f1f1 !important;
    color: #333;
    font-size: 17px;
    padding: 7px 30px;
}


.radio1 {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 15px;
}

.radio1 .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #c8ccd4;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

.radio1 .label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #faa524;
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
}

.radio1:hover .label:after {
    transform: scale(3.6);
}

input[type="radio"]:checked + .label {
    border-color: #faa524;
}

input[type="radio"]:checked + .label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

#termsCondition {
    position: absolute;
    z-index: 9999999 !important;
}

.progress-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
}

.progress-outer {
    /*background: #fff;
  padding: 5px 60px 5px 5px;
  border: 1px solid #ddd;*/
    border-radius: 45px;
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    position: relative;
    width: 180px;
    margin-right: 40px;
}

.progress {
    background: #e9e9e9;
    border-radius: 20px;
    margin: 0;
}

.progress .progress-bar {
    border-radius: 20px;
    box-shadow: none;
    animation: animate-positive 2s;
}

.progress .progress-name {
    font-weight: bold;
    position: absolute;
    top: -4px;
    right: 103%;
    font-size: 13px;
    color: #666;
    white-space: nowrap;
}

.progress .progress-value {
    font-size: 13px;
    font-weight: 700;
    color: #6b7880;
    position: absolute;
    top: -3px;
    left: 100%;
    /* right: 10px; */
    padding-left: 10px;
}


.sidebar:hover #nav-sidebar li a span {
    display: inline-block;
}

.overlay-open .sidebar #nav-sidebar ul li a span {
    display: inline-block;
}

.overlay-open .sidebar:hover #nav-sidebar ul li a span {
    display: inline-block;
}

.overlay-open .sidebar .list {
    /*display: none;*/
    white-space: nowrap !important;
    color: #f00 !important;
}

.overlay-open .sidebar:hover .list {
    display: block;
    white-space: nowrap !important;
    color: #f00 !important;
}

.overlay-open .sidebar .menu .list .ml-menu li a {
    padding: 4px 0 4px 30px;
    white-space: nowrap;
}

.overlay-open .sidebar li a i {
    margin: 0;
}

.logo-bx .mobile-logo a img {
    width: 44px;
}

.sidebar .user-info .user-bg {
    padding: 13px 0px 12px 5px;
}

.overlay-open .sidebar .user-info .user-bg {
    padding-left: 3px;
}

.overlay-open .sidebar .user-info .image img {
    width: 33px;
    height: 33px;
    margin: 0 0 0 2px;
}

.theme-bg-light-grey .sidebar .menu .list li.active > :first-child i {
    color: #3a6da1;
}

.theme-bg-light-grey .sidebar .menu .list li.active {
    /* background: inherit; */
}

.sidebar .menu::-webkit-scrollbar {
    width: 5px;
}

.sidebar .menu::-webkit-scrollbar-track {
    background: #ddd;
}

.sidebar .menu::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 20px;
}

/* #all-nav-icon {
    color: #666;
    display: block;
    text-align: center;
    padding: 12px 0;
}

#all-nav-icon.active i {
    color: #488ace;
}

#all-nav-icon:hover {
    background-color: #bbb;
}

#all-nav-icon.active {
    background: #fff;
} */

/*.overlay-open .sidebar.active-nav-icon-wrapper:hover #nav-sidebar{margin-left: 0;}
.overlay-open .sidebar.active-nav-icon-wrapper:hover #NavIconWrapper{margin-left: 206px;}

.overlay-open .sidebar:hover #nav-sidebar{margin-left: -206px !important;}
.overlay-open .sidebar:hover #NavIconWrapper{margin-left: 0px !important;}*/

.sidebar .more-btn-circle {
    border: 2px #666 solid;
    border-radius: 50%;
    margin: 0 0 0 -2px !important;
}

.sidebar .active .more-btn-circle {
    border: 2px #488ace solid;
    color: #3a6da1;
}

/* .sidebar .user-info{border-bottom: 1px solid #d3d3d3;} */
/* .sidebar .menu .list{margin-left: 44px;} */
.nav-sidebar-search {
    position: sticky;
    top: 0;
    padding: 15px;
    z-index: 9;
}


.sidebar .menu .material-icons {
    font-size: 23px;
    vertical-align: middle;
}

#nav-sidebar {
    height: calc(100%);
    position: absolute;
    width: 195px;
    background-color:#FBFBFF;
    /* top: 84px; */
    left: 0px;
    overflow-y: hidden !important;
    z-index: 99999;
    margin-left: -195px;
}

#nav-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-sidebar ul li {
    display: block;
    width: 100%;
}

#nav-sidebar ul li a {
    padding: 7px 10px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #4F5F80;
    position: relative;
}

#nav-sidebar ul li a i {
    font-size: 17px;
    vertical-align: bottom;
    margin-right: 4px;
    position: absolute;
    top: 7px;
    left: 0;
}

#nav-sidebar ul li a:hover {
    color: #faa524 !important;
    background: #F3F3F6;
    text-shadow: none;
    border-radius: 6px;
}
#nav-sidebar ul li a:focus span{color:#faa524;}

#nav-sidebar::-webkit-scrollbar {
    width: 5px;
}

#nav-sidebar::-webkit-scrollbar-track {
    background: #bbb;
}

#nav-sidebar::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 20px;
}

.all-nav {
    padding:0;
}
.all-nav .list{padding: 0 10px !important;}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}


/*Media Query KYC***************************************************/
@media (min-width: 992px) and (max-width: 1620px) {


    .modal {
        position: fixed;
        top: 0%;
    }

    .kyc-modal {
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 570px;
    }

    .tabs-left > li > a {

        padding: 10px 30px;
    }

    .kyc-form-modal .custom-heading {
        padding: 5px 30px;
    }


    .tabs-left > li > a > i {
        margin-right: 10px;
    }


}

/*media query mobile***********************************/

@media (max-width: 767px) {


    .kyc-form-modal {
        margin: 15px;
    }

    .kyc-modal {
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 565px;
    }

    .kyc-form-modal .modal-dialog {
        width: 100% !important;
        margin: 30px auto;
    }


    .kyc-form-modal .modal-content {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border: none;
        box-shadow: inset 0px 0px 0px #f1f1f1 !important;
    }

    .tab-content {
        padding: 15px;
    }

    .kyc-group {
        display: block;
        padding: 10px 0px;
    }

    .kyc-form-field {
        font-size: 16px !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .authorised-f {
        display: none !important;
    }

    .kyc-group p {
        font-size: 14px;
        vertical-align: middle;
        display: block;
        margin: 12px 0px 10px 0px;
        line-height: 20px;
        text-indent: 0px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .kyc-header-title p {
        padding: 8px 8px 8px 25px !important;
        width: 100%;
    }

    .mr-0 {
        margin: 0;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100% !important;
        background: #fff;
    }

    .kyc-form-modal .modal-body {
        color: #777;
        padding: 0px 0px !important;
    }

    .m-bg {
        background-color: #f1f1f1;
    }

    .dropzone {
        min-height: 150px;
        border: 2px dashed rgba(0, 0, 0, 0.3) !important;
        background: #f3f3f3 !important;
        padding: 10px 20px;
        margin: 0px 20px;
        width: auto;
    }


    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        text-align: left;
        margin-left: -5px;
    }


    .tabs-left > li > a {
        border-radius: 0px;
        margin: 0;
        display: block;
        border: none;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .kyc-profile table tr td p {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
    }


    .kyc-header p {
        font-size: 14px;
        font-weight: 400;
        padding: 9px;
        margin: 0px;
        display: block;
    }

    .kyc-profile table tr td {
        border-bottom: 1px solid #ebebeb;
        padding: 10px;
        margin: 0px;
    }


    .dropzone {
        min-height: 120px;
        border: 2px dashed rgba(0, 0, 0, 0.3) !important;
        background: #f3f3f3 !important;
        padding: 10px 20px;
        margin: 15px 20px !important;
        width: 90% !important;
        clear: both !important;
    }

    .bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .file-tnc {
        margin: 15px;
    }

    .progress-outer {
        width: 47vh;
    }
}


#incoming-filters .col-md-1, #c2c-filters .col-md-1, #dialer-filters .col-md-1, #broadcast-filters .col-md-1 {
    width: calc(16.6% - 10px) !important;
    max-width: calc(16.6% - 10px) !important;
    flex: 0 0 16.6%;
    min-height: 66px;
    margin: 0 5px 10px 5px !important;
}

#incoming-filters .fs-label-wrap .fs-label, #c2c-filters .fs-label-wrap .fs-label, #dialer-filters .fs-label-wrap .fs-label, #broadcast-filters .fs-label-wrap .fs-label {
    font-size: 14px;
}

#incoming-filters .col-md-1 .input, #c2c-filters .col-md-1 .input, #dialer-filters .col-md-1 .input, #broadcast-filters .col-md-1 .input {
    font-size: 14px;
}


@media (max-width: 1400px) {
    #incoming-filters .col-md-1, #c2c-filters .col-md-1, #dialer-filters .col-md-1, #broadcast-filters .col-md-1 {
        width: calc(25% - 10px) !important;
        max-width: calc(25% - 10px) !important;
        flex: 0 0 25%;
    }
}


#active_integration .report .crmcard .header h2 div.pull-right {
    float: none !important;
    display: block !important;
    margin-top: 3px;
    font-size: 13px !important;
}

#active_integration .report .crmcard .header h2 {
    font-size: 16px !important;
}

.form-group i.material-icons {
    color: #f56d23 !important;
}

#quickAccessBlock a {
    color: #4a4a4a !important;
}

#quickAccessBlock a:hover {
    color: #f56d23 !important;
}

.form-group .form-line .form-label {
    font-size: 13px !important;
}

#incomingcdr table.table tr td {
    border-right: 1px solid #eeee;
    padding-left: 10px !important;
}

#incomingcdr .table-expandable .tr-animation:hover td {
    border-bottom: none;
}

.inventory-new .dropdown-menu {
    margin-top: 0 !important;
}

#feedbackbutton b {
    font-weight: normal !important;
}


.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none !important;
}

.chosen-container-active {
    width: 100% !important;
}

.search-c-input .search-field input[type="text"] {
    width: 100% !important;
}

.border-bot {
    border-bottom: 1px solid #ddd;
}

.search-c-input .form-group .chosen-container .chosen-choices::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.select-new-div input[type="text"] {
    width: 100% !important;
}

.select-new-div .form-group .form-line.focused .form-label {
    top: -14px;
}

.gray-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130px !important;
    border: 1px solid #bbced8
}

.box.info-box .content {
    padding: 7px 7px !important
}

​​​​​​​​
.inn-wrapper form .col-md-12 .form-group label.label-heights {
    margin-bottom: 50px !important;
}

#campaignDetailModel .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

#abTestingDetailModel .modal-header {
    padding: 10px 15px;
    background: #faa524;
}

.mr-0 {
    margin-right: 0;
    margin-left: 0;
}

#loader.background {
    position: absolute;
    top: 0px;
    bottom: 62px;
    left: 0;
    right: tut0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
}

#loader .dots {
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -50px;
    z-index: 999999;
}

#loader .dots span {
    -webkit-transition: all 6000ms ease;
    transition: all 6000ms ease;
    background: rgba(222, 115, 11, .5);
    height: 15px;
    width: 15px;
    margin: 0 2px 0 0;
    display: inline-block;
    border-radius: 50%;
    animation: wave 2s ease infinite;
    -webkit-animation: wave 2s ease infinite;
}

#loader .dots span:nth-child(1) {
    animation-delay: 0;
    -webkit-animation-delay: 0;
}

#loader .dots span:nth-child(2) {
    animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
}

#loader .dots span:nth-child(3) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

@-webkit-keyframes wave {
    0%, 40%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        background-color: rgba(222, 115, 11, .5);
    }
    10% {
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px);
        background-color: rgba(222, 115, 11, 1);
    }
}

@keyframes wave {
    0%, 40%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        background-color: rgba(222, 115, 11, .5);
    }
    10% {
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px);
        background-color: rgba(222, 115, 11, 1);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {

    .gray-bx {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 130px;
        border: 1px solid #bbced8
    }

    .box.info-box .content {
        padding: 7px 7px !important;
    }

}


#NavIconWrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    top: 62px;
    height: calc(100vh - 62px);
    width: 55px;
    background: #555 !important;
    /*border-left: 1px #E6E6EE solid;*/
    border-right: 1px #E6E6EE solid;
    z-index: 12;
    /* overflow: auto; */
    display: flex;
    flex-direction: column;
}

#NavIconWrapper li {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding: 2px 0;
}

#NavIconWrapper li a {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#NavIconWrapper li a:hover{
    border:none;
    background-color: #656565;
    
}

#NavIconWrapper li.active a {
    background:#f56d23;
}
#NavIconWrapper li.active a img{
    filter: brightness(0) saturate(100%) invert(83%) sepia(8%) saturate(378%) hue-rotate(329deg) brightness(110%) contrast(107%);
}

#NavIconWrapper li.active a i {
    color: #f56d23;
}


/* .nav-sidebar-open #NavIconWrapper li.active a {
    background: inherit;
}

.nav-sidebar-open #NavIconWrapper li.active a i {
    color: #f56d23;
} */
#NavIconWrapper li.active a.remove_bg{background: transparent;}


#NavIconWrapper::-webkit-scrollbar {
    width: 5px;
}

#NavIconWrapper::-webkit-scrollbar-track {
    background: #ddd;
}

#NavIconWrapper::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 20px;
}

/*.night-mode{background-color: transparent;}*/
.night-mode .logo-bx {
    border-bottom: 1px #f56d23 solid;
}

.night-mode .nav-sidebar-search {
    background: url(../images/bg-sidebar-night-mode.jpg) #333 repeat;
}

.night-mode #SearchList input[type=text] {
    border: none;
    background-color: #2c2c2c;
    box-shadow: 0px 0px 5px 1px #252525 inset;
}

.night-mode #nav-sidebar ul li a {
    color: #aaa;
}

.night-mode #nav-sidebar {
    background: url(../images/bg-sidebar-night-mode.jpg) #333 repeat;
}

.night-mode #NavIconWrapper {
    background-color: #282828;
}

.night-mode #NavIconWrapper li.active a {
    background: url(../images/bg-sidebar-night-mode.jpg) repeat #e7e7e7;
}

.night-mode .nav-sidebar-open #NavIconWrapper li.active a {
    background: inherit;
}

.night-mode .nav-sidebar-open #NavIconWrapper li.active a i {
    color: #f56d23;
}

.night-mode #NavIconWrapper li a {
    box-shadow: 0 1px 0 0 #191919;
    border-bottom: 1px #353535 solid;
}

.navbar-footer-itmes {
    margin-top: auto;
}
.navbar-footer-itmes a, .navbar-footer-itmes a .material-icons {
    color: #4F5F80;
}
.navbar-footer-itmes a{
    width: 42px;
    height: 42px;
    line-height: 40px;
    border-radius: 42px;
    border: none;
    margin: 0 auto 2px;
    padding: 0;
    display: block;
    text-align: center;
}
#all-nav-icon {
    /*background: inherit;*/
    /* color: #fff;
    display: block;
    text-align: center;
    padding: 12px 0; */
}

#all-nav-icon.active{background: #f56d23 !important;}
#all-nav-icon.active img{
    /* color: #f56d23;  */
    filter: brightness(0) saturate(100%) invert(83%) sepia(8%) saturate(378%) hue-rotate(329deg) brightness(110%) contrast(107%);
}

#all-nav-icon:hover {
    background-color:#656565;
}

.night-mode #all-nav-icon {
    color: #888;
}

.tab-content.tab_rt_nav {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: calc(100%);
    padding: 0 0 0 56px;
    overflow-x:hidden ;
}

.nav-sidebar-search {
    position: sticky;
    top: 1px;
    padding: 15px;
    background-color:#FBFBFF;
    z-index: 9;
    /* border-top: 1px solid #333; */
}

.open > .dropdown-menu {
    z-index: 9999999;
}

#SearchList {
    position: relative;
}

#SearchList input[type=text] {
    width: 100%;
    display: block;
    border-radius: 25px;
    border:1px #E6E6EE solid;
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    color: #444;
    font-size: 13px;
    /* box-shadow: 0 0 3px 1px #ddd inset; */
}

#SearchList button {
    position: absolute;
    top: 3px;
    right: 3px;
    background: inherit;
    border: none;
    color: #999;
    padding-top: 7px;
}

#nav-sidebar ul li a:focus {
    color: #f56d23 !important;
}

#SearchList ::-webkit-input-placeholder {
    color: #999;
}

#SearchList ::-moz-placeholder {
    color: #999;
}

#SearchList :-ms-input-placeholder {
    color: #999;
}

#SearchList :-moz-placeholder {
    color: #999;
}

.night-mode #SearchList input[type=text] {
    border: none;
    background-color: #2c2c2c;
    box-shadow: 0px 0px 5px 1px #252525 inset;
}


/* Real time Calls */
.campaign-select select {
    border: 1px solid #cacaca;
    height: 32px;
    font-size: 14px;
    color: #333;
    padding: 4px 0;
    border-radius: 3px;
    width: 220px;
}

.real-time-cards {
    border: 1px solid #e2e2e2;
    box-shadow: 0px 1px 7px #e2e2e2;
    padding: 10px;
    border-radius: 2px;
    position: relative;
}

.real-t-action span:hover {
    cursor: not-allowed;
    /*background:#f2f2f2; color:#333;*/
}

.real-t-cards .col-md-2 {
    padding: 0 5px;
}

.real-time-cards {
    border-top: 2px solid #143f54;
}

.digit-tx .dg {
    font-weight: bold;
    font-size: 30px;
}

.digit-tx .txt {
    color: #143f54;
    font-size: 14px;
}

span.card-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.real-time-cards {
    border-top: 2px solid #143f54;
}

.digit-tx .dg {
    font-weight: bold;
    font-size: 30px;
}

.digit-tx .txt {
    color: #143f54;
    font-size: 12px;
    white-space: nowrap;
    line-height: 23px;
}

span.card-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.name-cr {
    width: 32px;
    height: 31px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    margin-right: 6px;
    font-weight: bold;
    font-size: 17px;
    padding: 4px 0;
}

.agent-connecting-agent {
    background-color: #f2e6ff;
    color: #000;
}
  
.agent-connecting-agent td span.name-cr {
    background-color: #f2e6ff;
    color: #bc74b0;
}
  
.agent-ringing {
    background-color: #e6ccff;
    color: #000;
}
  
.agent-ringing td span.name-cr {
    background-color: #e6ccff;
    color: #bc74b0;
}

.agent-on-call {
    background-color: #e0c1db;
    color: #000;
}

.agent-on-call td span.name-cr {
    background-color: #cd96c4;
    color: #bc74b0;
    font-size: 14px;

}

.agent-on-break {
    background-color: #fffdcf;
    color: #000;
}

.agent-on-break td span.name-cr {
    background-color: #f6f18c;
    color: #cac44d;
    font-size: 14px;
}

.agent-on-disposition {
    background-color: #ffbf52;
    color: #000;
}

.agent-on-disposition td span.name-cr {
    background-color: #ffa100;
    color: #d48d13;
    font-size: 14px;
}

.agent-on-webform {
    background-color: #ffbf52;
    color: #000;
}

.agent-on-webform td span.name-cr {
    background-color: #ffa100;
    color: #d48d13;
    font-size: 14px;
}

.agent-on-disposition-1minute {
    background-color: #ffab26;
    color: #000;
}

.agent-on-disposition-1minute td span.name-cr {
    background-color: #ffd031;
    color: #d48d13;
    font-size: 14px;
}

.agent-on-disposition-5minute {
    background-color: #ff8e0c;
    color: #000;
}

.agent-on-disposition-5minute td span.name-cr {
    background-color: #ffa100;
    color: #d48d13;
    font-size: 14px;
}

.agent-waiting-on-call {
    background-color: #f3efff;
    color: #000;
}

.agent-waiting-on-call td span.name-cr {
    background-color: #ddd1ff;
    color: #8166cc;
    font-size: 14px;

}

.agent-ready {
    background-color: #9dd3ed;
    color: #000;
}

.agent-ready td span.name-cr {
    background-color: #57aad1;
    color: #2c89b5;
    font-size: 14px;

}

.agent-ready-1minute {
    background-color: #836dff;
    color: #000;
}

.agent-ready-1minute td span.name-cr {
    background-color: #4629ed;
    color: #3219c3;
    font-size: 14px;

}

.agent-ready-5minute {
    background-color: #402a8a;
    color: #fff;
}

.agent-ready-5minute td span.name-cr {
    background-color: #2a127c;
    color: #fff;
    font-size: 14px;

}


.agent-pre-call-work {
    background-color: #92e761;
    color: #000;
}

.agent-pre-call-work td span.name-cr {
    background-color: #6ae737;
    color: #fff;
    font-size: 14px;
}

.agent-pre-call-work-1minute {
    background-color: #92e761;
    color: #000;
}

.agent-pre-call-work-1minute td span.name-cr {
    background-color: #6ae737;
    color: #fff;
    font-size: 14px;
}

.agent-pre-call-work-5minute {
    background-color: #92e761;
    color: #000;
}

.agent-pre-call-work-5minute td span.name-cr {
    background-color: #6ae737;
    color: #fff;
    font-size: 14px;
}

.agent-after-call-work {
    background-color: #ff6f00;
    color: #000;
}

.agent-after-call-work td span.name-cr {
    background-color: #db6a00;
    color: #fff;
    font-size: 14px;
}

.agent-after-call-work-1minute {
    background-color: #F99853;
    color: #000;
}

.agent-after-call-work-1minute td span.name-cr {
    background-color: #F9B75D;
    color: #fff;
    font-size: 14px;
}

.agent-after-call-work-5minute {
    background-color: #f27033;
    color: #000;
}

.agent-after-call-work-5minute td span.name-cr {
    background-color: #FA7A48;
    color: #fff;
    font-size: 14px;
}

.agent-on-call-1minute {
    background-color: #ff80f6;
    color: #000;
}

.agent-on-call-1minute td span.name-cr {
    background-color: #df4ad4;
    color: #c62fbb;
    font-size: 14px;

}

.agent-on-call-5minute {
    background-color: #ba3aa9;
    color: #fff;

}

.agent-on-call-5minute td span.name-cr {
    background-color: #b438a4;
    color: #fff;
    font-size: 14px;

}

.agent-on-break-1minute {
    background-color: #fdf34d;
    color: #000;

}

.agent-on-break-1minute td span.name-cr {
    background-color: #ded31e;
    color: #b2a811;
    font-size: 14px;

}

.agent-on-break-5minute {
    background-color: #8e8911;
    color: #fff;
}

.agent-on-break-5minute td span.name-cr {
    background-color: #a19d4b;
    color: #fff;
    font-size: 14px;

}


.agent-not-connected {
    background-color: #474040;
    color: #fff;
}

.agent-not-connected td span.name-cr {
    background-color: #5e5555;
    color: #fff;
    font-size: 14px;
}

.agent-not-connected-5minute {
    background-color: #474040;
    color: #fff;
}

.agent-not-connected-5minute td span.name-cr {
    background-color: #5e5555;
    color: #fff;
    font-size: 14px;
}


.agent-not-connected-1minute {
    background-color: #474040;
    color: #fff;
}

.agent-not-connected-1minute td span.name-cr {
    background-color: #5e5555;
    color: #fff;
    font-size: 14px;
}

.up-arrow i {
    vertical-align: middle;
    font-size: 18px;
    color: #09810e;
}

.down-arrow i {
    vertical-align: middle;
    font-size: 18px;
    color: #1670cc;
}

.agent-call i {
    vertical-align: middle;
    font-size: 18px;
    color: #000;
}

.real-t-action span {
    background: #fff;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 0 3px;
    padding: 3px;
    box-sizing: border-box;
    color: #333;
}

.table-title {
    color: #363636;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 9px;
}

.color-significant {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #f2f2f2;

}


.plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: relative;
    width: 21px;
    margin-top: 8px;
}

.plus-minus-toggle:before,
.plus-minus-toggle:after {
    background: #000;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    transition: transform 500ms ease;
}

.plus-minus-toggle:after {
    transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}

.plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}


.table-title span {
    font-size: 14px;
    color: #1b3240;
    font-weight: normal;
}

.agent-in-3way {
    background-color: #8bd98b;
    color: #000;
}

.agent-in-3way td span.name-cr {
    background-color: #17a617;
    color: #0c790c;
}

.color-box {
    width: 54px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.slidingDiv {
    border: 1px solid #f2f2f2;
    padding: 11px 0;
    float: left;
    display: none;
}

.slidingDiv .col-md-3 {
    margin: 5px 0 !important;
    font-size: 12px;
    padding: 0;
}



.filterable  table tr .select-filter{ min-width:115px; }
/* Version update*/

.h1, h1 {font-size: 36px;}
.h2, h2 {font-size: 30px;}
.h3, h3 {font-size: 24px;}
.h4, h4 {font-size: 18px;}
.h5, h5 {font-size: 14px;}
.h6, h6 {font-size: 12px;}

hr {margin-top: 2.5rem;margin-bottom: 2.5rem;}

/* .content > .container-fluid > .row > .col-md-12, .content > .container-fluid > .row > .col-sm-12{padding-left: 0;padding-right: 0;} */
footer.col-md-12, footer.col-sm-12{padding-left: 0;padding-right: 0;}
.dropdown-menu {font-size: 14px;}
.form-control {height: 34px;}
textarea.form-control {height: 34px;}
/* .card .body {padding: 20px 5px;} */

.content > .container-fluid{padding-right: 0px;padding-left: 0px;}


.card-title {  font-size: 14px; color:inherit;   }
h2.card-title{ margin:0 !important;   }
.form-control{font-size: 14px;}


.dataTables_wrapper.form-inline.d-block .dataTables_length > label{display:block;}
.dataTables_wrapper.form-inline.d-block .dataTables_filter > label{display:block;text-align:right;}
.pagination{justify-content: right;}

#wizard_with_validation ul li button{padding: 2px 10px;margin: 3px 0;}
#wizard_with_validation ul li button .material-icons{font-size: 24px;}
.wizard .content .body {padding: 40px 15px 15px;}

.modal-header .close{margin: 0;padding: 0;}
.table, .table .table {background-color: #fff;}
button[data-notify="dismiss"]{top: -1px !important;right:0 !important;}
div[data-notify="container"].bootstrap-notify-container{word-break: break-all;}
.bootstrap-datetimepicker-widget.dropdown-menu{font-size: 14px;color: #666;}
.fs-dropdown .fs-optgroup-label {text-align: left;}
.btn {padding: 6px 12px;}

/* ------new modal style--------- */
.modal-dialog {max-width: 600px;}
@media (min-width: 992px){
    .modal-lg, .modal-xl {max-width: 900px;}
}
@media (min-width: 576px){
    .modal-md{max-width: 600px;}
}
@media (min-width: 576px){
    .modal-sm {max-width: 400px;}
}




/* integration Page css */

.sidebar .user-info .info-container .user-helper-dropdown .dropdown-menu.pull-right {right: 0;left: auto !important;}
.sidebar .user-info .user-helper-dropdown .dropdown-menu{transform: inherit !important;}
.navbar-nav {flex-direction: row;}
.navbar-nav .dropdown-menu {position: absolute;left: inherit;right: 0;}
.navbar-brand {float: left;height: 50px;padding:0;font-size: 18px;line-height: 20px;}
.dropdown-menu > li > a {display: block;}
/* .dataTables_wrapper > .row{margin-left: 0;margin-right: 0;} */

.integration-page{ width:100%; }
.integration-page-wrapper .panel-default>.panel-heading{ background:none;   }

.integration-circle{
    padding: 33px;
    border-radius: 68%;
    box-sizing: border-box;
    height: 126px;
    width: 132px;
    position: absolute;
    top: -26px;
    right: -45px;}
.integration-circle img{     width: 35px;
    margin-top: 19px;
    margin-left: -2px; }
.integration-page .col-md-3{ padding-left:0; padding-right:15px;    }
.card-integration .top{ height: 42%; border-radius: 8px 8px 0 0; position: relative; overflow: hidden;  display: flex; align-items:center; justify-content: flex-start; position: relative;}
.card-integration .top .big-icon{ padding-left:15px;}

.card-integration .top .big-icon span{ display: block; color:#fff; font-size: 14px;  }
.card-integration .bottom{  height: 58%; background-color: #fff;
    padding: 10px;
    width: 100%; border-radius:0 0 8px 8px;}
.card-integration{ margin-bottom: 20px;}

.card-integration .bottom p{ width:100%; font-size: 13px; margin-bottom: 4px; min-height: 55px; overflow: hidden; }

.card-integration .bottom .disable-button{    border: 1px solid #f2f2f2;
    background-color: #fff;
    padding: 4px 13px;
    border-radius: 3px;
    background: #f9f9f9;
    font-size: 12px;}
.card-integration .bottom .disable-button i {  vertical-align: middle;
    font-size: 17px;
    margin-right: 3px;
    margin-top: -2px;}

.card-integration{ width:100%; height:190px; box-shadow:0px 14px 9px #e5e5e5;  }

.leadsquared-color{ background-color: #0c9afc; border-radius:8px 8px 0;}
.leadsquared_servicecloud-color{ background-color: #0c9afc; border-radius:8px 8px 0;}
.freshdesk-color{ background-color: #4ed094; border-radius:8px 8px 0;}
.salesforce-color{ background-color: #00a1e0; border-radius:8px 8px 0;}
.zoho-color{ background-color: #0174b2; border-radius:8px 8px 0;}
.zohodesk-color{ background-color: #0174b2; border-radius:8px 8px 0;}
.freshsales-color{ background-color: #e57300; border-radius:8px 8px 0;}
.bitrix24-color{ background-color: #0c9afc; border-radius:8px 8px 0;}
.dynamics_365-color{ background-color: #18264E; border-radius:8px 8px 0;}
.kapture-color{ background-color: #df1f2a; border-radius:8px 8px 0;}
.zendesk-color{ background-color: #00424c; border-radius:8px 8px 0;}
.msteams-color{ background-color: #5865c5; border-radius:8px 8px 0;}
.hubspot-color{ background-color:#ff8e71; border-radius:8px 8px 0;}
.connector-color{ background-color: #0C883E; border-radius: 8px 8px 0;}
.google_sheets-color{ background-color: #23A566; border-radius: 8px 8px 0;}
.sangam-color{background-color:  #3A5199; border-radius: 8px 8px 0;}
.corefactors-color{background-color:#92cbdf; border-radius: 8px 8px 0;}
.businessnext-color{background-color:#ff8e71; border-radius: 8px 8px 0;}
.meritto-color{ background-color: #c6d4ff; border-radius:8px 8px 0;}

.leadsquared-circle{background: #c3dcf2;}
.leadsquared_servicecloud-circle{background: #c3dcf2;}
.freshdesk-circle{background: #adf2d0;}
.freshsales-circle{background: #ffc79d;}
.zoho-circle{background: #78b1da;}
.zohodesk-circle{background: #78b1da;}
.bitrix24-circle{background: #deebf8;}
.kapture-circle{background: #e7a5ad;}
.dynamics_365-circle{background: #c6d4ff;}
.zendesk-circle{background: #94bbc2;}
.salesforce-circle{background: #95d2f2;}
.msteams-circle{background: #dfe2ff;}
.hubspot-circle{ background-color: #3d4e63; }
.connector-circle{background-color: #DBFFE9;}
.google_sheets-circle{background: #D1FFE6;}
.sangam-circle{background: #C0D2FF;}
.corefactors-circle{background: #F0F8FF;}
.businessnext-circle{background: #e7a5ad;}
.meritto-circle{background: #e6ebf7;}

.leadsquared-banner{background: #c3dcf2;}
.leadsquared_servicecloud-banner{background: #c3dcf2;}
.freshdesk-banner{background: #adf2d0;}
.freshsales-banner{background: #ffc79d;}
.zoho-banner{background: #78b1da;}
.zohodesk-banner{background: #78b1da;}
.bitrix24-banner{background: #deebf8;}
.dynamics_365-banner{background: #c6d4ff;}
.kapture-banner{background: #e7a5ad;}
.zendesk-banner{background: #94bbc2;}
.salesforce-banner{background: #95d2f2;}
.msteams-banner{background: #dfe2ff;}
.hubspot-banner{ background-color: #CCD3DC; }
.connector-banner{background-color: #DBFFE9;}
.google_sheets-banner{background: #D1FFE6;}
.sangam-banner{background: #C0D2FF}
.corefactors-banner{background: #0093cd;}
.businessnext-banner{background: #e7a5ad;}
.meritto-banner{background: #c6d4ff;}

.resize-zoho-img {width: 65px !important; margin-left: -18px !important;}
.resize-salesforce-img {width: 60px !important; margin-left: -15px !important;}

.info-page-header{ min-height:150px; display: flex; align-items:center; justify-content: center;}
.info-body{ background: #f8f8f8; padding:20px 46px;  }

.tabbing{ position: relative;}
.list-content{    display: block;  width: 100%; margin:27px auto 0;}

.list-content ul { margin:0; padding:0; }
.list-content > ul > li { list-style: none; background: #fff; min-height:158px; border-radius:8px ; padding:22px 20px 6px 20px; box-sizing:border-box; margin-bottom:15px;   }

#exTab1 .nav-pills>li>a.active, .nav-pills>li>a.active:focus, .nav-pills>li>a.active:hover{ border: 1px solid #2d5d75;
    background: #fff;
    color: #2d5d75;
    border-radius: 51px;
    text-align: center;
    text-decoration: none;}
.list-content ul li h3{ font-size: 20px;}

#exTab1 ul.tabdesign{ /*max-width:230px; border-radius:50px;background: #fff;*/ height:37px;}
#exTab1 ul.tabdesign li{ /*width:49%;*/ text-align: center; background-color: #fff; }
#exTab1 ul.tabdesign li:first-child{border-radius: 19px 0 0 19px;}
#exTab1 ul.tabdesign li:last-child{border-radius: 0 19px 19px 0;}
#exTab1 ul.tabdesign  li a{ margin:0;  color:#333; height: 100%; display: flex !important; align-items: center; justify-content:center;     }
#exTab1 ul.tabdesign li a.active{ border:1px solid #f46d23; border-radius: 19px;    }
#exTab1 ul.tabdesign  li a{margin: 0;
    color: #333;
    height: 37px;
    line-height: 36px;
    width: 115px;}
#exTab1 ul.tabdesign  li a:hover{ background: none; color:#f46d23;   }

.disable-button-info{     /*position: absolute; right: 32px;  top: 3px;*/ background-color: #fff;  border-radius: 43px;  padding: 9px 19px;  border: 1px solid #d5d5d5;  font-size: 13px; color: #333;}
.disable-button-info i{ vertical-align: middle; font-size: 19px;}

.config-button-info{color:#eb6304;  border-radius: 43px;  padding: 7px 19px 7px 14px;  border: 1px solid #eb6304; color:#eb6304;  font-size: 13px; background-color: #fff;}
.config-button-info i{ vertical-align: middle; font-size: 19px; color:#eb6304;  }
.color-arrow{ color:#f46d23;   }

.search-bar-most{ position: relative;  margin-top: -13px;}
.search-bar-most input {
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    padding: 5px 23px 3px 31px;
    width: 200px; background-color: #f9f9f9;}
.header-page{ display: flex; align-items: center; justify-content: space-between; margin-bottom:5px;}
.header-page .search-bar{ border:1px solid #c2c2c2; background-color: #f4f4f4; }
.header-page .search-bar-most i {
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 22px;}

.info-text{
    margin:27px auto;
    max-width: 100%;
    /* width: 100%; */
    background-color: #fff;
    color: #333;
    padding: 24px;
    margin-top: 27px;
    border-radius: 9px;}

.onoffswitch2 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch2-checkbox {
    display: none;
}

.onoffswitch2-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 5px;
}

.onoffswitch2-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    background: url(../../images/crm/right-icon.png) no-repeat; height:30px; background-position: 10px 3.5px;
}

.onoffswitch2-inner:before, .onoffswitch2-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 23.5px;
    font-size: 14px; color: white; position:relative; left:4px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center;

}

.onoffswitch2-inner:before {
    content: "Enable";
    padding-left: 10px;
    color: #84cc0c;
    font-size: 14px !important;
}

.onoffswitch2-inner:after {
    content: "Disable";
    color: #dc0404;
    padding-left: 10px;
    text-align: center;
    font-size: 14px !important;
    background: url(../../images/crm/disable-icon.png) no-repeat; height:30px; background-position: 5.5px 3.5px;
}

.onoffswitch2-switch {
    display: none; width: 18px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 68px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 75px;
    height: 30px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.cmn-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 22px;
    background-color: #dddddd;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.4s, background 0.4s;
    -moz-transition: margin 0.4s, background 0.4s;
    -o-transition: margin 0.4s, background 0.4s;
    transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label {
    background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 45px;
    background-color: #27A1CA;
}

.onoffswitch2-label{ border:1px solid #c4c4c4 !important;  }
.onoffswitch2 [type="checkbox"]:checked + label:before{ display: none;}
.onoffswitch2 [type="checkbox"]:checked + label:after{ display: none;}
.onoffswitch2 [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after{ display:none;}
.onoffswitch2  [type="checkbox"] + label{ padding-left: 0; padding-right:0;  }

.gray-out{ filter: grayscale(1);
    pointer-events: none;}

.menu-icon-info{display: none;}

@media only screen and (min-width:320px) and (max-width:768px){
    .disable-button-info{ position: static; width: 100%; margin-bottom:10px;}
    .config-button-info{ position: static; width:100%; margin-bottom: 10px;}

    .menu-icon-info{ float: right;
        display: inline;
        position: relative;
        top: -33px;
        right: -31px; display: block;}
    .leave-disable-button{ display: none;
        width: 200px;
        position: absolute;
        background: #fff;
        padding: 13px;
        right: -15px;
        border: 1px solid #f2f2f2;
        box-shadow: 2px 2px 4px #ccc}

    .list-content ul li{ height: 100%; width: 100%; padding-bottom: 20px;}
    .list-content{ width: 100%;}
    .color-arrow{ margin-top: 1px;}
}

.all-report .panel-title > a:before { float: right !important; font-family: FontAwesome; content:"\f106"; padding-right: 5px; }
.all-report .card{ border:0 !important; background:none !important;  }
.all-report .panel-title > a.collapsed:before {float: right !important; content:"\f107";}
.all-report .panel-title > a:hover, .all-report .panel-title > a:active, .all-report .panel-title > a:focus  { text-decoration:none;}
.all-report .panel{ padding: 19px 25px 19px; background-color: #f8f8f8; border:0 !important; border-radius:12px !important; margin-bottom: 30px;   }
.all-report .panel-heading img.title-image{ display: inline-block; }

.all-report .panel-heading h4{ display: inline;}
.all-report .panel-heading h4 a{ display: inline !important; padding:15px 10px !important ; color:#333333;    }
.panel-default>.panel-heading{ border: 0 !important;}
.all-report .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { border-top:0 !important; }
#accordion .panel-default>.panel-heading{ background:none !important; }

.all-report .box-big  figure { background-color: #fef0e9; padding:15px; margin-right:15px; border-radius:10px; }
.all-report .box-big  aside h3 { font-size: 16px; font-weight: 600; color:#333333;   }
.all-report .box-big  aside p{ font-size: 14px; color:#626262; }
.all-report .box-big  figure { background-color: #fef0e9; padding:15px; margin-right:15px; border-radius:10px; }

.all-report .content-big-box { background: #fef0e9; padding: 18px; border-radius: 10px; margin-right:19px;}
.all-report .all-report-box{ position:relative; }

.all-report .number-add-more{ font-size: 35px; font-weight: 600;  }
.all-report .number-add-more a{ color:#626262; }
.all-report .number-add-more p{ font-size: 16px; font-weight: normal; }

.all-report-box .content-big-box{ background:#fff; min-height:148px; position:relative;padding: 7px 20px 37px;   border:1px solid #eaeaea; border-radius:12px;     display: flex;align-items: center; justify-content: center;  }
.all-report-box .content-small-box{background: #f1f1f1;min-height: 148px;position: relative;padding: 7px 20px 0;border: 1px silver dashed;  border-radius: 12px;display: flex;align-items: center;justify-content: center;}
.all-report .box-big{ width: 28%; display: inline-block; margin-right:10px; vertical-align: top;  }
.all-report .box-small{ width: 13%; display: inline-block; text-align: center; }
.all-report .all-report-box .box-big a.arrow{ position:absolute; right:20px; bottom: 10px; color:#333;   }
.all-report .all-report-box .box-big a.arrow span{ font-size: 18px;   }

.all-report-box .content-big-box:hover{ background-color:#f56d23 ; }
.all-report-box .content-big-box:hover > aside h3{ color:#fff;}
.all-report-box .content-big-box:hover > aside p{ color:#fff;}

.all-report .graph{ margin-top:-20px;}

.all-report h2.heading-all{
    font-size: 20px; margin: 0 0 20px; font-size: 18px;
    margin: 5px 11px 17px;
}

.tool-box{ background-color: #44c253; width:40px; text-align:center; align-items: center; border-radius: 30px; height: 40px; padding-top: 6px; }
.tool-box span{ color:#fff;}

#campDescId-agent::-webkit-scrollbar {width: 8px;}
#campDescId-agent::-webkit-scrollbar-thumb {background: rgba(244,109,35,0.7);border-radius: 8px;}
#campDescId-agent::-webkit-scrollbar-track {background: #e5e5e5;border-radius: 8px;}
#agent_access_table_wrapper>.row{margin-left: 0;margin-right: 0;}

#agents_access_modal .modal-header {padding: 12px 15px;background: #f46d23;}
#agents_access_modal .modal-header .modal-title {font-weight: normal;font-size: 18px;}
#agents_access_modal .modal-header .close {color: #fff !important;}
#agents_access_modal .pagination li.active a {background-color: #f46d23;}

#AuthorizeModal .modal-header {padding: 12px 15px;background: #f46d23;}
#AuthorizeModal .modal-header .modal-title {font-weight: normal;font-size: 18px;}
#AuthorizeModal .modal-header .close {color: #fff !important;}

#AuthorizeModal .btn-active{padding: 8px 20px;border:none !important;background: #f46d23 !important;color: #fff !important;}
#AuthorizeModal .btn-active:hover, #AuthorizeModal .btn-active:focus{border:none !important;background: rgba(244,109,35,0.9) !important;color: #fff !important;}
#AuthorizeModal .btn-link{padding: 8px 20px;border:none !important;background: #f0f0f0;}
#AuthorizeModal .btn-link:hover, #AuthorizeModal .btn-link:focus{border:none !important;background: rgba(240,240,240,0.9) !important;color: #4a4a4a !important;}


#CampaignConfigurationModal .modal-header {padding: 12px 15px;background: #f46d23;}
#CampaignConfigurationModal .modal-header .modal-title {font-weight: normal;font-size: 18px;}
#CampaignConfigurationModal .btn-active, #addrow {padding: 8px 20px;border:none !important;background: #f46d23 !important;color: #fff !important;}
#CampaignConfigurationModal .btn-active:hover, #CampaignConfigurationModal .btn-active:focus, #addrow:hover, #addrow:focus{border:none !important;background: rgba(244,109,35,0.9) !important;color: #fff !important;}
#CampaignConfigurationModal .btn-link{padding: 8px 20px;border:none !important;background: #f0f0f0;}
#CampaignConfigurationModal .btn-link:hover, #CampaignConfigurationModal .btn-link:focus{border:none !important;background: rgba(240,240,240,0.9) !important;color: #4a4a4a !important;}
#sort-row .btn-default:hover,#sort-row .btn-default:focus{border: 1px #ddd solid !important;background: linear-gradient(#f8f8f8, #f0f0f0) !important;}
#CampaignConfigurationModal #container{padding-right: 10px;}
#CampaignConfigurationModal #container::-webkit-scrollbar {width: 8px;}
#CampaignConfigurationModal #container::-webkit-scrollbar-thumb {background: rgba(244,109,35,0.7);border-radius: 8px;}
#CampaignConfigurationModal #container::-webkit-scrollbar-track {background: #e5e5e5;border-radius: 8px;}

#webhookcallhangupmodal #container::-webkit-scrollbar {width: 8px;}
#webhookcallhangupmodal #container::-webkit-scrollbar-thumb {background: rgba(244,109,35,0.7);border-radius: 8px;}
#webhookcallhangupmodal #container::-webkit-scrollbar-track {background: #e5e5e5;border-radius: 8px;}


#agent_access_table .switch label input[type=checkbox]:checked + .lever.switch-col-cyan:after {background-color: #f46d23;}
#CampaignConfigurationModal #sort-row .chosen-container .chosen-results {max-height: 75px;}


#tab-button #detail{background: #f46d23;box-shadow: none;color: #fff;border: none;}
#campaign + .chosen-container .chosen-drop .chosen-results, #vertical + .chosen-container .chosen-drop .chosen-results, #entity-list + .chosen-container .chosen-drop .chosen-results,
#phone_field + .chosen-container .chosen-drop .chosen-results, #name_field + .chosen-container .chosen-drop .chosen-results, #email_field + .chosen-container .chosen-drop .chosen-results,
#address_field + .chosen-container .chosen-drop .chosen-results, #company_field + .chosen-container .chosen-drop .chosen-results {overflow: auto; max-height: 95px;}
#allFields + .chosen-container .chosen-drop .chosen-results {overflow: auto; max-height: 125px;}
#exTab1 .tab-contents .btn-active{padding: 8px 20px;border:none !important;background: #f46d23 !important;color: #fff !important;}
#exTab1 .tab-contents .btn-active:hover, #exTab1 .tab-contents .btn-active:focus{border:none !important;background: rgba(244,109,35,0.9) !important;color: #fff !important;}
#exTab1 .tab-contents .btn-default{padding: 8px 20px;border:none !important;background: #f0f0f0 !important;}
#exTab1 .tab-contents .btn-default:hover, #exTab1 .tab-contents .btn-default:focus{border:none !important;background: rgba(240,240,240,0.9) !important;color: #4a4a4a !important;}

@media only screen and (min-width:320px) and (max-width:768px) {
    .all-report .box-big{ width: 100%; display: inline-block; margin-bottom: 20px;   }
    .all-report .box-small{ width: 100%;}tool-box .all-report-box

    .content-big-box{ width:100%;  }
}

.enable-button {
    top: 1px !important;
    background-color: #84cc0ce0;
    padding: 4px;
}

#map-submitbutton {
    background: #f46d23;
}

.no-int-card{ display: flex; align-items: center; justify-content: center; text-align: center; height: 64vh; }
.no-int-card h3{ font-size: 34px;}
.no-int-card p{ font-size: 18px;}

#popUp .alert {
    padding: 13px;
    background-color: #f44336;
    color: white;
    border-radius: 13px;
}
#popUp .btn-success, #popUp .btn-success:hover, #popUp .btn-success:active, #popUp .btn-success:focus
{   background: inherit !important;
    background-color: #f56d23  !important;
}
#tabs button.active {
    background-color: #f56d23  !important;
}
#popUp .btn-primary{
    background-color: #f56d23 !important;
    background: linear-gradient(#f56d23, #f56d23);
    border-color: #4a4a4a !important;
    color: #fff !important;
    font-weight: normal;
}

#popUp .btn-primary:hover, #popUp .btn-primary:focus {
    border: 1px #f56d23 solid !important;
    background-color: #f56d23 !important;
    border-color: #4a4a4a !important;
}
.tab button:hover {
    background-color: #f56d25;
    color: #000;
}
.tab button.active {
    background-color: #f56d25;
    color: #000;
}
#popUp .btn-success, #popUp .btn-success:hover, #popUp .btn-success:active, #popUp .btn-success:focus {
    background: inherit !important;
    background-color: #f56d23 !important;
}
#dobig_active{
    background-color:#faa524 !important;
    border-color:#faa524 !important;
}


.sidebar .user-info .info-container .user-helper-dropdown .dropdown-menu.pull-right {right: 0;left: auto !important;}
.navbar-nav {flex-direction: row;}
.navbar-nav .dropdown-menu {position: absolute;left: inherit;right: 0;}
.navbar-brand {float: left;height: 50px;padding:0;font-size: 18px;line-height: 20px;}
.dropdown-menu > li > a {display: block;}
/* .dataTables_wrapper > .row{margin-left: 0;margin-right: 0;} */


.label {display: inline;padding: 0.2em 0.6em 0.3em;font-size: 75%;font-weight: 700;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.srv-nav-tabs > li > a {
    padding: 10px 15px 15px 15px;
    display: block;
}

#feedbackform .modal-dialog {max-width: 600px;}
pre {display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
    white-space: pre;
}
/*a:not([href]):not([class]) {color: #faa524;}*/
.form-control[disabled], fieldset[disabled] .form-control {cursor: not-allowed;}
.pull-left{float:left;}
.pull-right{float:right;}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{width: 100% !important;}

.timepicker span[data-action="showSeconds"], .timepicker span[data-action="showMinutes"] + span.bdpw-timepicker-colon{display: none;}


#lead-list-btn{ color:#4a4a4a   !important;   }
.btn-primary.disabled, .btn-primary:disabled {color: #666;cursor: not-allowed;}

@media (min-width: 768px){
    .navbar-nav>li {float: left;}
    .nav>li {/* position: relative; */display: block;}
    .navbar-toggle {display: none;}
    .navbar-collapse.collapse {display: block !important;height: auto !important;padding-bottom: 0;overflow: visible !important;}
    .navbar-collapse.collapse {flex-basis: fit-content;}
}


.campaign-dropdown ul.inner{ display: flex; min-height:0px !important;   align-items: flex-start; justify-content: flex-start; flex-direction: column;}
.campaign-dropdown ul.inner li{ width: 100%;}
.agent-dropdown ul.inner{ display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column;}
.agent-dropdown ul.inner li{ width: 100%;}

.filterable ul.inner{ overflow-x: hidden ; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column;}
.filterable ul.inner li{ width: 100%;  }



.agent-dropdown ul.inner li.dropdown-header span.text{ font-size: 13px; font-weight: bold; }
#add_extension, #edit_extension{ overflow-y: scroll; max-height:80vh; height:100%;  }

.navbar-header marquee{ color:#f00 !important;   }

#filter_hourly.btn:hover, #filter_hourly.btn:focus {
    border: 1px #faa524 solid !important;
    background: linear-gradient(#faa524, #faa524) !important;
    color: #4a4a4a !important;
}

.agent-on-hold {
    background-color: #C5C5C5;
    color: #000;
}

.agent-on-hold-1minute {
    background-color: #AEAEAE;
    color: #000;
}

.agent-on-hold-5minute {
    background-color: #979797;
    color: #000;
}

.agent-on-hold td span.name-cr, .agent-on-hold-1minute td span.name-cr, .agent-on-hold-5minute td span.name-cr {
    background-color: #696969;
    color: #FFFFFF;
    font-size: 14px;
}

.resize-google_sheets-img{
    margin-top: 10px !important;
}

.missed-reset-btn{
    padding: 8px 60px;
    background: #faa524 !important;
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 3px!important;
}


.r-card{background-color: #fff;border-radius: 6px;box-shadow: 0px 5px 10px #e5e5e5;}
.r-card .title{background-color: #faa524;color:#fff;}

.OutlinePrimaryBtn{
    background-color: #fff;
    border: 1px #faa524 solid;
    color: #faa524 !important;
}
.OutlinePrimaryBtn:hover,.OutlinePrimaryBtn:focus{background-color: #faa524;color:#fff !important;}
.OutlinePrimaryBtn:hover .material-icons,.OutlinePrimaryBtn:focus .material-icons{color: #fff;}
.reporting-page .col-md-3 {
    padding-top: 10px; }

.button-and-search button {
    margin-right: 10px; /* Adjust as needed */
    background: #faa524 !important;
}




#RightSideBar{
    width: 300px;
    background-color: #f5f5f5;
    height: 100%;
}
.OutlineSmallBtn{background: #faa524 !important;border: 0 !important;box-shadow: none;border-radius: 3px;color: #4a4a4a;  line-height:27px;    display: inline-block;  padding: 0 10px;}

.kb-title-action{background: #f5f5f5;border-radius: 20px;}
.kb-title-action a{color:#4a4a4a;}
.kb-title-action a:focus{text-decoration: none;}

.help-tooltip {
    width: auto;
    height: 51px;
    box-shadow: 10px 8px 15px 2px #808080;
    position: absolute;
    background-color: #002f51;
    color: white;
    padding: 8px 40px 8px 16px;
    border-radius: 6px;
    font-size: 16px;
    right: 0;
    white-space: nowrap;
    margin-top: 15px;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #002f51 transparent;
    bottom: 100%;
    right: 0;
    transform: translateX(-50%);
}
.help-tooltip-close {
    border: none;
    background: none;
    position: absolute;
    top: 11px;
    right: 0px;
    font-size: 18px;
    color: #ddd;
}


#integration_modal:before{display: none;}
#integration_modal .rounded-2{border-radius: 1.75rem;}
#integration_modal .modal-content{padding: 28px;border-radius: 15px;}
#integration_modal .modal-header{background: transparent;padding: 12px 15px;}
#integration_modal .modal-header .modal-title{color: #4a4a4a !important;}
#integration_modal .modal-body .height-80{height: 80px;}
#integration_modal .modal-body .rounded-10{border-radius: 10px;}
#integration_modal .modal-body .action-btn{border: 1px #4a4a4a solid;padding:0 20px;border-radius: 6px;color: #4a4a4a;line-height: 30px;white-space: nowrap;text-decoration: none;}
#integration_modal .modal-body .action-btn:hover, #integration_modal .modal-body .action-btn:focus{background-color:#F56D24;border: 1px #F56D24 solid;color: #fff !important;}
#integration_modal .modal-body .heading{font-size: 16px;color:#4a4a4a;}
#integration_modal .modal-body .list-items{margin: 0;padding: 0;list-style: none;}
#integration_modal .modal-body .list-items li{font-size: 14px; color: #4a4a4a;padding: 10px 0 10px 30px;background: url(../../images/bullet_icon.png) left top 11px no-repeat;}


/* .ribbon{border: 1px #F56D24 solid;border-radius: 8px;}
.ribbon .card_ribbon{width: 100px;height: 100px;overflow: hidden;position: absolute;}
.ribbon .card_ribbon span {position: absolute;display: block;width: 160px;padding: 5px 0;background-color: #F56D24;box-shadow: 0 5px 10px rgba(0,0,0,.1);text-transform: uppercase;text-align: center;color: #fff;font-weight: bold;}
.ribbon .card_ribbon-top-right {top: 0;right: 0;}
.ribbon .card_ribbon-top-right span {left: -10px;top: 13px;transform: rotate(45deg);} */

.navbar_tooltip{position: absolute;
    top: 10px;
    left: 100%;
    background-color: #aaa;
    border-radius: 6px;
    padding: 6px 10px;
    line-height: 20px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    /* opacity: .9; */
    font-size: 13px;
    display: none;
}
.navbar_tooltip:before{    content: '';
    position: absolute;
    display: block;
    left: -4px;
    top: 12px;
    width: 0.4rem;
    border-color: transparent;
    border-style: solid;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #aaa;
    height: 0.8rem;
}

#NavIconWrapper li a:hover .navbar_tooltip{display: block;}
#NavIconWrapper li.active a:hover .navbar_tooltip{display: none;}
#NavIconWrapper li a:hover, #NavIconWrapper li a:focus{outline: none;box-shadow: none;border: none;}

.initial_wrap{display: flex;align-items: center; justify-content: left;}
.initial_wrap .initial{width: 33px;height: 33px;line-height: 33px;border-radius: 50%;background-color: #faa524; text-align: center;text-decoration: none;font-size: 14px; font-weight:bold;}
.initial_wrap .user_details{margin: 0;padding: 0;position: relative;max-width: 100px;font-size: 13px;line-height: normal;}
.initial_wrap .caret_down{padding: 0 15px 0 0;}
.initial_wrap .caret_down:after{content: url(../../images/tata/arrow-down.svg);position: absolute;top:calc(50% - 10px);right: 0;font-size: 13px;line-height: normal;}
.initial_wrap .user_details .user_name{color:#4F5F80;font-weight: bold;font-size: 13px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.initial_wrap .user_details .user_id{color:#7988A5;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 11px;}
.initial_wrap .user_details .user_email{color:#7988A5;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.dropdown-menu.popover_paper{margin-top: 14px !important;box-shadow:-2px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.popover_paper{width: 300px;background-color:#FBFBFF;}
.popover_paper .initial_wrap{padding: 20px;}
.popover_paper .initial_wrap .initial{width: 70px;height: 70px;line-height: 70px;font-size: 30px;font-weight: normal;}
.popover_paper .initial_wrap .user_details{max-width: 175px;line-height: 20px;}
.popover_paper .initial_wrap .user_name{font-size: 18px;line-height: normal;font-weight: normal;}
.popover_paper .initial_wrap .user_details .user_id{font-size: 13px;color: #faa524;}
.popover_paper .initial_wrap .user_details .user_email{font-size: 13px}
.popover_paper .popover_list{margin: 0;padding: 10px 0; list-style: none;}
.popover_paper .popover_list li a{display: block;padding: 8px 15px;color:#4F5F80;text-decoration: none;}
.popover_paper .popover_list li a:hover, .popover_paper .popover_list li a:hover .material-icons{color: #faa524 !important;}
.popover_paper .popover_list li a .material-icons{color: #B8C1D8;vertical-align: middle;}
.popover_paper hr{border-top: 1px solid #EEF1F5;}
.popover_paper .logout{display: block;padding: 10px 15px;color:#4F5F80;text-decoration: none;}
.popover_paper .logout .material-icons{color: #B8C1D8;vertical-align: middle;}
.popover_paper .logout:hover, .popover_paper .logout:hover .material-icons, .popover_paper .logout:focus, .popover_paper .logout:focus .material-icons{color: #faa524 !important;}

.popover_list .copy_icon{display: none;}
.popover_list li a:hover .copy_icon{display: inline-block;}
.popover_list li a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.popover_list li a .u_mail{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: calc(100% - 70px);display: inline-block;vertical-align: middle;}

@media (max-width: 1280px) {
    #NavIconWrapper li a {
        width: 34px;
        height: 34px;
        border-radius: 34px;
    }
    #NavIconWrapper li > a img{width:20px;}
    #NavIconWrapper li > a img.dashboard_icon{width:18px;}
    #NavIconWrapper li > a img.cdr_icon{width:25px;}
    #NavIconWrapper li {padding: 1px 0;}
    .navbar-footer-itmes a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 34px;
    }
    .navbar-footer-itmes a img{
        width:18px;
    }
}

#callflowmodaldiv .modal-dialog {
    margin-top: -5px !important;
}