@charset "UTF-8";
/* CSS Document */


body {
	font-family: 'Roboto', sans-serif;
	transition: all 0.5s;
}

.gray_bg {
    background: #f6f6f6;
}

figure {
    margin-bottom: 0;
}

.mbShow {
	display: none;
}

.tuvistoback_nav .navbar .btn-link {
    color: #fff;
}

.tuvistoback_nav .navbar .btn-link:hover {
    color: #1e71ff;
}

.tuvisto_btn {
    padding: 10px 20px;
    color: #fff;
    background: #1e71ff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -0.07px;
    border-radius: 2px;
}

.tuvisto_btn:hover,
.tuvisto_btn:focus {
    background: #0856D9;
    color: #fff;
    text-decoration: none;
}

.tuv_form_group {
    margin-bottom: 12px;
    position: relative;
}

.tuv_form_group .form-control {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #000;
    letter-spacing: -0.04px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 10px;
}

.tuv_form_group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    letter-spacing: -0.19px;
    margin-bottom: 2px;
}

.tuv_form_group .tuv_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;	
    background: url(../images/select-down-arrow.png) no-repeat scroll right 15px center / 12px auto;
    height: initial !important;
    cursor: pointer;
}

.tuv_form_group .tuv_select::-ms-expand {
    display: none;
}

.custom_checkbox {

}

.custom_checkbox h6 {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.19px;
	color: #000;
}

.tuv_cus_check_box {

}

.tuv_cus_check_box input[type="checkbox"] {
	width: 20px;
	height: 20px;
    border: 1px solid #e5e4e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.tuv_cus_check_box label {
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.25px;
    color: #000;
    display: inline-flex;
    cursor: pointer;
}

.tuv_cus_check_box input[type="checkbox"]:checked {
	background: url(../images/checked-icon.png) no-repeat scroll center center / 12px auto;
}

.post_img_hover .tuv_cus_check_box input[type="checkbox"]:checked {
	background: url(../images/checked-white-icon.png) no-repeat scroll center center / 12px auto;
}

.status_circle {
	width: 12px;
	height: 12px;
	border: 2px solid #979797;
	display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.status_circle.status_unapproved {
    border-color: #979797;
} 

.status_circle.status_pending {
    border-color: #fcb83d;
} 

.status_circle.status_ready_to_publish {
    border-color: #a9f3fe;
} 

.status_circle.status_approved {
    border-color: #92f7cd;
} 

.status_circle.status_published {
    border-color: #17d1f7;
} 

.status_circle.status_have_post {
    border-color: #9792f8;
} 


.custom_upload_file input[type="file"] {
	display: none;
}

.custom_upload_file label {
	background: #eaeaea;
	width: 100%;
	display: table;
    text-align: center;
    cursor: pointer;
}

.custom_upload_file label .Create_New_Content {
	display: table-cell;
	vertical-align: middle;
}

.tuvistoback_post_wrap .postBox:nth-child(n+17) {
	display: none;
}





/*-- End of Global style --*/



.tuvistoback_header {
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    position: relative;
    background: #1B50A8;
    padding: 10px 0;
}

.tuvistoback_logo {
    margin-right: 30px;
    color: #fff;
}

.tuvistoback_navbar {

}

.tuvistoback_nav .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.tuvistoback_navbar .navbar-nav li {
    position: relative;
    margin: 0 10px;
}

.tuvistoback_navbar .navbar-nav li:before {
    position: absolute;
    content: "";
    bottom: -22px;
    left: 0;
    width: 0;
    height: 4px;
    background: #16D1F8;
    opacity: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s;
}

.tuvistoback_navbar .navbar-nav li.active:before,
.tuvistoback_navbar .navbar-nav li:hover:before {
    width: 100%;
    opacity: 1;
}

.tuvistoback_navbar .navbar-nav li a {
    color: #fff;
}


.tuvistoback_nav .loged a {
    color: #fff;
    display: inline-flex;
    line-height: 65px;
}

.tuvistoback_nav .loged a object {
    margin-left: 10px;
}


.tuvistoback_nav .loged.dropdown .dropdown-menu {
    padding: 0;
    width: 200px;
    border-radius: 4px;
    background: #fff;
    border: none;
    top: 63px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    right: -15px;
    left: auto;
}


.tuvistoback_nav .loged.dropdown:hover .dropdown-menu {
    display: block !important;
}

.tuvistoback_nav .loged.dropdown .dropdown-menu .upArrow {
	position: absolute;
	top: -15px;
	right: 15px;
}

.my_account_sub_menu {
    width: 100%;
    margin: 0;
    padding: 0 0 17px;
    list-style: none;
}

.tuvistoback_nav .loged.dropdown .my_account_sub_menu li.signed {
    font-size: 10px;
    color: #1B50A8;
    font-weight: 500;
    letter-spacing: -0.05;
    background: #A9F3FF;
    padding: 15px 20px 10px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 8px;
}

.tuvistoback_nav .loged.dropdown .my_account_sub_menu li {
    padding: 3px 20px;
}

.tuvistoback_nav .loged.dropdown .my_account_sub_menu li a {
	color: #000;
	font-size: 14px;
	line-height: 19px;
    letter-spacing: -0.04px;
    font-weight: 300;
    text-decoration: none;
}

.tuvistoback_nav .loged.dropdown .my_account_sub_menu li a.active,
.tuvistoback_nav .loged.dropdown .my_account_sub_menu li a:hover {
    color: #1E72FF;
}

/*-- End of tuvistoback_header style --*/



.tuvistoback_curate_wrap {
	padding: 50px 0 30px;
}


.tuvisto_title {
	font-size: 40px;
	font-weight: 300;
	color: #1b50a8;
	line-height: 54px;
	letter-spacing: -0.17px;
}

.tuvisto_details {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 300;
    letter-spacing: -0.05px;
    color: #394149;
}

.sub_title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: -0.28px;
	color: #000;
}

.search_keyword {
	margin: 0;
	list-style: none;
	background: #fff;
	padding: 0;
	box-shadow: 0 2px 7px 1px rgba(0,0,0,0.13);
	position: absolute;
	top: 100px;
	width: 100%;
	left: 0;
	z-index: 1080;
	border-radius: 2px;
    border: 1px solid #ebebeb;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.tuv_form_group .form-control:focus + .search_keyword  {
    opacity: 1;
    visibility: visible;
	top: 87px;
}

.searched_open .search_keyword {
    opacity: 1;
    visibility: visible;
	top: 87px;
}


.search_keyword li {
	padding: 5px 0;
	border-bottom: 1px solid #ebebeb;
	margin: 0 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: -0.24px;
	color: #000;
}

.search_keyword li:first-child {
	margin: 0;
	padding: 10px 20px;
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: -0.03px;
	color: #1b50a8;
	text-transform: uppercase;
}

.search_keyword li:last-child {
    border: none;
}

.filter_body {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}

.apply_btn {
	display: flex;
	float: right;
	margin-top: 7px;
}


/*-- End of tuvistoback_body style --*/




















.tuvistoback_post_wrap {
    margin-bottom: 30px;
}

.post_single_item {
    margin-bottom: 25px;
    overflow: hidden;
}

.post_top {
    
}

.social_name {
    margin: 0 0 5px;
}

.social_name .icon {
    margin-right: 5px;
}
.social_name .icon img {
    max-width: 20px;
    width: 100%;
}

.social_name .pro_name {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #000;
	letter-spacing: -0.06px;
}

.social_name .post_time {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: -0.05px;
    color: #8a8a8a;
}

.post_img {
    position: relative;
}

.post_img img {
    width: 100%;
}

.post_img_hover {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(27,80,168,0.85);
	opacity: 0;
	transition: all 0.5s;
}

.post_single_item:hover .post_img_hover {
	opacity: 1;
	top: 0;
}

.post_img_hover .tuv_cus_check_box {
	padding: 15px;
}

.post_img_hover .tuv_cus_check_box input[type="checkbox"] {
    border-color: #fff;
}

.view_img_btn {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}

.view_img_btn a {
	background: transparent;
    border: 1px solid #fff;
}

.view_img_btn a:hover {
    border-color: #0856D9;
}

.collect_btn {
    position: absolute;
    bottom: 0;
    background: #1e72ff;
    left: 0;
    width: 100%;
}

.collect_btn a {
	width: 50%;
	display: inline-block;
	float: left;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.06px;
}

.collect_btn a:first-child {
	border-right: 1px solid #8fb9ff;
}

.collect_btn a:focus,
.collect_btn a:hover {
	background: #1B50A8;
}

.see_more_btn {
	padding: 30px 0;
}

.bulk_action_bar_collect {
    position: fixed;
    bottom: 0;
    left: 0;
	width: 100%;
	background: #333;
	color: #fff;
	z-index: 1080;
}

.bulk_action_bar_collect p {
	margin: 0;
	padding: 30px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: -0.08px;
}

.bulk_action_bar_collect p .post_count {
    margin-right: 25px;
}

.bulk_action_bar_collect p a {
    margin-left: 25px;
}

.bulk_action_bar_collect p .go_back a {
	margin: 0 30px 0 0;
	padding: 0;
    background: none;
    font-size: 14px;
    font-weight: 500;
}


.list_view_bulk_action_bar p a {
	background: none;
	padding: 0px;
}

.list_view_bulk_action_bar p a.disabled {
	opacity: .25;
}

.list_view_bulk_action_bar p a object {
	margin-right: 3px;
}

.list_view_bulk_action_bar p a:hover {
	background: none;
}

.tuvisto_btn.deselect_btn {
    background: none;
    padding-left: 0;
}

/*-- End of tuvistoback_post_wrap style --*/



.status_content {
    
}

.status_btn {
    
}

.status_btn a {
    background: #fff;
    color: #0856D9;
    border: 2px solid #0856D9;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.status_btn a:last-child {
    margin-right: 0;
}

.status_btn a.active {
    background: #0856D9;
    color: #fff;
}

.data_range_input {
	display: flex;
}

.data_range_input span {
    margin: 10px 10px 0 0;
    width: 50px;
}

.data_range_input input {
	width: 145px;
}

.tuvistoback_list_view {
    margin-bottom: 20px;
}

.view_link {

}

.view_link a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
    border: 1px solid #bcbcbc;
    background: #fff;
	margin: 0 -5px 0 0;
	border-radius: 2px;
	position: relative;
    z-index: 1;
    overflow: hidden;
}

.view_link a:hover,
.view_link a.active {
    border-color: #1f72ff;
    z-index: 10;
}

.view_link a object {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.view_link a:hover object,
.view_link a.active object {
	top: -26px;
}

.export_import {

}

.export_import a {
    margin-left: 20px;
    display: inline-block;
}


/* End of tuvistoback_list_view */


.tuv_list_view_wrap {

}

.tuv_list_view_table {
    border: 1px solid #ebebeb;
}

.tuv_list_view_table tr {

}

.tuv_list_view_table tr th, 
.tuv_list_view_table tr td {
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	letter-spacing: -0.6px;
	font-weight: 500;
}

.tuv_list_view_table tr th {
    background: #394249;
    color: #fff;
    padding: 18px 10px 12px;
}

.tuv_list_view_table tr td {
	padding: 22px 10px 28px;
}

.tuv_list_view_table tr th:first-child,
.tuv_list_view_table tr td:first-child {
    padding-left: 25px;
}

.tuv_list_view_table tr:nth-child(even) {
    background: #fff;
}

.tuv_list_view_table tr:nth-child(odd) {
    background: #f6f6f6;
}

.tuv_list_view_table tr .tuv_cus_check_box input[type="checkbox"] {
    border-color: #dbdbdb;
    background-color: #fff;
}

.tuv_list_view_table tr td.source_img img {
    max-width: 140px;
    width: 100%;
}

.tuv_list_view_table tr td.source_from img {
    max-width: 18px;
    width: 100%;
}

.tuv_list_view_table tr td.status_btn_group {
    
}

.tuv_list_view_table tr td.status_btn_group a {
    display: block;
    padding: 5px 0;
}

.tuv_list_view_table tr td.status_btn_group a object {
    margin-right: 10px;
}


/* End of tuv_list_view_wrap  */









.tuv_grid_view_wrap .social_name .post_time span {
    color: #000;
}

.view_img_list {
    margin: 0;
    padding: 13px 0 0 50px;
    list-style: none;
}

.view_img_list li {
    padding-bottom: 10px;
}

.view_img_list li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.07px;
}

.view_img_list li a object {
    margin-right: 10px;
}

.Collected_by {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	width: 100%;
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.05px;
	opacity: .6;
}


/* End of tuv_grid_view_wrap  */


.tuvistoback_publish_items_wrap {
    margin-bottom: 70px;
}

.Create_New_Collection label {
	height: 352px;
}

.Create_New_Collection label .Create_New_Content span {
	display: block;
}

.Create_New_Collection label .Create_New_Content .Create_new_title {
	color: #888888;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.6px;
}

.Create_New_Collection_items {
	margin: 0 -3px;
}

.Create_New_Collection_item {
	padding: 0 3px;
	margin-bottom: 6px;
}

.img_cataGory_title {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.6px;
}

.img_cataGory_title span {
    color: #888888;
}

.img_cataGory {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

.sub_title span {
    margin-left: 30px;
    font-weight: 300;
}

.publishh_setting_btn {

}

.publishh_setting_btn a {
    background: none;
    color: #1e72ff;
    padding: 10px 0;
    margin-right: 20px;
}

.publishh_setting_btn a:hover {
    background: none;
    color: #1b50a8;
}

.publishh_setting_btn a object {
    margin-right: 5px;
}

.tuvistoback_publish_items_wrap .view_img_list {
	margin-top: 85px;
}

.Add_Content.Create_New_Collection label {
	height: 255px;
}

.Create_New_Collection.custom_upload_file .add_icon img {
	width: 60px;
	margin-bottom: 10px;
}


/* End of .tuvistoback_publish_items_wrap  */


.modal-backdrop.show {
    opacity: 0.8;
}

.tuVistoModal_global .modal-content {
	border-radius:2px;
}

.tuVistoModal_global .modal-header {
	border:none;
	padding:10px;
}

.tuVistoModal_global .modal-dialog {
	width:100%;
	margin-top:10%;
	max-width:700px;
}

.tuVisto_register_modal.tuVistoModal_global .modal-dialog {
    max-width: 380px;
}

.tuVisto_register_modal .modal-body {
	padding:20px 40px;
}

.tuVisto_register_modal .modal-body .title {
	color:#1B50A8;
	font-size: 32px;
    line-height: 43px;
    font-weight: 300;
    letter-spacing: -0.44px;
	margin-bottom: 15px;
	margin-top: 8px;
}

.tuVisto_register_modal .modal-body .btn_social {
	margin-bottom:15px;
}

.tuVisto_register_modal .modal-body .btn_social a {
	text-decoration:none;
	background:#1B50A8;
	color:#ffffff;
	font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.07px;	
	padding:10px 15px;
	width: 100%;
	display: flex;
	border-radius:2px;
}

.tuVisto_register_modal .modal-body .btn_social a:hover {
	opacity:0.8;
}

.tuVisto_register_modal .modal-body .btn_social a object {
	margin-right:15px;
}

.tuVisto_register_modal .modal-body .btn_social a.instagram {
	background:#D42F8B;
}

.tuVisto_register_modal .modal-body .btn_social a.twitter {
	background:#1DA1F2;
}

.tuVisto_register_modal .modal-body .btn_social a.email {
	background:#1E72FF;
}

.tuvistoback_register_wrap {
	padding:50px 0;
}

.tuvistoback_register_wrap .register_title {
	color:#1B50A8;
	font-size: 40px;
    line-height: 54px;
    font-weight: 300;
    letter-spacing: -0.17px;
	margin:0 0 10px 0;
}

.link_accounts_title {
	color:#1B50A8;
	font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: -0.08px;
	margin-bottom: 10px;
	margin-top: 32px;
}

.TuVisto_works_text {
	color:#394149;
	font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.05px;
	margin-bottom:25px;
}

.TuVisto_social_link {
	padding:0;
	margin:0 0 35px 0;
	max-width:300px;
}

.TuVisto_social_link li {
	list-style:none;
	background:#fff;
	margin-bottom:15px;
	display:flex;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	position:relative;
}

.TuVisto_social_link li .icon {
    background: #1E72FF;
    padding: 10px 12px 6px;
    border-radius: 2px;
    margin-right: 10px;
}

.TuVisto_social_link li .icon.instagram {
    background: #D42F8B;
}

.TuVisto_social_link li .icon.twitter {
    background: #1DA1F2;
}

.TuVisto_social_link li .text {
	color:#000;
	font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.07px;
	padding:10px 0px;
}

.TuVisto_social_link li .text.colorText {
	color:#1E72FF;
    font-weight: 500;
}

.TuVisto_social_link li .unlink {
	color:#1E72FF;
	font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.05px;
	text-decoration:none;
	top: 12px;
	position: absolute;
	right: 15px;
}

.tuvistoback_welcome_james {
	background:#fff;
	padding:50px 0;
}

.tuvistoback_welcome_james .welcome {
    color: #1B50A8;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: -0.08px;
}

.tuvistoback_welcome_james .text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.05px;
    color: #394149;
    margin-bottom: 20px;
}

.tuvistoback_welcome_james ul {
	padding:0 0 0 20px;
	margin:0;
}

.tuvistoback_welcome_james ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.05px;
    color: #394149;
	list-style:decimal;
	padding:6px 0;
}

.tuvistoback_dashboard_wrap {
	background:#F6F6F6;
	padding:30px 0;	
}

.tuvistoback_dashboard_wrap .title {
    color: #1B50A8;
    font-size: 40px;
    line-height: 53px;
    font-weight: 300;
    letter-spacing: -0.17px;
	margin-bottom: 15px;
}

.tuvDashboard_table_wrap {
	background:#fff;
	margin-bottom:30px;
}

.tuvDashboard_table_wrap .table {
	border:none;
}

.tuvDashboard_table_wrap .table tr th {
	border:none;
	color: #000000;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: -0.08px;
	padding:20px 25px;
	box-shadow:0 -2px 4px 0 rgba(0,0,0,0.04);
}

.tuvDashboard_table_wrap .table tr th .grp_th {
	display:flex;
}

.tuvDashboard_table_wrap .table tr th object {
	margin-right:15px;
}

.tuvDashboard_table_wrap .table tr td {
	color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.05px;
	padding:20px 25px;
	border-top:1px solid #EBEBEB;
	border-bottom:none;
	vertical-align:middle;
}

.tuvDashboard_table_wrap .table tr .value_td {
	color: #1B50A8;
    font-size: 36px;
    letter-spacing: -0.1px;
}

.tuvDashboard_table_wrap .table tr td a {
	color: #1E72FF;
    font-size: 16px;
    font-weight: 500;
	text-decoration:none;
}

.tuvDashboard_table_wrap .table tr td a:hover {
	color: #1B50A8;
}

.tuvDashboard_table_wrap .table tr:hover td,
.tuvDashboard_table_wrap .table tr.selected td {
	background:rgba(169,243,255,0.5);
}

.tuvDashboard_table_wrap .table .posts_need .value_td {
    border-left: 4px solid #BCBCBC;
}

.tuvDashboard_table_wrap .table .posts_awaiting .value_td {
    border-left: 4px solid #FAB73B;
}

.tuvDashboard_table_wrap .table .posts_replies .value_td {
    border-left: 4px solid #C9F597;
}

.tuvDashboard_table_wrap .table .posts_approved .value_td {
    border-left: 4px solid #92F7CD;
}

.digital_media_wrap {
	padding:50px 0;
}

.tuvisto_body_title,
.tuvistoback_myAccount_head .title {
	color: #1B50A8;
    font-size: 40px;
    line-height: 53px;
    font-weight: 300;
    letter-spacing: -0.17px;
	margin-bottom: 15px;
}

.sharing_title {
	color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: -0.28px;
	margin-bottom: 5px;
}

.we_want_you {
	color: #394149;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.05px;
	margin-bottom: 15px;
}

.note_text {
	color: #394149;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: -0.04px;
	margin-bottom:25px;
}

.tuv_custom_file {
	margin:10px 0 20px;
}

.tuv_custom_file input[type=file] {
	display:none;
}

.tuv_custom_file label {
	color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -0.19px;
	background: #ffff;
	border: 1px solid #DBDBDB;
	padding: 6px 12px;
	border-radius: 2px;
	cursor: pointer;
	margin:0 10px 0 0;
}

.tuv_custom_file label:hover {
	background:#f6f6f6;
}

.tuv_custom_file .no_file_text {
	color: #394149;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.04px;
}

.save_and_exit {
	margin-top:30px;
}

.media_terms_title {
	color: #000000;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: -0.19px;
	margin-bottom:5px;
}

.media_terms_wrap {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 20px;
	height: 235px;
	overflow-y: scroll;
}

.media_terms_wrap p {
	color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: -0.08px;
	margin-bottom: 20px;
}


.tuvistoback_myAccount_head {
	background:#fff;
	padding:50px 0 40px;
}

.tuvistoback_myAccount_head .title {
	margin-bottom: 0;
}

.tuvistoback_myAccount_wrap {
	padding:0 0 50px;
}

.myAccount_tab_head {
	border:none;
	margin-top:-46px;
}

.myAccount_tab_head .nav-item:first-child {
	padding-left:0;
}

.myAccount_tab_head .nav-item {
	padding:0 20px;
}

.myAccount_tab_head .nav-item .nav-link {
	color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: -0.04px;
	padding:10px 0;
}

.myAccount_tab_head .nav-item .nav-link:hover {
	border-color:transparent;
}

.myAccount_tab_head .nav-item .nav-link.active {
	border:none;
	color: #000000;
    font-weight: 500;
	background:none;
	border-bottom:4px solid #16D1F8;
}

.myAccount_tab_content {
	padding:35px 0;
	min-height:580px;
}

.tab_update_btn {
	margin:20px 0;
}

.curation_sett_title {
	color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: -0.08px;
	margin-bottom:10px;
}

.curation_sett_pera {
	color: #394149;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.05px;
	margin-bottom:10px;
}

.add_user_table {
	margin-top:25px;
}

.add_user_table .table tr th,
.add_user_table .table tr td {
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
	padding:17px 24px;
}

.add_user_table .table tr th {
	color: #ffffff;
    letter-spacing: -0.19px;
	background:#394149;
	border:none;
}

.add_user_table .table tr td {
	color: #000000;
    letter-spacing: -0.06px;
	background:#fff;
}

.tuv_custom_switch input[type=checkbox] {
	visibility: hidden;
    position: absolute;
}

.tuv_custom_switch {
	position: relative;
	display: inline-block;
}

.tuv_custom_switch label {
	width: 52px;
	height: 26px;
	background: #DBDBDB;
	position: relative;
	border-radius: 2px;
	border:2px solid #EBEBEB;
	cursor:pointer;
	margin-bottom:0;
}

.tuv_custom_switch label .chk {
	display: inline-block;
	width: 22px;
	height: 20px;
	transition: all .5s ease;
	position: absolute;
	top: 1px;
	left: 27px;
	z-index: 1;
	background:#DBDBDB;
	color:#DBDBDB;
	border-radius:2px;
	font-size:10px;
	line-height:16px;
	font-weight:300;
	font-family:'Roboto', sans-serif;
	text-align: center;
	padding: 2px 5px;
}

.tuv_custom_switch input[type=checkbox]:checked + label .chk {
	left: 2px;
	background:#1E72FF;
	color:#fff;
}

.auto_thank_you {
	display:flex;
}

.auto_thank_you .tuv_custom_switch {
	margin-left:20px;
}

.add_user_title {
	color:#1B50A8;
	font-size: 28px;
    line-height: 38px;
    font-weight: 300;
	letter-spacing:-0.08px;
	margin-bottom:10px;
}

.tuv_form_group .tuv_select.add_user_select {
	background:#fff url(../images/select-blue-arrow.png) no-repeat scroll right top / 42px 100%;
}

.permissions_wrap {
	margin-bottom:30px;
}

.permissions_wrap .title {
	color:#000000;
	font-size: 20px;
	line-height:26px;
	font-weight: 500;
	letter-spacing: -0.28px;
	margin-bottom: 5px;
	margin-top: 30px;
}

.permissions_wrap .permission_group {
    margin-bottom: 10px;
}

.permission_group label {
	line-height: 45px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.22px;
}

.permission_group .tuv_select {
	max-width: 120px;
	display: inline-block;
	float: right;
}

.tuVistoModal_global .modal-header .close {
    position: absolute;
    top: 12px;
    right: 12px;
	z-index:100;
}

.tuVistoBack_viewImage_modal .modal-body,
.contact_cont_creator_modal .modal-body,
.bdPadding .modal-body {
	padding: 5px 25px 25px;
}

.viewLargeImageModal_body p {
	margin:0;
}

.viewLargeImageModal_body .edit_link {
	margin-top: 8px;
}

.viewLargeImageModal_body .edit_link a {
	color:#1E72FF;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	letter-spacing:-0.07px;
	margin-right:15px;
}

.viewLargeImageModal_body .img_details .title {
	color:#000000;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	letter-spacing:-0.25px;
	margin-bottom:0px;
}

.viewLargeImageModal_body .img_details .title_text {
	color:#000000;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	letter-spacing:-0.25px;
	margin-bottom:10px;
}

.viewLargeImageModal_body .action_list {
	padding:0;
	margin:15px 0 0;
}

.viewLargeImageModal_body .action_list li {
    list-style: none;
    padding: 3px 0;
}

.viewLargeImageModal_body .action_list a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.06px;
}

.viewLargeImageModal_body .action_list a object {
	margin-right:10px;
}

.tuVistoModal_global .contact_title {
	color:#1B50A8;
	font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    letter-spacing: -0.44px;
	margin-bottom:0;
}

.tuVistoModal_global .fell_free {
	color:#000000;
	font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.17px;
	margin-bottom:10px;
}

.tuVistoModal_global .tuv_form_group label {
	display:block;
}

.tuVistoModal_global .tuv_form_group label .note {
	color:#000000;
	font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.19px;
	float:right;
}

.tuVistoModal_global .send_message_btn {
	margin:0;
}

.tuVistoModal_global .send_message_btn .tuvisto_btn {
	text-align: center;
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.tuVistoModal_global .send_message_btn .copy_msg {
	width: 48%;
	margin-right:8px;
}

.tuVistoModal_global .send_message_btn .view_post {
	width: 48%;
	margin-left:5px;
}

.tuVistoModal_global .modal-header.note_due_text_header {
	background: #A9F3FF;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 20px 25px;
	margin-bottom: 15px;
}

.note_due_text_header p {
	color:#1B50A8;
	font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
	margin-bottom:0;
	width:100%;
}

.tuVistoModal_global .send_message_btn .tuvisto_btn.border_btn {
	background:transparent;
	border:1px solid #1E72FF;
	color:#1E72FF;
}

.tuVistoModal_global .send_message_btn .tuvisto_btn.border_btn:hover,
.tuVistoModal_global .send_message_btn .tuvisto_btn.border_btn:focus {
	background:#0856D9;
	color:#fff;
}

.tuVistoModal_global .modal-body p {
	margin-bottom:0;
}

.publishModal_social {
	margin-top:5px;
	margin-bottom:15px;
}

.publishModal_social p a {
	color:#1E72FF;
	border: 1px solid #1E72FF;
    border-radius: 2px;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
	font-size: 18px;
    line-height: 30px;
    margin-right: 10px;
	text-decoration:none;
	margin-top:5px;
}

.publishModal_social p a:hover {
	color:#fff;
	background:#1E72FF;
}

.publishModal_src_collct_wrap {
	background:#fff;
	border-radius:4px;
	border:1px solid #EBEBEB;
	height:170px;
	overflow-y:scroll;
	margin-top:10px;
}

.publishModal_src_collct_wrap ul {
	padding:0;
	margin:0;
}

.publishModal_src_collct_wrap ul li {
	list-style:none;
	display:block;
	padding:5px 8px;
	color:#000000;
	font-size: 14px;
    line-height: 20px;
	font-weight:300;
	letter-spacing:-0.17px;
}

.publishModal_src_collct_wrap ul li:hover,
.publishModal_src_collct_wrap ul li.active {
	background:rgba(169,243,255,0.45);
}

.publishModal_src_collct_wrap ul li img {
	width:48px;
	height:48px;
	margin-right:10px;
}

.tuv_form_group label .required {
	color:#D0021B;
	font-size:10px;
	font-weight:300;
	letter-spacing:0.26;
	margin-left:6px;
}


.cancel_text_btn {
	margin-top:10px;
}

.cancel_text_btn .tuvisto_btn {
    background: transparent;
    color: #1e71ff;
    font-size: 12px;
	font-weight:500;
}

.cancel_text_btn .tuvisto_btn:hover {
	text-decoration:underline;
}


.edit_img a {
    color: #1e71ff;
	font-size:12px;
	line-height:16px;
	font-weight:500;
	margin-top:6px;
}

.tuv_form_group textarea.form-control::-webkit-input-placeholder {
	color: #888888;
	font-size:12px;
	font-weight:300;
	font-style:italic;
}

.tuv_form_group textarea.form-control::-moz-placeholder {
	color: #888888;
	font-size:12px;
	font-weight:300;
	font-style:italic;
}

.publishModal_src_collct_wrap.unpublish {
	height:230px;
	margin-top:15px;
	margin-bottom:10px;
}

.publishModal_src_collct_wrap.unpublish ul li:hover {
	background:none;
}

.publishModal_src_collct_wrap.unpublish ul li .tuv_cus_check_box {
	margin-top:13px;
}


.tuVistoModal_global .pubCollec_btn_group .tuvisto_btn {
	width: 32%;
	margin-right: 5px;
}

.collection_style_row {
	padding:0 10px;
}

.collection_style_row .item {
	padding-left:6px;
	padding-right:6px;
}

.collection_style_row .item a {
	display:block;
	border:1px solid #1E72FF;
	border-radius:2px;
	background:#ffffff;
	padding:30px 15px 15px;
	text-align:center;
}

.collection_style_row .item a:hover,
.collection_style_row .item a:focus,
.collection_style_row .item a.active {
	background:rgba(169,243,255,0.4);
	text-decoration:none;
}

.collection_style_row .item a .img {
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	margin-bottom:10px;
}


.collection_style_row .item a .name {
	display:block;
	font-size:14px;
	font-weight:500;
	letter-spacing:-0.06px;
	text-decoration:none;
	margin-top:10px;
}



















.tuvistoback_footer {
    background: #fff;
    padding: 35px 0;
}

.cpy_right_text {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: -0.05px;
    margin-bottom: 0;
}

.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_menu li {
    display: inline-block;
    margin-left: 40px;
}

.footer_menu li a {
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -0.05px;
}

.footer_menu li a:hover {
    text-decoration: underline;
}



/*-- End of tuvistoback_footer style --*/






