/*custom css*/

/*changed background color of login page submit button start*/
/*.btn-primary {
    color: #fff;
    background-color: linear-gradient(to bottom, rgba(65,196,221,1) 0%, rgba(10,124,175,1) 100%);
    border-color: none;
    font-weight: 600;
}*/
/*.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: linear-gradient(to bottom, rgba(65,196,221,1) 0%, rgba(10,124,175,1) 100%);
    border-color:none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}*/
/*.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
   color: #fff;
    background-color: linear-gradient(to bottom, rgba(65,196,221,1) 0%, rgba(10,124,175,1) 100%);;
    border-color: none; 
}*/

/*.inner {
 //   height: 145px;
}*/

/*.btn-primary.focus, .btn-primary:focus{background-color: linear-gradient(to bottom, rgba(65,196,221,1) 0%, rgba(10,124,175,1) 100%);}*/


/*New Custom*/
/*.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #DA8C10;
    border-color: #DA8C10;
}*/

/*.table td {
   text-align: center;   
}
.table th {
   text-align: center;   
}*/

/*Need to check and remove above css*/

/*-----------------new css custom css----------*/


/*Login page css from here test*/
.fa{font-size: large !important;}
nav.navbar.navbar-expand-md.navbar-light.navbar-laravel{
    display: none;
}

nav.navbar.navbar-default.navbar-static-top{display: none;}
.container{margin-top: 9%;}
h4.main-heading { margin: 0px auto;}

/*changed background color of login page submit button start*/
.btn-primary {
    color: #fff;
    background-color: #3097D1;
    border-color: #3097D1;
    font-weight: bold;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #0F92BB;
    border-color: #0F92BB;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
   color: #fff;
    background-color: #0F92BB;
    border-color: #0F92BB; 
}
/*changed color of login page end*/
/*Login page css end here*/

/*Dashboard page*/
.skin-blue .main-header .navbar{background-color:#0F92BB;}
.skin-blue .main-header .logo{background-color:#0F92BB;}
footer.main-footer a{color:#0F92BB;}
.skin-blue .main-header .logo:hover{background-color:#367fa9;}
.skin-blue .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9;}
.skin-blue .main-header li.user-header { background-color: #0F92BB;}
.nav-tabs-custom>.nav-tabs>li.active {border-top-color: #0F92BB;}

.custom-btn{background-color: #0F92BB;border-color:#0F92BB;}
.custom-btn:hover{background-color: #0F92BB;border-color:#0F92BB;}
.inner {
    height: 145px;
}

.btn-primary.focus, .btn-primary:focus{background-color: #0F92BB;}

table.sender_mgm.table-bordered.dataTable th, table.table-bordered.dataTable td{vertical-align: middle !important;}

.custom-sd-btn {
    color: #ffffff;
    background-color: #0F92BB;
    border-color: #0F92BB;
}
.custom-sd-btn:active,.custom-sd-btn:focus,.custom-sd-btn:focus-within,.custom-sd-btn:visited,.custom-sd-btn:hover{color: #ffffff;border-color: #367fa9;
    background-color: #0F92BB;}

/*Sender view page*/
label.col-sm-3.control-label.sender-view-label { padding-top: 0px;}  
.cus-enabled{font-size:18px;color:green;} 
.cus-disabled{font-size:18px;color:red;}
.cus-activated{font-size:18px;color:green;} 
.cus-dectivated{font-size:18px;color:red;}


/*Custom code by AM*/
.wallet_balance{
    font-size: 15px;
}

.box-custom{
    border-top-color: #0F92BB;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #0F92BB;
    border-color: #0F92BB;
}

.theme_color{
    background-color: #0F92BB !important;
    color: #FFFFFF !important;
}
.view-pt-0{ padding-top: 0px !important; }

.section_mgt{ overflow: auto; }
.section-mgt-edit{ margin-bottom: 2px; }
.section-mgt-view{ margin-bottom: 2px; }
.custom-small { font-size: 12px;font-weight: 300; }


/* show loader */

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:rgb(249,249,249);
    opacity: .8;
    
}
.image-container {
    position: relative;
    width: 48%;
    display: inline-block;
    max-width: 400px;
    margin-bottom: 10%;
    vertical-align: top;
}
  
.icon-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    height: 20px;
    width: 12%;
    opacity: 0;
    transition: .3s ease;
    background-color: red;
}

.image-container:hover .icon-overlay {
    opacity: 1;
}

.image-name {
    display: inline-block;
}

.remove-icon {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -66%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.fa-remove:hover {
    color: #eee;
}

/* question image popup */
.close.close-modal {
    padding: 5px;
}

/* For multiselect optgroup */
li.optgroup span.label {
    color: #000;
    font-size: 15px;
}
li {
    list-style: none;
}

li.optgroup span.label {
    text-align: left;
}

/* for hint text */
.hint-text {
    font-weight: 600;
    color: gray;
    font-size: 14px;
}

.cat-sub-boxes {
    margin-bottom: 10px;
}

/* for toggle button on user edit page */
.switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 24px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
    margin-left: 21%;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .options {
    resize: vertical;
  }

  i.fa.fa-sticky-note {
    float: right;
    color: orange;
    position: absolute;
    bottom: 10px;
    right: 25px;
    display: block;
}

.stickey_note {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    margin-bottom: 15px;
    padding: 20px;
}
.userallbuttons {
color: white;
background-color: #0F92BB;
font-weight: bold;
}