@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/Mark Simonson - Proxima Nova Bold.eot');
    src: local('?'), url('../fonts/Mark Simonson - Proxima Nova Bold.woff') format('woff'), url('fonts/Mark Simonson - Proxima Nova Bold.ttf') format('truetype'), url('fonts/Mark Simonson - Proxima Nova Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* experimental feature */
}
@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/Mark Simonson - Proxima Nova Light.eot');
    src: local('?'), url('../fonts/Mark Simonson - Proxima Nova Light.woff') format('woff'), url('fonts/Mark Simonson - Proxima Nova Light.ttf') format('truetype'), url('fonts/Mark Simonson - Proxima Nova Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* experimental feature */
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/Mark Simonson - Proxima Nova Regular.eot');
    src: local('?'), url('../fonts/Mark Simonson - Proxima Nova Regular.woff') format('woff'), url('fonts/Mark Simonson - Proxima Nova Regular.ttf') format('truetype'), url('fonts/Mark Simonson - Proxima Nova Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* experimental feature */
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('../fonts/Mark Simonson - Proxima Nova Semibold.eot');
    src: local('?'), url('../fonts/Mark Simonson - Proxima Nova Semibold.woff') format('woff'), url('fonts/Mark Simonson - Proxima Nova Semibold.ttf') format('truetype'), url('fonts/Mark Simonson - Proxima Nova Semibold.svg') format('svg');
	font-display: swap; /* experimental feature */
}
@font-face {
  font-family: 'ProximaNova-BlackIt';
  src: url('../fonts/ProximaNova-BlackIt.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-BlackIt.otf')  format('opentype'),
	     url('../fonts/ProximaNova-BlackIt.woff') format('woff'), url('../fonts/ProximaNova-BlackIt.ttf')  format('truetype'), url('../fonts/ProximaNova-BlackIt.svg#ProximaNova-BlackIt') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* experimental feature */
}

@font-face {
  font-family: 'Proxima Nova Italic';
  src: url('../fonts/mark_simonson_-_proxima_nova_regular_italic-webfont.eot');
  src: local('?'), url('../fonts/mark_simonson_-_proxima_nova_regular_italic-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_regular_italic-webfont.ttf') format('truetype'), url('../fonts/mark_simonson_-_proxima_nova_regular_italic-webfont.svg') format('svg');
  font-display: swap; /* experimental feature */
}

a{
    text-decoration: none;
    color: inherit;
}

body{
    font-family: 'Proxima Nova Regular';
    font-size: 14px;
    color: #6c797d;
	margin:0;
	background:#f8fafa;
        padding-bottom: 50px;

}

div,input,select,textarea,button{
	box-sizing:border-box!important;
}

button{
	border:none;
	cursor:pointer;
	background: #90989c;
	color:#fff;
	 font-family: 'Proxima Nova Semibold';
	 padding:6px 9px;
	 border-radius:3px;
	 transition:.05s;
}

button:hover{
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
}

.clr{
	clear:both;
}

.container{
	width:100%;
	max-width:1260px;
	margin:0 auto;
	padding:0 15px;
	
}

.container-sm{
	width:100%;
	max-width:1032px;
	margin:0 auto;
	padding:0 15px;
}

select,input,button,textarea{
	outline:none!important;
	
}


.navbar{
	display:block;
    background:#90989c;	
	float:left;
	width:100%;
	-webkit-box-shadow: 0px 5px 25px -8px rgba(0,0,0,0.75);
-moz-box-shadow:0px 5px 25px -8px rgba(0,0,0,0.75);
box-shadow:0px 5px 25px -8px rgba(0,0,0,0.75);
margin-bottom:50px;
position:relative;
}

.navbar-header{
	float:left; 
}


.navbar .nav{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}


.navbar .nav.nav-right{
	float:right;
}

.navbar .nav.nav-right li{
	border-left:1px solid #fff;
}

.navbar li {
    float: left;
	
}

.navbar li:hover {
	background:#8a9295
}


.navbar li.active {
	background:#d2d8db;
	
}



.navbar li >a,.navbar li >a:hover,.navbar li >a:focus{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:57px;
	padding:0 19px;
	 font-family: 'Proxima Nova Semibold';
	
}

.navbar li.active >a,.navbar li.active >a:hover,.navbar li.active >a:focus{
	color:#636363; 	
	
	
}

.fright{
	float:right;
}

.fleft{
	float:left;
}

.headerrow {
	float:left;
	width:100%;
	
	
}
.headerrow h1{
	color:#636363;
	font-size:31px;
	margin:0;
	font-weight:100;
	float:left;
	line-height:1;
}
  .headerrow h1 span{
	   font-family: 'Proxima Nova Light';
	 color:#636363;
	 font-size:26px;
	
  }
  
  .headerrow .searchbtn{
	  padding:0;
	  float:left;
	  width:37px;
	  height:35px;
	  overflow:hidden;
	  color:#fff;
	    background:#90989c;	
		border-radius:0;
		border-top-right-radius:3px;
		border-bottom-right-radius:3px;
  }
  
.headerrow .search{
	width:165px;
	height:35px;
	float:left;
	border:1px solid #d9e0e0;
	padding:0;
	padding-left:10px;
	color:#838383;
	font-size:14px;
	  font-family: 'Proxima Nova Regular';
	  border-top-left-radius:3px;
		border-bottom-left-radius:3px;
}

.headerrow .select{
	width:180px;
	float:left;
		height:35px;
		border:1px solid #d9e0e0;
		padding:0;
		margin-left:10px;
		padding-left:10px;
		color:#838383;
	font-size:14px;
	  font-family: 'Proxima Nova Regular';
	  border-radius:3px;
		
}
.headerrow .pagenation {
	float:left;
	margin-left:10px;
	width:170px;
	padding:0 40px;
	position:relative;
}

.headerrow .pagenation select{
	width:100%;
	float:left;
		height:35px;
		border:1px solid #d9e0e0;
		padding:0;
		margin:0;
		padding-left:10px;
		color:#838383;
	font-size:14px;
	  font-family: 'Proxima Nova Regular';
	  border-radius:3px;
		
}

  .headerrow .pagenation button{
	  padding:0;
	  position:absolute;
	  top:0;
	  left:0;
	  width:38px;
	  height:35px;
	  border:1px solid #d9e0e0;
	  background:#fff;
	   color:#90989c;	
  }
  
.headerrow .pagenation button.nxt{
  right:0;
  left:auto;
	  }
  
  .addnew{
	  background: #90989c;
	  color:#fff;
	  font-family: 'Proxima Nova Semibold';
	  font-size:12px;
	  padding:0 10px;
	  line-height:35px;
	  float:right;
	  display:block;
	  text-decoration:none;
          margin: 0px 0 0 5px;
  }
  
  
  .filterwrap{
border:1px solid #d9e0e0;
border-left:0;
border-right:0;
padding:5px 0;
margin-top:20px;
font-size:13px;
}

.filterwrap h3{
display:inline-block;
margin:0;
}

.filterwrap ~ .tablewrap table.fulltable{
margin-top:15px;
}

.filterwrap label{
margin-left:10px;
}


table.fulltable{
	width:100%;
	height:35px;
	font-size:13px;
	margin-top:35px;
	background:#fff;
	border-collapse: collapse;
	
	
}

table.fulltable tr{
	border:1px solid #e7e9ea;
	border-bottom:0;
	
}

table.fulltable tr>:first-child{
	padding-left:10px;
}


table.fulltable tr:last-child{
	border-bottom:1px solid #e7e9ea;
}

table.fulltable th{
	text-align:left;
	font-weight:100;
	text-transform:uppercase;
	color:#52595c;
	height:40px;
	font-family: 'Proxima Nova Semibold';
	padding:0 5px;
}
table.fulltable td{
	color:#4e4e4e;	
	padding:15px 5px;
}


table.fulltable .name{
	font-family: 'Proxima Nova Semibold';
	color:#636363;
	font-size:13px;
	text-decoration:underline;
	
}
table.fulltable .enable{
	color:#82da60;
	font-family: 'Proxima Nova Semibold';
	font-size:13px;
	text-decoration:underline;
}


table.fulltable .disable{
	color:#da6060;
	font-family: 'Proxima Nova Semibold';
	font-size:13px;
	text-decoration:underline;
	
}

h2{
	font-size:18px;
	margin:0  0 5px;
	 font-family: 'Proxima Nova Semibold';
	 line-height:1.1;
}

p{
	font-size:14px;
	margin:0 0 10px;
}

.smalltext{
	font-size:12px;
}




label{
 font-family: 'Proxima Nova Semibold';
font-size:12px;
color:#636363; 
line-height:1;
font-weight:100;
display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}




.form-control{
	border:1px solid #98a1a1;
	height:40px;
	padding:0 15px;
	margin-bottom:20px;
	    font-family: 'Proxima Nova Regular';
		width:100%;
		color:#636363;
		border-radius:3px;
}

textarea.form-control{
	padding:5px 15px;
	min-height:100px;
}


.form-control.f2{
	margin-bottom:10px;
}

.form-wrap{
	float:left;
	background:#fff;
	margin-top:35px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
margin-bottom:30px;
}

.labelwrap{
	background:#98a1a1;	
	font-family: 'Proxima Nova Semibold';
font-size:12px;	
color:#fff;	
line-height:28px;
margin:0 -10px;
padding-left:17px;
}



.halfbox{
	width:50%;
	float:left;
	padding:0 7px;
}

.fullbox{
	width:100%;
	float:left;
	padding:0 7px;
}

.greenbtn{
	background:#8dc948;
}

.redbtn{
	background: #ac4854;
}

.form-wrap hr{
	border:none;
	margin:0 -10px;
	background:#e6e8e9;
	height:1px;
	
}

.ellipsis{
	
	padding-right:5px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.breakword{
    word-wrap: break-word;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
    vertical-align: middle;
  border-top: 5px solid #8b9194;
  margin-left:5px;
  
}

.dropdown {
    position: relative;  
cursor:pointer;	
}

.dropdown-menu a {
    color: black;  
    text-decoration: none;
    display: block;
	padding:5px!important;
	font-family: 'Proxima Nova Light';
	border-bottom:1px solid #f9f9f9;
}

.dropdown-menu a:hover,.dropdown-menu a.active{
	background:#8b9194;
	color:#fff;
	font-size:13px;
}



.dropdown:hover .dropdown-menu{
	display:block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px;
    z-index: 1;
}


.orangebtn{
	color:#fff;
	background:#d35202;
	
}


/* accounts page*/

table#accounts .mail{
	width:220px;
}

table#accounts .name{
	width:130px;
	display:block;
}








  
  /*login page*/
  
 #login .wrap{
	min-height: 600px;
    height: 100vh;
    position: relative;
	
	padding:15px;
	padding-top:150px;
  }
  
  
  #login .footer{
	right:0;
	left:0;
    height: 30px;
    text-align: center;
    bottom: 0;
    position: absolute;  
    padding-top: 10px;
    background: #2b2b2b;
    color: #F5F5F5;
    font-size: 10px;
  }
  
  #loginwrapper {
    max-width: 500px;
      text-align: left;
    margin: 0 auto;  
    padding: 0;	
		-webkit-box-shadow: 0px 5px 25px -8px rgba(0,0,0,0.75);
-moz-box-shadow:0px 5px 25px -8px rgba(0,0,0,0.75);
box-shadow:0px 5px 25px -8px rgba(0,0,0,0.75);

}

.loginheader{   
    text-align: center;
   line-height:30px;
    background: #90989c;   
    font-size: 14px;
    color: #ffffff;
}

.loginbox{
	padding-right:28px;
	 height: 195px;
	padding-left: 190px;
    padding-top: 41px;
    background: #ffffff url(../images/loginbg.jpg) top left no-repeat;
	border:1px solid #000;
	border-top:0;
        font-size: 0;
		
}
  .loginbox .form-control{
	  background: #e7e2e5;
		width:210px;	
		height:25px;
		margin-bottom:10px;
                text-align: left!important;
  }
  
    .loginbox label{
		width:70px;
	}
	
 .loginbox  button	{
		    background: #B4B4B6;
    font-size: 12px;
   font-family: 'Proxima Nova Bold';
    color: #1E1E1E;
	float:right;
	
	}
	
        .loginbox div.error{
           margin: -8px 0 10px;
        }
	/* users page */
	
table#users tr :last-child{
	text-align:center;
	
}


/*settings*/


#settings .form-wrap{
	width:400px;
padding:0 10px;	
margin:20px 0px;
		
}
#settings label{
	width:150px;
	text-align:right;
height:29px;	
}

#settings .form-wrap.double-width{
    width:800px;
}


#settings .form-control{
height:29px; 
	margin-bottom:5px;
	width:200px;
        max-width: 200px;
	margin-left:15px;
	float:right;
	font-size:13px;
		
}

#settings .double-width .form-control{
    width:600px;
    max-width: 600px;
}

#settings .double-width textarea.form-control{
    height:200px;
}


#settings .labelwrap{
	margin-bottom:20px;
		
}
	#settings button{
	margin:10px 0;
	float:right;
	text-transform:capitalize;
		
}

#settings .SumoSelect{
float:right;
}

#settings .optWrapper label{
width:auto;
height:auto;
margin:0;
float:none;
text-align:left;
}

#settings   .SumoSelect > .CaptionCont > label{
width:30px;
}

.ctr{
	
	text-align:center;
}

 

.modal{
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top:0;
    display: none;
    left:0;
    z-index: 999;
    
}

.modal.shown{
	 display: block;
}	

.modal .content{
     -webkit-box-shadow:0px 0px 17px 0px rgba(0,0,0,0.7);
-moz-box-shadow:0px 0px 17px 0px rgba(0,0,0,0.7);
box-shadow:0px 0px 17px 0px rgba(0,0,0,0.7);
width:500px;
position: absolute;
top:20px;
left:50%;
margin-left: -250px;
position:relative;
background: #fff;
text-align: center;
z-index: 999;
padding: 15px;
transition:.2s transform 0.25s ease-out;
transform: scale(0, 0);
border-radius:4px;
}
.modal .content .close{
	top:10px;
	right:10px;
	position:absolute;
	cursor:pointer;
}


.modal.shown .content{
	transform: scale(1, 1);
}

 
 @media (max-width: 1199px)

 {
	  .tablewrap{
	  overflow:auto;	  
	  width:100%;
	  }
  
  
table.fulltable{
width:1230px;
}
  
.container-sm table.fulltable{
width:1000px;
}
  
  
	 
	 }


 @media (max-width: 991px)

 {
  
  
  .headerrow .fright{
  width:100%; 
  }
    .headerrow .fright>*{
   margin-top:10px;
  }
  .hidden-tab{
  display:none;
	 }

     
 }
 
 
 .visible-mob{
	 display:none;
	 }
 
  @media (max-width: 767px)

 {
 
 .hidden-mob{
  display:none;
	 }
 .visible-mob{
	 display:block;
	 }
	 
         .navbar{
             margin-bottom: 10px;
         }
         .headerrow h1{
             font-size: 28px;
         }
         
         .headerrow h1 span {  
    font-size: 18px;
}
	 
	 #login .wrap{
		 
		 padding-top:60px;
		 }
	
	.loginbox{
		padding:15px;
		padding-top:90px;
		height:auto;
		background: #ffffff url(../images/loginbg.jpg) top center/100px no-repeat;
		}
		
		.loginbox  .form-control,.loginbox input{
			width:100%;
			float:none;
			}
		
		
		.loginbox button{
			float:none;
			margin:10px auto;
			display:block;
			}
	
	 
/* menu style*/

.dropmenu{
position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 100%;
	background: #90989c;
	z-index:9999;
}


.dropmenu li{
	width:100%;
}


.dropmenu li a{
	line-height:35px!important;
}
  
  
.headerrow .select{
 width:40%;
 margin:10px 0 0 0;
 float: right;
  
  }
  
  .headerrow .pagenation{
	  width:40%;
	  margin:10px 0 0 0;
  
  }
  
  
  .headerrow .search{
	  width:45%;
	  }
	  
	  .headerrow .searchbtn{
		  width:10%;
		  }
  
  .form-wrap,.form-wrap label,.form-wrap input,.form-wrap select,.form-wrap textarea{
	  width:100%!important;
          max-width: 100%!important;
	  text-align:left!important;
	  }
          #settings label{
              height: auto;
          }
  
          #settings .form-control {
    margin-bottom: 15px;}
     
 }
 .not-allowed{
     cursor: not-allowed;
 }
 	 select{
		 outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    box-shadow: none;
    background-image: url(../images/caret-down.svg)!important;
    background-repeat: no-repeat!important;
    background-position: right 5px center!important;
    background-size: 10px;
	border-radius:3px;
		 }
	 
 
 
  .SumoSelect {
	 border-radius:3px;
	  }
 .SumoSelect label{
	 margin-bottom:0;
	   font-family: 'Proxima Nova Regular';
	  color:#838383;
	 }
	 
	 
	  .SumoSelect select{
	 width:100%;}
	 
	 .SumoSelect > .CaptionCont > span.placeholder{
		 font-style:normal;
		  color:#838383;
		 }
 .SumoSelect > .CaptionCont{
	border: 1px solid #98a1a1;
		 }
 

 
 .SumoSelect > .CaptionCont > label > i{
	    background: url(../images/caret-down.svg)center/10px no-repeat!important;
}
div.error,em.error {
    color: #a94442;
    width: 100%;
    position: relative;
    top: -5px;
    font-size: 12px;
    text-align: right;
}
#add_templates div.error {
    position: relative;
    top: -5px;
    float: left;
}
         /* Pagination links */
            .pagination {
    float: right;
    margin-top: 10px;
}

.pagination a {
    color: black;
    float: left;    
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.alert_server_err{
	margin-top: 12px;
	padding: 20px;
	background-color: #f44336;
	color: white;
	opacity: 0.83;
	transition: opacity 0.6s;
	margin-bottom: 15px;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #90989c;color:#fff;}
@media (max-width: 767px){
.pagination a {
    padding: 8px 10px;
}

}

@media (max-width: 320px){
.pagination a {
    padding: 8px 6px;
}
}

