/*
http://www.freshdesignweb.com/beautiful-registration-form-with-html5-and-css3.html#f0f0f0

 @font-face {
    src: url("../fonts/IRANSansWeb_Light.ttf");
    font-family: "IRANSansWeb";
  }*/
  @font-face{
      font-family:"IRANSansWeb";
      font-style:normal;
      font-weight:400;
      src:url(../fonts/IRANSansWeb.woff) format("truetype")}
@font-face{
    font-family:"IRANSansWeb";
    font-style:normal;
    font-weight:bold;
    src:url(../fonts/IRANSansWeb_Bold.woff) format("truetype")
    }
 
  #mmm canvas{
              display: none;
            }
 
.loader_small {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  margin-right: 40%;
}
.login-left-box{
  background:url('../images/df.png')no-repeat !important;  
  position: relative;
  float: left;
  width: 55%;
  height:auto;
  border: none !important;
  background: rgba(255, 255, 255, 0) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  top:0;
}
  ul.a {list-style-type: circle;}
  ul.b {list-style-type: square;}
  ol.c {list-style-type: upper-roman;}
  ol.d {list-style-type: lower-alpha;}
.login-left-box span{
  background: rgba(16, 60, 81, 0.72) !important;
  text-align: right;
  color: #ffffff;
  width: 60%;
  height: 30%;
  padding: 40px;
  /*text-shadow: 1px 12px 9px #181717;*/
  font-size: 18px;
  border-radius: 3px;
  width: 90%;
  animation: animatezoom 3s !important;
  transition: all 0.1s !important;
padding-bottom: 30%;
}
.welcome_name{
  color: #fffdfd;
  
  background-image:linear-gradient(to left, #000 , rgba(0,0,0,0));
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  font-size: 14px;
  right: 60px;
}
.welcome_name a{
  color: #fffdfd;
}
.login_icon{
  width: 100px;
  height: 100px;
  background-color: #fff;
  background-image: url(../images/df-logo.png)  !important;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
  color: #fff;
  font-size: 39px;
  margin-right: auto;
  margin-left: auto;
  animation: rotate2 1s !important;
  transition: all 0.9s !important;
  background-position: right;
  background-size: 110px ,110px;
  background-repeat: no-repeat;
}
.login_btn{
    font-family: "IRANSansWeb" !important;
    background-color: #f00;
    border:2px solid #f00;
    color: white;
    padding: 6px 9px;
    font-size: 16px;
    cursor: pointer;
    position:absulote;
    transition: all 0.9s !important;
 }

 .register_btn{
    font-family: "IRANSansWeb" !important;
    background-color: #f00;
    border:2px solid #f00;
    color: white;
    padding: 6px 9px;
    font-size: 16px;
    cursor: pointer;
    position:absulote;
    transition: all 0.9s !important;
 }
.login_from_google{
    color: #666;
    text-align:center;
    background: #fff;
    padding: 40px;
    position: absolute;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 3px;
    right: 0%;
    top: 40%;
}
#search_modem{
  
}
 .login_btn:hover,.register_btn:hover,.stbt:hover,.exit:hover{
   background: #fcfcfc;
  color: #8f7a7a;
 }
.flex-c-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
 .login100-social-item{
  font-family: "IRANSansWeb" !important;
  font-size: 20px;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 40px;
  border-radius: 2%;
  margin: 5px;
  animation: rotate33 1s !important;
  transition: all 0.9s !important;
}
.bg1 {background-color: #3b5998}
.bg2 {background-color: #1da1f2}
.bg3 {background-color: #ea4335;}

.percent a {
   text-align: center;
  text-decoration: none !important;
  display: inline-block;
  color: #373b45;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #333333;
}

.name_temp{
    height: 36px;
    text-align: right;
    border:2px solid #1e90ff !important;
}
.help-cmd{
  float: left;
  color: #fafbf9;
  font-size: 16px;
  background-color: #1aa5f0;
  padding: 7px;
  margin: 10px;
  border-radius: 5px;
  position: fixed;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.help-cmd:hover{
color: #fff;
background-color: #cfc;
  }
.help-body{
  display: none;
  content: #777;
  width: 500px;
  height: auto;
  border: 1px solid #ccc;
  position: fixed;
  top: 80px;
  left: 30%;
  z-index: 1;
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 250px 1px #231f1f;
  animation: animateright 2s;
}
.register_div{ 
  width: 43%;
  height: auto;
  position: relative;
  z-index: 2;
  padding: 20px;
  background: #fff;
  border: 2px solid grey;
  margin-right: auto;
  margin-left: auto;
  display: block;
  box-shadow: 0 1px 5px rgba(189,189,189,.25),0 2px 2px rgba(230,230,230,.1) !important;
  border-radius: 3px !important;
  letter-spacing: -.01em !important;
  transition: all 1s;
  overflow-y: auto;
  overflow-x: hidden;
}
.form-input-type{
  width: 30.8% !important;
  padding: 10px !important;
  font-size: 15px !important;
  border: 1px solid #f0eded ;
  border-right: 3px solid #0e99ff !important;
  background: #f8f8f8 !important;
  margin-top: 1px !important;
  font-family: "IRANSansWeb" !important;
  box-shadow: inset 0 5px 5px 1px #eaeaea ;
}
.form-input-select{
  width: 10.8% !important;
  padding: 8px !important;
  font-size: 15px !important;
  border: 1px solid #f0eded ;
  border-right: 3px solid #0e99ff !important;
  background: #f8f8f8 !important;
  margin-top: 1px !important;
  font-family: "IRANSansWeb" !important;
  box-shadow: inset 0 5px 5px 1px #eaeaea ;
}

.close_this_div{
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  transition: all 0.5s;

}
.close_this_div:hover{
 color: red;
   
}

.login_btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.table_show{
transition: all 0.7s !important;
 
}
.login_btn span:after {
content: '\00bb';
font-size: 23px;
position: absolute;
margin-top: 0px;
opacity: 0;
top: -3.5px;
right: 30px;
transition: 0.4s;

}
.rotate:hover{
  animation: rota 0.4s;
   transition: all 0.4s !important;
 
}

@keyframes rota {
  0%{ transform: rotate(80deg);  }
}


.login_btn:hover span {
  padding-right: 25px;

}

.login_btn:hover span:after {
  opacity: 1;
  right: 0;
 animation: animatezoom 0.4s;
}

.tableinfo{
  font-family: "IRANSansWeb";
  font-size: 10pt;
  color: #000;
  border-radius: 4px;
}
.information{
  font-family: "IRANSansWeb" !important;
  border-bottom: 1px solid #ccc;
  border: 3px solid #185b86;
  padding: 36px;
  background:rgb(255, 255, 255);
  border-radius: 2px;
  animation: animatezoom 0.4s; /**/
}
 
#wrapper{
width: 14%;
height: auto;
border: 1px dashed #ccc;
text-align: center;
position: absolute;
margin-top: -40px;
padding-top: 10px;
margin-right: 20%;
display: block;
background-position: center;
background-size: 50px 50px;
cursor: pointer;
background-repeat: no-repeat;
}
.cunt1{
 
background-color: #cce3f8;

}
#signatur{
    /*background-image: url('../images/sign.png');*/
    content:'open';
    display: block;
    width: 130px;
    height: 100px;
    background-position: bottom;
    background-size: 40px 40px;
    cursor: pointer;
    border:1px dashed #ccc;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
}

.nav-main{
    width: 60px;
    display: block;
    height: 100%;
    position: fixed;
    z-index: 1001;
    right: 0px;
    top: 0px;
     
    background-image: linear-gradient(to bottom, #000 , rgba(0,0,0,0));
    border-radius: 0px 0px 0px 0px;
    transition: all 0.6s;
 }
.head_detail{
   padding: 0px 0px 30px 30px; 
    font-size: 14px;
}
.main1{
  display: none;
  position: relative;
  transition: all 0.6s;
 animation:animateright 0.6s ;
 padding-top: 90px;
}

.icon-nav{
    background: url('../images/df-logo.png');
    background-color: #fff;
    background-size: 60px 50px;
    background-position: right;
    cursor: pointer;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 40%;
    top: 12px;
    border-radius: 50px ;
    z-index: 2;
     transition: all 0.6s;
     animation:animatezoom 0.4s ;
}
.box_chat{
display:none;
direction:ltr;
width: 30%;
height: 260px;
position: absolute;
border: 1px solid #ccc;
background: #fff;
left: 200px;
border-radius: 3px;
 transition: all 0.6s;
 animation: dotsY 0.4s ;
}
.body_chat{
border: 1px solid;
padding: 80px;
background: #f5f5f5;
margin: 20px;
}
.chat_sender_div{
    padding: 5px;
    background: #4b73ff;
    position: absolute;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    left: 23px;
    margin-top: -33px;
    height: auto;
}
.body_chat div{
word-break: break-all;
}


.chat_reciver_div{
padding: 5px;
background: #cc4e4e;
position: absolute;
color: white;
border-radius: 10px;
font-size: 12px;
right: 23px;
height: auto;

}
.box_sendfactor{
    display:none;
    color:#fff;
    background: rgba(7, 8, 7, 0.52);
    width: 320px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 3px;
    transition: all 1s;
     animation:animatezoomout 0.6s ;
}

.box_sendfactor input{
    background:#fff !important;
}
.box_sendfactor .send_factor{
    margin-right: 200px;
}
.share_box span img{
  width: 50px;
  height: 50px;
  align-items: center;
  padding: 0;
  margin: 17px;
  cursor: pointer;
}
.cunt_receive{
    display: none;
    font-size: 10px;
    color:#fff;
    background-color: #fb6f6f;
    border-radius: 50px;
    padding: 0px 8px 0px 8px;
    text-align: center;
    margin-right: 15px;
    position: absolute;
    margin-top: 6px;
}
.fa-download,.fa-trash {
    font-size: 20px !important;
}
.undo{
    border: none;
    font-size: 14px;
    background: #1e90ff;
    color: #f8f8f8;
    border-radius: 4px;
    margin-left: 5px;

}
.undo:hover i{
    color:#000;
    animation: rotate1 0.4s;
    transition: all 0.6s;
}
.icon-nav1{
background: url('../images/df-logo.png');
background-color: #fff;
background-size: 60px 50px;
background-position: right;
cursor: pointer;
cursor: pointer;
position: absolute;
width: 50px;
height: 50px;
right: 2px;
top: 12px;
border-radius: 50px 50px 50px 50px;
z-index: 2;
  transition: all 0.6s;
 animation:animateright 0.6s ;
}

.exit{
    padding: 17px;
    font-family: "Yekan";
    font-size: 26px;
    text-align: left;
    cursor: pointer;
    position: relative;
    right: -60px;
    top: -2px;
    height: 0;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}
.icon-nav:active{
  animation: rota 0.4s;
   transition: all 0.4s !important;
 
}
 .fa:hover{
     cursor: pointer;
 }

.addicon{
  position: absolute;
  cursor: pointer;
  padding: 10px;
  left: -3%;
}
.delicon{
  position: absolute;
  cursor: pointer;
  padding: 10px;
 left: -4%;
} 
.subject{
  resize: none;
  text-align: center;
  animation: animatezoom 0.4s;
 
}
.header_subject{
  text-align: right;
  background:  #f9f9f9;
  padding: 20px;
  border-bottom: 2px solid #ccc;
  color:#185b86;
  animation: animatezoom 0.4s;
}
.select{
     -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.dateand{
  background-color: transparent;
}
.date_now{
resize: none;
left: 3%;
position: absolute;
animation: animatezoom 0.4s;
width: 178px;
height: 100px;
top: 11%;
z-index: 1;
}
#str_sum{
  text-align: right;
  color: green;
}
#sum_all{
 border:none;
 text-align:center;
 font-size:18px;
 width:220px;
 background: rgba(0,0, 0, 0);
  animation: animatezoom 0.4s;
}
.list{
    background-color: rgb(242, 242, 242);
    cursor: pointer;
    margin-right: 9px;
    color: #483f3f;
    border-radius: 1px;
    width: 80%;
    padding: 10px;
    margin-top: 1px;
    transition: all 0.6s;
    font-size: 16px;
    font-family:  "IRANSansWeb";
   -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
  }
.other_dis{
  resize: none;
  width: 97%;
  height: 80%;
  font-family: "IRANSansWeb";
  background-color:transparent;
}
.tr_add input[type=text]{
  border: 1px solid rgba(208, 210, 228, 0.5);
  width: 100%;
  padding: -1px;
}
.main_top{
  display: none;
}
#show_f{
display: block;

}
.checkboxs{
font-family: "IRANSansWeb" !important;
  padding-right: 10px;
  border:1px solid #eee;
  background-color: #dbe9ef;
  color:#fff;
}
.checkbox{
  font-family: "IRANSansWeb" !important;
  font-weight: 10;
  padding-right: 29px;
  border:1px solid #eee;
  background-color: #e1e3e9;
  color:#fff;
}
/* The container */
.container input[type="checkboxs"] {
    position: absolute;
    opacity: 0;
}
.tdhead{
  width: 140px;
  color: #fbf6f6;
  background-color: #0e1011;
  text-align: center;
  font-family: "IRANSansWeb";
  border: 1px solid #090909;
  padding: 7px;
  font-size: 14px;

}
#show_ticket{
    display:block;
    width: 100%;
    margin-right: 50px;
    margin-top: 30px;
}
.tr_all:hover{
background-color: #f1f1f1;
}
.boxs:hover{
  background-color: #ccc;
 color:#000;
}
 

.shows_ticket{
 transition:all 1s;
  animation: animatezoom 0.4s;
}
.type,#type{
width: 170px;
height: 30px;
}

.more{
  border-radius: 0px 0px 8px 8px;
}
.vertical-text {
  transform: rotate(-90deg);
 text-orientation: sideways;
 padding: 3px 0px 3px 0;
}
.colcaps{
 /* padding: 4px;
  background-color: #fefefe;
  border-radius: 0px 0px 8px 8px;
  margin-right: auto;
  margin-left: auto;
  display: table;
  position: absolute;*/
}
.fa-download{
 color:#185b86 !important;
}
 .colcaps textarea{
  padding-right: 10px !important;
}
.item-index{
  position: relative;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 290px;
  width: 200px;
}
.count-item{
  position: relative;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 190px;
  margin-top: 0px;
  width: 300px;
  height: auto;
}
.search{
    width: 30% !important;
    font-size: 18px !important;
    height: 40px;
    color: #ccc !important;
    background-image: url('../images/search-icon.png') !important;
    background-repeat: no-repeat !important;
    background-size: 30px 30px !important;
    border: 1px solid #cce3f8 !important;
    background-position: right;
    padding-right: 40px;
}
.main_nav{
    position: relative;
    padding: 10px;
    margin: 11px -5px 6px 1px;
    z-index: 1;
}

.profile{
  padding: 17px;
  margin-right: -5px;
  border: 2px solid #f00;
}
.body_profile{
    position: relative;
    border: 2px solid #f00;
    padding: 30px;
    font-size: 14px;
    font-family: "IRANSansWeb";
}

.body_profile div{
display:none;

}

.tb_show td{
  border: 1px solid #b3d8f9;
  padding: 8px;
  background-color: #cce3f8;
  text-align: center;
  height: 20px;
}
.reseticon{
  display: block !important;
  margin-right: auto;
  margin-left: 20px;
  margin-top: 10px;
  cursor: pointer;
}
.tb_show_tr td{
  border: 1px solid #c0dffc;
  height: 30px;
  background-color: #fefefe;
  text-align: center;

}
 
.notifi_load{
  width: 20%;
  height: auto;
  position: relative;
  border-radius: 4px;
  z-index: 1004;
  cursor: pointer;
  border: 2px solid #ccc;
  text-align: center;
  color: #fff !important;
  padding: 20px;
  font-size: 18px;
  font-family: "IRANSansWeb";
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10%;
  background-color: #07304a;
 
}


.notification{
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.81);
  position: fixed;
  z-index: 1090;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  transition:left 0.7s;
  animation: animatezoom 0.4s;
}
.close_page{
    background-color: #185b86;
    padding: 5px 20px 5px 20px;
    color: #fff;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    margin-right: 6.4%;
    z-index: 2;
}
.close_page:hover{
  background-color: #ccc;
}
#msg{
  color: #d84242;
  font-size: 14px;
  background: #f1f62333;
  border-radius: 3px;
  width: 80%;
  height: 40px;
}
/* Hide the browser's default checkbox */
 
/* Create a custom checkbox */
.checkmark {
    position: absolute; 
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
tr:nth-of-type(odd) {
  background: #cce3f8; 
}

tr:nth-of-type(even) {
  background: #fff; 
}

  .footer{
  width: 90%;
  height: 3%;
  text-align: center;
  padding-right: 0%;
  background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0.55) , rgb(255, 255, 255));
  font-family: "IRANSansWeb";
  font-size: 14px;
  bottom: 0px;
  position: fixed;
  border-top: 2px solid #185b86;
  border-radius: 50px 50px 0px 0px;
  opacity: 0.8;
  display: block;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
 }
.form fieldset{
border: 2px solid #ccc;
padding: 10px;
margin: 10px;
color: #1012b4;
}
.form p.contact { font-size: 12px; margin:0px 0px 10px 0;line-height: 14px; }

.form input[type="text"] {background: rgba(238, 238, 238, 0) inherit;font-family: 'B Yekan',tahoma;font-weight: 300; }
 
.form input.birthday{width:60px;}
.form input.birthyear{width:120px;}
.form label { color: #000; font-size: 14px;font-family: IRANSansWeb !important; }
.form label.month {width: 135px;}
.form input, textarea {background-color: rgba(255, 255, 255, 1); margin: 0px;border: 1px solid rgba(208, 210, 228, 0.5); transition: all 1s;font-family: 'yekan', Arial;  }/*background: rgba(0,0, 0, 0); border: 1px solid rgba(208, 210, 228, 0.5);transition: border 1s; font-family: B Yekan, Arial; color: #4b4b4b; font-size: 14px; -webkit-border-radius: 2px; */
.form input:focus, textarea:focus { border: 1px solid #ff5400; background-color: rgba(255, 255, 255, 1); transition: all 1s;}

.form .select-style {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: center left;
  background-repeat: no-repeat;
  border: 0px solid #FFF;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;}
.form .gender {
   width:410px; 
  }

.form input.buttom{
background: dodgerblue;
background-color: dodgerblue;
display: inline-block;
padding: 7px 7px 8px 7px;
color: #fbf7f7;
text-decoration: none;
line-height: 1;
border-radius: 2px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
border: none;
position: relative;
cursor: pointer;
font-size: 14px;
}
.form input.buttom:hover  { background-color: #2a78f6; }

.animate-left{
  position:relative;
  animation:animateleft 0.4s
  }
  @keyframes animateleft{
    from{
      left:-300px;
      opacity:0
      } 
      to{
        left:0;opacity:1
      }
    }

.link_page{
  padding: 0 8px 0 8px;
  width: 10px;
  height: 5px;
  text-align: center;
  background: #12b4e0;
  color: #fff;
  border-radius: 2px;
}
.link_page0{
  padding: 0 8px 0 8px;
  width: 10px;
  height: 5px;
  text-align: center;
  background: #fff;
  color: #666;
  border-radius: 2px;
  border:1px solid #ccc;
}

.pay_now{
    background: red;
    color: white;
    border-radius: 3px;
    cursor: point;
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    width: 100%;
}
.pay_succss{

    background:green;
    color:white;
    border-radius: 3px;
    cursor:default;
    font-size: 10px;
}

.chat_submit{
    background:#185b86;
    color:white;
    border-radius: 3px;
    cursor:default;
    font-size: 10px;
    padding: 30px;
}

 
figure { 
  position: absolute;
  margin: auto;
  top: 0; bottom: 0; left: 0; right: 0;
  width: 6.250em; height: 6.250em;
  animation: rotate 2.4s linear infinite;
}
.db_css{
  top: 678px; 
  width:590px;
  height:auto;
  display: block;  
  position: absolute;
  margin-right: 10%; 

}
.text-buyer ,.text-marketer{
    overflow: hidden;
}

.sign{
   display: block; 
   padding: 40px;

   /*position:absolute;*/
}
.sign_set{
  display: none;
  position: fixed;
  box-shadow: 0 0 300px #28a6ec;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #f7fcf7;
 
  border-radius: 10px;
}/*
canvas  {
  cursor: crosshair;
  border: 4px solid #000;
  background-color: #fff;
  width: 100%;
  height: auto;
  z-index: 1;
    position:relative  !important;
  }
*/
.canvasjs-chart-credit{
  display: none;
}
.white { 
  top: 0; bottom: 0; left: 0; right: 0; 
  background: white; 
  animation: flash 2.4s linear infinite;
  opacity: 0;
}
.dot {
  position: absolute;
  margin: auto;
  width: 2.4em; height: 2.4em;
  border-radius: 100%;
  transition: all 1s ease;
}
.dot:nth-child(2) { top: 0; bottom: 0; left: 0; background: #FF4444; animation: dotsY 2.4s linear infinite; }
.dot:nth-child(3) { left: 0; right: 0; top: 0; background: #FFBB33; animation: dotsX 2.4s linear infinite; }
.dot:nth-child(4) { top: 0; bottom: 0; right: 0; background: #99CC00; animation: dotsY 2.4s linear infinite; }
.dot:nth-child(5) { left: 0; right: 0; bottom: 0; background: #33B5E5; animation: dotsX 2.4s linear infinite; }

.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{
    position:relative;top:-2px;right:-21px;color:inherit
    }
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}

.calculate{
  margin-right: 550px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5555; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    
    transition: all 1s;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 30%;
    animation: animatezoomout 0.5s;
    transition: all 1s;
    font-size: 16px;
}
.close {
  color: #aaaaaa;
  margin-top: -35px;
  font-size: 28px;
  font-weight: bold;
  float: right;
  margin-right: -25px;
  padding: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.head-conf{
  width:100%;
  border-bottom:1px solid #ccc;
  text-align: center;
  font-weight: 600;
  font-weight: bold;
}
.yes-conf{
padding: 10px;
background: #f95a5a;
width:  90px;
color: #fff;
border-radius: 2px;
text-align: center;
cursor: pointer;
border: 2px solid;
position: relative;
 
}
.no-conf{
  padding: 10px;
  background: rebeccapurple;
  width: 90px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  border: 2px solid;
  cursor: pointer;
 position: relative;
}
 
footer {
  color: #666;
  text-align: center;
  font-size: 10px;
  position: fixed;
  bottom: 0;
  margin-bottom: 0%;
  left: 50%;
  opacity:0.9;
}
 


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes input{
    from{ opacity: 0.1;}
    to{ opacity: 1; }
  }


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media print {
  footer {
    position: fixed;
    bottom: 0;
  }
} 
  
@-webkit-keyframes progress-bar-stripes{
    from{background-position:40px 0}
    to{background-position:0 0}}
@-o-keyframes progress-bar-stripes{
    from{background-position:40px 0}
    to{background-position:0 0}}

@keyframes progress-bar-stripes{
    from{background-position:40px 0}
    to{background-position:0 0}
    }

@keyframes rotate {
  0% { transform: rotate( 0 ); }
  100%{ transform: rotate(360deg); width: 6.250em; height: 6.250em; }
}


@keyframes rotate1 {
  0% { transform: rotate( 0 ); }
  20% { transform: rotate( -100deg); }
  66% { transform: rotate( -250deg); }
  100%{ transform: rotate( -360deg); }
}

@keyframes rotate2 {
  0% { transform: rotate( 0 ); }
  66% { transform: rotate( -250deg); }
  100%{ transform: rotate(360deg);  }
}

@keyframes opac{
 
    0% {  margin-top:-1000px;opacity:0;}
    100%{ margin-top:0px;opacity:1; }

 }

@keyframes dotsY {
  66% { opacity: .1; width: 2.4em; }
  77%{ opacity: 1; width: 0; }
}
@keyframes dotsX {
  66% { opacity: .1; height: 2.4em;}
  77%{ opacity: 1; height: 0; }
}
 /* 0% { opacity: 0; border-radius: 0%; }
  55%{ opacity: .6; border-radius: 50%; }
  66%{ opacity: 0; border-radius: 90%;}*/
@keyframes flash {

  0% { margin-top:-1000px; }    100%{ margin-top:0px; }
}
@keyframes animatezoom{
    from{transform:scale(0)}
    to{transform:scale(1)}

}

@keyframes animateright{

from{right:-300px;opacity:0;transform:scale(-2);} 
to{right:0;opacity:1;transform:scale(1);}
}

@keyframes animatezoomout{

0% { opacity:0.1;  transform: scale(3);  } 
100%{ transform: scale(1);   opacity:1; }
}

.loader{   
 
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,0.4);
    opacity: 1;
    position: fixed;
    z-index: 10000;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    
}


 