@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

.ajax{
  background: rgba(0,0,0,.6); top: 0px; left: 0px; position: fixed; width: 100%; height: 100%; z-index: 999; display: none;
}

.WPSMS_file_input{
	background-color: #fff;
    border: 1px solid #008bff;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    color: #008bff;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    outline: medium none;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.WPSMS_file_input:hover{
	background:#008bff;
	color:#fff;
}
.WPSMS_h1{
  font-weight: 100;
  margin: 0;
}

.WPSMS_section{
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

.WPSMS_section img{
  width: 100%;
  cursor: pointer;
}

.WPSMS_lightbox{
  position: fixed;
  width: 50%;
  height: 50%;
  top: 30%;
  display: none;
  right:10%;
  background: #7f8c8d;
  perspective: 1000;
}

.WPSMS_filter{
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.WPSMS_lightbox img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
	transform-style: preserve-3d;
}

/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="WPSMS_arrow"]{
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  cursor: pointer;
}

[class^="WPSMS_arrow"]:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.WPSMS_arrowr{
  right: 0;
}

.WPSMS_arrowr:after{
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.WPSMS_arrowl{
  left: 0;
}

.WPSMS_arrowl:after{
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.WPSMS_close{
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.WPSMS_close:after, .WPSMS_close:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.WPSMS_close:after{
  transform: translate(-50%, -50%) rotate(-45deg);
}

.WPSMS_close:before{
  transform: translate(-50%, -50%) rotate(45deg);
}

#upload_subscriber_table{
  display:none;
}
        .file_input{
            display: inline-block;
            padding: 10px 16px;
            outline: none;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            white-space: nowrap;
            font-family: sans-serif;
            font-size: 11px;
            font-weight: bold;
            border-radius: 3px;
            color: #008BFF;
            border: 1px solid #008BFF;
            vertical-align: middle;
            background-color: #fff;
            margin-bottom: 10px;
            box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
        }
        .file_input:hover,
        .file_input:active {
            background: #008BFF;
            color: #fff;
        }

.fixedwhite{
  background:white;
}

.circular-bar {
    margin-left: 49px;
    margin-right: 39px;
    text-align: center;
    position:relative;
    left:200px;

  
}
.circular-bar .circular-bar-content {
  margin-bottom: 70px;
  margin-top: -95px;
  text-align: center;
}
.circular-bar .circular-bar-content strong {
  display: block;
  font-weight: 600;
  font-size: 15px !important;
  /* font-size: 1.125rem; */
  line-height: 1.5rem;
  line-height: 24px;
}
.circular-bar .circular-bar-content label {
  display: block;
  font-weight: 300;
  font-size: 12px;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  line-height: 20px;
}

#chartContainer{
  height:500px;
  max-width:700px;
  margin: 0 auto;
  margin-bottom:30px;
}

.do_inline{

  display: inline-flex;
  margin-left:0px;
  margin-top:0;
  padding-top:0;
  background:white;
  width:100%;
  height:100%;
  border-left:1px solid lightgrey;

}
.nm_pagi{

  font-family:Times New Roman, Times, serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  display:inline;

}
.nm_down{
  position:relative;
  top:15px;
}

.no-border{
  border:0 none !important;
}
.state_can{
   display:none;
   position:relative;
   margin-right:36%;
}
.top_pad{

  padding-top:10px;
}
#timezone{
width:355px;

}
.mini_list{
  width:90px;
  padding:3px;
}
.nm_action{
padding-left:5px;
vertical-align:middle;
cursor: pointer;
}
#send_sms, .pointcur{
  cursor: pointer;
}
.absolute{
position:absolute;
}
.whitefat{
  background: white none repeat scroll 0px 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  clear: both;
  padding: 40px; position: relative;
  left: -40px; top: 97px;
}
.thidden{
display:none;
border:none;
}
.hide_sector{

   display:none;
   width:132px;
   position:relative;
   left:100px;

}

.nm_table tr th{
  margin-top:0px;
  font-weight:bold;
  background:#464646 !important;
  color:white !important;
  line-height:30px;

}
.nm_table tr td{
  background:#E4E4E4 !important;
  font-size:12px;
}





/* Loader */
#loader {
  display: none;
}

/* Input Styles */
p.input-container {
  width: 100%; 
  position: relative;
  top: 50px;
  margin-bottom: 25px;
}

.inlabel {
  color: #CCC;
  position: absolute; 
  cursor: text;
  transform: translateY(-25px);
  transition: transform 0.3s ease;
  left: 0;
  bottom: -15px;
}

#bulk_message{

height: 145px;
width: 604px;

}
.ininput {
  width: 100%;
  height: 40px;
  font-size: 16px;
  transition: 0.6s;
  border: none;
  border-bottom: 1px solid #CCC;
  background-color: transparent;
  
}

.ininput:focus {
    outline: none;
    border-bottom: 1px solid #28a2a2;
  }
  
/* Input Animation Styles */
.inanimation .inlabel {
  transform: translateY(-55px);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.inanimation-color .inlabel {
  color: #28a2a2;
}

/* Base Style */

.incontainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 500px; 
  min-height: 250px;
  border: 1px solid #CCC; 
  padding: 40px; 
  background-color: #FFF
}


.tab , .tab a{
font-size: 30px !important;
font-family:medula one;
color:#ccc !important;
text-decoration: none !important;
-webkit-transition: all .7s ease-out; 
   -moz-transition: all .7s ease-out; 
   -o-transition: all .7s ease-out; 
   transition: all .7s ease-out; 
   border:0 none !important;
}

.tab:focus, .tab a:focus, .tab:visited, .tab a:visited, .tab:active, .tab a:active{

border: none !important;
outline: none !important;

}

.tab:hover, .tab:hover a{
  border:0 none !important;
cursor:pointer;
color:#fff !important;
text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
textarea{
	width:300px;
	height:75px;
}