/*
Theme Name:   wplms child theme
Description:  Write here a brief description about your child-theme
Author:       Vikas
Author URL:   Write here the author's blog or website url
Template:     wplms
Version:      1.20210526.5
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  wplms-child
*/

/* Write here your own personal stylesheet */

.pagetitle{
	text-transform: capitalize
}

.bbp-admin-links {
Bottom : 0px !important ;
}

.button-success {
  background-color: green !important;
}

.button-warning {
  background-color: #fff3cd !important;
  color: #856404 !important;
  border: 1px solid #ffeeba !important;
}

.dataTables_wrapper .dataTables_length select {
  padding: 0 5px !important;
}

/* Date 20210630 */
.popup1 .close1,
.popup4 .close1 {
  position: absolute;
  top: 10px !important;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  opacity: 1;
  border: 1px solid #aaa;
  width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 50%;
}

.popup1 .close1:hover,
.popup4 .close1:hover {
  color: red !important;
  border-color: red !important;
}

#popup1 input,
#popup4 input {
  margin: 5px;
  width: 80%;
  font-size: 14px;
  padding: 7px 10px;
}

#popup1 input[type="submit"],
#popup4 input[type="submit"] {
  width: auto !important;
  display: inline-block;
  padding: 7px 24px !important;
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px 10px 10px 0;
}

.popup1 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 600;
}

#popup2 .popup1 h1,
#popup3 .popup1 h1 {
  margin-top: 0;
  color: #333 !important;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

#popup2 .popup1 h2,
#popup3 .popup1 h2 {
  font-size: 18px;
  margin: 20px 0;
  color: #333 !important;
}

#popup2 .button-primary,
#popup3 .button-primary {
  font-size: 11px;
  text-transform: uppercase;
}

.button,
.button.small {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 10px 10px 0 !important;
}

table.dataTable thead .sorting_asc {
  background-image: url(../images/sort_asc.png) !important;
}

.popup1 {
  text-align: center;
}

#popup1 h2,
#popup4 h2,
#popup6 h2 {
  font-size: 18px;
}

#popup2 h1,
#popup3 h1,
#popup5 h1,
#popup7 h1,
#popup9 h1 {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}

#popup2 h2,
#popup3 h2,
#popup5 h2,
#popup7 h2,
#popup9 h2 {
  font-size: 14px;
  font-weight: 300;
  color: #333 !important;
}

#popup1 .close1,
#popup4 .close1,
#popup6 .close1 {
  font-size: 20px !important;
  font-weight: bold !important;
  text-decoration: none;
  border: 1px solid #aaa;
  width: 24px;
  height: 24px;
  line-height: 1.15;
  border-radius: 50%;
}

#popup6 form input[type="file"] {
  margin: auto auto 15px;
  width: 100%;
  text-align: center;
  display: block;
  max-width: 42%;
}

#popup6 form input[type="submit"] {
  font-size: 11px;
  text-transform: uppercase;
}
