﻿

#errorBox {
  background: #f05a5c;
  z-index: 10000;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
  border-top: solid 1px #ff0000;
  border-bottom: solid 1px #ff0000;
  position: fixed;
   bottom: -80px;

}
#successBox {
 
  background: #74C3B9;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  border-top: solid 1px #4f8881;
  position: fixed;
  bottom: -80px;
  z-index: 10000;
}



#overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#confirm {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: #c1494b;
  border-bottom: solid 1px #ff0000;
  border-top: solid 1px #c1494b;
  color: #ffffff;
  position: absolute;
  top: -400px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 10000;
}
#confirm .content {
  line-height: 24px;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
}
#confirm button {
  background: #f15a5d;
  border-color: #c80202;
}
#confirm #btnConfirmYes {
  border: none;
  background: #ffffff;
  border-bottom: solid 3px #ccc;
  border-radius: 6px;
  color: #f15a5d;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 18px;
}
#confirm #btnConfirmCancel {
  background: #f15a5d;
  border-bottom: solid 3px #aa4143;
  border-radius: 6px;
  color: #ffffff;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 18px;
}
#confirm .confirmationButton {
  margin-top: 20px;
}
#cloneDialog {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: #c1494b;
  border-bottom: solid 1px #ff0000;
  border-top: solid 1px #c1494b;
  color: #ffffff;
  position: absolute;
  top: -400px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 10000;
}
#cloneDialog .content {
  line-height: 24px;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
}
#cloneDialog button {
  background: #f15a5d;
  border-color: #c80202;
}


#errorBox {
    background: #c1494b;
    border-top: solid 1px #f00;
}

#successBox {
    background: #009904;
    border-top: solid 1px #00d705;
}

#loader {
    display: none;
    position: fixed;
    top: 30px;
    left: 170px;
    z-index: 10;
}

/*#overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 100;
    width: 100%;
    height: 100%;
}*/

#confirm, #cloneDialog {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #c1494b;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    color: #fff;
    top: -400px;
    border-top: solid 1px #c1494b;
    border-bottom: solid 1px #f00;
}

#confirm .content,#cloneDialog .content {
    width: 700px;
    margin: 0 auto;
    padding: 40px;
    line-height: 24px;
}

#confirm button,#cloneDialog button {
    background: #f15a5d;
    border-color: #c80202;
     background: #f15a5d;
    color: #fff;
    border: none;
    border-bottom: solid 3px #c1494b;
    padding: 7px 10px;
    font-size: 18px;
    font-family: "proxima-nova-extra-condensed",sans-serif;
    border-radius: 6px;

}

#Overlay {
    z-index: 9998;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#tooltipBox{
  display: none;
  background: #4C7096 !important;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  border-top: solid 1px #1B3B5E;
  position: fixed;
  bottom: -80px;
  z-index: 10000;

}
#LoginSucessBox{

  display: none;
  background:rgba(165, 70, 13, 0.72);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  border-top: solid 1px #215d16;
  position: fixed;
  bottom: -80px;
  z-index: 10000;
}
#LoginSucessBox .ui-header h1{
font-family: 'ubunturegular', sans-serif;
font-weight: bolder;
text-transform: uppercase;
font-size: 1em;
}
#LoginSucessBox .ui-content h3{
  font-family: 'ubunturegular', sans-serif;
color: #5aff26;
font-weight: bolder;
}
#LoginSucessBox .ui-content p{
  font-family: 'ubunturegular', sans-serif;
font-weight:bolder
}

#mainLoader {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 63px;
}
#topLoader {
    position: fixed;
    z-index: 9999;
    width: 100%;
}
#helpBox {

    z-index: 999999999999999999;
    width: 90% !important;
    text-align: center;
    padding: 20px;
    color: #fff;
    position: fixed;
    display: none;
}
.loadingWrapper {
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #fff;
}

   
/*.loadingBar {
    background-color: #f05a5c;
    margin-top: 0;
    margin-left: -100%;
    -moz-animation-name: bounce_loadingProgressG;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-name: bounce_loadingProgressG;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -ms-animation-name: bounce_loadingProgressG;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: bounce_loadingProgressG;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: bounce_loadingProgressG;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 100%;
    height: 2px;
}
@-moz-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}
@-webkit-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}
@-ms-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}
@-o-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}
@keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}*/





#tOverlay {
    z-index: 9998;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#tooltipBox{
  display: none;
  background: #4C7096 !important;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  border-top: solid 1px #1B3B5E;
  position: fixed;
  bottom: -80px;
  z-index: 10000;

}
#LoginSucessBox{

  display: none;
  background:rgba(165, 70, 13, 0.72);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  border-top: solid 1px #215d16;
  position: fixed;
  bottom: -80px;
  z-index: 10000;
}
#LoginSucessBox .ui-header h1{
font-family: 'ubunturegular', sans-serif;
font-weight: bolder;
text-transform: uppercase;
font-size: 1em;
}
#LoginSucessBox .ui-content h3{
  font-family: 'ubunturegular', sans-serif;
color: #5aff26;
font-weight: bolder;
}
#LoginSucessBox .ui-content p{
  font-family: 'ubunturegular', sans-serif;
font-weight:bolder
}

#mainLoader {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 63px;
}
#topLoader {
    position: fixed;
    z-index: 9999;
    width: 100%;
}
#helpBox {

    z-index: 999999999999999999;
    width: 90% !important;
    text-align: center;
    padding: 20px;
    color: #fff;
    position: fixed;
    display: none;
}
.loadingWrapper {
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #fff;
}
.loadingBar {
    background-color: #f05a5c;
    margin-top: 0;
    margin-left: -100%;
    -moz-animation-name: bounce_loadingProgressG;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-name: bounce_loadingProgressG;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -ms-animation-name: bounce_loadingProgressG;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: bounce_loadingProgressG;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: bounce_loadingProgressG;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 100%;
    height: 2px;
}
@-moz-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}
@-webkit-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}
@-ms-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}
@-o-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}
@keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100%;
    }
    100% {
        margin-left: 100%;
    }
}
