@charset "utf-8";
/* CSS Document */
.page-header.navbar .page-logo .logo-default {
    max-width: 94px;
}
.left_options .profile-usertitle-name {
    color: #465460;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;

}
.portlet.light.left_options{
	padding-bottom: 22px;
	padding-top: 34px; 
}
.profile-sidebar {
    text-align: center;
    padding-bottom: 25px;
}
.dash_top{
	background: #e9eff3;
	padding: 10px 0;
}
.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}
.left_dropdown{
	position: relative;
}
.left_dropdown .dropdown-menu{
    left: auto;
    right: 17px;
}
.blank_bot{
	height: 135px;
}
.red.generate_btn{
	 background-color: #FE6C61 !important;
	 border-color: #FE6C61 !important;
     padding: 17px 27px;
     font-size: 19px;
     font-weight: bold;
}
.full_radius_btn{
	padding-right: 38px !important;
    padding-left: 38px !important;
    padding-top: 9px;
    padding-bottom: 9px;
	 border-color: #FE6C61 !important;
	 color: #FE6C61 !important;
}
.full_radius_btn:hover{
	background: #FE6C61 !important;
	color: #fff !important;
}
.right_dash{
	height: 660px;
	border: 1px dotted #748695;
	position: relative;
}
.right_dash .btn.btn-outline.dark.upload_btn, .right_dash .btn.btn-outline.dark.url_btn{
	width: 310px;
	height: 44px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
	border: 2px solid #5e6b75;
	color: #5e6b75;
}
.right_dash .btn.btn-outline.dark.url_btn{
	margin-bottom: 27px;
}
.right_dash .btn.btn-outline.dark.upload_btn:hover, .right_dash .btn.btn-outline.dark.url_btn:hover{
	background: #5e6b75;
	color: #fff;
}
.right_dash p{
	color: #5e6b75;
	text-align: center;
}
.file_upload{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.clear{
	clear: both;
}
.price_slide{
	text-align: left;
	margin-bottom: 30px;
}
.price_slider p{
	font-weight: bold;
	color: #465460;
	font-size: 9px;
	margin-bottom: 17px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background:url(../img/filter-slider.png) !important;
	border:none !important;
	height: 24px !important;
	cursor: pointer !important;
	width: 23px !important;
}
*{
	outline: none;
}





.item_box{
	border-radius:5px;
	background: #fff;
	margin-bottom: 30px;
}
.img_container{
	height: 200px;
	position: relative;
	border-bottom: 2px solid #eef1f5;
}
.img_container img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 170px;
}
.title_block h2{
	font-size: 12px;
    font-weight: 700;
    padding: 25px 0;
    text-align: center;
    margin: 0;
}
.hover_box{
    padding: 22px 0;
    background: #39add2;
    text-align: center;
}
.hover_box a{
	color: #fff;
    font-size: 14px;
    padding: 0 8px;
    transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
	-o-transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
}
.hover_box a:hover{
	color:#3b474b;
}
.title_block{
	position: relative;
	overflow: hidden;
}
.hover_box{
	position: absolute;
	left: 0;
	top: 77px;
	width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
	-o-transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
}
.item_box:hover .hover_box{
	top: 0;
}
.card_input{
	margin-bottom: 28px;
}
.date_input input[type="text"]{
	height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 54px;
    margin-right: 10px;
}
.well strong{
	margin-bottom: 8px;
    display: block;
}
.well p{
	margin-bottom: 8px;
}
.date_box{
	float: left;
	margin-right: 30px;
}
.cvv_box{
	float: left;
}
.cvv_box input[type="password"]{
	height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 64px;
}
.expriration_box{
	margin-bottom: 28px;
}
.page-sidebar .page-sidebar-menu .nav-item:hover a i{
	color: #fff;
}
.page-sidebar .page-sidebar-menu .nav-item:hover a{
	background: #282828;
}
.page-sidebar .page-sidebar-menu {
    margin-top: 24px !important;
}
.pro_row{
	margin-bottom: 12px;
}
.pro_row h5{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 8px;
}
.pro_row h5 span{
	text-transform: none;
}
.modal-body input[type="text"]{
	width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pro_popup_box{
	padding-top: 20px;
}
.remove_btn a{
	float: right;
    font-size: 25px;
    color: #909090;
 }
.remove_btn{
	padding: 0 20px 20px;
}
.text_center{
	text-align: center;
}
.plus_img img{
	width: 100%;
}
.plus_img {
	margin-bottom: 12px;
}
.preset_save{
	text-align: center;
    margin-top: 20px;
}

.preset_save button{
	padding: 6px 30px;
    font-size: 16px;
    background-color: #30acd4 !important;
    border-color: #30acd4 !important;
}
.preset_save button:hover{
	color: #FFF;
    background-color: #217ebd !important;
    border-color: #1f78b5 !important;
}
.black_font{
	    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.no_border{
	border: none !important;
}
.price{
	text-align: center;
	margin: 0;
	font-weight: 400;
}
.copy_content{
	text-align: center;
	padding: 0 20px 10px;
}
.copy_content p{
	margin: 0 0 10px;
    font-size: 16px;
    color: #5e5e5e;
}
.copy_content span{
	color:#5e5e5e;
	font-size: 12px;
}
.icon_input input[type="text"]{
	    width: 50%;
    margin: 16px 0;
    text-align: center;
    border: 2px solid #ebebeb;
    box-shadow: none;
    height: 40px;
}
.help_link{
	text-align: right;
}

.help_link a{
	color: #5e5e5e;
	text-decoration: underline;
	margin: 8px 0;
    display: block;
}
.help_link a:hover{
	text-decoration: none;
	color: #5e5e5e;
}
.dropdown_box{
	width: 100%;
    text-align: center;
}
.option_box{
	width: 100%;
	border-radius: 4px !important;
}
.option_list{
	width: 90%;
}
.option_button{
	position:absolute !important;
	right:0;
	z-index: 999;
}
.preset_triangle{
	width: 0;
	height: 0;
	border-bottom: 100px solid #f7f7f7;
	border-right: 263px solid transparent;
}
.pro_popup{
	width: 155px;
}
.pro_popup .modal-header{
	padding: 15px 8px;
}
.pro_popup .modal-body{
	padding: 0 15px;
}
.copy_triangle{
	width: 0;
	height: 0;
	border-bottom: 104px solid #f7f7f7;
    border-right: 188px solid transparent;
    margin: 0px auto;
}

.report-table tr th{
	position: relative;
}
.report-table th .fa-angle-up{
	position: absolute;
	top: 5px;
}
.report-table th .fa-angle-down{
	position: absolute;
	bottom: 5px;
}

