body{
    overflow-x: hidden;
}
.body{
  display: flex;
  height: auto;
}

.main-content{
  width: 100%;
  margin-left: 15px;
  max-width: 90%;

}
.my-container{
  width: 100%;
}

.header1 {
background-color: #f1f8ff;
}
.header {
position: relative;
display: flex;
align-items: center;
height: 72px;
padding: 0 34px;
box-shadow: 0 0 3px #ECEDF1;
z-index: 1;
}

.header .log {
height: 50px;
width: 60px;
margin: -25px;
}

.header nav {
flex: 1;

}
.header nav li {
display: inline-block;

}
.header nav li a {
padding: 30px 20px;
color: #B7BDC9;
border-left: solid 1px #EDEDEF;
}
.header nav li:last-child a {
border-right: solid 1px #EDEDEF;
}
.header .logo {
display: inline-block;
padding-right: 30px;
color: black;
font-size: 20px;
}


user-dropdown{
position: relative;
}
.user-dropdown dropdown-toggle {
font-size: 16px;
font-weight: 600;
color: black;
}
.dropdown-item{
position: absolute;
top: 60px;
    width: 99px;
    right: 7px;
display: none;
}

.user-dropdown dropdown-toggle img {
display: inline-block;
vertical-align: middle;
height: 10px;
width: 10px;
margin-right: 15px;
border-radius: 50%;
border: solid 1px #B7BDC9;
}

.user-dropdown .avatar {
width: 50px;
}

.sidebar1{
  width: 80px;
  height: auto;
  background-color: #f1f8ff;
}

.sidebar {
position: relative;
background-color:#f1f8ff;
}

.sidebar .icon {
display: block;
padding: 16px;
text-align: center;
font-size: 12px;
}

.sidebar .navbar {
padding: 0;

}
.sidebar .navbar a {
display: block;
padding: 18px 24px;
font-size: 25px;
color: #bec4d1;
text-decoration: none;
}
.sidebar .navbar a.selected {
position: relative;
display: inline-block;
color: #5680F5;
}
.sidebar .navbar a.selected:after {
position: absolute;
content: '';
width: 3px;
height: 100%;
background-color: #567FFA;
display: block;
top: 0;
left: 0;
}




.brd {
  background-color: #f1f8ff;
  color: 000;
  cursor: pointer;
  margin: 10px;
  border: 1px solid #eee;
  width: 95%;
  padding: 15px 10px;
}
.brd:hover {
  box-shadow: 0px 1px 3px #ccc;
}

.butcls {
width:75%;
border-radius: 5px;
}

.brd1 {
background-color: #EEDDFF;
border: 1px solid rgb(181, 176, 185);
border-radius: 8px;
margin: 10px;
width: auto;
padding: 10px;

}
.brd2 {
background-color: #EEDDFF;
border: 1px solid rgb(181, 176, 185);
border-radius: 8px;
margin: 10px;
width: 650px;
}
.brd4 {
background-color: #EEDDFF;
border: 1px solid rgb(181, 176, 185);
border-radius: 8px;
margin: 10px;
width: 200px;
}
.brd5 {
background-color: #EEDDFF;
border: 1px solid rgb(181, 176, 185);
border-radius: 8px;
margin: 10px;
width: 200px;
}


.categories {
width: 150px;
 background-color: #EEDDFF;
  border: 2px solid rgb(227, 224, 230);
  text-align: center;
  border-radius: 8px;
  margin: 10px;
}

@font-face {
font-family: 'icomoon';
src:  url('./fonts/icomoon.eot?oodb5v');
src:  url('./fonts/icomoon.eot?oodb5v#iefix') format('embedded-opentype'),
  url('./fonts/icomoon.ttf?oodb5v') format('truetype'),
  url('./fonts/icomoon.woff?oodb5v') format('woff'),
  url('./fonts/icomoon.svg?oodb5v#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
/* use     to prevent issues with browser extensions that change fonts */
font-family: 'icomoon'    ;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-inbox:before {
content: "\e900";
}
.icon-message:before {
content: "\e901";
}
.icon-archive:before {
content: "\e902";
}
.icon-controls:before {
content: "\e903";
}
.icon-settings:before {
content: "\e904";
}
.icon-logout:before {
content: "\e905";
}
.icon-power:before {
content: "\e906";
}
.icon-search:before {
content: "\e907";
}
.icon-trash:before {
content: "\e908";
}
.icon-login:before {
content: "\e909";
}
.icon-compass:before {
content: "\e90a";
}
.icon-send:before {
content: "\e90b";
}
.icon-users:before {
content: "\e90c";
}
.icon-user:before {
content: "\e90d";
}
.icon-locked:before {
content: "\e90e";
}
.icon-lock:before {
content: "\e90f";
}
.icon-cancel:before {
content: "\e910";
}
.icon-star:before {
content: "\e911";
}
.icon-worldwide:before {
content: "\e912";
}
.icon-paper-clip:before {
content: "\e913";
}
.icon-bell:before {
content: "\e914";
}
* {
box-sizing: border-box;
}
.ul{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.ul li a:hover{
    background-color: #bec4d1;
    color: #f1f8ff;
}
.ul li a:active{
    background-color: #bec4d1;
    color: blue;
}

.ul li a:.current{
  background-color: #bec4d1;
  color: blue;
}

dv {
height: 100%;
margin: 0;
background: #363636;
display: -webkit-flex;
display: flex;
align-items: center;

}

.boxes {
padding:10px;
margin-left: -8px;
}


input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
display: block;
position: relative;
padding: 10px;
padding-left: 35px;
margin-bottom: 0;
font: 14px/20px 'Open Sans', Arial, sans-serif;
color: #000;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
content: '';
display: block;
width: 20px;
height: 20px;
border: 1px solid #000;
position: absolute;
left: 0;
top: 10px;
opacity: .6;
-webkit-transition: all .12s, border-color .08s;
transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 5px;
    left: 11px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="checkbox"]:checked + label {
    background-color: #f1f8ff;
    padding: 10px;
    padding-left: 35px;
}
.flex {
/* width: 100%;
max-width: 960px; */
margin-top: -15px;
}
.flex-container {
box-sizing: border-box;

}

.sg {
text-align: left;
padding: 3px;
font-weight: bold;
color: #777;
margin: 10px;
}

.sn{
text-align: left;
padding: 3px;
position: relative;
right: -5px;
font-weight: bold;
color: #777;
}

.my_btn{
    background-color: #01b4ff;
    border: 1px solid #01b4ff;
    color: #fff;
    width: 250px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

.my_btn:before{
    display: block;
    position: absolute;
    background-color: white;
    bottom: 30px;
    left: 50%;
    margin-left: 10px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: .8em;
    color: black;
    border-radius: 5px;
    visibility: hidden;
}

.my_btn:hover:before{
opacity: 1;
visibility: visible;
}
.sel {
padding: 3px;
font-weight: bold;
color: #777;
text-align: left;
margin: 10px;
}
.cll {
  position: relative;
  left: 460px;
}

.bd {
  margin: 10px;
}
.bd2 {
  margin: 10px;
}
.bd3{
  margin: 10px;
}
.bd4{
  margin: 10px;
}
.bd5{
  margin: 10px;
}

.brd8{
  background-color: #e1e4e8 ;
  color: black ;
  border: 2px solid rgb(181, 176, 185) ;
  margin: 3px;
  width: 100%;
  padding: 10px ;
  box-sizing: border-box ;
}

.scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
	background-color: #777777;
}
.user-align-left{
    position: absolute;
    right: 15px;
}
.user-align-left-one{
    position: absolute;
    right: 100px;
}
.text-area{
    width: 100%;
}
.card.uper .card-header h3{
    font-size: 21px;
}
.btn.btn-danger.my_button.waves-effect.waves-light{
    margin: 0;

}
.btn.btn-secondary.my_button.waves-effect.waves-light{
    margin: 0;
}
.sms-mailing-logo{
    padding: 10px;
    padding-top: 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: grey;
}
.sms-mailing-logo:hover{
    color: grey;
}

.fa.active{
    background-color: blue;
}

h6{
  text-align: left;
  padding: 3px;
  font-weight: bold;
  color: #777;
  margin: 10px;
}
.current a{
  color: blue;
}

/*.tab input, .tab-content { display: none; }
.tab {
 font: 0.8rem/1.2 Arial, sans-serif; 
 border: 1px solid #e9eaec; 
 border-radius: 3px; 
 color: #848994; 
 margin-bottom: 10px;
 position: relative;
}
.tab-title {
 padding: 10px; 
 display: block; 
 text-transform: uppercase; 
 font-weight: bold; 
 cursor: pointer; 
}
.tab-title::after {
 content: '+'; 
 float: right; 
}
.tab-content {
 padding: 10px 20px; 
}
.tab :checked + .tab-title {
 background-color: #01b4ff; 
 border-radius: 3px 3px 0 0; 
 color: #fff; 
}
.tab :checked + .tab-title::after {
 content: '−'; 
}
.tab :checked ~ .tab-content {
 display: block; 
 */
}
#users_result{
  margin-top: 15px;
}
#my_table_users .btn{
  padding: 0;
  background-color: transparent   ;
  box-shadow: none   ;
}
#my_table_groups .btn{
  padding: 0;
  background-color: transparent   ;
  box-shadow: none   ;
}
#my_table_organizations .btn{
  padding: 0;
  background-color: transparent   ;
  box-shadow: none   ;
}
#my_table_templates .btn{
  padding: 0;
  background-color: transparent   ;
  box-shadow: none   ;
}
#my_table_sms-logs .btn{
  padding: 0;
  background-color: transparent   ;
  box-shadow: none   ;
}
#btn_create{
  padding: 0;
}
.btn-danger{
  border-color: none;
}
.btn-secondary{
  color: #212529;
  position: relative;
  bottom: 5px;
  top: 5px;
}
table.table a{
  box-shadow: none;
  position: relative;
  bottom: 5px;
  top: 5px;
}
/* acardion for templates and group of users */
.accordion {
  border-top: none; 
  margin: 10px 0;
  float: left; 
  width: 20%;
  height: 100vh;
}
.accordion a {
 display: block; text-decoration: none;
}
#accordion-html5{clear: both; margin-top: 20px;}
details summary::-webkit-details-marker{
  display: none;
}
#new-acar{
  max-width: ;
}
.tab{
 max-width: 40vh; 
}
#gr-contacts{
  max-width: 100vh;
}
#gr-scroll{
  max-width: 100%;
  height: 40vh;
  box-sizing: border-box;
  display: block;
  
}
#temp{
  overflow-y:scroll; 
  height:40vh;
  width: 40vh;
}
.accordion2{
  position: absolute;
  width: 100%;
}
.items-group{
  width: 100%;
  margin-left: 0px;
}