﻿/*header fixed*/
#myHeader{
    z-index:100;
}
.content {
  padding: 16px;
}

.sticky {
    right: 0;
    position: fixed;
    top: 0;
    width: calc(100% - 50px);
    text-align: left;
    background: rgba(134, 153, 169, 0.5);
}

.sticky + .content {
  padding-top: 102px;
}
/*end header*/
.fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}

    .fieldset legend {
        font-size: 1.5em;
        font-weight: 300;
        color: #3c8dbc;
    }

.mautable th {
    background-color: #ecf0f5 !important;
}

.bootbox {
    height: 0;
    overflow: initial;
    overflow-y: initial;
}

    .bootbox .modal-dialog {
        padding: 0;
    }

    .bootbox .modal-body {
        padding: 10px;
    }

    .bootbox .waiting {
        border: 1px solid #f1c40f;
        background-color: #f39c12;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        margin-top: 5px;
    }

    .bootbox .error {
        border: 1px solid #e74c3c;
        background-color: #c0392b;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        margin-top: 5px;
    }

    .bootbox .finsh {
        border: 1px solid #27ae60;
        background-color: #2ecc71;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        margin-top: 5px;
    }

.scroll-box {
    overflow-x: scroll;
    max-width: 100%;
    position: relative;
}

.table .btn-sm {
    padding: 0px 5px;
}

.fix_box {
    margin-bottom: 3rem;
}

.disabled_box {
    background: #ecf0f1;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

.required {
    color: #ff0000;
}

.red-start {
    color: red;
    font-size: 14px;
    margin-left: 3px;
}

.search-button {
    margin-left: 5px;
}

.voting > .modal-dialog{
    width: 100%;
    padding: 0;
    position: initial;
    height: 100%;
}
.voting > .modal-dialog > .modal-content{
    height: 100%;
}

::-webkit-scrollbar {
    background: #E4DDDF;
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar-thumb {
    background: #F6921E;
}

#loadpage_active{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255, 0.8);
    z-index: 99999;
    text-align: center;
    overflow: hidden;
    padding: 20px;
}

#loadpage_active img {
    display: inline-block;
    position: relative;
    top: 40%;
    max-width: 100%;
}

.ms-info-customer-phone{
    width: 100%;
    /*background: #000;*/
}

.img-zoom{
    background: rgba(0,0,0,0.5);
    transform: scale(5);
    position: relative;
    z-index: 999;
}

.img-zoom-repairing{
    background: rgba(0,0,0,0.5);
    transform: scale(4);
    position: relative;
    z-index: 999;
    left: 100%;
}

.bg-position{
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    height: 100%;
    width: 100%;
    position: fixed;
}

.img-thumb_product, .img-thumb{
    /*transition-duration: 0.5s;*/
}
.img-thumb{
    transition: transform .2s;
}
.img-thumb:hover{
   background: rgba(0,0,0,0.5);
    transform: scale(5);
    position: relative;
    z-index: 999;
}

.img-thumb_product:hover{
    transform: scale(5);
    position: relative;
    z-index: 999;
}
.table-autocomplete {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.table-autocomplete th, .table-autocomplete td {
    border: none;
    text-align: left;
    padding: 5px;
}

.table-autocomplete tr {
    border-bottom: 1px solid #ddd;
}

.table-autocomplete tr:hover {
    background-color: #e2e2e2;
}
aside.main-sidebar {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p{

}

.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu{
    width: 400px !important;
}

.check-seen{
    position: relative;
    right: 0;
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 999;
    float: right;
    top: 20px;
    cursor: pointer;
}

.bell-font{
    font-size: 20px;
}

@keyframes ringbell {
    0% {
        transform:rotate(0);
    }

    10% {
        transform:rotate(-25deg);
    }

    20% {
        transform:rotate(25deg);
    }

    30% {
        transform:rotate(-25deg);
    }

    40% {
        transform:rotate(25deg);
    }

    50% {
        transform:rotate(0);
    }

    100% {
        transform:rotate(0);
    }
}

.ring-bell{ -webkit-animation: ringbell 1s infinite; animation: ringbell 1s infinite;  }

.fix-tab{
    position: fixed;
    background: #fff;
}

/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
* 
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
* 
* all CSS sizing (width,height) is done in pixels (px)
*/

/* @group Reset */

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
    margin: 0;
    
    /* size */
	padding: 0;

	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
	}

.fht-table {
	/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
	}
.textmax{
    word-wrap: break-word;
}
/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;
	
	/* position */
	}
.fht-table thead{
    font-weight: bold;
}
	.fht-table-wrapper .fht-fixed-body .fht-tbody,
	.fht-table-wrapper .fht-tbody {
		/* appearance */
	    overflow: auto;
		}

		.fht-table-wrapper .fht-table .fht-cell {
			/* appearance */
			overflow: hidden;
			
			/* size */
		    height: 1px;
			}
	
	.fht-table-wrapper .fht-fixed-column,
	.fht-table-wrapper .fht-fixed-body {
	    /* position */
	    top: 0;
	    left: 0;
	    position: absolute;
	    }
	    
	.fht-table-wrapper .fht-fixed-column {
	    /* position */
	    z-index: 1;
	    }

/* @end */
a + .tooltip.right{
      z-index: 1;
      position:absolute;
}

.tooltip.left{
    z-index:999;
}   

.hide-text{
    display: none;
}

span.read-more { cursor: pointer; color: #e74c3c; }
    span.more { display: none;  }

.info-box{
    min-height: 60px;
}

.info-box-icon{
    height:60px;
    line-height:60px;
}

.btn-table-list{
    display: block;
    width: 30px;
    margin: 5px auto;
}

.download-all-img {
    float: right;
    margin-bottom: 10px;
}

.download-single-img {
    float: right;
    margin: -5px 10px;
}

.breadcrumb.sticky {
    position: fixed;
    width: calc(100% - 50px);
    right: 0;
    text-align: right;
    background: rgba(134, 153, 169, 0.5);
    top: 0;
}

@media only screen and (max-width: 768px) {
    .skin-blue .main-header .logo{
        height: auto !important;
    }
}

.box__rotateImage {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.dropdown-menu .dropdown-item {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu a.dropdown-item:nth-child(odd) {
    background-color: #EFEFEF;
}

.dropdown-menu a.dropdown-item:nth-child(even) {
    background-color: #DFE6E9;
}

.dropdown-menu a.dropdown-item {
    color: #333 !important;
    font-size: 13px;
}

.dropdown-tem::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.colspan-search.toggle {
    max-height: 0px;
    overflow: hidden;
}

@media only screen and (max-width: 767px){
    #toggle-colspan-search {
        display: block;
    }
}

.open>.dropdown-menu {
    max-height: 200px;
    overflow: auto;
}