body{

font-family: 'Poppins', sans-serif;
}	

/***************header***************/
header {
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background: #fff;
}
.navigation{
	 border-bottom: 4px solid #33b5e5;
}

.navigation .navbar-inverse {
	background: transparent;
	border: none;
	margin-bottom: 0;
	height: auto;
}
.navbar-brand {
	height: auto;
	padding: 8px 15px;
}
a.navbar-brand img {
    width: 130px;
}
.navigation .navbar-nav {
    margin-top: 10px;
    margin-bottom: 0;
}
.navigation .container {
	position: relative;
}

.navigation ul.nav.navbar-nav li {
	margin-left: 0px;
}
.navigation ul.nav.navbar-nav li a {
	padding: 10px;
	color: #000;
	font-size: 15px;
	 margin-right: 20px;
	font-weight: 500;
}

section.login-section {
    padding: 180px 0;
}
.login_form_inner {
    border-top: 5px solid #33b5e5;
    padding: 20px;
    box-shadow: 2px 4px 12px -1px rgba(0,0,0,0.2);
}
button.form_btn.btn{
    background: #33b5e5;
    border: none;
    font-size: 14px;
    margin-top: 22px;
}
input.form_btn.btn{
    background: #33b5e5;
    border: none;
    font-size: 14px;
    margin-top: 22px;
}

.forgot_div{
background: #f2f2f2;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    text-align: center;
	box-shadow:2px 5px 10px 1px rgba(0,0,0,0.2);
	
}
.login_form_inner .form-group input {
    box-shadow: none;
    border-radius: 0;
    height: 35px;
}
.login_form_inner h4 {
    margin-bottom: 18px;
}
.forgot_div a {
    color: #666666;
    font-size: 12px;
}
.dropdown.custom-dropdown button {
    background: transparent;
    border: none;
}
.dropdown.custom-dropdown button img {
    width: 50px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	
background: transparent;
 border: none;
outline:none;	
box-shadow:none;
}

/***************dasboard******************/
.header-dashboard .navbar-brand {
    height: auto;
    padding: 15px 15px;
}

a#menu-toggle {
    border: none;
    font-size: 29px;
    color: #e3e3ec;
    margin-left: 70px;
    margin-top: 3px;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background: #ebedf2;
    padding: 25px;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    padding: 20px;
	background: #fff;
    position: relative;
    height: 100%;
    height: auto; 
   margin: 55px 0 55px 13px;
       min-height: 1000px;


}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
.user_detail p {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 13px;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 15px 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #444;
	padding-left: 20px;
	font-family: 'Poppins', sans-serif;
    font-size: 15px;

}
.sidebar-nav li a i {
    font-size: 20px;
    margin-right: 10px;
    color: #98aebb;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #33b5e5;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.user_detail h4 {
    color: #33b5e5;
    font-weight: 600;
}
.user_information h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #eae7e7;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.user_information .login_form_inner {
    border-top: none;
    padding: 40px ;
    box-shadow: none;
    background-color: #f4f5f8;
}


.user_information.user_information-new .login_form_inner {
    border-top: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #000;
	padding: 40px 20px;
    border-radius: 10px;
    margin-top: 40px;

}

.user_information .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #b7d3e4;
}
.user_information .login_form_inner label {
    font-size: 14px;
    font-weight: 500;
}
.user_information .login_form_inner .form-group input,.user_information .login_form_inner .form-group select {
    box-shadow: none;
    border-radius: 0;
    height: 34px;
}
.user_information .table tr td,.user_information .table tr th  {
    padding: 6px;
	font-size: 12px;
    font-weight: 500;
}

.user_information .table thead {
    background: #33b5e5;
}
.user_information .table thead th {
    color: #fff;
}
h4.text_inner {
    margin-top: -47px;
}

h4.text_inner span {
    background: #fff;
    padding: 0 12px;
}

.sidebar-nav .list_dropdown div#dropdown-lvl1 ul li {
    display: block;
    width: 100%;
}


.sidebar-nav .list_dropdown  div#dropdown-lvl1 {
    border: none;
    background: #f6f6f6;
}

.sidebar-nav li.list_dropdown {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.sidebar-nav li.list_dropdown a span {
	position: absolute;
	right: 5px;
	top: 15px;
	line-height:25px;
	font-size: 26px;
	}


.sidebar-nav li.list_dropdown a {
    position: relative;
}


.sidebar-nav li.list_dropdown div#dropdown-lvl1 ul.nav.navbar-nav a i {
    font-size: 14px;
    color: #33b5e5;
    line-height: 21px;
    vertical-align: middle;
}

.form-group.custom-check {
    margin-bottom: 0;
}
.form-group.custom-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group.custom-check label {
  position: relative;
  cursor: pointer;
}

.form-group.custom-check label:before {
   content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #a3a1a1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group.custom-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.login_form_inner.company_list_selection h4 {
    margin-left: 20px;
}

.company_list_selection {
    margin-top: 50px;
}
.company_list_selection .checkbox {
    border-bottom: 1px solid #f5f4f4;
    margin: 3px 0;
    padding: 15px 24px;
    background: #f3f5f7;
}
.company_list_selection .checkbox:last-child {
    margin-bottom: 0;
}
.company_list_selection_inner {
    margin-top: 30px;
}
html body .user_information.user_information-new .login_form_inner.company_list_selection {
    padding-left: 0!important;
    padding-right: 0!important;
}

.star
{
color:red;
}
.invalid {
  border: 1px solid red;
}
.email-error
{
color:red;
}
.username-error
{
color:red;
}
.eyeicon 
{
margin-top: -25px;
cursor: pointer;
margin-left: 350px;
}


/***** add emmployeee *****/

.custom__addEmployee__formDesign:not(#asd) .login_form_inner {
    border: none;
    padding: 0px;
    clear: both;
    display: block;
    margin-top: 0;
}
.custom__addEmployee__formDesign:not(#asd) .login_form_inner h2 {
    margin: 0px 0px 20px;
    font-size: 18px;
    background: #0077C1;
    color: #fff;
    line-height: normal;
    padding: 0px;
    display: flex;
    align-items: center;
    padding: 6px 15px;
}
.custom__addEmployee__formDesign input.saveButton {
    margin: 0;
    padding: 0px;
    margin-left: auto;
    padding: 5px 10px;
    border-radius: 0px;
    background: #26A69A;
    text-transform: uppercase;
}
.custom__addEmployee__formDesign:not(#asd) .login_form_inner h2 i {
    margin-right: 5px;
}
.custom__addEmployee__formDesign:not(#asd) .login_form_inner h2 span {
    background: none;
    padding: 0px;
}
.custom__addEmployee__formDesign .login_form_inner h5 {
    font-size: 18px;
    margin-bottom: 20px;
}
.custom__addEmployee__formDesign .login_form_inner .form-group {
    margin-bottom: 5px;
}
.custom__addEmployee__formDesign .login_form_inner .control-label {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    padding-left: 0;
}
.custom__addEmployee__formDesign .login_form_inner .form-control {
    font-weight: 300;
    font-size: 13px;
    height: 25px !important;
    line-height: normal;
    padding: 0px 4px;
    color: #000;
}
.custom__addEmployee__formDesign .login_form_inner .form-control::-webkit-input-placeholder{
	color:#000;
}
.custom__addEmployee__formDesign .login_form_inner .form-control::-moz-placeholder{
	color:#000;
}
.custom__addEmployee__formDesign .login_form_inner .form-control:-ms-input-placeholder{
	color:#000;
}
.custom__addEmployee__formDesign .login_form_inner .form-control::-ms-input-placeholder{
	color:#000;
}
.custom__addEmployee__formDesign .login_form_inner .form-control::placeholder{
	color:#000;
}
.custom__addEmployee__formDesign ul.nav.nav-tabs {
    margin-bottom: 20px;
}
.custom__addEmployee__formDesign ul.nav.nav-tabs a {
    font-size: 13px;
    color: #000;
}


.tab-content div#page-content-wrapper {
    padding: 0;
    margin: 0;
}


.theTabsForm ul.nav.nav-tabs li a{
    border-radius: 10px 10px 0 0;
   border-top: 4px solid transparent;
	font-weight: 600;
	padding:10px 10px;
	font-size:10px;
	background: #ececec;
	


}

.theTabsForm ul.nav.nav-tabs li.active a,.theTabsForm ul li a:hover {
    border-top: 4px solid #0077c1!important;
    color: #0077c1;
	 background: #fff;

}
.theTabsForm ul.nav.nav-tabs{
	margin-bottom:0;
}
.theTabsForm .tab-content {
    margin-top: -2px;
    border: 1px solid #ddd;
    padding: 20px;
}


/**********add btn********/

a.btn.addModalBtn , #modalAddNewCompany form#addCompanyForm .modal-footer .form_btn{
    background-color: #33b5e5;
    color: #fff;
    border: none;
    margin-bottom: 17px;
    border-radius: 0;
    padding: 9px 21px;
}

/**********Cheque Numbers Button********/

a.btn.addChequeNumbers {
    background-color: #33b5e5;
    color: #fff;
    border: none;
    margin-top: 22px;
    border-radius: 0;
    padding: 4px 16px;
}

/**********Delete All And Delete Selected Numbers Button********/

a.btn.deleteBtn{
    background-color: red;
    color: #fff;
    border: none;
    margin-bottom: 17px;
    border-radius: 0;
    padding: 9px 21px;
}

/*****************modal*************/

#modalAddNewCompany form#addCompanyForm .md-form {
	
	margin-bottom:20px;
}
#modalAddNewCompany form#addCompanyForm .md-form input {
    border-radius: 0;
    height: 35px;
    box-shadow: none;
}
#modalAddNewCompany .modal-content .modal-header .modal-title{
	
}


#modalAddNewCompany .modal-content .modal-header button.close {
    margin-top: -22px;
}



#modalAddNewChartOfAccount .md-form > label {
    margin-top: 20px;
}
label.modalAddNewChartOfAccount__radioLabel {
    margin-right: 20px;
    font-weight: normal;
}
.modalAddNewChartOfAccount__radioLabelHolder input {
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin: 0px 6px 0px 0px;
    line-height: normal;
    border: none !important;
    box-shadow: none;
}


ul.custom__popUpRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.custom__popUpRow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul.custom__popUpRow li:first-child {
    width: 30%;
}
ul.custom__popUpRow li.col-sm-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul.custom__popUpRow label {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 0;
}

ul.custom__popUpRow li input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 0;
}


.custom__popUpInlineForm.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.custom__popUpInlineForm.form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.33%;
    padding: 0px 15px;
}
.custom__popUpInlineForm.form-inline .form-group label {
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 0px;
}
.custom__popUpInlineForm.form-inline input {
    width: 100%;
}

/***** 20 Nov. 2020 *******/


#modalAddNewSalary .modal-dialog {
    width: 850px;
}

#modalAddNewSalary .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewSalary .modal-dialog form .md-form select,
 #modalAddNewSalary .modal-dialog form .md-form input[type="text"] {
   
    font-size: 14px;
    height: 40px;
}


#modalAddNewSalary .modal-header .close {
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}

/***** 24 Nov. 2020 *******/


#modalAddNewAddition .modal-dialog {
    width: 850px;
}

#modalAddNewAddition .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewAddition .modal-dialog form .md-form select,
 #modalAddNewAddition .modal-dialog form .md-form input[type="text"] {
    
    font-size: 14px;
    height: 40px;
}


#modalAddNewAddition .modal-header .close {
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}

/***** 25 Nov. 2020 *******/


#modalAddNewDeduction .modal-dialog {
    width: 850px;
}

#modalAddNewDeduction .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewDeduction .modal-dialog form .md-form select,
 #modalAddNewDeduction .modal-dialog form .md-form input[type="text"] {
    
    font-size: 14px;
    height: 40px;
}


#modalAddNewDeduction .modal-header .close {
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}

/***** 27 Nov. 2020 *******/


#modalAddNewTax .modal-dialog {
    width: 850px;
}

#modalAddNewTax .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewTax .modal-dialog form .md-form select,
 #modalAddNewTax .modal-dialog form .md-form input[type="text"] {
    
    font-size: 14px;
    height: 40px;
}
#modalAddNewTax .modal-header .close { 
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}
/***** contribution modal design in admin side*******/
#modalAddNewContri .modal-dialog {
    width: 850px;
}

#modalAddNewContri .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewContri .modal-dialog form .md-form select,
 #modalAddNewContri .modal-dialog form .md-form input[type="text"] {
    
    font-size: 14px;
    height: 40px;
}
#modalAddNewContri .modal-header .close { 
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}

/***** Dec 05. 2020 *******/


#modalAddNewSalaryComp .modal-dialog,#modalEditSalaryComp .modal-dialog  {
    width: 850px;
}

#modalAddNewSalaryComp .modal-dialog form .md-form,#modalEditSalaryComp .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewSalaryComp .modal-dialog form .md-form select,
 #modalAddNewSalaryComp .modal-dialog form .md-form input[type="text"] {
    font-size: 14px;
    height: 40px;
}

#modalEditSalaryComp .modal-dialog form .md-form select,
 #modalEditSalaryComp .modal-dialog form .md-form input[type="text"] {
    font-size: 14px;
    height: 40px;
}

#modalAddNewSalaryComp .modal-header .close,#modalEditSalaryComp .modal-header .close {
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}

#modalAddNewAdditionComp .modal-dialog,#modalEditAdditionComp .modal-dialog {
    width: 850px;
}

#modalAddNewAdditionComp .modal-dialog form .md-form, #modalEditAdditionComp .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewAdditionComp .modal-dialog form .md-form select,
 #modalAddNewAdditionComp .modal-dialog form .md-form input[type="text"] {
    font-size: 14px;
    height: 40px;
}

#modalEditAdditionComp .modal-dialog form .md-form select,
 #modalEditAdditionComp .modal-dialog form .md-form input[type="text"] {
    font-size: 14px;
    height: 40px;
}

#modalAddNewAdditionComp .modal-header .close, #modalEditAdditionComp .modal-header .close, {
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}

#modalAddNewDeductionComp .modal-dialog, #modalEditDeductionComp .modal-dialog {
    width: 850px;
}

#modalAddNewDeductionComp .modal-dialog form .md-form, #modalEditDeductionComp .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewDeductionComp .modal-dialog form .md-form select,
 #modalAddNewDeductionComp .modal-dialog form .md-form input[type="text"] {
    font-size: 14px;
    height: 40px;
}

#modalEditDeductionComp .modal-dialog form .md-form select,
 #modalEditDeductionComp .modal-dialog form .md-form input[type="text"] {
    font-size: 14px;
    height: 40px;
}

#modalAddNewDeductionComp .modal-header .close,#modalEditDeductionComp .modal-header .close  {
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}

#modalAddNewTaxComp .modal-dialog, #modalEditTaxComp .modal-dialog {
    width: 850px;
}

#modalAddNewTaxComp .modal-dialog form .md-form,#modalEditTaxComp .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewTaxComp .modal-dialog form .md-form select,
 #modalAddNewTaxComp .modal-dialog form .md-form input[type="text"] {
    font-size: 14px;
    height: 40px;
}

#modalEditTaxComp .modal-dialog form .md-form select,
 #modalEditTaxComp .modal-dialog form .md-form input[type="text"] {
    font-size: 14px;
    height: 40px;
}

#modalAddNewTaxComp .modal-header .close, #modalEditTaxComp .modal-header .close, { 
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}
/*
----Contribution modal css in company side----*/
#modalAddNewContributionsComp .modal-dialog,#modalEditContributionsComp .modal-dialog {
    width: 850px;
}

#modalAddNewContributionsComp .modal-dialog form .md-form,#modalEditContributionsComp .modal-dialog form .md-form {
    margin-bottom: 15px;
}

#modalAddNewContributionsComp .modal-dialog form .md-form select,
 #modalAddNewContributionsComp .modal-dialog form .md-form input[type="text"],input[type="number"] {
    font-size: 14px;
    height: 40px;
}

#modalEditContributionsComp .modal-dialog form .md-form select,
 #modalEditContributionsComp .modal-dialog form .md-form input[type="text"],input[type="number"] {
    font-size: 14px;
    height: 40px;
}

#modalAddNewContributionsComp .modal-header .close, #modalEditContributionsComp .modal-header .close { 
    margin-top: -36px;
    margin-right: -10px;
    opacity: 0.4;
    font-size: 28px;
}


@media screen and (min-width: 992px){
.custom__addEmployee__formDesign .login_form_inner .form-group:nth-child(2n + 1) {
    padding-right: 30px;
    clear: both;
}


.custom__addEmployee__formDesign .login_form_inner #AddEmpAccounting .form-group:nth-child(2n + 1){
	clear:none;
}
.custom__addEmployee__formDesign .login_form_inner .form-group:nth-child(2n) {
    padding-left: 30px;
}
.column-padding.form-group {
    padding-right: 0!important;
    padding-left: 0;
}
}
@media screen and (min-width: 768px){
header .navigation .dropdown.custom-dropdown {
    margin-top: 3px;
}	
.navigation .navbar-nav.loggedUser {
    margin-top: 24px;
}
}

@media screen and (max-width: 767px){
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
#page-content-wrapper {
    padding: 5px;
}
.custom__addEmployee__formDesign .login_form_inner .control-label + div {
    padding: 0px;
}
}
/***** add emmployeee ends *****/


@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 256px;
		 margin-top: 55px;

    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

}

/***** toggle button start *****/
  .toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
  }
  .toggleWrapper input.mobileToggle + label {
    position: relative;
    display: inline-block;
    user-select: none;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-tap-highlight-color: transparent;
    height: 20px;
    width: 43px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
    cursor: pointer;
  }
  .toggleWrapper input.mobileToggle + label:before {
    content: "";
    position: absolute;
    display: block;
    -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 21px;
    width: 44px;
    top: 0;
    left: 0;
    border-radius: 30px;
    background-color: darkgray;
  }
  .toggleWrapper input.mobileToggle + label:after {
    content: "";
    position: absolute;
    display: block;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: whitesmoke;
    height: 18px;
    width: 18px;
    top: 1px;
    left: 2px;
    border-radius: 60px;
  }
  .toggleWrapper input.mobileToggle:checked + label:before {
    background: #2ecc71;
    -moz-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    -o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  }
  .toggleWrapper input.mobileToggle:checked + label:after {
    left: 24px;
  }

    .toggleWrapper input.mobileToggle[disabled] + label:before{
        cursor: not-allowed;
    }
    .toggleWrapper input.mobileToggle[disabled] + label:after{
        cursor: not-allowed;
    }
    .toggleWrapper input.mobileToggle[disabled]:checked + label:before{
        cursor: not-allowed;
    }
    .toggleWrapper input.mobileToggle[disabled]:checked + label:after{
        cursor: not-allowed;
    }


/***** toggle button end *****/

.pad-b-10 { padding-bottom: 10px; }
.pad-b-5 { padding-bottom: 5px; }
.pad-b-2 { padding-bottom: 2px; }

.addBtn {
    margin: 0;
    margin-left: auto;
    padding: 5px 10px;
    border-radius: 0px;
    background: #33b5e5;
    text-transform: uppercase;
}