.nav > li > a:hover, .nav > li > a:focus{
	background-color: transparent !important;
	outline: none !important;
}
.margin-top15 {
    margin-top: 15px;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    padding: 5px 8px !important; 
}
.errorSummary {
    color: red;
}
.errorMessage {
    color: red;
}
.required{
    color: red;
}
.tableWidgetCustom{
	font-weight: 600;
	text-align: center !important;
}
.form label{
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: 600 !important;
}
.task-widget ul.task-list .task-item.trans .task-handle::after{
    background-color:#8c7dd8 !important;
}
.c1{
    height: 90px;
    width: 120px;
}
.ans:hover{
	text-decoration: none !important;
}
.admin-form .panel-body {
    min-height: 134px;
}
.w100p {
    width: 100%;
    display: block;
}
.panel{
    border: 0px;
}
.tradePriceH{
    background-color: red;
}.priceH{
    background-color: #3498db;
}.tradePriceH a{
    color: #fff;
}.priceH a{
   color: #fff;
}
 .w600{
     font-weight: 600;
 }
.panel-heading {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    height: 52px;
    letter-spacing: 0.2px;
    line-height: 49px;
    padding: 0 8px;
    position: relative;
}

.navbar .dropdown-menu > li.dropdown-footer form button {
    text-align: center;
    color: #333;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    width: 100%;
}

.btn-link:hover{
    text-decoration: none;
}

.breadcrumb {
    padding: 0;
    background-color: #fafafa;
}
.nav > li > a {
    padding: 0px 0px;
}
.nav > li > a:hover {
    background-color: #666666; 
}

div .nav-tabs > li > a{
    padding: 10px 15px;
}

div .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.dashboard-page .table-layout .col-lg-6{
    padding-left: 0px;
    padding-right: 0px;
}
.center{
    float: none;
    margin: 0 auto;
}
.right{
  float: right;   
}
.nav-tabs > li > a:hover{
    background-color: #fafafa; 
    outline: 0; 
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:visited {
    background-color: #fafafa; 
    outline: 0; 
}
.well{
    margin-bottom: 10px;
    margin-top: 10px;
    list-style-type: none;
}

.grid-view{
    overflow-x: auto;
}
/*.kv-file-upload{
    display: none;
}
.fileinput-upload-button{
    display: none !important;
}*/
.img-circle {
    border-radius: 50% !important;
}

.offcanvas-cart-close{
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}
a.btn.disabled {
    pointer-events: visible;
}
/* CHAT */
.rightbar-action {
    background-color: #78909c;
    border-radius: 16px;
    color: #ffffff;
    height: 32px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 13px;
    width: 32px;
}
.waves-effect i{
    margin-top: 8px;
}
.waves-effect {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    will-change: opacity, transform;
    z-index: 1;
}
.navbar-nav.navbar-right, .navbar-nav.navbar-right:last-child{
    margin-right: 30px;
}

.right-aside {
    background-color: #f5f5f5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(100%, 0px);
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 300px;
    z-index: 1000;
}
.right-aside .aside-branding {
    background-color: #15bdc3;
    height: 60px;
}
.right-aside .aside-branding .rightbar-action {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 12px;
    top: 13px;
    width: 32px;
}
.right-aside .aside-branding .rightbar-action:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.right-aside .aside-branding .rightbar-action i {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 31px;
    position: relative;
    text-align: center;
}
.right-aside.rightbar-show {
    transform: translate(0px, 0px);
    transition: all 0.5s ease-in-out 0s;
    visibility: visible;
}
.aside-tab {
    height: 60px;
    position: relative;
}
.aside-tab .nav-tabs {
    border-bottom: 0 none;
}
.aside-tab li a {
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    padding: 0;
    text-align: center;
    transition: all 0.1s ease-out 0s;
    width: 60px;
}
.aside-tab li a:focus, .aside-tab li a:hover {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: #f5f5f5;
    cursor: pointer;
    transition: all 0.1s ease-out 0s;
}
.aside-tab li.active a {
    background-color: #f5f5f5;
    border: 0 none;
    border-radius: 0;
}
.aside-tab li.active a:focus, .aside-tab li.active a:hover {
    background-color: #f5f5f5;
    border: 0 none;
    border-radius: 0;
    color: #15bdc3;
    cursor: pointer;
    transition: all 0.1s ease-out 0s;
}
.chat-list {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}
.chat-list li {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    display: table;
    padding: 20px;
    position: relative;
    transition: all 0.1s ease-out 0s;
    width: 100%;
}
.chat-list li a {
    color: #444444;
    display: block;
    position: relative;
    width: 100%;
}
.chat-list li a > span {
    display: table-cell;
    vertical-align: middle;
}
.chat-list li a:hover, .chat-list li a:focus {
    color: #15bdc3;
    text-decoration: none;
}
.chat-list li .chat-avatar {
    height: 40px;
    position: relative;
    width: 40px;
}
.chat-list li .chat-avatar img {
    border-radius: 100%;
    width: 100%;
}
.chat-list li .chat-u-info {
    font-size: 12px;
    font-weight: 500;
    padding-left: 12px;
}
.chat-list li .chat-u-info cite {
    color: #868686;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.chat-list li .chat-u-status {
    color: #ccc;
    position: absolute;
    right: 20px;
    top: 32%;
}
.chat-list li .chat-u-status i {
    color: #ddd;
    font-size: 8px;
    text-shadow: 0 0 3px #fff;
}
.chat-list li:hover {
    background-color: #fff;
    transition: all 0.1s ease-out 0s;
}
.chat-list li.chat-u-online i {
    color: #00c853;
}
.aside-tab-wigets h3 {
    border-bottom: 1px solid #eeeeee;
    color: #868686;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}
.aside-tab-wigets h3 .online-counter {
    color: #00c853;
    font-size: 11px;
    letter-spacing: normal;
    text-transform: none;
}
.chatblink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

#chatGis{
    background-color: #000;
}
/* END CHAT */


.navbar .nav > .notification > a {
	font-size: 17px;
}
.task-user-comments{
    background-color: #f5f5f5;
    margin-bottom: 10px;
    border: #eee 1px solid;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
}

.label-warning:hover {
	cursor: pointer;
	text-decoration: none !important;
}	
.label-warning {
    background-color: #ffb300;
	border-radius: 0.25em;
    color: #fff !important;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
}
.tray {
	width: 100%;
}
.green{
	color: #00d900;
}.red{
	color: #ff0000;
}
.help{
    font-size: 24px;
    margin-top: 10px;
}
.borderBhr{
	border: 1px solid #000;
}

.sidebar-menu li ul li a.menu-open {
	color: #3498db;
}

table.repairs, table.repairs_user {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    border: 0px solid #DDDDDD;
}
table.repairs_user {
    width: 100%;
    border: 1px solid #DDDDDD;
    color: #00B0B8;
}

.toggle_down{
    cursor:pointer;
}

.customSelect > .ms-container{
	width: 100%;
}

#moveUpDown{
    position: fixed;
    top: 425px;
    z-index: 9998;
    right: 0;
}

#moveUpDown > div{
    padding: 5px;
    background-color: #999;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

#moveUpDown > div#pageUp{
    margin-bottom: 3px;
}

#moveUpDown > div > span{
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.add-repair-tab {
	padding: 0px 20px 6px 20px !important;
}

.add-repair-type-select {
	padding-left: 0;
	margin-bottom: 20px;
}

.repairUnreadMsg{
    background-color: #ee0000;
    color: #fff;
    padding: 3px;
    border-radius: 2px;
}.repairSt{
    background-color: #1a8ee0;
    color: #fff;
    padding: 3px;
    border-radius: 2px;
}
.panel-tabsX > .active {
    margin-bottom: -2px  !important;
}
.label-megic{
    background-color: red;
    -webkit-animation: background 8s cubic-bezier(1,0,0,1) infinite;
    animation: background 8s cubic-bezier(1,0,0,1) infinite;
}
@-webkit-keyframes background {
    0% { background-color: #3498db; }
    43% { background-color: #f6bb42;; }
    70% { background-color: #87d37c; }
    100% { background-color: #87d37c; }
}

@keyframes background {
    0% { background-color: #3498db; }
    43% { background-color: #f6bb42;; }
    70% { background-color: #87d37c; }
    100% { background-color: #87d37c; }
}
.nonX{
    float: right;
}
.task-widget ul.task-list .task-item .task-menu{
    height: 0;
}
.panel-tabsX {
    position: relative !important;
}
.panel-headingX{
    padding: 3px !important;
}
.noti1, .noti2, .noti3 {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.fixMenuN1 {
    margin-top: 0px !important;
}
.fixMenuN1::after {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
}
.fixMenuN2 {
    margin-top: 0px !important;
}
.fixMenuN2::after {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
}
.fixMenuN3 {
    margin-top: 0px !important;
}
.fixMenuN3::after {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
}

#privateMsgIndexBox{
    height: 400px;
}
.flagged{
    color: red;
    font-weight: bold;
}.flagged a{
     color: red;
     font-weight: bold;
 }
.unread_msg{
    background-color: rgba(200, 208, 200, 0.2);
}
.viewMail{
    overflow: visible;
}
.notify{
    color: #000;
    -webkit-animation: notifyColor 3s cubic-bezier(1,0,0,1) infinite;
    animation: notifyColor 3s cubic-bezier(1,0,0,1) infinite;
}
@-webkit-keyframes notifyColor {
    0% { color: #000; }
    33% { color: #000; }
    70% { color: #FF0043; }
    100% { color: #FF0043; }
}
@keyframes notifyColor {
    0% { color: #000; }
    33% { color: #000; }
    70% { color: #FF0043; }
    100% { color: #FF0043; }
}
.fs18M a{
    font-size: 19px !important;
}
.unread{
    font-weight: 600;
}

.export-xls-prices {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.export-xls-prices .checkbox {
    padding: 0 10px;
    border: 0;
    height: auto;
    width: 100%;
}

.export-xls-prices .dropdown-menu {
    min-width: 260px;
}
.modal-dialog {
    width: 1024px;
    margin: 70px auto;
}
@media (max-width: 900px){
    .navbar-nav.navbar-right, .navbar-nav.navbar-right:last-child {
        margin-right: 0px !important;
    }
    .nav .open {
        max-width: none !important;
    }
}
.tb-center table{
    text-align: center;
}
.navbar .dropdown-menu > li.dropdown-header{
    background: #c9cdd1 !important;
}

.loaderDiv {
   position: fixed;
   background: rgba(255, 255, 255, 0.5);
   z-index: 9999;
   width: 100%;
   height: 100%;
   top: 0;
   display: none;
}

.loaderDiv .content {
   position: absolute;
   left: 47%;
   top: 50%;
}

.loader_img {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
    width: 200px;
}
.userGridCenter {
    width: 100%;
    display: block;
    padding-right: 0px;
}
.userGridCenter img{
    margin: 0 auto;
}
.admin-form #btnUP .switch > input:checked + label {
    padding-left: 150px;
}

.admin-form #btnUP .switch > label {
    width: 175px;
}

.admin-form #btnUP .switch > label::before {
    width: 155px;
}
.tab-pane{
    display: none;
}
.tab-pane.active{
    display: block;
}
.custom-grid-scroll {
    overflow-y:hidden;
    overflow-x: auto;
    width: 100px;
    margin: 10px auto 5px auto;
    height: 20px;
}
.custom-grid-scroll div {
    width: 100%;
    height: 20px;
    margin-left: -100px !important;
}
.offcanvas-cart {
    display: flex !important;
    width: 430px;
    overflow: auto;
    z-index: 1050;
    position: fixed;
    top: 0;
    bottom: 0;
    transition: transform 0.3s ease-in-out !important;
}
.offcanvas-cart {
    right: 0;
    transform: translateX(100%);
    background-color: #fff;
}
.offcanvas-cart.open {
    transform: none;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out !important;
}
.offcanvas-cart .card {
    background-color: #ffffff;
    width: 100% !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}
.offcanvas-cart .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 25px 2.25rem;
    color: #5e6278;
    border-bottom: 1px solid #ddd;
}
.offcanvas-cart .card-header h4 {
    margin: 0;
}
.offcanvas-cart .card-body {
    flex: 1 1 auto;
    padding: 2rem 2.25rem;
}
.offcanvas-cart .client {
    margin-bottom: 30px;
}
.offcanvas-cart .client .heading {
    display: flex;
    justify-content: space-between;
}
.offcanvas-cart .client h5 {
    line-height: 18px;
    color: #181c32;
    font-weight: 600;
}
.offcanvas-cart .client .total {
    margin: 10px 0;
    color: #181c32;
    font-weight: 600;
}
.offcanvas-cart .card-body .product {
    border-radius: 0.475rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    border: 1px dashed #cfd1db;
}
.offcanvas-cart .card-body .product .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offcanvas-cart .card-body .product .info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.offcanvas-cart .card-body .product .info title {
    margin-bottom: 0.25rem;
    font-size: 14px;
    color: #181c32;
    font-weight: 500;
}
.offcanvas-cart .card-body .product .price {
    font-size: 1.4rem;
}
.offcanvas-toolbar {
    position: fixed;
    z-index: 1000;
    top: 280px;
    right: 0;
    transform: rotate(90deg);
    transform-origin: right top;
    display: flex;
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}
.offcanvas-toolbar button {
    cursor: pointer;
    padding: 12px 20px 15px 20px;
    display: flex;
    align-items: center;
    height: 43px !important;
    color: #000;
    border: 1px solid #DDD;
    background-color: #fafafa;
    box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 0 0 / 5%) !important;
}
.pricing-order-product {
    border-radius: 0.475rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    border: 1px dashed #cfd1db;
}
.pricing-order-product .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricing-order-product .info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.pricing-order-product .info title {
    margin-bottom: 0.25rem;
    font-size: 14px;
    color: #181c32;
    font-weight: 500;
}
.pricing-order-product .price {
    font-size: 1.6rem;
}
.w90p {
    width: 90%;
}
.bold {
    font-weight: bold;
}
.selectClient {
    padding: 2px;
    border: #e9573f solid 1px;
    border-radius: 5px;
}
.select2-container .select2-selection--single {
    height: auto;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.two-fa-container {
    max-width: 400px;
    margin: 60px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-family: sans-serif;
    background: #fff;
}

.two-fa-container .error-summary{
    color: #7f0505;
    border: 1px solid #7f0505;
    padding: 1rem;
    margin-bottom: 1rem;
}

.two-fa-container h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

/* 6 digit input boxes */
#two-fa-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

#two-fa-inputs input {
    width: 48px;
    height: 48px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#two-fa-inputs input:focus {
    border-color: #007BFF;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.4);
}

/* Submit button */
.two-fa-submit {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.two-fa-submit:hover {
    background-color: #0056b3;
}
