/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.nav-menu li>ul li a {/*menue on the left pannel*/
    color: #6ab7f1;
    padding: .1rem 2rem .1rem 4rem;
}



.nav-menu li>ul li a{PHPmaster
	color:#6ab7f1;
	padding:.1rem 2rem .1rem 4rem
}


.nav-menu li a{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	outline:0;
	padding:.1rem 2rem;
	font-size:.875rem;
	color:#82c2f3;
	font-weight:400;
	text-decoration:none;
	position:relative
}


.nav-menu li>ul li>ul li a{PHPmaster
	color:#61b2f0;
	padding:.1rem 2rem .1rem 4.75rem
}


.table td, .table th {
    padding: 0.1rem;
    vertical-align: top;
    border-top: 1px solid rgb(219, 228, 236);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(0.47em + 1rem + 2px);
    padding: 0.1rem 0.175rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


.ms_select li {/*multi select dropdowns*/
    list-style: none;
    padding: 2px 2px;
    cursor: pointer;
}

.select2 {/*The selection for PBX on the top*/
    width: 30rem!important;
}
