@import "fonts.css";

* {
    box-sizing: border-box;
    cursor: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial;
}

.breadcrumb, p.category, .sidebar, nav, h1, h2, h3, h4, h5, h6 {
  -webkit-touch-callout: none; /* iOS Safari */
  -khtml-user-select: none;    /* Konqueror */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}
body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial;
}

a:hover {
	cursor: pointer;
}

a:active {
	cursor: wait;
}

textarea {
	resize: none;
	pointer-events: default;
}

input[type=text], input[type=email], input[type=number], input[type=username], textarea
{
	cursor: auto;
  -webkit-touch-callout: text; /* iOS Safari */
  -khtml-user-select: text;    /* Konqueror */
  -webkit-user-select: text;   /* Chrome/Safari/Opera */
  -moz-user-select: text;      /* Firefox */
  -ms-user-select: text;       /* Internet Explorer/Edge */
  user-select: text;           /* Non-prefixed version, currently not supported by any browser */
}

.resize-v {
	resize: vertical;
	max-height: 400px;
}

.resize-h {
	resize: horizontal;
}

.resize-both {
	resize: both;
}

.bold {
	font-weight: 700;
}

.navbar-custom.affix {
-webkit-box-shadow: 1px 10px 23px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 23px -10px rgba(0,0,0,0.75);
box-shadow: 1px 10px 23px -10px rgba(0,0,0,0.75);
}

.v-divider-2 {
	width:100%;
	min-height:1px;
	margin-top:1px;
	margin-bottom:1px;
	display:inline-block;
	position:relative;
}

.v-divider-5 {
	width:100%;
	min-height:1px;
	margin-top:2.5px;
	margin-bottom:2.5px;
	display:inline-block;
	position:relative;
}

.v-divider-10 {
	width:100%;
	min-height:1px;
	margin-top:5px;
	margin-bottom:5px;
	display:inline-block;
	position:relative;
}

.v-divider-20 {
	width:100%;
	min-height:1px;
	margin-top:10px;
	margin-bottom:10px;
	display:inline-block;
	position:relative;
}

.v-divider-30 {
	width:100%;
	min-height:1px;
	margin-top:15px;
	margin-bottom:15px;
	display:inline-block;
	position:relative;
}

.v-divider-40 {
	width:100%;
	min-height:1px;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
	position:relative;
}

.v-divider-50 {
	width:100%;
	min-height:1px;
	margin-top:25px;
	margin-bottom:25px;
	display:inline-block;
	position:relative;
}

.v-divider-70 {
	width:100%;
	min-height:1px;
	margin-top:35px;
	margin-bottom:35px;
	display:inline-block;
	position:relative;
}

.v-divider-100 {
	width:100%;
	min-height:1px;
	margin-top:50px;
	margin-bottom:50px;
	display:inline-block;
	position:relative;
}

.va-top {
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.va-bottom {
	vertical-align: bottom;
}

.va-text-top {
	vertical-align: text-top;
}

.va-text-bottom {
	vertical-align: text-bottom;
}



/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .fa, .inner-addon .glyphicon {
  position: absolute;
	pointer-events: none;
	margin-right:15px;
	padding-top: 16px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 16px;
}

/* align icon */
.left-addon .fa, .left-addon .glyphicon  {
	left:  0px;
}
.right-addon .fa, .right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


.uppercase {
	text-transform: uppercase;
}

.shadow-text {
	text-shadow:
       2px 2px 0 #111,
     -1px -1px 0 #111,
      1px -1px 0 #111,
      -1px 1px 0 #111,
       1px 1px 0 #111;
}

h1.panel-heading {
    font-size: 36px;
}
h2.panel-heading {
    font-size: 36px;
}
h3.panel-heading {
    font-size: 22px;
}
h4.panel-heading {
    font-size: 18px
}
h5.panel-heading {
    font-size: 14px
}
h6.panel-heading {
    font-size: 10px;
}

.pad-l-20 {
    padding-left: 20px;
}

.marg-l-20 {
    margin-left: 20px;
}

.pad-0 {
	padding: 0;
}

.pad-5 {
	padding: 5px;
}

.pad-10 {
	padding: 10px;
}

.pad-20 {
	padding: 20px;
}

.pad-30 {
	padding: 30px;
}

.pad-40 {
	padding: 40px;
}

.pad-50 {
	padding: 50px;
}

.pad-60 {
	padding: 60px;
}

.pad-70 {
	padding: 70px;
}

.pad-80 {
	padding: 80px;
}

.pad-90 {
	padding: 90px;
}

.pad-100 {
	padding: 100px;
}

.marg-0 {
	margin: 0;
}

.marg-10 {
	margin: 10px;
}

.marg-20 {
	margin: 20px;
}

.marg-30 {
	margin: 30px;
}

div.switch-row {
	padding: 20px 30px;
	vertical-align: middle;
	background-color: #fff;
	color: #111;
}

div.switch-row.alt {
	background-color: #eee;
	color: #111;
}

label.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
	vertical-align: middle;
}

span.switch-label {
	padding-left: 15px;
	display: inline-block;
	font-size: 15px;
}

label.switch input {display:none;}

label.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

label.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

label.switch input:checked + .slider {
  background-color: #2196F3;
}

label.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

label.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
label.switch .slider.round {
  border-radius: 34px;
}

label.switch .slider.round:before {
  border-radius: 50%;
}


/* Chrome autofill style remove */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

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

.display-none {
	display: none;
}


/*** custom heights ***/

.h-46px {
	height: 46px;
}

.h-250px {
    height: 250px;
}

.user-card {
    background:#ffffff !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    float: left;
    width: 100%;
}

.list-style-none {
    list-style: none;
}

.marg-top-0 {
    margin-top: 0 !important;
}


.progress {background: rgba(60, 60, 60, 1); border: 0px solid rgba(245, 245, 245, 1); border-radius: 4px; height: 38px; margin-top: 18px;}
.progress span { line-height: 38px; padding-left: 3px; padding-right: 3px;}
.progress-bar-custom {background: rgba(66, 139, 202, 1);}
.progress-striped .progress-bar-custom {background-color: rgba(66, 139, 202, 1); background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255, 255, 255, 0.15),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255, 255, 255, 0.15)),color-stop(0.75,rgba(255, 255, 255, 0.15)),color-stop(0.75,transparent),to(transparent))); background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255, 255, 255, 0.15) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.15) 50%,rgba(255, 255, 255, 0.15) 75%,transparent 75%,transparent); background-size: 40px 40px;}

.progress-bar-green {background: rgba(40, 184, 60, 1);}

.iconic-heading {
    font-size: 40px;
    background: #222;
    padding-top: 7px;
    padding-bottom: 7px;
}

.text-white {
    color: #FFFFFF;
}

.underline {
    text-decoration: underline;
}

.btn-floating.btn-large {
    width: 42px;
    height: 42px;
}

.btn-get-help {
    background-color: #56b68b;
    cursor: pointer;
    text-align: center;
}

a.btn-get-help:hover {
    color: #333;
}

.btn-floating {
    position: fixed;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: .3s;
    right: 30px;
    bottom: 20px;
}
.btn-floating, .btn-floating i {
    display: inline-block;
    line-height: 50px;
    color: #fff;
}
