
/*@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/GothamRounded-Book.eot') format('embedded-opentype');
	src: url('../fonts/GothamRounded-Book.woff') format('woff'), url('../fonts/GothamRounded-Book.ttf') format('truetype'), url('../fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/SVN-GothamRounded.eot') format('embedded-opentype');
	src: url('../fonts/SVN-GothamRounded.woff') format('woff'), url('../fonts/SVN-GothamRounded.ttf') format('truetype'), url('../fonts/SVN-GothamRounded.svg#SVN-GothamRounded') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/SVN-GothamRoundedMedium.eot') format('embedded-opentype');
	src: url('../fonts/SVN-GothamRoundedMedium.woff') format('woff'), url('../fonts/SVN-GothamRoundedMedium.ttf') format('truetype'), url('../fonts/SVN-GothamRoundedMedium.svg#SVN-GothamRoundedMedium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot') format('embedded-opentype');
	src: url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
  font-family: 'Material';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

html,body{
	font-family: 'Gotham Rounded';
	font-weight: normal;
}
.own-h1,.own-h2,.own-h3,.own-h4,.own-h5,.own-h6{
	font-family: Gotham Rounded;
	color: #2c405a;
	font-weight: 500;
}
.own-h1{
	font-size: 40px;
	line-height: 1.35;
}
.own-h2{
	font-size: 32px;
}
.own-h3{
	font-size: 28px;
	line-height: 1.29;
	font-family: Gotham Rounded;
	font-size: 28px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	color: #294661;
}
.own-h4{
	font-size: 20px;
	line-height: 1.18;
}
.own-h5{
	font-size: 16px;
}
.own-h6{

}
/*Alert*/
.own-alert{
	font-family: Gotham Rounded;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	display: inline-block;
	border-radius: 8px;
	border:none;
  	padding-right: 50px;
  	position: relative;
}
.own-alert .close{
	position: absolute;right: 10px;
}
.own-alert-info{
	color: #0093ee;
  	background-color: #ecf5fd;
}


/*Border Radius*/
.border-radius-larger{
	border-radius: 12px !important;
}
.border-radius-medium{
	border-radius: 8px !important;
}
.border-radius-small{
	border-radius: 4px !important;
}

/*Button*/
button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover{
    outline:none !important;
}
.btn-own-default{

}
.btn-own-primary{

}
.btn-own-success{

}
.btn-own-info{

}
.btn-own-warning{

}
.btn-own-danger{

}
.btn-own-link{

}
.btn-own-red{
	height: 42px;
	border-radius: 6px;
	background-color: #ff494c;
	border: solid 1px rgba(0, 0, 0, 0.05);
	font-family: Gotham Rounded;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color: #ffffff;
	padding: 0 15px;
	outline: none;
	line-height: 42px;
}
.btn-own-red:hover{
	color: #fff;
    background-color: #ff494c;
    border: solid 1px rgba(0, 0, 0, 0.05);
}
.btn-own-red:focus{
	outline: none;
	color: #fff;
	box-shadow: none;
}
.btn-own-white{
    text-align: center;
    height: 42px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    font-family: Gotham Rounded;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #294661;
    line-height: 42px;
    padding: 0 15px;
}
.small-btn-own-white{
	height: 24px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #c5d9e8;
	font-family: Gotham Rounded;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.46;
	text-align: center;
	color: #294661;
	line-height: 21px;
	padding: 0 10px;
}

/*navbar*/
.navbar-own{
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(40, 70, 97, 0.2);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	z-index: 999;
}
.navbar-own .navbar-nav>.active>a,
.navbar-own .navbar-nav>.active>a:focus,
.navbar-own .navbar-nav>.active>a:hover{
	font-family: Gotham Rounded;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color: #ff494c;
	background: none !important;
	box-shadow:inset 0px -2px 0px 0px #ff494c;
	display:inline-block;
}

.navbar-own .navbar-nav>li>a {
    font-family: 'Gotham Rounded';
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #294661;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-own .navbar-nav>li>a span.caret{
	border-top: 4px dashed #c5d9e8;
}
.navbar-own .navbar-nav>li>a:hover{
	background: none;
	color: #ff494c;
	/*font-weight: 500;*/
	box-shadow:inset 0px -2px 0px 0px #ff494c;
	display:inline-block;
}

.navbar-own .navbar-nav>.open>a,
.navbar-own .navbar-nav>.open>a:focus,
.navbar-own .navbar-nav>.open>a:hover {
	color: #ff494c;
	background: none;
}
.navbar-own .navbar-brand{
	padding-top: 7px;
	margin-left: 0 !important;
}
.navbar-own .navbar-brand img{
	height: 32px;
}
.navbar-own .navbar-nav{
	position: relative;
}
.navbar-own .navbar-nav::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	right: 0;
	width: 1px;
	background: #c5dbea;
	height: 15px;
}
.no-background-before::before {
	background: none !important;
}
.navbar-own .navbar-brand{
	padding-right: 30px;
}
.navbar-own .navbar-nav.navbar-left li{
	margin: 0 10px;
}
.navbar-own .navbar-nav.navbar-left li:first-child a{
	margin-left: 30px;
	/*padding-left: 50px;*/
}
.navbar-own .dropdown-menu li:first-child a{
	padding-left: 20px !important;
}
/*.navbar-own .navbar-right li:first-child a::after{
	content: "";
	height: 15px;
	display: inline-block;
	border-right: 1px solid #c5dbea;
	position: absolute;
	top: 50%;
    right: 0;
    transform: translateY(-50%);
}*/
.navbar-own .navbar-nav.navbar-right::before{
	display: none;
}
.navbar-own .navbar-right .notification{
	padding-top: 14px;
	padding-bottom: 7px;
	padding-right: 30px;
	height: 50px;
	/*margin-top: 15px;
	margin-bottom: 7px;*/
}
.navbar-own .navbar-right .notification:hover,.navbar-own .navbar-right .account:hover,
.navbar-own .navbar-right .notification:focus,.navbar-own .navbar-right .account:focus,
.navbar-own .navbar-right .notification:visited,.navbar-own .navbar-right .account:visited{
	box-shadow: none;
	color: #294661;
}
.navbar-own .navbar-right .account{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 30px;
	height: 50px;
	/*margin-top: 8px;*/
}

.navbar-own .navbar-right .account img{
	width: 36px;
	height: 36px;
	border-radius: 12px;
	margin-right: 10px;
}
.navbar-own .navbar-right .notification:hover{
	color: #c5d9e8;
}
.navbar-own .navbar-right .notification span{
	position: relative;
	height: 20px;
	display: inline-block;
}
.navbar-own .navbar-right .notification span.has_note::before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	right: 0;
	background: #ff494c;
	border-radius: 50%;
}
.navbar-own .navbar-right .notification span i{
	height: 20px;
	color: #c5d9e8
}
.navbar-own .navbar-right .dropdown-menu{
	border: solid 1px rgba(183, 210, 229, 0.8);
	border-radius: 4px;
	margin-top: 10px;
}
.navbar-own .navbar-right .dropdown-menu{
	right: 10px;
}
.navbar-own .navbar-right .dropdown-menu li a{
	padding: 5px 20px;
	color: #294661;
}
.navbar-own .navbar-right .dropdown-menu::before{
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 5px solid rgba(183, 210, 229, 0.8);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: -6px;
    right: 20px;
    border-width: 5px;
}
.navbar-own .navbar-right .dropdown-menu::after{
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: -4px;
    right: 20px;
    border-width: 5px;
}
.navbar-own .navbar-right .dropdown-menu li a::after{
	display: none;
}
.btn-signup, .btn-login{
	min-width: 90px;
	height: 30px;
	line-height: 26px !important;
	margin-top: 10px;
	margin-right: 20px;
	padding: 0 15px !important;
	font-family: Gotham Rounded !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	font-style: normal;
	font-stretch: normal;
	box-shadow: none !important;
}
.btn-login{
	color: #294661 !important;
	border-radius: 6px;
	background-color: #ffffff !important;
	border: solid 1px #c5d9e8 !important;
}
.btn-login::after{
	display: none !important;
}
.btn-signup{
	margin-right: 30px;
	color: #ffffff !important;
}
.btn-signup:hover,.btn-signup:focus,.btn-signup:active{
	background: #ff494c !important;
}

/*section*/
#section_content{
	/*margin-top: 50px;*/
	padding-bottom: 50px;
}

/*form*/
form.own-form .form-group{
	position: relative;
}
form.own-form .form-group label{
	font-family: Gotham Rounded;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.46;
	color: #81839c;
}
form.own-form .form-group input{
	height: 42px;
	border-radius: 8px;
	background-color: #ffffff;
	border: solid 1px #a8c6df;
	padding-left: 15px;
	outline: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	color: #294661;
}
form.own-form .form-group input:focus{
	outline: none;
	border-color: #a8c6df;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*error style*/
form.own-form .form-group.has-error input{
	background-color: #fff5f4;
  	border: solid 1px #ff4634;
}
form.own-form .form-group.has-error p.error{
	clear: both;
	font-family: Gotham Rounded;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.46;
	color: #ff494c;
	margin-bottom: 5px;
}


.own-icon-inside-left input{
	padding-left: 40px !important;
}
.own-icon-inside-left span{
	position: absolute;
	left: 15px;
	bottom: 12px;
}
.own-icon-inside-right span{
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.own-icon-inside-right span#eye{
	bottom: 7px;
}
.own-border{
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.21), inset 0 0px 0 0 #7e95a7;
	border: solid 1px rgba(183, 210, 229, 0.8);
}
.form-header{
	background:#fff;
	text-align: center;
	border-bottom: 1px solid #d8e5ee;
}
.form-content{
	background: linear-gradient(to top, #ffffff, #fafbfc);
	padding: 30px 60px;
	border-radius: 0 0 8px 8px;
}
#btn_login{
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 15px;
	border-radius: 8px;
}
#btn_signin{
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 15px;
	border-radius: 8px;
}
#sign_with_gg{
	display: block;
	padding: 0;
	margin: 50px 60px;
	border-radius: 8px;
}
a#sign_with_gg:hover {
    text-decoration: none;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    color: #294661;
}
.own-form p.forgot {
    display: inline-block;
    text-align: left;
    float: left;
    font-family: Gotham Rounded;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
}

.own-form p.need_account {
    display: inline-block;
    text-align: right;
    float: right;
    font-family: Gotham Rounded;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    color: #81839c;
}
.own-form p.already_account {
    font-family: Gotham Rounded;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    text-align: center;
    color: #81839c;
}

.own-form p a {
    color: #294661;
    text-decoration: underline;
}
.own-form .form-bottom {
    margin: 20px 0 50px 0;
}
.own-form .form-bottom p.title {
    text-align: center;
    position: relative;
    font-family: Gotham Rounded;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    color: #81839c;
}
.own-form .form-bottom p.title::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 33%;
    background: #d8e5ee;
    left: 0;
}
.own-form .form-bottom p.title::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 33%;
    background: #d8e5ee;
    right: 0;
}

/*make panel design*/
/*with larger border radius*/
.own-panel-lg-border{
	border-radius: 12px;
	background-color: #ffffff;
	border: solid 1px rgba(183, 210, 229, 0.8);
	margin-bottom: 30px;
}
.own-panel-lg-border .own-panel-heading{
	background-color: #fff;
	border-radius: 12px 12px 0 0;
	padding: 10px 20px;
	position: relative;
}
.own-panel-lg-border .own-panel-heading .title{
	display: inline-block;
	text-transform: capitalize;
}
.own-panel-lg-border .own-panel-body{
	border-radius: 0 0 12px 12px;
	background-image: linear-gradient(to top, #ffffff, #f9f8fc);
	/*padding: 20px;*/
}

.table-template-idx {
	table-layout: fixed;
}

/*with small border radius*/
.own-panel-sm-border{
	border-radius: 8px;
	background-color: #ffffff;
	border: solid 1px rgba(183, 210, 229, 0.8);
	margin-bottom: 30px;
}
.own-panel-sm-border .own-panel-heading{
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	padding: 15px 20px;
	position: relative;
}
.own-panel-sm-border .own-panel-heading .title{
	display: inline-block;
	text-transform: capitalize;
}
.own-panel-sm-border .own-panel-body{
	border-radius: 0 0 8px 8px;
	background-image: linear-gradient(to top, #ffffff, #f9f8fc);
}

/*table design*/
.own-table{

}

.own-table tr,.own-table thead tr{
	position: relative;
}
/*.own-table tr.tablesorter-headerRow::before{
	display: inline-block;
	content: '';
	width: 10px;
}

.own-table tr::before,.own-table tr::after{
	content: "" !important;
	width: 10px;
	display: inline-block;
}*/
.own-table tr td:first-child,
.own-table tr th:first-child {
	padding-left: 20px !important;
}
.own-table tr.hover,
.table-hover>tbody>tr:hover{
	/*box-shadow: inset 2px 0 0 0 #2b98f0;
	-webkit-box-shadow: inset 2px 0 0 0 #2b98f0;
    -moz-box-shadow: inset 2px 0 0 0 #2b98f0;
*/
}
.own-table tr.hover td:first-child{
	box-shadow: inset 2px 0 0 0 #2b98f0;
	-webkit-box-shadow: inset 2px 0 0 0 #2b98f0;
    -moz-box-shadow: inset 2px 0 0 0 #2b98f0;
}

.own-table tr.hover td{
	background: #f5f5f5;
}
.own-table>thead>tr>th{
	border-bottom: 0;
	text-transform: uppercase;
	font-family: Gotham Rounded;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #81839c;
}
.own-table>tbody>tr>td,
.own-table>tbody>tr>th,
.own-table>tfoot>tr>td,
.own-table>tfoot>tr>th,
.own-table>thead>tr>td{
	vertical-align: middle;
	font-family: Gotham Rounded;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.46;
	/*text-align: right;*/
	color: #294661;
	padding: 20px 10px 13px;
	vertical-align: top;
}
.order .own-table>tbody>tr>td,
.order .own-table>tbody>tr>th,
.order .own-table>tfoot>tr>td,
.order .own-table>tfoot>tr>th,
.order .own-table>thead>tr>td{
	font-family: Gotham Rounded;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	color: #294661;
	/*padding-top: 20px;
	padding-bottom: 16px;*/
	vertical-align: top;
}
.own-table>tbody>tr>td p{
	margin-bottom: 5px;
}
.own-table>tbody>tr>td p.campaing_id{
	color: #81839c;
}
.order .own-table>tbody>tr>td p.campaing_id,.order .own-table>tbody>tr>td p.total_payment{
	color: #81839c;
	font-size: 13px;
}
.own-table>tbody>tr>td p.pay_state{
	font-family: Gotham Rounded;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}
.own-table>tbody>tr>td p.pay_state.ongo{
	color: #ff494c;
}
.own-table>tbody>tr>td p.pay_state.process{
	color: #2b98f0;
}
.own-table>tbody>tr>td p.pay_state.finish{
	color: #8ece3b;
}
/*label design*/
.own-label{
	border-radius: 100px;
	width: 100px;
	height: 25px;
	text-align: center;
	display: inline-block;
	background: none;
	line-height: 23px;

	font-family: Gotham Rounded;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: center;
}
.own-label-generating{
	border: solid 1px #0093ee;
	color: #0093ee;
}
.own-label-generated{
	border: solid 1px #ddb200;
	color: #ddb200;
}
.own-label-dispacthed{
	border: solid 1px #81c926;
	color: #81c926;
}
.own-panel-heading .option{
	/*margin-top: -5px;*/
	position: absolute;
	top: 50%;
	right: 10px;
	transform:translateY(-50%);
	z-index: 99;
}
.option{
	position: relative;
	display: inline-block;
	width: 25px;
}
.option span{
    /*vertical-align: -webkit-baseline-middle;*/
}
.option span i{
	color: #a8c6df;
	vertical-align: -webkit-baseline-middle;
	/*margin-top: -10px;*/
}
.option span:hover{
	cursor: pointer;
}
/*.option:hover .content{
	display: block !important;
	z-index: 10;
}*/
.option .content{
	display:none;
	position: absolute;
	width: 190px;
	right: -50px;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.21), inset 0 0px 0 0 #7e95a7;
	border: solid 1px rgba(183, 210, 229, 0.8);
	z-index: 10;
}
.option.open .content{
	display: block;
}
.option .content span{
	height: 14px;
	width: 14px;
	background: #c5d9e8;
	border-radius: 2px;
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	position: relative;
	vertical-align: middle;
}
.option .content span i{
	font-size: 13px;
    margin-top: -13px;
    margin-left: 1px;
    color: #fff;
}
.option .content a{
	padding: 15px 10px;
	font-family: Gotham Rounded;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.46;
	color: #294661;
	display: block;
	text-decoration: none;
}
.option .content a:hover,.option .content a:focus{
	text-decoration: none;
}
.option .content a img{
	width: 14px;
	height: 14px;
	border-radius: 1px;
	margin-right: 5px;

}
.option .content a{
	text-align: left;
	border-bottom: 1px solid #e5eef5;
}
.option .content a:last-of-type{
	border-bottom: 0;
}

.own-table span i{
	/*margin-left: 10px;*/
	/*position: absolute;*/
}
.own-table.product-table tbody tr:first-of-type td{
	border-top: 0;
}
.own-table.product-table tr td img{
	border-radius: 8px;
  	border: solid 1px #d8e5ee;
}
.own-table tr th.dt-left, .own-table tr td.dt-left{
	text-align: left;
}
.own-table tr th.dt-right, .own-table tr td.dt-right{
	text-align: right;
}
.own-table tr th.dt-center, .own-table tr td.dt-center{
	text-align: center;
}
table.own-table thead .sorting:after,
table.own-table thead .sorting_asc:after,
table.own-table thead .sorting_desc:after,
table.own-table thead .sorting_asc_disabled:after,
table.own-table thead .sorting_desc_disabled:after{
	position: inherit;
	padding-left: 20px;
	display: inline-block;
	bottom: 0;
	right: 0;
}

/*COntent*/
/*page header*/
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.own-page-title{
	padding-bottom: 30px;
	padding-top: 30px;
	overflow: hidden;
}
.own-page-title h1{
	margin-bottom: 20px;
}
#map div{
	left: 0;
}
.own-page-header{
	min-height: 70px;
	background-color: #f9f8fc;
}
.own-page-header h3{
	font-family: Gotham Rounded;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	color: #294661;
	position: relative;
	padding-left: 54px;
	margin-top: 18px;
}
.own-page-header h3 span{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background-color: #fd7b1f;
	display: inline-block;
}
.own-page-header h3 span img{
	width: 19px;
	height: 19px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.own-page-header a.order_now,
.own-page-header a.order_schedule{
	min-width: 145px;
	height: 42px;
	line-height: 42px;
	margin-top: 14px;
	border-radius: 8px;
	background-color: #ff494c;
	border: solid 1px rgba(0, 0, 0, 0.05);

}
.own-page-header a.order_now span,
.own-page-header a.order_schedule span{
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background: url(../images/icon_plus.png) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
}
.own-page-header a.order_now{
	margin-right: 10px;
}
.own-page-header a.manager_ac{
	height: 42px;
	line-height: 42px;
	margin-top: 14px;
	margin-right: 30px;
	border-radius: 8px;
	background-color: #ffffff;
  	border: solid 1px #c5d9e8;
  	min-width: 150px;
  	box-shadow: none;
}
.own-page-header a.btn_view_analytic{
	margin-top: 14px;
	font-family: Gotham Rounded;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color: #294661;
	margin-right: 30px;
	border-radius: 8px;
	background-color: #ffffff;
	border: solid 1px #c5d9e8;
	box-shadow: none;
	min-width: 150px;
}
/*.own-page-content{
	background: #e5eef5;
}*/
.panel-body.maps_data{
	padding: 0;
	overflow: hidden;
}


.own-progress{
	position: relative;
	height: 6px;
}
.own-progress .progress-bar{
	border-radius: 2px;
}
.own-progress-wrap p{
	font-family: Gotham Rounded;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.46;
	color: #294661;
}
.own-progress-wrap p.pull-right{
	color: #81839c;
}
.own-progress .op_progress{
	position: absolute;
	opacity: 0.4;
	width: 100%;
	height: 100%;
}

.wrap-pagination_simple {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cs-pd-5{
	padding-left: 5px;
	padding-right: 5px;
}

.mg-top-1{
	position: relative;
	top: -1px;
}

.bs-callout {
	padding: 10px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout+.bs-callout {
	margin-top: -5px;
}

.bs-callout-info {
	border-left-color: #1b809e;
	background: #f4f3f7;
}

.label-required:after {
	content:" *";
	color:red;
}

.custom-control-state {
	width: auto;
}

.tooltip {
	overflow-wrap: break-word;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.no-margin {
	margin: 0!important;
}