@charset "utf-8";
/* CSS Document */
/*font-family: 'Roboto Condensed', sans-serif;font-weight:400;*/
/*font-family: 'Roboto', sans-serif; font-weight:400;*/
a, button, input[type="submit"], input[type="button"]{ cursor:pointer !important;}
.layout{ max-width:1190px; padding:0px 10px; margin:auto;}
.header_section{ background:#fff; box-shadow:0px 2px 5px rgba(0,0,0,0.1); padding:23px 0px 0px;}
.logo_part{ float:left; padding-bottom:21px;}
.navigation_part{ float:left; margin:0px 0px 0px 208px;}
.user_info{ float:right; position:relative;}
.navigation_list{ list-style:none;}
.navigation_list > li{ float:left;margin:0px 2px; padding:0px 10px 18px; position:relative;}
.navigation_list > li > a { color:#9baaba; font-size:18px;font-family: 'Roboto Condensed', sans-serif;font-weight:400; display:block;transition:0.3s ease; }
.navigation_list > li:after{ position:absolute; bottom:0px; left:0px; right:0; content:''; width:0%; height:3px; background:#f75b49; transition:0.3s ease; margin:auto; }
.navigation_list > li.active:after, .navigation_list > li:hover:after{ width:100%;}
.navigation_list > li.active > a, .navigation_list > li:hover > a{color:#2c3b4a;}
.user_img_inner{ width:47px; height:47px; border-radius:50%; overflow:hidden; border:1px solid #e7e7e7; display:inline-block;}
.user_img_inner>img { display:block; width:100%; height:auto;}
.user_caret { display:inline-block; background:url(../images/bottom_arrow.png) no-repeat 10px center; height:47px; width:22px; padding-left:10px;}
.logout_sub_menu{ position:absolute; top:100%; right:0px; display:none;z-index:1;}
.logout_sub_menu > span { display:block; position:absolute; top:-6px; right:10px; background:url(../images/top_subnav_arrow.png) no-repeat 0 0; width:12px; height:7px;}
.logout_nav_listing{ border: 1px solid #dae5e7; border-radius:5px; background:#fff;width: 168px;}
.logout_nav_listing > li { list-style:none; }
.logout_nav_listing > li > a{ padding:0px 25px; color: #5d666f; line-height:36px; }
.footer_section{    background: #2c3b4a;padding: 25px 0px;position: fixed;bottom: 0;left: 0;right: 0; z-index:2;}
.footer_left_part{ float:left;}
.footer_right_part{ float:right;}
.footer_logo{ display:inline-block; max-width:60px; height:auto;}
.footer_logo > img { display:block; width:100%; height:auto;}
.copyright_text{ display:inline-block; line-height:29px; color:#979ca2; font-size:14px;font-family: 'Roboto', sans-serif; font-weight:400; vertical-align:top; margin-left:40px;}
.footer_list { list-style:none; overflow:hidden;}
.footer_list > li { float:left;}
.footer_list > li >a { display:block; color:#fff; font-size:14px;font-family: 'Roboto', sans-serif; font-weight:400; margin-left:30px; line-height:29px;}

.content_section{ background:#f8f8f8; padding:30px 0px 130px;}
.content_title{ font-size:32px; color:#2c3b4a;font-family: 'Roboto Condensed', sans-serif;font-weight:300; float:left;}
.btn_orange{ text-align:center; text-transform:uppercase; font-size:15px; color:#fff; background:#f75b49;  line-height:42px; border-radius:4px; display:inline-block; padding:0px 24px;font-family: 'Roboto', sans-serif; font-weight:500; border:none; outline:none; min-width:145px;}
.btn_spacer_header{ float:right;}
.left_menu{ position:fixed; left:0px; top:0; bottom:83px; background:#3c5165 url(../images/left_menu_bg.png) repeat-x 0 0; width:260px; padding-top:110px; z-index:2;}
.left_menu_list{ list-style:none;}
.left_menu_list  li{ margin-bottom:2px;}
.left_menu_list  li > a { display:block; color:#9baaba; font-size:18px; line-height:40px;font-family: 'Roboto Condensed', sans-serif;font-weight:300; padding:0px 0px 0px 20px; position:relative; transition:0.3s ease;} /*  padding:0px 0px 0px 30px; default size - change by punit */
.left_menu_list  li > a > span{ position:absolute; left:-3px; top:0;}
.left_menu_list  li:hover , .left_menu_list > li.active{ background:#2c3b4a;}
.left_menu_list > li:hover > a , .left_menu_list > li.active > a{ padding-left:33px; color:#fff;}
.left_menu_list  li:hover > a > span , .left_menu_list  li.active > a > span {transition:0.3s ease; left:0; display:inline-block; width:3px; height:40px; background:#f75b49;}
.left_menu_list  .has_sub_menu > a > i{ position:absolute; right:15px; background:url(../images/left_arrow.png) no-repeat 0 center; width:7px; height:40px;} /* right:25px */
.left_menu_list  .has_sub_menu:hover > a > i , .left_menu_list > .has_sub_menu.active > a > i{ background:url(../images/left_arrow_hover.png) no-repeat 0 center;}
.left_menu_list  .has_sub_menu.active{ background:#374b5d;}
.left_menu_list  .has_sub_menu.active > a > i{ background:url(../images/left_arrow_hover.png) no-repeat 0 center; transform:rotate(90deg);}
.sub_menu_list > li > a  { padding-left:55px;}
.inner.sub_menu_list > li > a{ padding-left:80px;}
.sub_menu_list > li:hover > a , .sub_menu_list > li.active > a{ padding-left:57px; color:#fff;}
.inner.sub_menu_list > li:hover > a , .inner.sub_menu_list > li.active > a{ padding-left:82px; color:#fff;}
.left_menu_btn{ width:25px; height:30px; position:absolute; right:-25px;background:#3c5165 url(../images/left_arrow_hover.png) no-repeat center center;top: 91px; display:none;}
.left_menu_btn.open{ transform:rotate(-180deg);}
.sub_menu_list{ display:none;}
.toggle_btn{ width:30px; height:30px; padding:6px 5px 4px 5px; border:2px solid #f75b49;  border-radius:3px; float:right; margin:7px 0px 0px 20px; display:none;}
.toggle_btn > span{ background:#f75b49; height:2px;display:block; margin-bottom:4px;}

.login_form{ position:absolute; top:90px; bottom:85px; width:100%; left:0;}
.login_inner_part{ display:table; width:100%; height:100%;}
.login_inner_part > form{ display:table-cell; vertical-align:middle; text-align:center;}
.login_part{ background:#fff; max-width:450px; height:330px; margin:auto; padding:30px; box-shadow:0 0 2px rgba(0,0,0,0.2);}
.login_part > div{ margin-bottom:20px; display:block;}
.login-checkbox{ -webkit-appearance:checkbox; margin-right:10px;}
.checkbox_label{ float:left;color:#6f7c82; font-size:18px;font-family: 'Roboto', sans-serif; font-weight:400;}
.forgot_password{ float:right; color:#f75b49; font-size:16px;font-family: 'Roboto', sans-serif; font-weight:300;}
.aling_right{ text-align:right;}
.logo_part.login_page{ float:none; text-align:center;}

.campaign_page_part{padding: 39px 39px 0px;background: #ffffff; box-shadow:0px 0px 2px rgba(0,0,0,0.2); border-radius:3px;}
.campaign_part_page{ margin-bottom:27px;    position: relative; padding-bottom:15px;}
.campaign_info_button{ margin-top:24px;}
.campaign_page_row{ margin-bottom:28px;}
.campaign_page_left{ float:left;width: 533px; padding-right:28px;}
.campaign_page_right{ float:left; width:400px;}
.campaign_page_label{ font-size:14px; color:#2c3b4a;font-family: 'Roboto', sans-serif; font-weight:400; text-transform:uppercase; letter-spacing:1px; margin-bottom:7px; display:block;}
.campaign_page_input{width: 100%;border: 1px solid #dae5e7;height: 46px; line-height:46px;background: #ffffff;color: #5d666f;font-size: 16px;padding:0px 16px;border-radius: 5px;font-family: 'Roboto', sans-serif; font-weight:300; }
.campaign_page_input:disabled{ color:#2c3b4a; opacity:1;}
.custom-file-upload-hidden {display: none;visibility: hidden;position: absolute;left: -9999px;}
.custom-file-upload {display: block;width: auto;font-size: 16px;margin-top: 30px;}
.custom-file-upload label {display: block;margin-bottom: 5px;}
.file-upload-wrapper {position: relative;overflow:hidden;} 
.file-upload-input {border: 1px solid #dae5e7;height: 46px;background: #ffffff;color: #5d666f;font-size: 16px;padding:0px 16px; line-height:46px;border-radius: 5px;font-family: 'Roboto', sans-serif; font-weight:300;float: left; width:435px;    margin-bottom: 15px;}
.file-upload-input.error{ border:1px solid #f00; box-shadow:0px  0px 8px #f00;}
.file-upload-input:hover ,.file-upload-input:focus{ background-color: darken(#c0392b, 5); outline: none; } 
.file-upload-button {cursor: pointer; background:url(../images/file_upload_icon.png) no-repeat center center;text-indent:-9999px;margin-left:8px;display: inline-block; color: #fff;border: 1px solid #dae5e7;border-radius: 5px;width:62px;height:46px;float: left;outline:none; /* IE 9 Fix */}
.file-upload-button:hover{background-color: darken(#c0392b, 20);}
.btn_white.orange-text-btn{ color:#f75b49;}
.campaign_upload_btn{ margin-top:8px;}
.border_bottom_campaign{ border-bottom:1px solid #e5e5e5;}
.preview_image_upload{ border-radius:5px; overflow:hidden; max-width:273px; width:0; height:0;    margin-top: 24px;}
.preview_image_upload.image_Added{ width:auto; height:auto; display:block;}
.preview_image_upload > img{ width:100%; height:auto; display:block;}
.image_info_part{ position:absolute; bottom:10px;    width: 505px;}
.image_info_part p{ font-size:14px; color:#9baaba; line-height:24px;}
.image_info_part .image_upload_campaign{ float:left;}
.image_info_part .image_size_campaign{ float:right;}
.Gateway_page_add{ padding-bottom:15px;}
.add_video_part{ padding-bottom:25px;}
.wistia_video_title{ font-size:14px; text-transform:uppercase; color:#a7b8c9; letter-spacing:1px;font-family: 'Roboto', sans-serif; font-weight:400; }
.wistia_video_title > span{ text-transform:none;letter-spacing:0.4px;font-family: 'Roboto', sans-serif; font-weight:300; display:inline-block;}
.refesh_icon{ display:inline-block; background:url(../images/refresh_icon.png) no-repeat 0 center; width:13px; height:16px; margin-left:13px;    vertical-align: bottom;}
.add_video_row{ padding:24px 0px; border-bottom:1px solid #e5e5e5; display:table; width:100%;}
.left_video_img{ display:table-cell; padding-right:28px; width:301px; vertical-align:middle;}
.left_video_img > div { border-radius:5px; overflow:hidden; width:100%; height:auto;}
.left_video_img > div > img { display:block; width:100%; height:auto;}
.right_video_info{display:table-cell;vertical-align:middle;}
.right_video_inner{ padding-right:103px; position:relative;}
.right_video_inner > h3{ font-size:18px; color:#2c3b4a; line-height:24px; letter-spacing:0.4px;font-family: 'Roboto', sans-serif; font-weight:400; margin-bottom:9px;}
.right_video_inner > p{ font-size:14px; color:#5d666f; line-height:24px; letter-spacing:0.8px;font-family: 'Roboto', sans-serif; font-weight:300; margin-bottom:20px;}
.size_length_video > span{ color:#9baaba; font-size:14px; line-height:24px; margin-top:26px;font-family: 'Roboto', sans-serif; font-weight:400; margin-right:25px;}
.custom_radio{ position:absolute; right:10px; top:50%; margin-top:-16px; width:32px; height:32px; background:url(../images/input_radio_empty.png) no-repeat 0 0; display:block;}
.custom_radio > span { width:0px; height:0px;  overflow:hidden; visibility:hidden;} 
.custom_radio.checked{ background:url(../images/input_radio_filled.png) no-repeat 0 0;}
.custom_checkbox{ background:url(../images/empty_checkbox.png) no-repeat 0 center; padding-left:30px; position:relative;}
.custom_checkbox > span { width:0px; height:0px;  overflow:hidden; visibility:hidden; position:absolute;}
.custom_checkbox.checked{background:url(../images/filled_checkbox.png) no-repeat 0 center; }
.dealer_selected .custom_checkbox{ background:none; padding-left:0px;}
.dealer_selected .custom_checkbox.checked{ background:none;}
.custom_checkbox.orange_text{ color:#f75b49;}
.dealer_listing .delete_dealer{ display:none;}
.content_massage_center{padding: 15px 30px;background: rgba(0,0,0,0.5);box-shadow: 0px 0px 2px rgba(0,0,0,0.2);display: none;position: fixed;top: 0;bottom: 0;z-index: 1050;text-align: center; left:0px; right:0px;}
.content_massage_center.error{color:#f75b49;} 
.content_massage_center.success{color:#25acd3;}
.content_massage_center > div{ text-align:center; position:absolute; top:50%; margin-top:-62px; left:0px; width:100%;}
.content_massage_center > div > p{text-align: center;font-family: 'Roboto', sans-serif;font-weight: 400;font-size: 18px;background: #fff;padding:30px 50px;text-transform: uppercase;opacity:0;-webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0);transform:scale(0); transition:0.3s ease; display:inline-block; min-width:550px;}

.content_massage_center.Show_popup > div > p{ opacity:1;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1);transform:scale(1);}
.copy_btn{ display:block;}
.rma-form-label.link-copied-msg{display:none;    color: #25acd3;;text-align:center;border:1px solid #e5e5e5;;width: 100%;padding: 8px 15px;background: #fff;font-family: 'Roboto', sans-serif;font-weight: 500;font-size: 16px; text-transform:uppercase; border-radius:5px;}

/*analytics page css*/
.inner_analytics{ max-width:1030px; margin:auto;}
.inner_analytics_body{margin-top: 20px;border: 1px solid #f0f0f0;border-radius: 3px;width: 100%;padding: 30px 39px 20px 39px;background: #ffffff;overflow: auto;}
.analitics_part_title{ font-size:24px; text-transform:uppercase;font-family: 'Roboto Condensed', sans-serif;font-weight:300; line-height:56px; background:#f4f6f7; color:#2c3b4a; padding:0px 0px 0px 25px;} 
.analitics_inner_body{ border:1px solid #dae5e7; border-top:none; padding:31px 22px 31px 20px; margin-bottom:32px;}
.dashboard_row_colume{ display:table; width:100%;}
.dashboard_block_colume{ display:table-cell; vertical-align:top; border:8px solid #fff; box-shadow:inset 0px 0px 1px #5C6D7E , inset 1px 0px 1px #DAE5E7; background:#fff; border-top:0; border-bottom:0; padding:1px;}
.ie .dashboard_block_colume{box-shadow:inset 0px 0px 1px #A5B1BE,inset 0px 0px 1px #A5B1BE , inset 1px 0px 1px #A5B1BE;}
.inner_block_dashboard{width:285px; padding:22px;height:100%; background:#fff;}
.dashboard_filter_part{ margin-bottom:16px;}
.dashboard_filter_tab{ border:1px solid #dae5e7; border-right:none; border-radius:5px; float:left; position:relative; z-index:1; line-height:0px; font-size:0px; margin-left:8px;}
.dashboard_filter_tab > form { display:inline-block; position:relative;}
.dashboard_filter_tab > form a { border-right:1px solid #dae5e7; display:block; width:160px; text-align:center; line-height:44px; font-size:16px;font-family: 'Roboto', sans-serif; font-weight:300; color:#5d666f; text-decoration:none;}
.dashboard_filter_tab > form input[type="submit"]{ position:absolute; top:0;}
.dashboard_filter_tab > form a:hover , .dashboard_filter_tab > form a.active{ color:#25acd3;}
.dashboard_filter_tab > form a:last-child{ border-radius:5px;}
.dashboard_filter_date{ position:relative; overflow:hidden; margin-left:16px; float:left; width:395px;}
.dashboard_filter_date .range-block-append-target{ width:100%;}
.dashboard_filter_date .range-block-append-target input{ width:40%;background-color: transparent; border-radius:5px;}
.dashboard_filter_date .range-block-append-target input.last{ margin-right:10px;}
.dashboard_filter_date .range-block-append-target input.filter_dashboard_submit{ border:none; outline:none; width:58px; height:46px; border-radius:5px; background:#f75b49 url(../images/search_btn_icon.png) no-repeat center center; margin-right:0px;}
.dashboard_filter_date .rma-form-input {height: 46px;line-height: 44px;border:1px solid #dae5e7;}
.dashboard_filter_date .range-block-append-target .campaign-dashboard-call{ width:83%; left:0px; position: absolute;height: 100%;top: 0;}
.dashboard_box_title{ color:#5d666f; font-size:20px; line-height:35px; padding-left:50px;font-family: 'Roboto', sans-serif; font-weight:300;}
.dashboard_box_title.trafic{ background:url(../images/dash_trafic_icon.png) no-repeat 0 center;}
.dashboard_box_title.sales{ background:url(../images/dash_sales_icon.png) no-repeat 0 center;}
.dashboard_box_title.profit{ background:url(../images/dash_profit_icon.png) no-repeat 0 center;}
.chart_part_dash{ margin-top:25px;}
.dash_chart_img{ float:left; margin-top:10px;}
.chart_number_part{ float:right;font-family: 'Roboto', sans-serif; font-weight:300;}
.chart_number_part > span{ color:#a1a5aa; font-size:13px; line-height:24px; margin-bottom:9px; display:block;}
.chart_number_part > p{ font-size:52px; color:#2c3b4a; line-height:52px;}
.total_view_title{ float:left; font-size:13px; color:#a1a5aa; line-height:18px;font-family: 'Roboto', sans-serif; font-weight:300;}
.number_total{ float:right; font-size:18px;font-family: 'Roboto', sans-serif; font-weight:400; color:#25acd3; line-height:36px;}
.total_view_strip{ padding-bottom:7px; border-bottom:2px solid #f75b49; margin-top:28px;}
.persantage_view_strip{ margin-top:30px;}
.persantage_view_border{ background:#ced1d4; height:6px; width:100%; margin-top:20px; position:relative; zoom:1;}
.persantage_view_border > i{left:0px; position:absolute; width:0%; height:100%; border-bottom:6px solid #f75b49; text-align:right; display:block; font-size:15px; color:#5d666f;}
.persantage_view_border > span{left:0px; position:absolute; width:0%; margin-top:-20px; text-align:right; min-width:40px;}

.analitics_part_block{ background:#f4f6f7; padding:30px;}
.analitics_title_block { float:left; width:245px; margin:0px 25px;}  

.analitics_title_block > span{ display:inline-block; color:#9ca1a6; font-size:14px; line-height:20px;font-family: 'Roboto', sans-serif; font-weight:300; vertical-align:top; width:60px;  margin:5px 10px 0px 0px;}
.analitics_title_block > span.extra_margin{ margin-top:15px;}
.analitics_title_block > div { float:right;}
.analitics_title_block > div >  h3{ display:inline-block;font-family: 'Roboto', sans-serif; font-weight:300; color:#2c3b4a; font-size:64px;vertical-align:top; line-height:48px; margin-right:4px;}
.analitics_title_block > div > p{ display:inline-block;font-family: 'Roboto', sans-serif; font-weight:300; color:#5d666f; font-size:14px; line-height:10px;vertical-align:top; margin-top:10px;}
.analitics_title_block > div > p > span { display:block; color:#25acd3; text-align:center; margin-bottom:5px;}
.analitics_box_title{ color:#5d666f; font-size:18px; line-height:20px;font-family: 'Roboto', sans-serif; font-weight:300; }
.analitics_box_title > span { width:76px; height:2px; display:block; background:#f75b49; margin-top:12px;}
.analitics_listing { list-style:none; margin-top:16px;}
.analitics_listing  > li{ overflow:hidden;font-family: 'Roboto', sans-serif; font-weight:300; margin:0px 0px 10px 0px;}
.analitics_listing  > li > p { float:left; color:#a1a5aa; font-size:14px;line-height:18px;}
.analitics_listing  > li > span {float:right; color:#25acd3; font-size:16px; line-height:18px;}
.analitics_listing  > li > span > i{color:#5d666f; font-size:12px; line-height:18px; font-style:normal;}

.analitics_inner_body .dataTables_filter{ display:none !important;}
.analitics_inner_body .dataTables_paginate{ display:none;}
.analitics_inner_body .rma-table-body{ padding:0px 9px 0px 9px;}
.analitics_inner_body .rma-table td{ font-size:16px; text-align:left; color:#25acd3; padding:0px 20px;}
.analitics_inner_body .rma-table td > span{color:#5d666f; font-size:13px; }
.analitics_inner_body .rma-table td.first_colume_td{color:#5d666f; text-align:left; padding:0px;}
.analitics_inner_body .rma-table th{ text-transform:uppercase; font-size:14px; font-weight:300 !important;padding: 10px 10px;}
.analitics_inner_body table.dataTable thead .sorting, 
.analitics_inner_body table.dataTable thead .sorting_asc, 
.analitics_inner_body table.dataTable thead .sorting_desc, 
.analitics_inner_body table.dataTable thead .sorting_asc_disabled,
.analitics_inner_body table.dataTable thead .sorting_desc_disabled{background-position: 90% center;}
.analitics_inner_body .rma-table-body{}
.analitics_inner_body table.dataTable tfoot th, .analitics_inner_body table.dataTable tfoot td{border-top:1px solid #e9eff1;}
.analitics_inner_body table.dataTable tfoot td{ padding:0px 10px 0px 0px;}
.analitics_inner_body .rma-table td{padding: 0px 20px 0px 0px;}
.analitics_inner_body .footer_table_title {color: #5d666f;text-align: left;padding: 0px; text-transform:uppercase; font-weight:400 !important;}

.clear_filter_btn{border: none;background: #f75b49;font-size: 14px;color: #fff;text-align: center;font-family: 'Roboto', sans-serif;padding: 11px 25px;text-transform: uppercase;border-radius: 3px;display: inline-block; position:absolute; top:100%; right:0px; float: right;margin: 10px 10px 0px 0px; z-index:2; }

.areafield{height:150px !important;resize:none;}
.uploading_preloading{ background:url(../images/uploading.gif) no-repeat 0 center; width:128px; height:44px;   margin-left: 10px; vertical-align:top; display:none;}  
.uploading_preloading.show_load{display:inline-block;}
.uploading_preloading.uploaded{background:url(../images/uploaded.gif) no-repeat 0 center; }

/**/
.setting_manual{ background:url(../images/setting_icon.png) no-repeat 0 0; width:22px; height:22px; background-size:cover; display:block; float:right; margin:-10px -10px 0px 0px; outline:none;}

.setting_manual:focus{ outline:none; border:none;}
.rma-table-cover.rma-small-table-cover.analitics_sales_content{ margin-top:20px;}
.analitics_popup_row{ margin-bottom:10px;}
.analitics_popup_row > label{font-size: 14px;color: #2c3b4a;font-family: 'Roboto', sans-serif;font-weight: 400;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 7px;display: block;}
.analitics_popup_row > .analitics_popup_input{width: 100%;border: 1px solid #dae5e7;height: 46px;line-height: 46px;background: #ffffff;color: #5d666f;font-size: 16px;padding: 0px 16px;border-radius: 5px;font-family: 'Roboto', sans-serif;font-weight: 300;}
.analitics_popup_submit{text-align: center;text-transform: uppercase;font-size: 15px;color: #fff;background: #f75b49;line-height: 42px;border-radius: 4px;display: inline-block;padding: 0px 24px;font-family: 'Roboto', sans-serif;font-weight: 500;border: none;outline: none;min-width: 145px; margin-top:20px;}

.analitics_inner_title{ float:left;}
.multitab_analitics{ float:right;}
.multitab_analitics .inner_tab_analitics{ float:left; text-align:center; }
.inner_tab_analitics a { color:#2c3b4a; text-transform:capitalize; padding:0px 50px; font-size:18px;display:block;    background: #f4f6f7; border:1px solid #dae5e7;}
.inner_tab_analitics.last a{ border-left:none;}
.inner_tab_analitics a.active{ background:#fff; border-bottom:1px solid #fff;}
.radio_center{text-align:center;margin-bottom:20px;display: inline-block;margin-right: 15px;}
.radio_btn_res{margin:0px 10px;display:inline-block;vertical-align:middle;width:20px;height:20px;}
.tble_range{position:absolute;left:55%; z-index:3;}
.duplicate-email-insert,.duplicate-email-update{color:#f75b49 !important}
.hiper_link{max-width: 100% !important;margin-left: 0 !important;}
/*ingredient*/
.recipe_row {margin-bottom: 10px;position: relative;}
.recipe_row:last-child{margin-bottom: 0;}
.recipe_row .rma-form-input{max-width: 130px;}
.recipe_row .rma-form-input.recipe_name {max-width: 39%; }
.recipe_row .rma-form-label{display: inline-block;width: 25%;}
.ingredient_selection{display: flex; align-items: end;}
.ingredient_list{margin-left: 15px;width: 30%;}
.ingredient_list .about_ingredient {display: flex;font-size: 16px;margin-bottom: 5px;align-items: center;}
.ingredient_list .about_ingredient:last-child{margin-bottom: 0;} 
.ingredient_list .about_ingredient .addingHName{width: 100%;letter-spacing: 2px; font-size: 14px;}
.ingredient_list .about_ingredient .closeBtnDstry{cursor: pointer; min-width: 25px; height: 25px; padding: 0; line-height: 25px; margin-left: 10px;}
.ingredient_list .about_ingredient .costCloseBtn{display: flex;align-items: center;}
.gross_profit,.ucost-price{font-size: 16px;}
.s_ingredient{position: relative; font-size: 14px;letter-spacing: 2px; padding: 10px;display: block; border:1px solid #dae5e7; border-radius: 2px; cursor: pointer;width: 250px;color: #435a70;}
.s_ingredient:after{ border: solid #435a70; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; content: ''; transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; right: 18px; top: 14px;}
.choese-ingredient {list-style: none;position: absolute;width: 300px;background-color: #fff;z-index: 9;display: none;border:2px solid #dae5e7;top: 45px;height: 230px;overflow: auto;}
.choese-ingredient li{padding: 10px 15px; cursor: pointer; border-bottom:1px solid #dae5e7;letter-spacing: 1px;}
.choese-ingredient li:last-child{border-bottom: none;}
.choese-ingredient li.activeLiItems{background-color: #ededed;}
.add_text_field .new_text_receipe_block{border: 2px solid #ededed;border-radius: 2px;padding: 10px;}
.add_text_file{color: #6f7c82;}
/*.add_text_field.no-contain{border:none;padding: 0;} */
.recipe_row input[name="r_name"]{max-width: 40%;}

/*SKU*/
#add-sku .content_title{font-size: 24px; line-height: 30px;}
#add-sku .mfp-close{right: 30px; top: 30px;}
#add-sku .file-upload-input{width :calc(100% - 70px) !important;margin-bottom: 0;}
#add-sku .file-upload-button{width: 62px !important;}
.sample-file{letter-spacing: 1px;margin-bottom: 20px;color: #000; font-weight: 500;}
/*#add-sku .rma-form-block{margin-bottom: 0;}*/




@media screen and (min-width:1446px) and (max-width:1919px){
.has_left_menu .layout{ margin-left:350px;}
}
@media screen and (min-width:1190px) and (max-width:1446px){
.has_left_menu .layout{ margin-left:270px;}
.campaign_page_right{ width:272px;}
}
@media screen and (min-width:1024px) and (max-width:1189px){
.navigation_part {margin: 29px 0px 0px 175px;}
.has_left_menu .layout{ margin-left:256px;}
.has_left_menu .navigation_part {margin: 29px 0px 0px 45px;}

.campaign_page_part {padding: 20px 20px 0px;}
.campaign_page_right {width: 290px;}
.campaign_page_left {width: 400px;}
.file-upload-input{ width:302px;}
.image_info_part{ width:370px;}
.right_video_inner{ padding-right:50px;}
}
/**/
@media screen and (min-width:1024px) and (max-width:1064px){
.inner_block_dashboard {width: 250px;padding: 15px;}	
.dashboard_filter_tab >a{ width:146px;}
.analitics_title_block {width: 251px;margin: 0px 15px;}
}
@media screen and (min-width:1024px){
.left_menu{ left:0px !important;}
.layout.menu_left.goes_right{ transform:translate(0px, 0px) !important;}	
}
@media screen and (min-width:960px) and (max-width:1023px){
.navigation_part {margin: 29px 0px 0px 125px;}
.left_menu_btn{ display:block;}
.left_menu{ left:-256px;}
.left_menu{ transition:0.6s ease;}
.left_menu.open_menu{ left:0px;}
.layout.menu_left{ transition:0.6s ease;}
.layout.menu_left.goes_right{ transform:translate(256px, 0px);}

.campaign_page_right{ width:272px;}
/**/
.inner_block_dashboard {width: 250px;padding: 15px;}	
.dashboard_filter_tab >a{ width:138px;}
.analitics_title_block {width: 230px;margin: 0px 15px;}
.dashboard_filter_date{ width:360px;}
.dashboard_filter_date .range-block-append-target input{ width:39%;}

}
@media screen and (min-width:768px) and (max-width:959px){	
.navigation_part {margin: 29px 0px 0px 50px;}
.left_menu_btn{ display:block;}
.left_menu{ left:-256px;}
.left_menu{ transition:0.6s ease;}
.left_menu.open_menu{ left:0px;}
.layout.menu_left{ transition:0.6s ease;}
.layout.menu_left.goes_right{ transform:translate(256px, 0px);}

.campaign_page_part {padding: 20px 20px 0px;}
.campaign_page_right {width: 290px;}
.campaign_page_left {width: 400px;}
.file-upload-input{ width:302px;}
.image_info_part{ width:370px;}
.right_video_inner{ padding-right:50px;}

/**/
.inner_analytics_body{padding: 30px 20px 20px 20px;}
.analitics_inner_body table.dataTable thead th, .analitics_inner_body table.dataTable thead td {padding: 10px 15px;}
.analitics_inner_body{ padding: 20px 10px 20px 10px;}
.analitics_inner_body .rma-table-body{ padding:0px; min-width:629px;}
.analitics_inner_body .rma-table td{ padding:0px 10px;}
.inner_block_dashboard {width: 205px;padding: 15px;}
.dash_chart_img{ float:none; text-align:center;}
.chart_number_part{ float:none; text-align:center; margin-top:10px;}
.analitics_title_block {width: 203px;margin: 0px 10px;}
.analitics_part_block {padding: 30px 10px;}
.analitics_title_block > span {margin: 5px 5px 0px 0px;}
.dashboard_filter_tab { float:none;}
.dashboard_filter_tab >a{ width:33.33%;}
.dashboard_filter_date{ width:auto; float:none; margin-left:8px; margin-top:10px;}
.dashboard_filter_date .range-block-append-target input{ width:44%;}
.rma-table-search-select-cover .rma-select-arrow{ background:none;}
.rma-select-box{ width:100%;}
.login_form{ position:relative; top:0px; left:0px;}
}
@media screen and (min-width:768px){
.navigation_part{display:block !important;}	
}
@media screen and (max-width:767px){
	
.left_menu_btn{ display:block;}
.left_menu{ left:-256px;}
.left_menu{ transition:0.6s ease;}
.left_menu.open_menu{ left:0px;}
.layout.menu_left{ transition:0.6s ease;}
.layout.menu_left.goes_right{ transform:translate(256px, 0px);}
.toggle_btn{ display:block;}
.navigation_part{width: 100%;margin: 0; display:none;}
.navigation_list{ overflow:hidden;}
.navigation_list > li{ float:none; margin-bottom:10px; padding:0px 10px 8px 10px;}
.has_left_menu .navigation_list > li{ padding:0px 10px 8px 25px;}
.content_title{ float:none;}
.btn_spacer_header{ float:none; display:block; margin-top:20px;}
.footer_list > li >a{ margin-left:10px;}
.copyright_text{ margin-left:10px;}
.footer_section{ position:relative;}

.content_section {padding: 30px 0px 30px;}

.campaign_page_part {padding: 20px 20px 0px;}
.campaign_page_right {width: 100%; float:none;}
.campaign_page_left {width: 100%; padding-right:0px; float:none;}
.file-upload-input{ width:83%;}
.file-upload-button{ width:15%;}
.image_info_part{ width:100%;}
.preview_image_upload.image_Added{ margin:0px 0px 30px 0px;}

.add_video_row{ display:block;}
.left_video_img{ display:block; padding-right:0px; width:273px; }
.right_video_info{display:block; margin-top:30px;}
.right_video_inner{ padding-right:50px;}
/**/
.inner_analytics_body {padding: 30px 15px 20px 15px;}
.analitics_inner_body { padding: 31px 10px 31px 10px;}
.dashboard_filter_tab { float:none;}
.dashboard_filter_tab >a{ width:33.33%;}
.dashboard_filter_date{ width:auto; float:none; margin-left:8px; margin-top:10px;}
.dashboard_filter_date .range-block-append-target input{ width:39%;}
.dashboard_block_colume{ display:block; margin-bottom:10px;}
.analitics_title_block {float: none;width: 100%; margin: 0; margin-bottom: 30px;}
.inner_block_dashboard{ width:auto;}
.analitics_title_block > span{ width:auto; margin-top:15px;}
.analitics_title_block > span > br{ display:none;}
.analitics_inner_body .rma-view-campaign-table-cover{ overflow:auto;}
.analitics_inner_body .rma-table-body {}
.content_massage_center > div > p{ min-width:20px;}
.login_page_admin  .content_section{ padding:30px 0px 100px;}
.rma-table-search-select-cover .rma-select-arrow{ background:none;}
.rma-select-box{ width:100%;}
.login_form{ position:relative; top:0px; left:0px;}
.dashboard_filter_tab > form{ display:block;}
.dashboard_filter_tab > form a{ width:100%; display:block; border-right:none;}
.dashboard_filter_tab{    border: 1px solid #dae5e7;}

.analitics_inner_title{ float:none;}
.multitab_analitics{ float:none; margin-top:10px;}
.inner_tab_analitics a{ line-height:30px; width:100%;}
.multitab_analitics .inner_tab_analitics{ float:none;}
.inner_tab_analitics.last a{ border: 1px solid #dae5e7;}
#add-sku .mfp-close {right: 0; top: 10px; }
}
@media screen and (max-width:479px){
.layout{ padding:0px 5px;}	
.footer_left_part{ float:none;}
.footer_right_part{ float:none; margin-top:5px;}
.footer_list > li >a{ margin-left:0px; margin-right:10px;}
.login_part{ margin:0px 10px; padding:20px;}
.remember_part{ text-align:left;}
.checkbox_label{ float:none; margin-bottom:10px; display:block;}
.forgot_password{ float:none;display:block;}
.login_part{ height:auto;}
.login_part > div.login_btn{ margin-bottom:0px;}
.footer_section{ position:relative;}
.file-upload-input{ width:81%;}
.right_video_inner{ padding-right:0px;}
.custom_radio{ right:0; top:0; margin:0;}
.size_length_video > span{ margin-right:15px;}
.right_video_inner > h3{ padding-right:35px;}

/**/
.analitics_part_title{font-size: 23px;line-height: 24px;    padding: 14px 10px;}
.analitics_title_block > span{ display:block; text-align:center; margin-bottom:10px;}
.analitics_title_block > div{ float:none; text-align:center;}
.content_title{ font-size:25px;}
.dashboard_filter_tab >a{ width:100%; border-bottom:1px solid #dae5e7; border-right:none;}
.dashboard_filter_tab{border:1px solid #dae5e7; border-bottom:none;}
.dashboard_filter_date .range-block-append-target input{ width:100%; margin-bottom:5px;}
.dashboard_filter_date .range-block-append-target input.filter_dashboard_submit{ width:100%;}
.dashboard_filter_date .range-block-append-target .campaign-dashboard-call {width: 100%;height: auto;bottom: 56px;}
.dash_chart_img{ float:none; text-align:center;}
.chart_number_part{ float:none; text-align:center; margin-top:10px;}
.dashboard_filter_tab{    border: 1px solid #dae5e7;}

}
@media screen and (max-height:534px){
.login_form{ position:relative; top:0; bottom:0; left:0;}	
.login_page_admin  .content_section{ padding:30px 0px 100px;}
}

.admin_name{display:inline-block;margin-right:25px;position:relative;top:-16px; font-size:18px;}

/* Outer */
.custom_popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	z-index:2000;
}
 
/* Inner */
.custom_popup_inner {
    max-width:500px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
		z-index:2000;
		overflow:scroll;
		max-height:875px;

}
 
/* Close Button */
.popup-close {
    display:inline-block !important;
    position:absolute;
    top:27px;
    right:27px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:100%;
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:27px;
    color:#000;
	opacity:0.5;
	-webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
 
.popup-close:hover {
	opacity:1
}
/*.custom_popup .custom_popup_inner .rma-form-block{margin-bottom:15px;}
.custom_popup .custom_popup_inner .rma-form-label{margin-bottom:6px;}*/
