body {	
    font-size: 12px;
    line-height: 1.6;
    background-color: #ccc;
    font-family: tahoma;
}
.text-danger {
	text-align:right;
	direction:rtl;
}
.container {
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.placeholder-rtl::-webkit-input-placeholder { text-align:right;font-family:tahoma;font-size:12px; }
.placeholder-rtl::-moz-placeholder { text-align:right;font-family:tahoma;font-size:12px; }
.btn {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.btn-full {
    width: 100%;
    box-sizing: border-box
}
.btn-medium {
    height: 42px
}
.btn-medium {
    -moz-border-radius: 30px!important;
    -webkit-border-radius: 30px!important;
    border-radius: 30px!important;
    line-height: 30px;
    padding: 6px 10px;
    text-transform: none;
    font-size: 13px
}
.influencer .btn-primary {
    background-color: #1FB5AD !important;
    border: 0;
    box-shadow: 0 1px #333;
    color: #fff
}
.bg-light {
    background-color: #e9eaea
}
.login-title {
    font-family: 'Exo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height:40px;
}
.btn.login-button {
	font-size: 15px;
	font-family :'DPMitra';
}
.login-button:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
	
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff
}
.reg-block .nav-tabs>li .arrow-up {
    display: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 41%
}
.reg-block .nav-tabs>li.active .arrow-up {
    display: block
}
.reg-block {
    width: 380px;
    padding: 0;
    margin: 120px auto;
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    border-radius: 10px!important;
    -moz-box-shadow: 0 0 1px #44506a;
    -webkit-box-shadow: 0 0 1px #44506a;
    box-shadow: 0 0 1px #44506a;
	

    position: relative;
    left: 0px;
}
.reg-block-header {
    -webkit-border-radius: 10px 10px 0 0!important;
    -moz-border-right: 10px 10px 0 0!important;
    border-radius: 10px 10px 0 0!important;
	margin-bottom: 30px;
}
.reg-block .nav-tabs>li>a {
    color: #44506a;
    background: 0 0;
    border: none
}
.reg-block .nav-tabs>li.active>a {
    background: 0 0;
    color: #fff;
    border: none
}
.reg-block .nav-tabs>li {
    border: none
}
.influencer .reg-block-header {
    background-color: #1FB5AD
}
.reg-block-header.nav-tabs,
.reg-block-header.nav-tabs>li>a {
    border: none
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.reg-block .form-control {
	font-family: Arial, sans-serif;
	font-size :16px;
}
.reg-block .form-control:focus {
    box-shadow: none;
    border-color: #999
}
@media (max-width: 500px) {
    .reg-block {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 120px;
    }
}
#canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/********* checkbox & radio skin ********/
.iCheck input[type="checkbox"],.iCheck input[type="radio"]{
  display: none;
}
.iCheck input[type="checkbox"]+label,.iCheck input[type="radio"]+label{
  cursor:pointer;
}
.iCheck input[type="checkbox"]+label:before,.iCheck input[type="radio"]+label:before{
  display:inline-block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../../img/iCheck/green.png) no-repeat;
    border: none;
    cursor: pointer;
    background-position: 0 0;
    content: "";
    vertical-align:middle;
    margin: 2px 5px;
    
}
.iCheck input[type="checkbox"]:checked+label:before{
  background-position: -22px 0;
}
.iCheck input[type="checkbox"]:disabled+label:before{
  background-position: -44px 0;
  cursor: default;
}
.iCheck input[type=checkbox][disabled][checked]+label:before {
    background-position: -66px 0;
}

.iCheck input[type="radio"]+label:before{
    background-position: -88px 0;
}
.iCheck input[type="radio"]:checked+label:before{
  background-position: -110px 0;
}
.iCheck input[type="radio"]:disabled+label:before{
  background-position: -132px 0;
  cursor: default;
}
.iCheck input[type=radio][disabled][checked]+label:before {
     background-position: -154px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    input[type="checkbox"]+label:before,
    .iCheck input[type="radio"]+label:before {
        background-image: url(../../img/iCheck/green@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}