@import url(fontiran.css); 
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    background: url("../images/bg.jpeg") no-repeat center center #ededed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: IRANSans;
    font-size: 14px;
    line-height: 1.42857;
    height: 350px;
    padding: 0;
    margin: 0;
    cursor: default;
}

.container-login {
    min-height: 0;
    width:800px;
    color: #333333;
    margin-top: 40px;
    padding: 0;
	font-family: IRANSans;
}
.center-block {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container-login > section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
}
#top-bar {
    display: inherit;
}
.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}
.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    float: none;
}
.container-login .nav-tabs.nav-justified > li > a,
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #ea533f;
    border: medium none;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
}
.container-login .nav-tabs.nav-justified > .active > a,
.container-login .nav-tabs.nav-justified > .active > a:hover,
.container-login .nav-tabs.nav-justified > .active > a:focus {
    background: #ffffff;
    color: #333333;
}
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #de2f18;
}
.login-body{
  position: relative;
}
.overlay-first{
  position: absolute;
  width: 95%;
  height: 100px;
  margin: 0 auto;
  top: -25px;
  left: 0;
  right: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid rgba(50,50,50,0.19);
  -webkit-background: rgba(256,256,256,.5);
  -ms-background: rgba(256,256,256,.5);
  -o-background: rgba(256,256,256,.5);
  -moz-background: rgba(256,256,256,.5);
  background: rgba(256,256,256,.5);
  z-index: -2
}
.overlay-second{
  position: absolute;
  width: 98%;
  height: 100px;
  margin: 0 auto;
  top: -15px;
  left: 0;
  right: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid rgba(50,50,50,0.19);
  -webkit-background: rgba(256,256,256,.5);
  -ms-background: rgba(256,256,256,.5);
  -o-background: rgba(256,256,256,.5);
  -moz-background: rgba(256,256,256,.5);
  background: rgba(256,256,256,.5);
  z-index: -1
}
.overlay-third{
  position: absolute;
  width: 90%;
  height: 100px;
  margin: 0 auto;
  top: -35px;
  left: 0;
  right: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid rgba(50,50,50,0.19);
  -webkit-background: rgba(256,256,256,.5);
  -ms-background: rgba(256,256,256,.5);
  -o-background: rgba(256,256,256,.5);
  -moz-background: rgba(256,256,256,.5);
  background: rgba(256,256,256,.5);
  z-index: -3
}
.tabs-login {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid rgba(50,50,50,0.19);
    background: #ffffff;
    margin-top: -1px;
    padding:20px;
}
.container-login h2 {
    color: #ea533f;
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.container-login .checkbox {
    margin-top: -15px;
}
.login-button{
    position: relative;
}
.middle{
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.form-group  button img {
    width: 100%;
}
.carousel-control i{
    color: #ccc;
    width: 30px;
    height: 30px;
    font-size: 40px;
    margin-top: 100%;
}
.carousel-control.left{
    background: none;
    left: -30px;
}
.carousel-control.right{
    background: none;
    right: -30px;
}
.form-group  button {
    display: inline-block;
    position: relative;
    background: none;
    border:none ;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
}
.container-login button:hover,
.container-login button:focus {
}
#slide {
    padding:60px 20px 20px 20px;
    position: relative;
}
#slide img{
  width: 100%;
    margin: auto;
}
#login-access{
    display:block;
}
#login-help{
    display:none;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}
.dots{
    background: url("../images/dot.png")/*tpa=http://ecare.mobinnet.ir/assets/images/dot.png*/ repeat-y;
    width: 5px;
    left:0;
    position: absolute;
    height: 300px;
    top: 20px;
}
#navigation{
    width: 100%;
    overflow: hidden;
}
.navigation-wrapper{
    width:765px;
    margin: 0 auto 0 auto;
}
#navigation-inside{
    position: relative;
    margin:-150px auto 0 auto;
    padding:20px 0 30px 0;
    background: rgba(100,100,100,0.6);
    border: 1px solid rgba(200,200,200,0.3);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0px 10px 51px -20px rgba(0,0,0,1);
    -moz-box-shadow: 0px 10px 51px -20px rgba(0,0,0,1);
    box-shadow: 0px 10px 51px -20px rgba(0,0,0,1);
    width: 100%;
}
.navigation-nav{
    width: 100%;
    list-style: none;
    padding: 0 15px 0 10px;
}
.navigation-nav ul{
    position: relative;
    margin:0px auto 0 auto;
}
.navigation-nav li{
    float: right;
    margin:0 8px;
    padding:0;
    cursor: pointer;
}
.navigation-nav li:last-child{
     text-align: left;
     direction: ltr;
     float: left;
     border-right: 1px solid #ccc;
    margin: -5px 0 0 0 ;
     padding: 0 20px;
}

.navigation-nav a{
    color: #fff;
    text-decoration: none;

}

#box-login{
    background: #fff;
    width: 800px;
    opacity: 0;
    margin:0 auto;
    position: relative;
}
.status-box{
    padding:0;
    border-radius: 6px;
    background: rgba(100,100,100,0.4);;
    border: 1px solid rgba(200,200,200,0.3);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

}
#pin-number{
    margin-bottom: 60px !important;
}
.alert{
    text-align: center;
}
.table tr td{
    cursor: pointer;
    color: #ffffff;
}
.ip{
    color: #000 !important;
    font-family: IRANSans !important;
}
.ip-td{
    font-size: 16px;
    font-family: IRANSans !important;
}
.IRANSans{
    font-family: 'IRANSans',"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.table tr td:hover{
    cursor: pointer;
    color: #000;
}
#close img{
    width: 25px;
    height: 25px;
    padding: 10px;
}
.se-content p{
    color:#fff;
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    width: 400px;
    padding: 20px;
}
.se-content h1{
    padding-right: 15px;
    color:#fff;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
}
.plan-head{
    overflow: hidden;
    height: 170px;
}
.se-container{
    background: #FBBA00 url("../images/plan.png")/*tpa=http://ecare.mobinnet.ir/assets/images/plan.png*/;
    padding:40px 20px 20px 20px;
    margin: -30px -15px 0 0;
    height: 150px;
    width: 600px;
    transform:rotate(-5deg) ;
    -webkit-transform:rotate(-5deg) ;
    -moz-transform:rotate(-5deg) ;
    -o-transform:rotate(-5deg) ;
    -ms-transform:rotate(-5deg) ;
}
.plans-item span img{
    width: 20px !important;
    height: 20px !important;
}
#buttons{
    margin: -18px 0 0 0 !important;
}
#login .logo{
    display: block;
    margin: 0 auto 30px auto;
}
#login .form-group button{
    margin: 2px auto;
}
#login .form-group{
    direction: rtl;
    text-align: center;
}
.plans-home .form-group{
    width: 250px;
}
.plans-home{
    display: none;
    opacity: 0;
    width: 100%;
    height: 500px;
    background: #FFF none repeat scroll 0% 0%;
    position: absolute;
    bottom: -400px;
    z-index: 5;
    padding:0;
}
.plans-wrapper ul li{
    margin: 5px 0;
}
.plans-wrapper ul{
    list-style: none;
    padding: 0 5px;
    margin: 0 !important;

}
.plans-wrapper p{
    color: #444 !important;
    padding: 5px 20px;
    direction: rtl;
}
.plans-wrapper{
    background: #fff;
    border-radius: 4px;
    padding: 5px 2px;
}
.plans-wrapper .plans-item{
    opacity: 0;
    border: #ccc 1px;
    background: #ddd;
    width: 100%;
    height: 30px;
}
.plans-wrapper .plans-item p{
    color: #444;
    display: inline-block;
    font-size: 11px;
    padding: 0 5px;
}
.plans-wrapper .plans-item .cart{
    float: left;
    cursor: pointer;
}
.plans-wrapper .plans-item span{
    display: inline-block;
    background: #ccc;
    padding:4px 8px;
}
.form-actions {
    position: relative;
    overflow: hidden;
}
.form-actions span img{
    margin: 0 auto;
    display: block;
    width: 20px;
}
#code{
    width: 20px;
}
.form-actions span{
    width: 50px;
    overflow: hidden;
    float: right;
    background: rgba(256,256,256,0.2);
    border-left:solid 1px rgba(0,0,0,0.2);
    position: absolute;
    right: 0;
    padding: 11px 18px 11px 11px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.logo img{
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.input-icon p{
    color: #999;
    text-align: justify;
}
.input-icon i{
    color: #FCAC00;
}
.input-group{
  margin: 0 auto;
}
.input-group.check{
  margin: 0 auto;
}
.input-group.check  input{
    margin: 5px 11px 0 0;
    display: inline-block;
}

.input-group.check  span{
    line-height: 30px;
    background: none;
    border: none;
    color: #999;
    padding: 0 24px 0 0;
}
.input-groupinput{
    padding-right:0;
    border: none;
    height: 40px;
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-topRight: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.input-group input::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
}
.input-group input::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
}
.input-group input::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
}
.input-group-addon .fa{
    font-size: 14px !important;
}
.input-group-addon{
    padding: 0px 12px 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-topRight: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-radius: 0 !important;
    background: #ebebeb;
    border: 1px solid #e5e5e5;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    padding-right: 10px;
    border-radius-top-left: 4px !important;
    border-radius-bottom-left: 4px !important;
}
#login span{
    font-family: IRANSans;
    font-size: 0.8em;
    width: 37px !important
}
.form-group{
    margin: 10px auto !important;
}
.form-actions{
    margin: 10px 0 0 0;
}
.form-login{
    padding-bottom: 10px;
}
.form-actions button{
    width: 100%;
}
.status-action{
    text-align: center;
}
.status-action button{
    width: 90px;
    margin:0 5px;
}
.btn-pink {
    color: #fff;
    background-color: #F9C534 !important;
    border-color:rgba(250,200,72,1);
    border-radius: 100px !important;
    padding: 10px;
}
.btn-yellow {
    color: #fff;
    background-color: #2EBD59 !important;
    border-color:rgba(66,190,104,1);
    border-radius: 100px !important;
    padding: 10px;
}
.forget{
    margin: 5px;
    padding:10px 0 0 0;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
}
.forget a{
    color: #fff;

}
.forget:hover{
    color: #398439;
}
::-webkit-input-placeholder {
    color: #ccc !important;
    font-family: IRANSans;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ccc !important;
    font-family: IRANSans;

}

::-moz-placeholder {  /* Firefox 19+ */
    color: #ccc !important;
    font-family: IRANSans;

}

:-ms-input-placeholder {
    color: #ccc !important;
    font-family: IRANSans;
}
input:focus{
    text-align: left;

}

.online-payment{
    color: #fff;
    border-radius: 100px !important;
    margin: 5px 0;
    background: #a6ce39;
    border: 1px solid rgba(100,100,100,0.3);
    text-align: left;
    padding:10px 10px 10px 80px;
}
.online-payment:hover{
    background: #afd83f;
    border: 1px solid rgba(100,100,100,0.3);
}
.btn-pink{
    background: #235c3c;
    text-align: left;
    padding-left: 75px;
}
.btn-yellow{
    background: #235c3c;
    text-align: left;
    padding-left: 90px;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
    color: #fff;
    background-color: #2b7149;
    border-color:rgba(100,100,100,0.2);
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
    background-image: none;
}
.new-account{
    text-align: center;
    padding: 30px 0 10px 0 ;
    color: #fff;
    font-size: 11px;
    border-bottom: 1px solid rgba(200,200,200,0.4);
}
.new-account span i{
    font-family:'IRANSans' !important;
    font-style: normal;
    font-size: 14px;
}
.copyright{
    text-align: center;
}
.copyright img{
    width: 100px;
}
#hamburger{
    cursor: pointer;
    width: 25px;
    height: 25px;
    right: 13px;
    top: 10px;
    position: absolute;
    background: url("../images/menu.png")/*tpa=http://ecare.mobinnet.ir/assets/images/menu.png*/ center no-repeat;
    background-size: 24px 24px;
}
#language{
    width: 25px;
    height: 25px;
    left: 13px;
    top: 10px;
    color: #fff;
    position: absolute;
    font-size: 16px;
    background-size: 24px 24px;
    cursor: pointer;
}
#exit{
    width: 50px;
    overflow: hidden;
    float: left !important;
    background: rgba(256,256,256,0.2);
    border-right: solid 1px rgba(0,0,0,0.2);
    position: absolute;
    left: 0 !important;
    right: inherit;
    padding: 11px 5px 11px 11px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
#continue{
    width: 120px;
    text-align: left !important;
    margin-left: 8px;
    padding: 10px 10px 10px 30px !important;
}
#logout{
    width: 120px;
    background: #F73668 !important;
    border: 1px solid #f84e7a;
    text-align: right !important;
    padding: 10px 30px 10px 10px !important;
}
#close{
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 13px;
    top: 10px;
    z-index: 999999999;
    background: url("../images/close.png")/*tpa=http://ecare.mobinnet.ir/assets/images/close.png*/ center no-repeat;
    background-size: 24px 24px;

}
#help-social{
    text-align: center;
}
#help-social a{
    color: #93cb2a !important;
}
.modal a{
    color: #93cb2a !important;
}
.mobin{
    color: #93cb2a !important;
}
#locations{
    list-style-type:disc !important;
}
#locations a{
    color: #888 !important;
}
/*---------------------Sidebar----------------------*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow:hidden;
    background: rgba(250,250,250,0.95);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 100%;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    width: 200px;
    margin: 10px 0 10px 0;
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    margin: 0;
    color: #555555;
    border-bottom: 1px solid rgba(150,150,150,0.3);
    text-decoration: none;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #000 ;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.kish-bullet{
    color: #00AEC7;
}
.flight-bullet{
    color: #00AEC7;
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
#tutorials{
  text-align: center;
  padding: 0;
  margin: 0;
}
#tutorials li{
    display: inline-block;
    background: url("../images/videobg.png")/*tpa=http://ecare.mobinnet.ir/assets/images/videobg.png*/ no-repeat;
    width: 163px;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    cursor: pointer;
}
#tutorials li:hover{
    transform: scale(1.02,1.02);
}
#tutorials li a{
  background: url("../images/play.png")/*tpa=http://ecare.mobinnet.ir/assets/images/play.png*/ no-repeat;
  width: 52px;
  height: 53px;
  display: block;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;

}
.blackwhite{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
}
#tutorials li h4{
  font-family: IRANSans;
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: bold;
  display: block;
  text-align: right;
  color: #333;
}
#tutorials li span{
  font-family: IRANSans;
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
  display: block;
  text-align: right;
  color: #999;
}
#tutorials li hr{
  margin: 5px;
}
#tutorials li div{
  display: block;
  margin: 0 !important;
  z-index: 1;
  width:168px;
  position: relative;
}
#tutorials li div img{
  margin: 15px 0;
}
#tutorials li div img:last-child{
  display: block;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.login-help-title{
  text-align: right;
}
.login-help-title h1{
  font-family: IRANSans;
font-size: 16px;
height: 30px;
padding-bottom: 0;
padding-top: 8px;
padding-right: 25px;
padding-left: 5px;
display: block;
text-align: right;
color: #444;
background: url("../images/info.png")/*tpa=http://ecare.mobinnet.ir/assets/images/info.png*/ no-repeat right;
background-size: 20px 20px;
margin: 0;
}
.login-help-title span{
  font-family: IRANSans;
  font-size: 11px;
  padding-right: 5px;
  padding-left: 5px;
  display: block;
  text-align: right;
  color: #999999;
}
#back{
  background: none;
  border:none;
  padding-top: 20px;
  margin-left: 43px;
  margin-top: -8px;
}
@-webkit-keyframes bounceIn {
  0% {
      top:-25px;
      opacity: 0;
  }


  100% {
      top: 0px;
      opacity: 1;
  }
}

@keyframes bounceIn {
    0% {
        top:-25px;
        opacity: .8;
    }


    100% {
        top: 0px;
        opacity: 1;
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-right: 15px;
    padding-top: 2px;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    right:10px; top: 7px;
    width: 17px; height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 6px; right: 13px;
    font-size: 14px;
    color: #09ad7e;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9!important;
}
#help{
    display: none;
}

.popover{
  direction: rtl;
  text-align: right;
  font-family: IRANSans;
}

.err {
  text-align:center;
  padding:8px 5px 5px 5px;
  direction:rtl;
  border-radius: 5px;
  margin:-20px 0 5px 0;
}
.captchaimg {
  border:1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#refresh-captcha {
  padding:5px 9px !important;
}
#captcha {

}
#slide img {
  border: none;
}
#slide a {
  outline: none;
}
/*------------------------------------------------------------------------------------*/

@media(max-width:767px){
    body{
        padding: 50px 0;
    }
    .login-help-title h1{
        font-size: 15px;
    }
    #tutorials li{
        margin: 10px 0px;
    }
}
@media(min-width:768px){
}
@media(min-width:992px){}
@media(min-width:1200px){}
