/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/
 .clear
 {
 	clear: both;
 }

#toCuurency
{
	cursor: none !important;
	background-color: #f5f5f5;
}

.pointerH
{
cursor: pointer;
}




/***************************** LAYOUT CSS *****************************/

.page-header.navbar .top-menu .navbar-nav > li.dropdown {	
     height: 44px!important;
      margin-top: 5px!important;
      }

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {   
     min-width: 370px;
      max-width: 370px;
      width: 370px;
      }
  
  .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {    
     font-weight: 500!important;
      font-size: 14px!important;
      }
      
.page-sidebar .page-sidebar-menu > li.heading, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading {
     font-size: 13px;
     font-weight: 600;
     }
     
     
/***  
Orders     
***/
.VerifiedOrder
{
    display: inline-block; 
    background-color:#FF6600; 
    color:#ffffff; 
    padding:2px 5px; 
    margin: 2px; 
    font-size: 0.8em; 
    width: auto; 
}

.PaidOrder
{
    display: inline-block; 
    background-color:#059605; 
    color:#ffffff; 
    padding:2px 5px; 
    margin: 2px; 
    font-size: 0.8em; 
    width: auto; 
}

.NotPaid
{
    display: inline-block; 
    background-color:#FF0000; 
    color:#ffffff; 
    padding:2px 5px; 
    margin: 2px; 
    font-size: 0.8em; 
    width: auto;   
    
}

.Pending
{
   
    background-color:#ffffff; 
    padding:3px 5px;  
    margin-top: 2px; 
    font-size:1em; 
    width: auto;   
    float: left;
    /*letter-spacing: 1px;*/
    color: #3598dc ;
}

#order_status_change .input-group-btn{
    
    padding-left:20px;
}

.note.note-VerifiedOrder {
  background-color: #eeeeee;
  border-color: #FF6600;
  color: #FF6600;
}
.note.note-PaidOrder {
  background-color: #eeeeee;
  border-color: #059605;
  color: #059605;
}
.note.note-NotPaid {
  background-color: #eeeeee;
  border-color: #FF0000;
  color: #FF0000;
}
.note.note-API_order {
  background-color: #eeeeee;
  border-color: #67809f;
  color: #67809f ;
}
.note.note-VoidedOrder {
    background-color: #eeeeee;
    border-color: #F77F00;
    color: #F77F00 ;
}
.note.note-RefundOrder {
    background-color: #eeeeee;
    border-color: #D66161;
    color: #D66161 ;
}
.boxShadow
{
-webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.44);
-moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.44);
box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.44);
border-width: 1px;
border-bottom-style: solid;
border-color: rgba(0,0,0,0.4);
}

/* Auto Complete */


/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
 
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    
    background:url('../images/input-spinner.gif') no-repeat right 10px center;
    
}
 
/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
    padding-left: 10px;
    background:#fff;
    list-style-type: none;
    margin: 0;
    border: 1px #f6f6f6 solid;
    width:150px;
    z-index: 99999 !important;
}
 
.ui-autocomplete li {
    font-size: 14px;
    border-bottom: #666;

}

.ui-autocomplete li.ui-state-focus{
    
    background: #3399FF !important;
    color:#fff;
    border:0;
}

/* pagination */

.noPageOff
{
    float:<?=($website->rtl?"right":"left")?>; 
    padding-top:15px; 
    padding-bottom:15px; 
    margin-<?=($website->rtl?"right":"left")?>:10px; 
    visibility:hidden ;    
    font-size:1.0em;
}
   
   .paginationHolder{
    
    clear:both;
    width:100%
    
   }
   
   .pageNo
   {
    /*float:<?=($website->rtl?"left":"right")?>;*/ 
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    /*direction: <?=($website->rtl?"rtl":"ltr")?>;*/
    word-break: break-all;
    line-height:30px;
   }
   
   .pageNo ul
   {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    /*margin-<?=($website->rtl?"left":"right")?>: 18px;*/
    /*direction: <?=($website->rtl?"rtl":"ltr")?>;*/
   
   }
   
    .pageNo ul li
   {
    display:inline;
    direction: <?=($website->rtl?"rtl":"ltr")?>;
   }
   
   .pageNo ul li a:link,  .pageNo ul li a:visited
   {
    text-decoration: none;
    padding: 6px 10px;
    margin-right: 3px;
    margin-left: 3px;
    color:#505154;
    background-color: #ececec;
    border: 1px #ececec solid;
   }
   
   .pageNo ul li a:hover,  #pageNoActive
   {
    background-color:#ffffff;
   }
   
   #pageNoNext, #pageNoPrev
   {
    font-family:dripicons;
    font-size:0.9em;
    padding: 6px 7px 8px 7px;    
    margin-right: 1px;
    margin-left: 1px;
   }


/**************************************/
.addBoxShadow
{
box-shadow: 5px 5px rgba(102, 102, 102, 0.1);

}

.arrow_box {
	border: 0px;
}
.arrow_box:after, .arrow_box:before {
    top: 21px;
	bottom: 100%;
	left: 4%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 8px;
	margin-left: -8px;
}
.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 9px;
	margin-left: -9px;
}

.border-green-seagreen {
    border: 2px  solid #1ba39c!important;
}
.borderTopWhite
{
    border-top: 2px solid #ffffff!important;
}

 
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}

.pointerH
{
	cursor: pointer;
}
#toCuurency
{
   cursor: none !important;
   background-color: #f5f5f5;
}
.SendEmailmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                /*url('http://i.stack.imgur.com/FhHRx.gif')*/
                url('../images/ajax_loader_send_email.gif')
                50% 50% 
                no-repeat;
}

.Loading-spinner{
    position: fixed;
    /* overflow: hidden; */
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 
    url(../images/ajax_loader_send_email.gif)
    50% 50% 
    no-repeat;;
}
body.loading {
    overflow: hidden;   
}
body.loading .SendEmailmodal {
    display: block;
}

.handi
{
  cursor:pointer;
}

/***************************** LAYOUT CSS END *****************************/

/***************************** Components CSS  *****************************/

.padding-left-20 {
  padding-left: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}
.margin-bottom-20{
    margin-bottom: 20px !important;
}
.margin-top-15{
    margin-top: 20px !important;
}

.margin-10 {
    margin: 10px;
}
/***
Customized Bootstrap Pagination
***/
.paginationWrapper{
    width: 100%; 
    border-top:3px #f7f7f7 solid;
}
.paginationWrapper #Total{
    float: right;
    margin-top: 15px;
}

/***
Customized Bootstrap Pagination END
***/
.portlet > .portlet-body {
     font-size: 1.1em;
    }
    .ordersList{
        margin-top:20px;
			}
      /* General Element */      
            .bg-grey-steel {
                color: #444B4E !important;
                }
                


/***
Form Elements 
***/
.innerFormHolder
{
    display: inline-block; 
    float: left; 
    margin-right: 20px;
    width: auto;
}
.addNewItem{
    float: right; 
    margin-top: 6px; 
    font-weight: bold;
}
.fRight
{
    float: right;
}
.fLeft
{
    float:left;
}

.clearFloat {
    clear: both;
}

.alignCenter
{
    margin-right: auto;
    margin-left: auto;
}
.autoWidth
{
    width: auto;
}

/* instead of textarea */
.editable{
    
    width: 240px;
    height: 91px;
    border: 1px solid #ccc;
    padding: 5px;
    overflow:auto
}
.loader{
    
    position: absolute;
    top:40px;
    left:30px;
    background: #fff;
}

.pointerH{
    
    cursor: pointer;
}
/***************************** Components CSS  END  *****************************/

/***************************** light CSS  *****************************/
.page-header.navbar {
        background-color: #1c96d0;
        border-bottom: 1px #136890 solid;
        background: -moz-linear-gradient(top, #1c96d0 0%, #1984b7 100%); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c96d0), color-stop(100%,#1984b7));
        z-index:1000 !important;
        /* Top notification menu/bar */
        /* Header seaech box */
        /* Toggler button for sidebar expand/collapse and responsive sidebar menu */
        }
        
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
        background: none; 
        color: #fff;  
        }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
        background: none;
        color: #fff;  
        }
        .page-header.navbar .menu-toggler {
        background-image: url("../../img/sidebar_toggler_icon_light.png");
        }
        .page-header.navbar .hor-menu .navbar-nav > li.active .selected, .page-header.navbar .hor-menu .navbar-nav > li.current .selected {
        border-top: 6px solid #2458a1;
        }
        
        .page-header.navbar .hor-menu.hor-menu-light .navbar-nav > li.active > a,.page-header.navbar .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .page-header.navbar .hor-menu.hor-menu-light .navbar-nav > li.current > a,
        .page-header.navbar .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
        color: white;
        background: #2458a1;
        }
        
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a,
        .page-sidebar .page-sidebar-menu > li.active > a,.page-sidebar .page-sidebar-menu > li.active.open > a {
        background: #2458a1;
        border-top-color: transparent;
        color: #ffffff; }
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a,
        .page-sidebar .page-sidebar-menu > li.active > a,.page-sidebar .page-sidebar-menu > li.active.open > a:hover {
        background: #2458a1;
        }
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler,
        .page-sidebar .sidebar-toggler {
        background: url("images/sidebar_inline_toggler_icon_light.jpg");
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > .selected, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected,
.page-sidebar .page-sidebar-menu > li.active.open > a > .selected,
.page-sidebar .page-sidebar-menu > li.active > a > .selected {
  top: 0px;
  right: -8px;
  border-top: 20px double transparent;
  border-bottom: 20px double transparent;
  border-right: 0;
  border-left: 8px solid #2458a1;
}
.page-sidebar-reversed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > .selected, .page-sidebar-reversed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected, .page-sidebar-reversed
.page-sidebar .page-sidebar-menu > li.active.open > a > .selected, .page-sidebar-reversed
.page-sidebar .page-sidebar-menu > li.active > a > .selected {
  right: auto;
  left: -8px;
  border-left: 0;
  border-right: 8px solid #2458a1;
}
/***************************** light CSS  END*****************************/

/*********** Translations ***********/
.content_conteiner{
    overflow-y: scroll;
}
.bg-red-opacity{
    background: rgba(216, 160, 160, 0.11) !important;
}
.text-red-opacity{
    background: rgba(255, 255, 255, 0.6) !important;
}
.max_height{
    height: 100px;
    max-height: 100 !important;
    overflow: hidden;
    position: relative;
    line-height: 24pt;
    font-size: 12pt !important;
}

.alert{
    padding: 13px !important;
}
#save_translation, #saveTranslationIcon{
    position: fixed;
    top:50%;
    left:50%;
    z-index: 11000;
    display: none;
    opacity: 0;
}

/*********** Translations END ***********/

/** smart search **/
#smartSearchConteiner{
    background: #fff;
    padding-top: 10px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    background: none;
    border: none;
    transition: 0.3s;
    height: 55px;
    float: none!important;
    margin-left: auto!important;
    margin-right:auto!important;
    width: 780px;
}
.searchBox{
    width: 100%;
    display: flex;
}
#searchIcon{
    background: #fff;
    border: none;
    color:#bcbcbc;
    width: 20px;
    flex: 1;
}

#freeSerchInput{
    flex: 7;
}
#advancedSearchButton{
    margin-top:20px;
    color:#FF9A11;
    cursor:pointer;
    transition: 0.3s;
    width: 130px;
    float: left;
    flex: 1;
}
#secondary_menu{
    transition: 0.3s;
    display: none;
    position: relative;
}
#advancedSearchButton span{
    color:#888;
    margin-right: 5px;
}
#advancedSearckConteiner{
    display: none;
    margin-top:10px;
}
#advancedSearchOptions{
    border-top:1px solid #f1f1f1;
    margin-top: 10px;
}
.top15{
    margin-top: 15px !important;
}

.top5 {
    margin-top: 5px !important;
}

.left15{
    margin-left: 15px !important;
}

.bottom15{
    margin-bottom: 15px;
}
.leftSide{
    border-right:1px solid #f1f1f1;
    float: left;
}

.clearPadding{
    padding: 0 !important;
}

.input-fullWith{
    width: 100%;
}

.full-height {
    height: 100%;
}

.input-50{
    width: 50%;
}

.rightSide{
    float:right;
}
.ui-autocomplete{
    width: 300px;
}

#resultSearchWidget{
    overflow: hidden;
    position:absolute; 
    left:0;
    top:calc(100% + 6px); 
    background:#fff; 
    z-index:120 ;
    display:none;
    width:100%;
    height: auto;
    box-shadow: 0 0 5px #999999;
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    padding: 0;
    box-sizing: border-box;
}
#resultSearchWidget>li{
    list-style-type: none; 
    cursor:pointer;
    height: 30px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    margin-left: 0;
    line-height: 30px;
    padding-left: 10px;
    color:#555;
    overflow: hidden;
    font-size: 12px;
}

@media (max-width: 1400px) {
    #resultSearchWidget>li,.tabs_history>li{
        font-size: 11px;
    }
}

.tabs_history>li:hover{
    background:#f1f1f1;
}

.search_tabs{
    margin-top:20px;
    transition: 0.3s;
    display: inline-block;
    float:right;
    list-style-type:none;
    margin-left: 30px;
    height: auto;
    position: absolute;
    right:0;
    z-index:110;
}
.search_tabs:last-child{
    right:130px;
}
.search_tabs>span{
    float:right;
    display: block;
    cursor:pointer;
}
.search_tabs>span:hover{
    color:#647a7b !important;
}
.tabs_history{
    background:#fff;
    width:700px;
    height: auto;
    box-shadow: 0 0 5px #999999;
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    padding: 0;
    box-sizing: border-box;
    float: right;
    margin-top:6px;
    display: none;
    overflow: hidden;
    position: absolute;
    top:100%;
    right:0;
}
.tabs_history>li{
    list-style-type: none; 
    cursor:pointer;
    height: 30px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    margin-left: 0;
    line-height: 30px;
    padding-left: 10px;
    color:#555;
    overflow: hidden;
    font-size: 12px;
}
.tabs_history>li>span{
    float:right;
    margin-left:10px;
    margin-right: 10px;
    color: #FF9A11;
    width: 10%;
    text-align: right;
    
}
.tabs_history>li>span:hover{
    text-decoration: underline;
}
.tabs_history>li>a{
    height: 100%;
    width: 80%;
    color:#555;
    display: block;
    text-decoration: none;
    float: left;
}
#saved{
    position:fixed;
    
    opacity: 0;
    display: none;
    font-size: 15px;
}
.search_tabs>span>i{
    margin-left: 7px;
}
.row_down{
    background:#f1f1f1 !important;
}
.res{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
/** smart search END **/

/************** Users module *************/

.permissionsLabel{
    margin-bottom: 10px;
    margin-left: 5px;
}
.popUpIcons{
    padding:5px;
    float:left;
    margin-right:5px;
}
#onChangePassword{
    float:left;
    margin-left: 15px;
    cursor:pointer;
}
.selectAllPermissions{
    margin-left: -10px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.page-header-inner{
    max-height: 56px !important;
}
/************** Users module END*************/



/************** Main Manu module *************/
.sortable{
    padding: 0;
    width: 35%;
    margin-left: 32.5%;
    display: none;
}
.sortable:first-child{
    display: block;
}
#main_menu_ul>li{
    display: inline-block;
}
.selection{
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.selection:last-child{
    
    height: 80px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: -10px;
}
#main_menu_ul{
    padding: 0;
}
#search_cont{
    width: 50%;
    margin: 0 auto;
    position: relative;
}
#search_cont>lable{
    margin-top: 20px;
    float: left;
    margin-bottom: 5px;
}
.selection>form>button{
    width: 50%;
}
.sortable>li, #animate_ul>li{
    list-style: none;
    background: #7daae2;
    color: #fff;
    height: 34px;
    font-family: Roboto, PT Sans, Helvetica;
    letter-spacing: 1px;
    white-space: nowrap;
    border-bottom: 1px #a4c4ea solid;
    line-height: 34px;
    cursor:move;
    position: relative;
}
.sortable>li:hover{
    background: #729bce;
}

.remove_li{
    position: absolute;
    right:10px;
    cursor:pointer;
    height: 3px;
    top:0;
}

#search_box_res{
    overflow: hidden;
    position:absolute; 
    left:0;
    top:calc(100% + 6px); 
    background:#fff; 
    z-index:120 ;
    width:100%;
    height: auto;
    box-shadow: 0 0 5px #999999;
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    padding: 0;
    box-sizing: border-box;
    max-height: 210px;
}
#search_box_res>li{
    list-style-type: none; 
    height: 30px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    margin-left: 0;
    line-height: 30px;
    padding-left: 10px;
    color:#555;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
}
#search_box_res>li:hover{
    background: #F1F1F1;
}

.add_menu_res_but{
    cursor:pointer;
}
.add_menu_res_but_span{
    float: right;
    margin-right: 10px !important;
}
.no_menu_items{
    /*color:#5b9bd1;*/
    display: none;
}
.display_important{
    display:block !important;
}
.saved_success_indication{
    position:fixed;
    z-index:1000000;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-weight: bold;
    display: none;
}
#animate_ul{
    position: fixed;
    width: 300px;
    height: 30px;
    padding: 0;
    text-align: center;
}

.save_menu_changes_btn{
    width: 150px !important;
    height: 40px;
    float: right;
    position: absolute;
    right:10px;
    top:21px;
}

/************** Main Manu module END*************/

/************** Site Registry *************/

.social_site_style{
    width: 25px !important;
    height: 25px !important;
    display: block;
    text-align: center;
    line-height: 30px;
    float: right;
    margin-left: 10px;
}
.minColCont>label{
    float: left;
    display: inline-block;
    margin-right: 10px;
    
}
.minColCont>input, .minColCont>select{
    float: left;
    display: inline-block;
    width: 80%;
}
.minColCont{
    line-height: 30px;
}
.minicolors-input{
    height: 30px !important;
    padding-left: 36px !important;
    float: right;
    display: inline-block;
    width: 100% !important;
}
.minicolors-swatch {
  top: 0 !important;
  left: 0 !important;
  width: 30px !important;
  height: 30px !important;
  cursor: pointer !important;
}
.minicolors-theme-default{
    width:70% !important;
} 
.minicolors-panel{
    top:30px !important;
}
.info_cover{
    display: inline-block;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px black solid;
    text-align: center;
    line-height: 16px;
    cursor: inherit;
    transition: 0.3s;
}
.info_cover:hover{
    background:black;
    color:#fff;
}

.current_img_example{
    height: 150px;
    width: 200px;
    background: #f1f1f1;
    margin: 0;
    float: right;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #cccccc;
    margin-top: -6px;
    line-height: 150px;
    text-align: center;
}
.white_api_btn{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.white_api_btn>div{
    width: calc(50% - 2.5px);
    display: inline-block;
}
.white_api_btn>div>button{
    width: 100%;
}
.arrow-down{
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3FABA4;
    margin-left: calc(50% - 20px);
}
.checkbox{
    margin-left: 15px !important;
}

/************** Site Registry END*************/

/*** TEMPORRY for bounce orders credit card details ***/
.info_cover{
    transition: 0.3s;
}
.info_cover:hover{
    background:black;
    color:#fff;
}
/*** TEMPORARY END ***/


/************** Banners manager *************/

.banners_main_container *{
    padding: 0; /*!important; */
    margin: 0; /* !important */    
}

.general_banners, .single_site_banners{
    height: 600px;
    height: calc(100vh - 200px);
    width: 25%;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-right: 10px /*!important; */;
    display: inline-block;
    float:left; 
    background: #fff;
    -webkit-box-shadow: 14px 16px 15px -14px rgba(0,0,0,0.12);
    -moz-box-shadow: 14px 16px 15px -14px rgba(0,0,0,0.129);
    box-shadow: 14px 16px 15px -14px rgba(0,0,0,0.12);
}
.general_banners{
    position: absolute;
    left: 45px;

}

.selection_side_name{
    width: 30px;
    height: 100%;
    float: left;
    background: #dddddd;
    border-left:#c3c3c3 2px solid;
    box-sizing: border-box;
    position: relative;
}

.selection_side_name>span{
    -ms-transform: rotate(270deg); 
    -webkit-transform: rotate(270deg); 
    transform: rotate(270deg);
    display: block;
    line-height: 30px;
    color: #888;
    position: absolute;
    top: 285px;
    left: -237px;
    height: 30px;
    line-height: 30px;
    width: 500px;
    text-align: right;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-right: 20px;
}

.section_title{
    height: 40px;
    width: calc(100% - 29px);
    
    margin-right: -1px /*!important; */;
    line-height: 40px;
    font-size: 16px;
    color:#fff;
    padding-left: 10px /*!important; */;
    box-sizing: border-box;
    float: right;
    font-weight: 600;
}

.section_title>span{
    display: inline-block;
    width: 20%;
    float: left;
}

.selection_side_name>i{
    font-size: 19px !important;
    color:#999;
    margin: 15px 10px;
    cursor: pointer;
}

.selection_side_name>i:hover{
    color:rgb(123, 123, 123);
}
/*---BIG BANNER----*/
.big_banner{
    width: 300px;
    height: 226.938px;
    background: #fafafa;
    margin-left: calc(50% - 150px) /*!important; */;
    cursor: pointer;
    border: 1px solid #d1d3d4;
    border-bottom-width: 3px;
}

.big_banner>a{
    outline: 0;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

.title_big_banner{
    font-size: 16px;
    padding: 13px 30px 3px 20px;
    color: #505154;
    position: relative;
}

.pointer{

    width: 40px;
    text-align: center;
    font-size: 16px !important;
    color: #c2c2c2;
    position: absolute;
    bottom: 0;
    right: 0;
}
.pointer:hover{
    color:rgb(158,157,157);
}
.big_banner img{
    padding: 20px 20px 0 20px;
    width: 100%;
}
/*---END BIG BANNER----*/
/*---SMALL BANNER----*/
.small_banner{
    width: 300px;
    height: 69px;
    background: #fafafa;
    margin-left: calc(50% - 150px) /*!important; */;
    cursor: pointer;
    border: 1px solid #d1d3d4;
    border-bottom-width: 3px;
}

.small_banner>a{
    outline: 0;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.title_small_banner{
    font-size: 13px;
    font-weight: bold;
    color: #505154;
    margin-left: 10px;
    float: left;
    position: relative;
    /*line-height:69px;*/
    width: 210px;
    display: flex;
    height: 100%;
    align-items: center;
}

.small_banner img{
    padding: 8px;
    float: left;
}

.pointer_small{
    position: absolute;
    right: 0;
    height: 100%;
    line-height:69px;
}
.pointer_small>i:hover{
    color:rgb(158,157,157);
}

.pointer_small>i{
    width: 40px;
    text-align: center;
    font-size: 16px !important;
    color: #c2c2c2;

}

/*---END SMALL BANNER----*/

.single_banner_container{
    padding-top: 20px /*!important; */;
    padding-bottom: 20px /*!important; */;
    width: 100%;
    height: calc(100% - 40px);
    box-sizing: border-box;
    border-bottom: 1px #dddddd dashed;
}

.single_banner_container:last-child{
    border-bottom: none;
}

.single_banner_container:hover{
    background: #E9EDEF;
}

.page_part_title{
    width: 100%;
    height: 70px;
    border-bottom: 1px #dddddd dashed;
    color: #777;
    font-size: 17px;
    line-height: 90px;
    padding-left: 20px /*!important; */;
    box-sizing: border-box;
    font-weight: 600;
}

.banners_pages{
    width: calc(100% - 30px);
    overflow-x: scroll;
    max-height: calc(100% - 40px);
}

.sites_search{
    height: 30px;
    background: #fff;
    width:calc(80% - 10px);
    display: inline-block;
    position: relative;
    margin-top: 5px;

}

.sites_search>input{
    max-height: 100%;
    border: none;
    padding-left: 10px;
    width: 85%;
}
.sites_search>i{
    position: absolute;
    right: 10px;
    top:7px;
    font-size:20px !important;
    color:rgb(161,161,161);
}

.banner_editor{
    border: 1px solid #dddddd;
    padding-bottom: 70px;
    width:calc(50% - 37.5px);
    height: auto;
    position: relative;
    position: absolute;
    -webkit-box-shadow: 14px 16px 15px -14px rgba(0,0,0,0.12);
    -moz-box-shadow: 14px 16px 15px -14px rgba(0,0,0,0.129);
    box-shadow: 14px 16px 15px -14px rgba(0,0,0,0.12);
    background: #fff;
    display: none;
}

.buttons_cont{
    float: right;
    height: 70px;
    line-height: 70px;
}

.buttons_cont>i{
    margin-right: 20px;
    cursor:pointer;
}

.buttons_cont>i:hover{
    color:rgb(74, 74, 74);
}

.editor_footer{
    position: absolute;
    bottom:0;
    height: 70px;
    width: 100%;
    background: #f1f1f1;
    border-top: 1px solid #dddddd;
    line-height: 70px;
    padding-left: 25%;
    
}

.editor_footer>button{
    padding: 7.5px 0;
    width: 100px;
}

.form_section{
    box-sizing: border-box;
    border-bottom: 1px #dddddd solid;
}

.form_section_title{
    height: 100%;
    text-align: right;
    box-sizing: border-box;
    display: inline-block;
    padding: 20px;
}

.form_section_content{
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    border-left: 1px #dddddd solid;
    padding: 20px;
}

.input_line{
    margin-bottom: 15px;
}

.link_type{
    padding-left: 10px;
    box-sizing: border-box;
}

.edit_text_button{
    box-sizing: border-box;
    padding-left: 10px;
    color:rgba(51, 184, 255, 0.67);
    cursor:pointer;
}

.edit_text_button:hover{
    color:rgba(51, 184, 255, 0.97);
}

.notificatio_text{
    margin-top: 10px;
    color:#cc9a60;
    display: none;
}

.notificatio_text>i{
    font-size: 15px;
}

.select_image_style{
    width: 100px !important;
    padding: 7.5px 0 ;
}

.add_new_banner{
    border: 2px #dddddd dashed !important;
    background: #fff !important;
    color:#dddddd;
    line-height: 226.938px;
    border-radius:7px !important;
}

.add_new_banner>i{
    font-size: 30px !important;
    margin: 105px 135px !important;
}

.add_new_banner:hover{
    color:#f2a144;
    border: 2px #f2a144 dashed !important;
}

.add_new_banner_small{
    border: 2px #dddddd dashed !important;
    background: #fff !important;
    color:#dddddd;
    line-height: 69px;
    border-radius:7px !important;
}

.add_new_banner_small>i{
    font-size: 30px !important;
    margin: 25px 135px;
}

.add_new_banner_small:hover{
    color:#f2a144;
    border: 2px #f2a144 dashed !important;
}

.generic_status{
    width: 300px;
    margin-left: calc(50% - 150px);
    position: relative;
}
.generic_status>i{
    position: absolute;
    bottom: 0 !important;
}

.coursour_pointer{
    cursor:pointer;
}

.banner_loader{
    width: 70px;
    margin-left: calc(50% - 35px);
}

.opacity_glass{
    width: 100%;
    height: calc(100% - 140px);
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
    bottom:70px;
    left:0;
    text-align: center;
    display:none;
}

.opacity_glass>span{
    color:#777;
    font-size:20px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.50);
    display:block;
    padding: 20px;
    
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.15) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.95)), color-stop(100%,rgba(255, 255, 255, 0.15)));
}

.search_box_res{
    overflow: hidden;
    position:absolute; 
    left:0;
    top:calc(100% + 6px); 
    background:#fff; 
    z-index:120 ;
    width:100%;
    height: auto;
    box-shadow: 0 0 5px #999999;
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    padding: 0;
    box-sizing: border-box;
    max-height: 420px;
}
.search_box_res>li{
    list-style-type: none; 
    height: 30px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    margin-left: 0;
    line-height: 30px;
    padding-left: 10px;
    color:#555;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
}
.search_box_res>li:hover{
    background: #F1F1F1;
}

.event_item{
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    color: rgba(51, 184, 255, 0.97);
    position: relative;
    font-size: 12px;
    overflow: hidden;
}
.rp_input_cover, .caption_input_cover, .link_input_cover{
   position: relative; 
}
.images_folder_container{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.33);
    z-index: 2000;
    display: none;
}

.images_folder_container>div>span{
    height: 40px;
    line-height: 40px;
    background: #1B92CA;
    display: block;
    color:#fff;
    text-align: center;
}

.images_folder_container>div{
    width: 600px;
    height: 500px;
    background: #fff;
    position: absolute;
    left: calc(50% - 300px);
    top: calc(50% - 250px);
    webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.server_images_conteiner{
    overflow-x: scroll;
    max-height: calc(100% - 60px);
    padding-bottom: 150px;
}

.big_images{
    width: 200px;
    height: 110px;
    padding: 15px;
    box-sizing: border-box;
}

.folder_images_small{
    width: 55px;
    height: 55px;
    padding: 5px;
    box-sizing: border-box;
}

.folder_images:hover{
    background: #f8bf7d;
    background: #FBE6CE;
    cursor:pointer;
}

.image_uploader_button{
    display: none;
    margin-left: 0 !important;
}

.remove_single_image{
    display: none;
    margin-left: 0 !important;
     width: 100px !important;
    padding: 7.5px 0 ;
    
}
.caption_input{
    padding-left: 10px;
}
.main_error{
    color:#a94442;
    margin-bottom: 10px;
}

.image_size_info{
    font-weight: 600;
    color:#888;
}

.remove_new_image{
    color:black;
    width: 100px !important;
    padding: 7.5px 0 ;
    border: 1px solid #ccc;
}

.remove_new_image:hover{
    background: #EDEDED;
}

.title_small_banner{
    width: 185px;
    max-height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.add_rp, .rp_remove{
    position: absolute;
    right: 10px;
    top:9px;
}
/************** END Banners manager *************/


/******* FANS SELECTION **********/

.fans_selection_cont{
    height: auto;
    padding-top: 15px;
}

.main_b{
    font-size: 20px !important;
}
.center_item{
    width:40% /*!important; */;
    left: 30%;
    position: relative;
    background: rgba(249, 249, 249, 0.47);
}

.art_label{
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #FFF; /*!important; */;
}

.funs_items{
    margin-top: 60px;
}
/******* END FANS SELECTION **********/

.radio_label{
    position: relative;
}
.radio_label>span{
    position: absolute;
    width: 110px;
    display: block;
    top: 5px;
    left: 25px;
}

.live_prev_cont{
    position: relative;
    height: 40px !important;
}
.live_prev{
    position: absolute;
}

#abandonment_table td:first-child{
    padding: 0 !important;
}

#abandonment_table tr, #abandonment_table td{
    height: 100%;
}

.public_price, .cost_price{
    border:none !important;
}

form span.error{
    color: #C0392B;
    display:block; 
}
.classification_tables{
    margin: 0 !important;
    padding: 0;
}

.classification_row{
    padding: 20px 30px 0 30px;

}
.editableTable_disabled_style:focus{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    outline:none;
}
.editableTable_disabled_style{
    text-decoration: none !important;
    border: 0 !important;
    height: inherit !important;
    font-weight: normal !important;
    width: 100% !important;
}
.editable-popup{
    position: fixed;
}
.select2-choice{
    min-width: 250px;
}
.delete_circle_tr{
    text-align: center;
    line-height: 35px !important; 
}
.delete_circle_i{
    font-size: 20px !important;
    cursor: pointer;
}
.class_name_ok{
    color: #4DB3A2;
    display: none;
}
.class_name_block{
    color: #CB5A5E;
    display: none;
}
.check_icon{
    font-size: 30px !important;
}
.disabled-pink{
    background-color: #FBF5F5 !important;
}
.disabled-pink td{
    padding-top: 10.5px !important;
}
.unclickable{
    color:#CB5A5E;
    margin: 3.5px;
}
.order_class{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    top:0;
    left: 0;
}
#mandatory_table, #mandatory_table2, #package_content{
    height: 0px;
    overflow: hidden;
}
.seo_search_li{
    cursor:pointer;
}
.seo_text_autosugest{
    width: 200% !important;
    left: 20px !important;
}

/* Currency Exchange */

.col-md-5.custom{
    display: flex;
    flex-direction: column;
}
.input-3 {
    display: flex;
}
.input-3 span{
    align-self: center;
}

.details-control:first-child{
    text-align: center;
}
.secondary_requested_table{
    display:none;
}
/*
.requested_table tr td:nth-child(1){
    padding: 20px !important;
    box-sizing: border-box !important;
}
*/
.requested_table{
    overflow: hidden !important;
    box-sizing: border-box;
}
.child_table_tr>td:first-child{
    padding: 30px !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(138,138,138,1) !important;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(138,138,138,1) !important;
    box-shadow: inset 0px 0px 5px 0px rgba(138,138,138,1) !important;
}
.child_table_tr{
    background-color: #ececec !important;
}
.inner_table tr td:first-child{
    padding: 0 !important;
} 
.note.note-PartialPayment {
    background-color: #eeeeee;
    border-color: #4B77BE;
    color: #4B77BE;
}
.textDecorationNone{
    text-decoration: none;
}
.textDecorationNone:hover{
    text-decoration: none;
}
.errors-image-upload{
    display: flex;
    flex-direction: column;
}
.upload-error {
    display: inline-block;
    margin-top: 10px;
    
}

.preview-image{
    padding: 1em;
}

.homepage-background img{
    max-width: 280px;
}

.borderTextDecorationNone{
    text-decoration: none !important;
    border: none !important;
}

.inline{
    display: inline;
}

.inline-block{
    display: inline-block;
}

.multiselect-container{
    z-index: 100000;
}

.disabledButtonClass {
    background: grey !important;
    cursor: inherit;
    opacity: 0.2;
}

/* Update Search */
.custom-hr{
    margin-top: 1em;
    margin-bottom: 0;
}

.search-category{
    margin-left: 1em;
    margin-top: 1em;
}

.search-category li{
    list-style: none;
}

.search-category i{
    margin-right: 0.5em;
}

.search-category li{
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 5px;
}

.search-category span.caption{
    text-transform: capitalize;
    font-weight: 900;
    color: #555555;
    margin-left: 10px;
}

.search-category:last-of-type{
    margin-bottom: 1em;
}

.deactivatedServiceIndication {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #D91E18;
    border-radius: 50% !important;
}

.activeServiceIndication {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #36D7B7;
    border-radius: 50% !important;
}

.editing-history-container {
    margin-top: 10px;
}

.editing-history-container-orders {
    display: inline-block;
    margin-left: 5px;
}

.editing-history-container a{
    text-decoration: none!important;
}

.editing-history-container i {
    margin-right: 5px;
}

.tippy-tooltip.catalog-theme {
    font-size: 1em;
    background: white;
    border: 1px solid rgba(0, 8, 16, 0.15);
    color: #333;
    box-shadow: 0 3px 14px -0.5px rgba(0, 8, 16, 0.1);
    border-radius: 5px!important;
    font-weight: 600;
    padding: 1em;
}
.tippy-tooltip{
    font-size: 16px!important;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.catalog-theme .tippy-arrow {
    border-left-color: #fff;
    transform-style: preserve-3d;
}

.tippy-tooltip.catalog-theme .tippy-arrow::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.tippy-arrow::after {
    content: '';
    position: absolute;
    left: -8px;
    transform: translateZ(-1px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}


.tippy-popup-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    overflow-y: auto!important;
    overflow-x: hidden;
    pointer-events: all!important;
    max-height: 45vh!important;
}

.tippy-popup-content {
    text-align: left;
}

.tippy-popup-content h4 {
    margin-left: 10px;
    font-size: 1em;
}

.tippy-popup-content p:not(.subheader-content) {
    margin-left: 25px;
}

.subheader-content{
    font-size: 1em;
    color: #333!important;
    opacity: 0.6!important;
}

.changes-list-item {
    list-style: none;
    font-size: 1em;
    margin-left: 20px;
}

.tippy-tolltip{
    max-width: fit-content;
}
.tippy-popup-content::-webkit-scrollbar-button{ 
    display: block; height: 13px; 
    border-radius: 0px; background-color: #AAA; 
}

.tippy-popup-content::-webkit-scrollbar-button:hover{ 
    background-color: #AAA; 
} 
.tippy-popup-content::-webkit-scrollbar-thumb{ 
    background-color: #CCC; 
} 
.tippy-popup-content::-webkit-scrollbar-thumb:hover{ 
    background-color: #CCC; 
} 

.tippy-popup-content::-webkit-scrollbar-track{ 
    background-color: #efefef; 
} 
.tippy-popup-content::-webkit-scrollbar-track:hover{ 
    background-color: #CCC; 
} 
.tippy-popup-content::-webkit-scrollbar{ 
    width: 5px; 
}
.tippy-popper::-webkit-scrollbar { 
    display: none; 
}

.changes-heading {
    text-align: left;
    margin-left: 10px;
    font-weight: 500;
}

.has-been-edited {
    margin-left: 5px;
    padding: 0;
    font-weight: 1000;
}
#sendEmailAgianpopUp{
    z-index: 100000;
}

#emailNotificationModalPopUp {
    z-index: 100000;
}

  

  .notificationModal {
    text-align: center;
    padding: 0!important;
  }
  
  .notificationModal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
  }
  
  .notificationModal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }

  


.cbcText{
    margin: 15px 0;
    display: block;
}

.cbcTable td, .cbcAlertTable td{
    padding: 15px !important;
}

.cbcAddNewButton:hover, .cbcAddNewAlertButton:hover{
    cursor: pointer;
}

.cbcDeleteButton:hover, .cbcDeleteAlertButton:hover{
    cursor: pointer;
}

.display {
    display: block;
}
.display-inline-block {
    display: inline-block;
}
.hidden{
    display: none;
}

.cbcAddNewButton, .cbcDeleteButton, .cbcAddNewAlertButton, .cbcDeleteAlertButton{
    font-size: 17px !important;
}

.marginTop_6px{
    margin-top: 6px;
}

.order-message-form-us,
.order-message-form-supplier {
    font-size:14.5px;
    border: 1px solid #d0d0d0;
    color: #718089;
    padding: 0 17px 17px 17px;
    max-width: 70%;
    white-space: pre-line;
}

.order-message-form-us > span,
.order-message-form-supplier > span {
    opacity: 0.5;
}

.order-message-form-supplier {
    float: left;
    background-color: #fff;
}

.order-message-form-us {
    float: right;
    background-color: #b6ecf1;
}

.orders-messenger-popup-body {
    overflow: auto;
    height: 75vh; 
    background-color: #eeeeee;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.padding-10 {
    padding: 10px;
}

.order-message-date-container {
    text-align: center;
    margin: 10px;
}

.order-message-date-container >span {
    background: #f8d366;
    color: #718089;
    outline: 0;
    padding: 7px;
    border-radius: 7px !important;
}

.orderMessageText {
    resize: none;
    overflow: hidden;
    min-height: 100%;
}

.messenger-supplier-name {
    font-weight: 600;
    font-size: 16px;
    color: #76828a;
}

.notifications-circle {
    font-size: 10px;
    background: #ff3e3e;
    height: 20px;
    width: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50% !important;
    margin-left: 5px;
    line-height: 20px;
}

.ordersMessengerButton {
    background-color: #ffd34e;
    color: #777777 !important;
}

.order-notifications-circle {
    background-color: #777777;
}

a.link {
    color:white;
    text-decoration: none;
}

.help-block .error {
    color:#a94442;
}

.badge.appearanceList {
    font-weight: bolder !important;
}

.messages-notifications-list {
    width: auto !important;
}

.alist, .alist:hover {
    background-color: #f3be00 !important;
    color: white !important;
    font-weight: bold;
    user-select: none;
    cursor: default;
}

.no-padding {
    padding: 0 !important;
}

.selling-price-container {
    background: rgb(253, 245, 245);
    padding: 15px 0 !important;
}

.cost-price-container {
    background: rgb(228, 255, 237);
}

.selling-price-title {
    vertical-align: middle;
    font-size: 14px;
}

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

.selling-price-container table > tbody > tr > td {
    padding: 10px;
}

.total-selling-price-container {
    background: rgb(253, 233, 233);
}

.manual-price-padding {
    padding: 0 0 5px 0;
}

.selling-price-comments-container {
    vertical-align: bottom;
}

.prices-list-button {
    font-size: 25px !important;
    float: right;
    cursor: pointer;
}

.price-in-different-currencies-container {
    position: fixed;
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 300px;
}

.price-in-different-currencies-close {
    float: right;
    cursor: pointer;
}

.price-in-different-currencies-header {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding: 15px;
}

.price-in-different-currencies-body {
    max-height: 300px;
    overflow: scroll;
}

.price-in-different-currencies-body > div {
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

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

.loader-and-price-container {
    position: relative;
}

.loader-price {
    position: absolute;
    top: 0;
    right: 25px;
    top: 5px;
}

.expressions-form-group .select2-selection__choice {
    background: rgb(194, 215, 235) !important;
    border-radius: 5px !important;
    padding: 10px !important;
}

.expressions-form-group .select2-selection__choice__remove {
    top: 12px !important;
    margin-right: 10px !important;
    color: #333 !important;
}

.venues-form-group .select2-selection__choice {
    border-radius: 5px !important;
    padding: 5px !important;
    font-size: 13px !important;
}

.venues-form-group .select2-selection__choice__remove {
    top: 12px !important;
    margin-right: 5px !important;
    color: #333 !important;
}

.expressions-form-group .select2-selection__arrow {
    display: none;
}

.catalog-captions-form .select2-search__field {
    width: 150px !important;
}

.catalog-captions-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #aaa !important;
    border-radius: 5px !important;
}

.catalog-captions-form .select2-container--default .select2-selection--multiple {
    border-color: rgb(235, 235, 235) !important;
    border-radius: 5px !important;
}

.catalog-captions-form .select2-container--default .select2-selection--single {
    border-color: #aaa !important;
    border-radius: 5px !important;
}

.cursor-pointer {
    cursor: pointer; 
}

.translated-value-textarea {
    width: 100%;
    height: auto;
}

.textRTL {
    text-align: right;
    direction: rtl;
}

.package-content-container {
    margin-top: 15px;
    width: 635px;
    color: rgb(112, 112, 112);
}

.package-content-container:empty
{
    display: none;
}


.input-validation-error {
    border: 1px solid red;
}

.errorInput {
    padding-top: 5px;
    color: red;
}

.cplAddButton, .cplRemoveButton {
    font-size: 17px !important;
    padding-top: 10px;
    padding-right: 10px;
}

.cplAddButton:hover{
    cursor: pointer;
}

.cplRemoveButton:hover{
    cursor: pointer;
}

.selection {
    position: static !important;
}

.noPadding {
    padding-bottom: 0px;
    padding-top: 0px;
}

.bottomPaddingRow {
    padding-bottom: 10px;;
}

.input-businessHours {
    width: 65px !important;
  }

.bottomMarginRow {
    margin-bottom: 20px;
}

.fileRemoveButton {
    cursor: pointer;
}


#toTags > span, #bccTags > span{
    display:inline-block;
    color:rgba(0, 0, 0, 0.71);
    background:rgba(128, 128, 128, 0.43);
    padding:5px;
    padding-right:25px;
    margin-right: 4px;
    margin-bottom: 4px;
}
#toTags > span:hover, #bccTags > span:hover{
    opacity:0.8;
}
  
#toTags > span:focus, #bccTags > span:focus{
    border: darkslateblue;
}
  
#toTags > span:after, #bccTags > span:after{
   position: absolute;
   cursor:pointer;
   content: "x";
   background: rgb(177, 27, 27);
   color: #fff;

   padding-right: 5px;
   padding-bottom: 2px;
   padding-left: 5px;
   margin-left: 4px;
   font-size: 12px;
   font-weight: bolder;
}

#toTags > input, #bccTags > input{
    display: block;
    margin: 10px 0px;
    padding:7px;
    width:auto;
}

.one-row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: stretch;
    
    
}
.one-row-item1{
    padding-top: 7px;
    padding-left: 10px;
}
.one-row-item2{
    padding-left: 40px;
    padding-top: 7px;
}
.one-row-item3{
    padding-left: 10px;
}
  
.upload-eticket-widget input[type="file"] {
    z-index: -1;
    position: absolute;
    opacity: 0;
}
.submit-file {
    display: flex;
    align-items: center;
    position: relative;
    margin: -5px;
    padding: 5px;
}
.submit-file_filename {
    flex-grow: 1;
}
.table .submit-file_reset button.btn {
    margin: 0;
}
.submit-file.loading::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/loading.gif') rgba( 255, 255, 255, .6 ) no-repeat center;
}
.original-review del,
.original-review ins {
    color: #fff;
    text-decoration: none;
}
.original-review del {
    background-color: #F3565D;
}
.original-review ins {
    background-color: #26C281;
}
.portlet-title .dropdown-menu .active > a,
.portlet-title .dropdown-menu .active > a:hover {
    background-color: #888;
    color: #fff;
}
.resale_stock {
    display: inline-block;
    padding: 2px 5px;
    background-color: #f67f00;
    color: #fff;
    margin: 5px 5px 0 0;
}
#ConfirmOrderr .blocked {
    position: relative;
}

#ConfirmOrderr .blocked::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.5;
    cursor: no-drop;
}
#list-category-sections .item {
    margin: 15px 0;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}
#list-category-sections .delete-item {
    border: none;
    background: transparent;
    font-weight: bold;
    color: #E08283;
    font-size: 20px;
    line-height: 1;
    padding: 0 5px;
}
.colored-labels .remove-line,
.colored-labels .add-new {
    display: inline-block;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
}
.colored-labels .remove-line {
    float: right;
}
.colored-labels .fa {
    font-size: 20px;
}