/* BOOTSTRAP 3.3.6 Edits
--------------------------------------------------*/

.sidebar {
  height: 800px;
  width: 0;
    max-width: 330px;
  position: absolute;
    z-index: 1;
  background-color: #7fd4ff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
 
   
}

.sidebar .blue-button{
    margin: 12px 8px 8px 30px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    
}

.sidebar .new-button{
    margin: 12px 8px 8px 30px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fdfdfd;
  display: block;
  transition: 0.3s;
 
}

/*.sidebar .login{
    padding: 8px !important;
    
} */

.sidebar a:hover {
  color: #000000;
text-decoration: none;
background-color: #207a9b;

}

 .sidebar > .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 22px;
  padding: 8px;
    background-color: #1b789b;
     border-radius: 30px;
     border: solid;
     border-width: 2px;
     width: 40px;
     height: 40px !important;
     text-align: center;
     line-height: 23px;
margin-top: 10px;
}

.sidebar .closebtn:hover{
     color: #000000;
    text-decoration: none;
    font-size: 22px
}
.openbtn {
  font-size: 20px;
    padding: 5px 10px 5px 10px !important;
    margin: 5px;
    
}

.lastItem{
    background-color: #1a4150;
}
.lastItem:hover{
    color: #fdfdfd !important;
     font-size: 25px !important;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.pageheader{
    display: inline-block;
    color: #12b1eb;
    font-weight: 600;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin: 5px;
    vertical-align: bottom;
}

.card-menu {
    vertical-align: middle;
    padding: 5px !important;
}

.bell{
    float: right;
    margin-right: 10px;
    font-size: 25px;
    color: #21a1d0;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    background-color: #1b789b;
     border-radius: 30px;
     border: solid;
     border-width: 2px;
     width: 40px;
     height: 40px !important;
     text-align: center;
    margin-top: 5px;
}
.bell:hover{
    color: #1f8bb4;
}
.bell-border{
    display: inline;
    background-color: #000000;
    margin: 100px;
}
.bell-alert{
    font-size: 13px;
     position: relative;
    top: -10px;
    bottom: 0;
    left: -3px;
    right: 0;
    color: #ffffff;
}

/* Sticky footer styles
-------------------------------------------------- */


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.navbar-brand{	
	padding-top: 10px;
}

.custom-icon-black{	color: #000000;}
.custom-icon-red  {	color: #D9534F;}
.custom-icon-lblue{	color: #5BC0DE;}
.custom-icon-green{	color: #5CB85C;}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.input-group-addon{
  color: #aaaaaa;
}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.input-group{
  padding-bottom: 15px;
  width:100%;
}

/* Tooltip */
.tthelp + .tooltip > .tooltip-inner {
    background-color: #D9EDF7; 
    color: #31708F; 
    border: 1px solid #BCE8F1;
    padding: 1px;
    font-size: 12px;
}

/* Tooltip on top */
.tthelp + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #BCE8F1;
}

/* Tooltip on bottom */
.tthelp + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #BCE8F1;
}

/* Tooltip on left */
.tthelp + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid #BCE8F1;
}

/* Tooltip on right */
.tthelp + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #BCE8F1;
}

/*======== PAGE WRAPPER============*/

.page-wrapper {
  min-height: 100vh;
}

body {
  font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

/* ==========================================================================
   #BACKGROUND
   ========================================================================== */
.bg-blue {
  background-image: url("https://asone.global/csp/asone/Bootstrap/img/header-bg.jpg");
    
}

/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-100 {
  padding-top: 50px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-100 {
  padding-bottom: 100px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.wrapper {
  margin: 0 auto;
}

.wrapper--w680 {
  max-width: 680px;
}

/* ==========================================================================
   #CARD
   ========================================================================== */
.card {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10px;
  background: #fff;
}

.card-1 {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-top{
    background-color: #007ABB;
    border-bottom-color: #000;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-radius: 10px;
    margin-bottom: 3px;
}

.card-top h1{
    position: absolute;
    top: 0;
    margin-left: 60px;
    margin-top: 60px;
}

.card-heading-mobile{
    background: url("https://91375ad6af93f5254413-c275b88de52878682acb5afc31990b4f.ssl.cf5.rackcdn.com/admin_portal/urup_admin/uploads/image/file/190410/OAMCategory_1590074246000.png?r=751099");
        background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  padding-top: 210px;;
}
.card-heading{
background: url("https://www.asone.global/images/AsOne_Logo.png");
background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  padding-top: 210px;;
}
.card-heading-data{
background: url("https://91375ad6af93f5254413-c275b88de52878682acb5afc31990b4f.ssl.cf5.rackcdn.com/admin_portal/urup_admin/uploads/image/file/190379/DataBundlesCategory_1590058133841.png?r=421271");
background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  padding-top: 210px;;
}
.card-1 .card-heading .card-heading-data {
  
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  padding-top: 210px;
}
img{
    width: 200px;
    margin-left: 1%;
}

.card-1 .card-body {
  padding: 0 90px;
  padding-top: 55px;
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .card-1 .card-body {
    padding: 0 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.card-navigation {
    height: 50px;
    background-color: #FFF;
    padding: 0 40px;
    margin-top: 10px;
}

.card-footer{
    height: 56px;
    background-color: #007ABB;
    border-top-color: #000;
    border-width: 2px 0px 0px 0px;
    border-style: solid;

}
.card-footer img{
    float: right;
    margin-top: 3px;
    margin-right: 3px;
}


/* ==========================================================================
   #NAVIGATION BAR
   ========================================================================== */


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

li {
  float: left;
    display: inline;
    text-decoration: none;
}

li a {
  display: block;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    text-decoration: none;
    background-color: #137ca2;
    color: white;
}

.home{
    float: right;
}

.blue-button{
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #12b1eb;
    border-radius: 7px;
}

.blue-button:hover{
    background-color: #137ca2;
    text-decoration: none;
    color: white;
    border-radius: 7px;
}

.new-button{
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #12b1eb;
    border-radius: 7px;
	width: 100%;
	margin: 10px;
	
}

.new-button:hover{
    background-color: #137ca2;
    text-decoration: none;
    color: white;
    border-radius: 7px;
	width: 100%;
}

button{
        border: none;
		
}


.col-sm-6 img{
    text-align: center;
        display: block;
        margin: auto;
}

.container {
    max-width: 680px;
}


/* ==========================================================================
   #INBOX - COMPORT
   ========================================================================== */




/*
    =================================
    MAIL INBOX
    =================================
*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    width: 25%;
    background: #ecf0f1;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.mail-box .lg-side {
    width: 75%;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0;
}

.mail-box .sm-side .user-head {
    background: #2980b9;
    border-radius: 4px 0px 0px 0;
    -webkit-border-radius: 4px 0px 0px 0;
    padding: 10px;
    color: #fff;
    min-height: 80px;
}

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

.user-head .inbox-avatar img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin:0 0 0 10px;
}

.user-head .user-name h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 300;
}
.user-head .user-name h5 a {
    color: #fff;
}

.user-head .user-name span a {
    font-size: 12px;
    color: #87e2e7;
}

a.mail-dropdown {
    background: #1abc9c;
    padding:3px 5px;
    font-size: 10px;
    color: #ddd;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
    padding-top: 10px
}


ul.inbox-nav  {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a  {
    color: #6a6a6a;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus  {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #6a6a6a;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    padding-left:15px;
    padding-right:15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li  {
    margin: 0;
}

ul.labels-info li a {
    color: #6a6a6a;
    border-radius: 0;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding:20px;
    background: #3498db;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;

}

.inbox-head  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
}

.inbox-head  .sr-input {
    height: 30px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}
.inbox-head  .sr-btn {
    height: 30px;
    border: none;
    background: #2980b9;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.sr-btn{
    background: #2980b9;
}
.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

.table-inbox tr td{
    vertical-align: middle !important;
}

.table-inbox tr td:hover{
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started ,.table-inbox tr td .fa-star:hover{
    color: #f78a09;
}

.table-inbox tr td .fa-star{
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
    background: #f7f7f7;
}

ul.inbox-pagination  {
    float: right;
    list-style: none;
}

ul.inbox-pagination li {
    float: left;
}

.mail-option {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.inbox-pagination a.np-btn  {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea{
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

.btn-send:hover {
    background: #009da7;
}

.modal-header h4.modal-title {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.modal-body label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.heading-inbox h4{
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
}

.sender-info {
    margin-bottom: 20px;
}

.sender-info img {
    width: 30px;
    height: 30px;
}

.sender-dropdown {
    background: #eaeaea;
    padding:0 3px;
    color: #777;
    font-size: 10px;
}

.view-mail a {
    color: #FF6C60;
}

.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.attachment-mail ul li {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attachment-mail ul li img {
    width: 100%;
}

.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}

.attachment-mail .links {
    width: 100%;
    display: inline-block;
}


.card-body-inbox{
    margin: 0px;
    padding: 0px;
}



.send-option{
    text-align: center;
    display: inline-block;
    width: 32%;
    
    
}
.send-option input{
   vertical-align: middle;
    margin-top: 0;
    
}
.send-option label{
    vertical-align: middle;
    margin-bottom: 0;
}

.send-option-group{
    text-align: center;
}

/*-------------------Inbox Styling ------------------------*/



.Sender{
    display: inline-block;
}
.DateSent {
    float: right;
    display: inline-block;
    margin: 10px 0;
}

.table-inbox td {
    font-size: 12px;
}



.InboxMenu {
  height: 420px;
  width: 0;
    max-width: 330px;
  position: absolute;
    z-index: 1;
  background-color: #238fb7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
   
}

.InboxMenu .blue-button{
     margin: 12px 8px 8px 30px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 3px 5px 3px;
    
}
.InboxMenu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fdfdfd;
  display: block;
  transition: 0.3s;
    
}

/*.sidebar .login{
    padding: 8px !important;
    
} */

.InboxMenu a:hover {
  color: #000000;
text-decoration: none;
background-color: #207a9b;

}

 .InboxMenu > .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 22px;
  padding: 8px;
    background-color: #1b789b;
     border-radius: 30px;
     border: solid;
     border-width: 2px;
     width: 40px;
     height: 40px !important;
     text-align: center;
     line-height: 23px;
margin-top: 10px;
}

.InboxMenu .closebtn:hover{
     color: #000000;
    text-decoration: none;
    font-size: 22px
}

.tabcontent{
    display: none;
}

.InboxMenuToggle{
    display: inline-block;
}

.tabcontent  .sr-input {
    height: 30px;
    border: 1;
    border-width: 0.5px;
    border-color: #1b789b;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}
.tabcontent  .sr-btn {
    height: 30px;
    border: none;
    background: evt.currentTarget.className += " active";;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.inbox-head > .blue-button{
        font-size: 13px;
        height: 30px;
        line-height: 4.5px;
        margin-bottom: auto;
        margin-top: 10px;
    
    }
.inbox-head{
    padding-bottom: 0;
    padding-top: 0;
    height: 50px;
}

@media screen and (max-width: 480px) {
    .InboxMenuToggle{
        display: block;
    }
    .inbox-head > .blue-button{
        width: 32%;
    }
    
}

.searchInput{
     width 100px;   
    }
.smsbalance{
    display: inline-block;
    margin-left: 10px;
    line-height: 30px
}

.margin-right{
    margin-left: 20px !important;
}
.margin-left{
    margin-right: 20px!important;
}

/*-Search In top bar  */
.searchInput{
    height: 30px;
}

.contactSearch{
    margin-top: 8px;
}

/*-------------------Inbox End ------------------------*/

/*-------------------COMPORT MENU ------------------------*/

.comportmenu {
   /* margin-right: 45px !important;
    margin-left:  45px !important; */
}

.mail-option .blue-button{
     font-size: 13px;
        height: 30px;
        vertical-align: middle;
        line-height: 3px;
        
}

inbox-body .blue-button{
     font-size: 13px;
        height: 30px;
        vertical-align: middle;
        line-height: 3px;
        
}


.inbox-body .blue-button{
    font-size: 13px;
        height: 30px;
        vertical-align: middle;
        line-height: 3px;
}

.donotdisturb i {
    font-size: 20px;
    color: #2980b9;
}
.donotdisturb{
    height: auto;
    vertical-align: baseline;
    margin-top: 1px;
    border-radius: 5px;
    padding: 5px;
    width: 32.86px;
}



.activebtn{
    font-size: 13px;
    border: solid;
    border-width: 2px;
    border-color: black;
    background-color: #0082b2;
    color: white;
    padding: 12px 14px 12px 14px;
}
.sentbtn{
    float: right;
    border: solid;
    border-width: 2px;
    border-color: white;
    line-height: 3px;
    font-size: 13px;
    padding: 12px 14px 12px 14px;
}
.text-right{
    padding-right: 5px;
}

.selectAll{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    line-height: 13px;
}

.mail-checkbox{
    height: 12px;
    vertical-align: middle;
    margin: 0px !important;
}



.smsbalance{
    background-color: #efefef;
border-radius: 5px;
padding-left: 5px;
padding-right: 5px;
font-weight: 600;
}

.groupbtn{
    font-size: 13px;
        height: 30px;
        vertical-align: middle;
        line-height: 3px;
    margin-top: 5px;
}
.inbox-small-cells{
    height: 17px;
}

.tablinks{
    margin-left: 5px;
}

#titlebar td{
    padding: 3px;
    padding-left: 7px;
}

.dndMain{
    margin-top: 8px;
}


/*------- DataTalkTime----------*/

/*------ Statements ------*/
.inbox-head h3{
    margin-top: 12px;
    padding: 0;
    display: inline-block;
}
.inbox-head .searchInput{
    margin-top: 10px;
    display: inline-block;
}

.card-menu .pageheader{
    border: none;
    text-shadow: none;
    color: black;
}

.statementselect{
    display: inline-block;
    width: 200px;
}

.databundleselect{
    display: inline-block;
}
.databundleselectrow{
    padding: 0;
}
.form-control1{
    margin-top: 7px;
}