﻿ tr.active > td{
            background-color: #0bd2d7 !important;
        }
 .scrolling{
     overflow: auto; margin-top: 10px;height:100%;
 }
 .no-padding{
     padding:0 !important
 }
 a[onclick] {
    cursor: pointer;
}
.footerPage {
    margin: 10px 0;
}
.box-border{
        border: 1px solid #bcbcbc;
    padding: 20px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
    /* width: 300px; */
    border-radius: 5px;
}
.box-border > .box-title{
    position: absolute;
    top: -15px;
    left: 10px;
    background-color: white;
    padding: 0 5px;
    font-weight: bold;
}
.selectGroup {
    padding: 0px;
    height: 28px;
    margin: 0;
    border: 0;
}
.hightlightCongNo{
    color:blue;
    font-weight:bold;
    text-align: right;
}
.column {
      flex: 1;        /* Mỗi cột sẽ có chiều rộng bằng nhau */
      /*padding: 10px;
      border: 1px solid #ccc;*/  /* Thêm viền để dễ nhận diện */
    }
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
    .slider.slider-horizontal {
        width: 100%;
        height: 50px;
        left: 20px;
        top: -5px;
    }
    .slider.slider-horizontal .slider-track {
        height: 2px;
        width: 100%;
        top: 35%;
        left: 0;
    }
.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
    background-image: linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.slider-handle {
    position: absolute;
    top: 10px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    /* background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%); */
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    /* background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
    /* background-repeat: repeat-x; */
    /* filter: brightness(0.5); */
    /* -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%); */
    /* box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%); */
    border: 0.5px solid #777;
}
    .slider-handle.round {
        border-radius: 50%;
    }
#red .slider-handle.active:nth-child(2) {
    background: dodgerblue;
}
#red .slider-handle.active:nth-child(3) {
    background: dodgerblue;
}
#red .slider-handle.active:nth-child(4) {
    background: orangered;
}
#red .slider-handle.active:nth-child(5) {
    background: green;
}
    .slider-handle a {
        white-space: nowrap;
        position: absolute;
        top: 13px;
        left: -20px;
        color: black;
    }
    .slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
        height: 100%;
        top: 0;
        bottom: 0;
    }
.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
#red .slider-selection {
    background: #2394ab;
}
.paging_simple_numbers {
    margin: 5px 0;
}
.title {
    text-align: center;
    color: #bd110f;
    font-size: 25px;
    font-weight: bold;
    font-family: -webkit-body;
    padding-top: 13px;
}
td > ul.ulGhiChu > li {
    /* display: inline-block; */
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
td > ul > li:before {
    content: "✦";
    padding-right: 5px;
}
/*.controls{
    padding-left:5px;
}*/
.orderProcess_3AvZ {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
}
    .orderProcess_3AvZ li {
        width: 95px;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        text-align: center;
        position: relative;
    }
        .orderProcess_3AvZ li.stepPassed_2faL a:after {
            content: "";
            width: 25%;
            background: #5dd6cf;
            display: block;
            height: .2rem;
            position: absolute;
            right: 0;
            transform: translateX(130%);
            top: 45%;
        }
.del {
    font-size: 12px;
    position: relative;
    width: 0;
    padding-left: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    background: transparent;
    border-radius: 2px;
    top: -1px;
}
.del:before {
    content: "" !important;
    background: url(/img/saleOff.png) no-repeat 0 -25px;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    position: absolute;
    color: #e47885;
    line-height: 10px;
    z-index: 1;
}
.groupInput {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}
    .groupInput:last-child {
        margin-bottom: 0;
    }
    .groupInput span {
        white-space: nowrap;
        width: 36%;
    }
    .groupInput input, .groupInput select {
        width: 58% !important;
        margin: 0px;
        font-size: 12px !important;
        height: auto;
    }
.btnDisable {
    cursor: not-allowed !important;
}
.flex{
    display:flex;
    align-items:center;
}
.m-r-10{
    margin-right:10px
}
.btCapNhatYCXK{
    font-size: 12px;padding: 3px;min-width: 110px;position: relative;
}
.btCapNhatYCXK > i.fa-circle{
    position: absolute;
    top: -5px;
    color: red;right: -5px;
}
/*///////////////////////////////////////////////////////////////*/
.span12 .tab-content {
    overflow: unset;
}
.no-padding-left {
    padding-left: 0 !important;
}
.name-item {
    font-weight: 600;
}
.controls label {
    padding-top: 7px;
}
.validationMessage {
    color: red;
    padding: 5px 0;
    font-size: 12px;
}
.carousel-controlleft {
    left: 15px;
    color: #1fd424;
    position: absolute;
    top: 50%;
    font-size: 45px;
}
.carousel-controlright {
    right: 15px;
    color: #1fd424;
    position: absolute;
    top: 50%;
    font-size: 45px;
}
.title1 {
	    font-size: 20px;
    color: #868989;
    padding-top: 6px;
}
.paddingbuttom30{
    margin-bottom:30px;
    border-bottom:1px solid #868989;
}
.imgedit {
	    width: 15px;
    margin-top: -2px;
    margin-right: 3px;
}
.imgcategory {
	width: 18px;
    margin-top: -3px;
    margin-right: 3px;
	
}
.imgcategorymenu {
	width: 18px;
    margin-top: -4px;
    margin-right: 5px;
	
}
.th {
    background-color: #163c56;
    color: white;
}
.th1 {
    /*background-color: #16acde;*/
    font-size: 15px;
    color: #000;
    white-space: nowrap;
}
.center{
    text-align:center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.bordernone td {
    border: none !important;
    padding-top: 3px;
    padding-bottom: 3px;
}
.bordernone .borderTop {
    border-top: 1px solid #041744 !important;
    border-right: 1px solid #041744 !important;
    border-left: 1px solid #041744 !important;
    padding-top: 8px;
}
.bordernone .borderBottom {
    border-bottom: 1px solid #041744 !important;
    border-right: 1px solid #041744 !important;
    border-left: 1px solid #041744 !important;
    padding-bottom: 8px;
}
.tdpadding4{
    padding:3px !important;
}
td > div.details-control {
    background: url('/images/details_open.png') no-repeat center center;
    cursor: pointer;
    min-height: 20px;
    min-width: 20px;
}

tr.shown td > div.details-control {
    background: url('/images/details_close.png') no-repeat center center;
    cursor: pointer;
    min-height: 20px;
    min-width: 20px;
}
.control-label {
    float: left;
    /*padding-top: 5px;*/
    align-items: center;
    /*padding-left:5px;*/
    display: flex;
        width:100%;
    height: 30px;
}
.color-red{
    color:red
}
.divAnh{
    width: 100px;
    float: left;
    /*padding-right: 5px;*/
    padding-bottom: 1px;
    position: relative;
    border-right-style: groove;
}

.imgDel
{
    position: absolute;
    top: 0px;
    right: 12px;
    cursor: pointer;
    color: red;
}

.coninput1 {
	float:left;
	width: 47.35%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.coninput2 {
	float:left;
	width: 47.5%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.titleinput {
	float:left;width:30%;padding-top: 5px;text-align: right;padding-right: 30px;
}
.dvnull {
	float:left;
	width: 4%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.txtinput {
	float:left;width:70%;
}
.titlecongty {
text-transform: uppercase;font-weight: bold;
}

@media (max-width:991px) {
	.titlecongty {
		display:none;
	}
	.coninput1 {
		width: 100%;
	}
	.coninput2 {
		width: 100%;
	}
	.titleinput {
		width: 100%;
		padding-top: 0px;
		text-align: left;
		padding-left: 15px;
	}
	.dvnull {
		display:none;
	}
	.txtinput {
		width: 100%;
		padding: 5px 15px;
	}
}
@media (max-width:1280px) {
	/*.coninput1 {
		float:left;
		width: 100%;
	}
	.coninput2 {
		float:left;
		width: 100%;
	}
	.titleinput {
		float: left;
		width: 23%;
		padding-top: 10px;
		text-align: right;
		padding-left: 15px;
	}
	.dvnull {
		display:none;
	}
	.txtinput {
		width: 77%;
		padding: 5px 15px;
	}*/
}
.tot
{
	background-color:#1ac51a;
}
.canhbao
{
	background-color:#f9f921;	
}
.nguyhiem
{
	background-color:#f72525;
}
.noxau
{
	background-color:#3c3b3b;
}
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 5px solid #00a65a;
	background-color: white;
	z-index:1002;
	overflow: auto;
	border-radius:3px;
}
.circle {
			width: 100px;
			height: 100px;
			background: #C30;
			text-align: center;
			padding: 50px;
			color: #fff;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border-radius: 100px;
		}
.imgCommand
{
    width:20px; cursor:pointer;
}
.footertable
{
    text-align: center;
    /*background-color: white;*/
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.notepaging {
    padding: 5px 12px;
    font-size: 13px;
    cursor: pointer;
    background-color: #FDFDFD;
    box-shadow: 0px 0px 0.7px 0px #737373;
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    margin: auto;
}
.notepaging:hover
{
    background-color: #3c8dbc;
    color:white;
}
.notepagingactive {
    padding: 5px 12px;
    font-size: 13px;
    cursor: pointer;
    background-color: #3c8dbc;
    box-shadow: 0px 0px 2px 0.1px #333;
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
    height: 33px;
    margin: auto;
    color:white;
}
.notepaginnone
{
    display:none;
}

.maginButton
{
    margin-bottom:10px;
}


.activeMenu
{
    background-color:#bd110f;
}

.activeSubMenu {
    background-color: #1f2024 !important;
}
    .activeSubMenu a{
        color:#fff !important;
    }

    .box {
        position: relative;
        border-radius: 3px;
        background: #ffffff;
        border-top: 3px solid #d2d6de;
        margin-bottom: 20px;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        padding-bottom: 20px;
    }


.CanhPhai
{
    text-align:right;
}

.NenTrang
{
    background-color:white;
}


.TieuDeBoLocTimKiem
{
    background-color:#1b1b1b; 
    color:white; 
    padding: 7px 2px 8px 20px; 
    font-size: 14px;
    font-weight: bold; 
    margin-left: -8px; 
    margin-right: 8px;
    margin-top: 5px;

}




.SoXuong
{
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    outline: none!important;
}



.Bang
{
    display: table;
    width:100%
}

.Cot30
{
    display: table-cell;
    width:30%;
}

.Cot70
{
    display: table-cell;
    width:70%;
}


.BodyBoLocTimKiem
{
    padding-left:10px; 
    padding-right:10px;
}

.DanhSachBoLocTimKiem
{
    padding-bottom:8px;
    font-weight:bold;
}

.FixIcon
{
    color:white;
    font-size:larger;
}


.TextBoxInTable
{
    border:none;
    border-bottom: solid 1px #00a65a; 
}


.text
{
    font-weight: bold;
    /*color: #5f5757;*/
    font-size:13px;
}

.text a:hover
{
    color:white;
}

.SizeLon
{
    font-size:larger;

}


.FieldHienThi
{
    border-bottom:solid 1px #ccd0d0;
    padding-top:5px;
}

.KhongXuongDong
{
    white-space:nowrap;
}


#menuPhai:hover
{
    background-color:#0083d2;
}


.IconSelect2, .nofix {
    padding: 7px 12px 7px 12px;
    background-color: #c7c6c6;
    color: green;
    font-size: larger;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}


.popupmini
{
    width:480px;
    left:50%;
}

#sidebar > ul > li.shortcut{
    float: right;
    margin-right: 20px;
    border: none;
    padding:4px;
    background-color: #f89406;
    font-weight: bold;
}

@media (max-width:992px)
{
    .IconSelect2
    {
         top:31px;
    }

     .modal
    {   
        left:30%;
        width: 50%;    
    }
     #sidebar > ul > li.shortcut{
    float: none;
    margin-right: 0;
    border: none;
    background-color: #f89406;
    font-weight: bold;
}
}

.centerImg{
    min-height:80px;
    /*padding:10px;*/
    color:#fff;
    margin:0 auto;
    position:relative;
}
 
.centerImg img{
    margin:auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}

@media (max-width:570px)
{
   
    .modal
    {   
        left:20%;
        width: 60%;    
    }

}

@media (max-width:480px)
{
    .modal
    {   
        left:3%;
        width: 95%;
    }

}

.login-box, .register-box {
	width: 420px;
	margin: 7% auto;
}

@media (max-width:414px) {
	.login-box, .register-box {
		width: 90%;
		margin-top: 20px;
	}
}

/*@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:2) {
	.login-box, .register-box {
		width: 90%;
		margin-top: 20%;
	}
}*/

.ui-autocomplete li {
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
}
.ui-autocomplete li .search-product-img {
    width:70px;
    height:50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    float: left;
    /*margin-left: -5px;*/
    /*margin-top: 15px;*/
}
#btnAdd{
    cursor:pointer;
}
.modal-title {
    font-size: 15px;
    color: white;
    text-shadow: none;
    font-weight: bold;
}
.ui-autocomplete li .search-product-img img {
    max-width: 100%;
    max-height: 92%;
    vertical-align: middle;
    margin-left: -3px;
}
    .ui-autocomplete li .search-product-info {
        margin-left: 80px;
        display: flow-root;
    }
.ui-autocomplete li .search-product-info p {
    margin-bottom: 3px;
}
.ui-autocomplete li .search-product-info .price-item {
    margin-left: 20px;
}


.cashTop ul {
    float: right;
    list-style:none;
    padding: 0px 15px 0 0;
    margin-bottom:0;
}
.cashTop ul li {
    float: left;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-left: 65px;
}
.cashTop ul li h3 {
    margin:0 0 10px 0;
}
.cashTop ul li .help {
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.cashTop {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    
}
@media (max-height: 768px) {
    .cashTop {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
}

#sidebar ul li ul li .fa {
    width: 20px;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 7px 0;
    border-radius: 4px;
}
        /*.dataTables_paginate {
            margin-right: 0;
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    border-right: medium none;
    border-top: 1px solid #D5D5D5;
    font-weight: normal;
    margin-top: -1px;
    border-bottom: 1px solid #CDCDCD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding:5px
}*/
        .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 12px;
    padding: 4px 10px !important;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    line-height: 16px;
    background: #f5f5f5;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    cursor:pointer;
}
 .disabled{
            opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
    cursor:default !important;
        }
        span .current{
            opacity: .35;
                background: #bd110f !important;
    color: #ffffff !important;
    cursor: default !important;
        }






        .ui.modal {
    display: none;
    position: fixed;
    z-index: 1001;
    /*top: 50%;*/
    left: 50%;
    text-align: left;
    background: #fff;
    border: none;
    box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);
    -webkit-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
    border-radius: .28571429rem;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    will-change: top,left,margin,transform,opacity;
}

    .ui.modal > .icon:first-child + *, .ui.modal > :first-child:not(.icon) {
        border-top-left-radius: .28571429rem;
        border-top-right-radius: .28571429rem;
    }

    .ui.modal > :last-child {
        border-bottom-left-radius: .28571429rem;
        border-bottom-right-radius: .28571429rem;
    }

    .ui.modal > .close {
        cursor: pointer;
        position: absolute;
        top: -2.5rem;
        right: -2.5rem;
        z-index: 1;
        opacity: .8;
        font-size: 1.25em;
        color: #fff;
        width: 2.25rem;
        height: 2.25rem;
        padding: .625rem 0 0 0;
    }

        .ui.modal > .close:hover {
            opacity: 1;
        }

    .ui.modal > .header {
        display: block;
        font-family: Arial;
        background: #fff;
        margin: 0;
        padding: 1.25rem 1.5rem;
        box-shadow: none;
        color: rgba(0,0,0,.85);
        border-bottom: 1px solid rgba(34,36,38,.15);
    }

        .ui.modal > .header:not(.ui) {
            font-size: 1.42857143rem;
            line-height: 1.28571429em;
            font-weight: 700;
        }

    .ui.modal > .content {
        display: block;
        width: 100%;
        font-size: 1em;
        line-height: 1.4;
        padding: 1.5rem;
        background: #fff;
    }

    .ui.modal > .image.content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ui.modal > .content > .image {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: '';
        -ms-flex-item-align: top;
        -ms-grid-row-align: top;
        align-self: top;
    }

    .ui.modal > [class*="top aligned"] {
        -ms-flex-item-align: top;
        -ms-grid-row-align: top;
        align-self: top;
    }

    .ui.modal > [class*="middle aligned"] {
        -ms-flex-item-align: middle;
        -ms-grid-row-align: middle;
        align-self: middle;
    }

    .ui.modal > [class*=stretched] {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .ui.modal > .content > .description {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-width: 0;
        -ms-flex-item-align: top;
        -ms-grid-row-align: top;
        align-self: top;
    }

    .ui.modal > .content > .icon + .description, .ui.modal > .content > .image + .description {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        min-width: '';
        width: auto;
        padding-left: 2em;
    }

    .ui.modal > .content > .image > i.icon {
        margin: 0;
        opacity: 1;
        width: auto;
        line-height: 1;
        font-size: 8rem;
    }

    .ui.modal > .actions {
        background: #f9fafb;
        padding: 1rem 1rem;
        border-top: 1px solid rgba(34,36,38,.15);
        text-align: right;
    }

    .ui.tiny.modal > .actions {
        background: #f9fafb;
        padding: 1rem 1rem;
        border-top: 1px solid rgba(34,36,38,.15);
        text-align: center;
    }

    .ui.modal .actions > .button {
        margin-left: .75em;
    }
    .ui.tiny.modal {
    left: 50%;
}
.ui.modal {
    width: 80%;
    /*top: 18%;*/
    left: 10%;
}
/*@media only screen and (max-width:767px) {
    .ui.modal {
        width: 95%;
        margin: 0 0 0 -47.5%;
    }
}

@media only screen and (min-width:768px) {
    .ui.modal {
        width: 88%;
        margin: 0 0 0 -44%;
    }
}*/

/*@media only screen and (min-width:992px) {
    .ui.modal {
        width: 850px;
        margin: 0 0 0 -425px;
    }
}*/

/*@media only screen and (min-width:1200px) {
    .ui.modal {
        width: 1100px;
        margin: 50px 0 0 -540px;
    }
}*/

/*@media only screen and (min-width:1920px) {
    .ui.modal {
        width: 950px;
        margin: 0 0 0 -475px;
    }
}*/

@media only screen and (max-width:991px) {
    .ui.modal > .header {
        padding-right: 2.25rem;
    }

    .ui.modal > .close {
        top: 1.0535rem;
        right: 1rem;
        color: rgba(0,0,0,.87);
    }
}

@media only screen and (max-width:767px) {
    .ui.modal > .header {
        padding: .75rem 1rem !important;
        padding-right: 2.25rem !important;
    }

    .ui.modal > .content {
        display: block;
        padding: 1rem !important;
    }

    .ui.modal > .close {
        top: .5rem !important;
        right: .5rem !important;
    }

    .ui.modal .image.content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ui.modal .content > .image {
        display: block;
        max-width: 100%;
        margin: 0 auto !important;
        text-align: center;
        padding: 0 0 1rem !important;
    }

    .ui.modal > .content > .image > i.icon {
        font-size: 5rem;
        text-align: center;
    }

    .ui.modal .content > .description {
        display: block;
        width: 100% !important;
        margin: 0 !important;
        padding: 1rem 0 !important;
        box-shadow: none;
    }

    .ui.modal > .actions {
        padding: 1rem 1rem 0 !important;
    }

    .ui.modal .actions > .button, .ui.modal .actions > .buttons {
        margin-bottom: 1rem;
    }
}

.ui.inverted.dimmer > .ui.modal {
    box-shadow: 1px 3px 10px 2px rgba(0,0,0,.2);
}

.ui.basic.modal {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
}

    .ui.basic.modal > .actions, .ui.basic.modal > .content, .ui.basic.modal > .header {
        background-color: transparent;
    }

    .ui.basic.modal > .header {
        color: #fff;
    }

    .ui.basic.modal > .close {
        top: 1rem;
        right: 1.5rem;
    }

.ui.inverted.dimmer > .basic.modal {
    color: rgba(0,0,0,.87);
}

.ui.inverted.dimmer > .ui.basic.modal > .header {
    color: rgba(0,0,0,.85);
}

@media only screen and (max-width:991px) {
    .ui.basic.modal > .close {
        color: #fff;
    }
}

.ui.loading.modal {
    display: block;
    visibility: hidden;
    z-index: -1;
}

.ui.active.modal {
    display: block;
}

.scrolling.dimmable.dimmed {
    overflow: hidden;
}

    .scrolling.dimmable.dimmed > .dimmer {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

.scrolling.dimmable > .dimmer {
    position: fixed;
}

.modals.dimmer .ui.scrolling.modal {
    position: static !important;
    margin: 3.5rem auto !important;
}

.scrolling.undetached.dimmable.dimmed {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    .scrolling.undetached.dimmable.dimmed > .dimmer {
        overflow: hidden;
    }

.scrolling.undetached.dimmable .ui.scrolling.modal {
    position: absolute;
    left: 50%;
    margin-top: 3.5rem !important;
}

.undetached.dimmable.dimmed > .pusher {
    z-index: auto;
}

@media only screen and (max-width:991px) {
    .modals.dimmer .ui.scrolling.modal {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

.ui.modal .scrolling.content {
    max-height: calc(70vh);
    overflow: auto;
}

.ui.fullscreen.modal {
    width: 95% !important;
    left: 2.5% !important;
    margin: 1em auto;
}

.ui.fullscreen.scrolling.modal {
    left: 0 !important;
}

.ui.fullscreen.modal > .header {
    padding-right: 2.25rem;
}

.ui.fullscreen.modal > .close {
    top: 1.0535rem;
    right: 1rem;
    color: rgba(0,0,0,.87);
}

/*.ui.modal {
    font-size: 1rem;
}*/

.ui.mini.modal > .header:not(.ui) {
    font-size: 1.3em;
}

@media only screen and (max-width:767px) {
    .ui.mini.modal {
        width: 95%;
        margin: 0 0 0 -47.5%;
    }
}

@media only screen and (min-width:768px) {
    .ui.mini.modal {
        width: 35.2%;
        margin: 0 0 0 -17.6%;
    }
}

@media only screen and (min-width:992px) {
    .ui.mini.modal {
        width: 340px;
        margin: 0 0 0 -170px;
    }
}

@media only screen and (min-width:1200px) {
    .ui.mini.modal {
        width: 360px;
        margin: 0 0 0 -180px;
    }
}

@media only screen and (min-width:1920px) {
    .ui.mini.modal {
        width: 380px;
        margin: 0 0 0 -190px;
    }
}

.ui.small.modal > .header:not(.ui) {
    font-size: 1.3em;
}

@media only screen and (max-width:767px) {
    .ui.tiny.modal {
        width: 95%;
        margin: 0 0 0 -47.5%;
    }
}

@media only screen and (min-width:768px) {
    .ui.tiny.modal {
        width: 52.8%;
        margin: 0 0 0 -26.4%;
    }
}

@media only screen and (min-width:992px) {
    .ui.tiny.modal {
        width: 510px;
        margin: 0 0 0 -255px;
    }
}

@media only screen and (min-width:1200px) {
    .ui.tiny.modal {
        width: 610px;
        margin: 0 0 0 -270px;
    }
}

@media only screen and (min-width:1920px) {
    .ui.tiny.modal {
        width: 570px;
        margin: 0 0 0 -285px;
    }
}

.ui.small.modal > .header:not(.ui) {
    font-size: 1.3em;
}

@media only screen and (max-width:767px) {
    .ui.small.modal {
        width: 95%;
        margin: 0 0 0 -47.5%;
    }
}

@media only screen and (min-width:768px) {
    .ui.small.modal {
        width: 70.4%;
        margin: 0 0 0 -35.2%;
    }
}

@media only screen and (min-width:992px) {
    .ui.small.modal {
        width: 680px;
        margin: 0 0 0 -340px;
    }
}

@media only screen and (min-width:1200px) {
    .ui.small.modal {
        width: 720px;
        margin: 0 0 0 -360px;
    }
}

@media only screen and (min-width:1920px) {
    .ui.small.modal {
        width: 760px;
        margin: 0 0 0 -380px;
    }
}

.ui.large.modal > .header {
    font-size: 1.6em;
}

@media only screen and (max-width:767px) {
    .ui.large.modal {
        width: 95%;
        margin: 0 0 0 -47.5%;
    }
}

@media only screen and (min-width:768px) {
    .ui.large.modal {
        width: 88%;
        margin: 0 0 0 -44%;
    }
}

@media only screen and (min-width:992px) {
    .ui.large.modal {
        width: 1020px;
        margin: 0 0 0 -510px;
    }
}

@media only screen and (min-width:1200px) {
    .ui.large.modal {
        width: 1080px;
        margin: 0 0 0 -540px;
    }
}

@media only screen and (min-width:1920px) {
    .ui.large.modal {
        width: 1140px;
        margin: 0 0 0 -570px;
    }
}
/*!
 * # Semantic UI 2.2.12 - Nag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

.ui.nag {
    display: none;
    opacity: .95;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    min-height: 0;
    width: 100%;
    margin: 0;
    padding: .75em 1em;
    background: #555;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    font-size: 1rem;
    text-align: center;
    color: rgba(0,0,0,.87);
    border-radius: 0 0 .28571429rem .28571429rem;
    -webkit-transition: .2s background ease;
    transition: .2s background ease;
}

a.ui.nag {
    cursor: pointer;
}

.ui.nag > .title {
    display: inline-block;
    margin: 0 .5em;
    color: #fff;
}

.ui.nag > .close.icon {
    cursor: pointer;
    opacity: .4;
    position: absolute;
    top: 50%;
    right: 1em;
    font-size: 1em;
    margin: -.5em 0 0;
    color: #fff;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.ui.nag:hover {
    background: #555;
    opacity: 1;
}

.ui.nag .close:hover {
    opacity: 1;
}

.ui.overlay.nag {
    position: absolute;
    display: block;
}

.ui.fixed.nag {
    position: fixed;
}

.ui.bottom.nag, .ui.bottom.nags {
    border-radius: .28571429rem .28571429rem 0 0;
    top: auto;
    bottom: 0;
}

.ui.inverted.nag, .ui.inverted.nags .nag {
    background-color: #f3f4f5;
    color: rgba(0,0,0,.85);
}

    .ui.inverted.nag .close, .ui.inverted.nag .title, .ui.inverted.nags .nag .close, .ui.inverted.nags .nag .title {
        color: rgba(0,0,0,.4);
    }

.ui.nags .nag {
    border-radius: 0 !important;
}

    .ui.nags .nag:last-child {
        border-radius: 0 0 .28571429rem .28571429rem;
    }

.ui.bottom.nags .nag:last-child {
    border-radius: .28571429rem .28571429rem 0 0;
}
/*!
 * # Semantic UI 2.2.12 - Popup
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

.ui.popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    z-index: 1900;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    max-width: 250px;
    background: #fff;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
}

    .ui.popup > .header {
        padding: 0;
        font-family: Arial;
        font-size: 1.14285714em;
        line-height: 1.2;
        font-weight: 700;
    }

        .ui.popup > .header + .content {
            padding-top: .5em;
        }

    .ui.popup:before {
        position: absolute;
        content: '';
        width: .71428571em;
        height: .71428571em;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
        box-shadow: 1px 1px 0 0 #bababc;
    }

[data-tooltip] {
    position: relative;
}

    [data-tooltip]:before {
        pointer-events: none;
        position: absolute;
        content: '';
        font-size: 1rem;
        width: .71428571em;
        height: .71428571em;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
        box-shadow: 1px 1px 0 0 #bababc;
    }

    [data-tooltip]:after {
        pointer-events: none;
        content: attr(data-tooltip);
        position: absolute;
        text-transform: none;
        text-align: left;
        white-space: nowrap;
        font-size: 1rem;
        border: 1px solid #d4d4d5;
        line-height: 1.4285em;
        max-width: none;
        background: #fff;
        padding: .833em 1em;
        font-weight: 400;
        font-style: normal;
        color: rgba(0,0,0,.87);
        border-radius: .28571429rem;
        box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
        z-index: 1;
    }

    [data-tooltip]:not([data-position]):before {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 50%;
        background: #fff;
        margin-left: -.07142857rem;
        margin-bottom: .14285714rem;
    }

    [data-tooltip]:not([data-position]):after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        margin-bottom: .5em;
    }

    [data-tooltip]:after, [data-tooltip]:before {
        pointer-events: none;
        visibility: hidden;
    }

    [data-tooltip]:before {
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(0) !important;
        transform: rotate(45deg) scale(0) !important;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
    }

    [data-tooltip]:after {
        opacity: 1;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
    }

    [data-tooltip]:hover:after, [data-tooltip]:hover:before {
        visibility: visible;
        pointer-events: auto;
    }

    [data-tooltip]:hover:before {
        -webkit-transform: rotate(45deg) scale(1) !important;
        transform: rotate(45deg) scale(1) !important;
        opacity: 1;
    }

    [data-tooltip]:after, [data-tooltip][data-position="bottom center"]:after, [data-tooltip][data-position="top center"]:after {
        -webkit-transform: translateX(-50%) scale(0) !important;
        transform: translateX(-50%) scale(0) !important;
    }

    [data-tooltip]:hover:after, [data-tooltip][data-position="bottom center"]:hover:after {
        -webkit-transform: translateX(-50%) scale(1) !important;
        transform: translateX(-50%) scale(1) !important;
    }

    [data-tooltip][data-position="left center"]:after, [data-tooltip][data-position="right center"]:after {
        -webkit-transform: translateY(-50%) scale(0) !important;
        transform: translateY(-50%) scale(0) !important;
    }

    [data-tooltip][data-position="left center"]:hover:after, [data-tooltip][data-position="right center"]:hover:after {
        -webkit-transform: translateY(-50%) scale(1) !important;
        transform: translateY(-50%) scale(1) !important;
    }

    [data-tooltip][data-position="bottom left"]:after, [data-tooltip][data-position="bottom right"]:after, [data-tooltip][data-position="top left"]:after, [data-tooltip][data-position="top right"]:after {
        -webkit-transform: scale(0) !important;
        transform: scale(0) !important;
    }

    [data-tooltip][data-position="bottom left"]:hover:after, [data-tooltip][data-position="bottom right"]:hover:after, [data-tooltip][data-position="top left"]:hover:after, [data-tooltip][data-position="top right"]:hover:after {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    [data-tooltip][data-inverted]:before {
        box-shadow: none !important;
    }

    [data-tooltip][data-inverted]:before {
        background: #1b1c1d;
    }

    [data-tooltip][data-inverted]:after {
        background: #1b1c1d;
        color: #fff;
        border: none;
        box-shadow: none;
    }

        [data-tooltip][data-inverted]:after .header {
            background-color: none;
            color: #fff;
        }

[data-position="top center"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: .5em;
}

[data-position="top center"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #fff;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem;
}

[data-position="top left"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: .5em;
}

[data-position="top left"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem;
}

[data-position="top right"][data-tooltip]:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: .5em;
}

[data-position="top right"][data-tooltip]:before {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem;
}

[data-position="bottom center"][data-tooltip]:after {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: .5em;
}

[data-position="bottom center"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 50%;
    margin-left: -.07142857rem;
    margin-top: .14285714rem;
}

[data-position="bottom left"][data-tooltip]:after {
    left: 0;
    top: 100%;
    margin-top: .5em;
}

[data-position="bottom left"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-top: .14285714rem;
}

[data-position="bottom right"][data-tooltip]:after {
    right: 0;
    top: 100%;
    margin-top: .5em;
}

[data-position="bottom right"][data-tooltip]:before {
    bottom: auto;
    left: auto;
    top: 100%;
    right: 1em;
    margin-left: -.14285714rem;
    margin-top: .07142857rem;
}

[data-position="left center"][data-tooltip]:after {
    right: 100%;
    top: 50%;
    margin-right: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-position="left center"][data-tooltip]:before {
    right: 100%;
    top: 50%;
    margin-top: -.14285714rem;
    margin-right: -.07142857rem;
}

[data-position="right center"][data-tooltip]:after {
    left: 100%;
    top: 50%;
    margin-left: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-position="right center"][data-tooltip]:before {
    left: 100%;
    top: 50%;
    margin-top: -.07142857rem;
    margin-left: .14285714rem;
}

[data-position~=bottom][data-tooltip]:before {
    background: #fff;
    box-shadow: -1px -1px 0 0 #bababc;
}

[data-position="left center"][data-tooltip]:before {
    background: #fff;
    box-shadow: 1px -1px 0 0 #bababc;
}

[data-position="right center"][data-tooltip]:before {
    background: #fff;
    box-shadow: -1px 1px 0 0 #bababc;
}

[data-position~=top][data-tooltip]:before {
    background: #fff;
}

[data-inverted][data-position~=bottom][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px -1px 0 0 #bababc;
}

[data-inverted][data-position="left center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: 1px -1px 0 0 #bababc;
}

[data-inverted][data-position="right center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px 1px 0 0 #bababc;
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #1b1c1d;
}

[data-position~=bottom][data-tooltip]:before {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

[data-position~=bottom][data-tooltip]:after {
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

[data-position="left center"][data-tooltip]:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

[data-position="left center"][data-tooltip]:after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

[data-position="right center"][data-tooltip]:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

[data-position="right center"][data-tooltip]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.ui.popup {
    margin: 0;
}

.ui.top.popup {
    margin: 0 0 .71428571em;
}

.ui.top.left.popup {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.ui.top.center.popup {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.ui.top.right.popup {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.ui.left.center.popup {
    margin: 0 .71428571em 0 0;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
}

.ui.right.center.popup {
    margin: 0 0 0 .71428571em;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
}

.ui.bottom.popup {
    margin: .71428571em 0 0;
}

.ui.bottom.left.popup {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.ui.bottom.center.popup {
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

.ui.bottom.right.popup {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.ui.bottom.center.popup:before {
    margin-left: -.30714286em;
    top: -.30714286em;
    left: 50%;
    right: auto;
    bottom: auto;
    box-shadow: -1px -1px 0 0 #bababc;
}

.ui.bottom.left.popup {
    margin-left: 0;
}

    .ui.bottom.left.popup:before {
        top: -.30714286em;
        left: 1em;
        right: auto;
        bottom: auto;
        margin-left: 0;
        box-shadow: -1px -1px 0 0 #bababc;
    }

.ui.bottom.right.popup {
    margin-right: 0;
}

    .ui.bottom.right.popup:before {
        top: -.30714286em;
        right: 1em;
        bottom: auto;
        left: auto;
        margin-left: 0;
        box-shadow: -1px -1px 0 0 #bababc;
    }

.ui.top.center.popup:before {
    top: auto;
    right: auto;
    bottom: -.30714286em;
    left: 50%;
    margin-left: -.30714286em;
}

.ui.top.left.popup {
    margin-left: 0;
}

    .ui.top.left.popup:before {
        bottom: -.30714286em;
        left: 1em;
        top: auto;
        right: auto;
        margin-left: 0;
    }

.ui.top.right.popup {
    margin-right: 0;
}

    .ui.top.right.popup:before {
        bottom: -.30714286em;
        right: 1em;
        top: auto;
        left: auto;
        margin-left: 0;
    }

.ui.left.center.popup:before {
    top: 50%;
    right: -.30714286em;
    bottom: auto;
    left: auto;
    margin-top: -.30714286em;
    box-shadow: 1px -1px 0 0 #bababc;
}

.ui.right.center.popup:before {
    top: 50%;
    left: -.30714286em;
    bottom: auto;
    right: auto;
    margin-top: -.30714286em;
    box-shadow: -1px 1px 0 0 #bababc;
}

.ui.bottom.popup:before {
    background: #fff;
}

.ui.left.center.popup:before, .ui.right.center.popup:before {
    background: #fff;
}

.ui.top.popup:before {
    background: #fff;
}

.ui.inverted.bottom.popup:before {
    background: #1b1c1d;
}

.ui.inverted.left.center.popup:before, .ui.inverted.right.center.popup:before {
    background: #1b1c1d;
}

.ui.inverted.top.popup:before {
    background: #1b1c1d;
}

.ui.popup > .ui.grid:not(.padded) {
    width: calc(100% + 1.75rem);
    margin: -.7rem -.875rem;
}

.ui.loading.popup {
    display: block;
    visibility: hidden;
    z-index: -1;
}

.ui.animating.popup, .ui.visible.popup {
    display: block;
}

.ui.visible.popup {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ui.basic.popup:before {
    display: none;
}

.ui.wide.popup {
    max-width: 350px;
}

.ui[class*="very wide"].popup {
    max-width: 550px;
}

@media only screen and (max-width:767px) {
    .ui.wide.popup, .ui[class*="very wide"].popup {
        max-width: 250px;
    }
}

.ui.fluid.popup {
    width: 100%;
    max-width: none;
}

.ui.inverted.popup {
    background: #1b1c1d;
    color: #fff;
    border: none;
    box-shadow: none;
}

    .ui.inverted.popup .header {
        background-color: none;
        color: #fff;
    }

    .ui.inverted.popup:before {
        background-color: #1b1c1d;
        box-shadow: none !important;
    }

.ui.flowing.popup {
    max-width: none;
}

.ui.mini.popup {
    font-size: .78571429rem;
}

.ui.tiny.popup {
    font-size: .85714286rem;
}

.ui.small.popup {
    font-size: .92857143rem;
}

.ui.popup {
    font-size: 1rem;
}

.ui.large.popup {
    font-size: 1.14285714rem;
}

.ui.huge.popup {
    font-size: 1.42857143rem;
}


.products-list .product-img {
    float: left;
}
    .products-list .product-img img {
        width: 50px;
        height: 50px;
    }
.products-list .product-info {
    margin-left: 60px;
    height: 50px;
}
.products-list .product-description {
    display: block;
    color: #2e2e2e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    width:100%
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}
.product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 10px;
    background: #fff;
    font-size: 16px;
}
.products-list .product-title .label {
    font-weight: 600;
    font-size: 17px;
    padding: 5px;
}
.products-list > li.item:hover {
    background: #eaeaea;
}


.drag-item{cursor:move}
/*//////////////////////////////////*/
/*[draggable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drag-list {
  overflow: hidden;
  margin: 10px auto;
  width: 500px;
  border: 1px solid #ccc;
}
.drag-item {
  float: left;
  padding: 50px 20px;
  width: 25%;
  text-align: center;
  color: #555;
  background: #ddd;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.drag-start {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.drag-enter {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}*/
