/* main style settings */


/*
*    NAV BAR
 */


.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    background-image: none;
    box-shadow: none;
    border: none;
    /*text-transform: uppercase;*/
    /*font-size: 0.9em;*/
    font-family: "Helvetica", helvetica, arial, sans-serif;
    font-size: 16px;

}

.lmsmenu {

    margin-top: 20px;
}

.navbar-default .navbar-nav>li>a {

    font-family: "Helvetica", helvetica, arial, sans-serif;
    font-size: 16px;
}

.navbar-nav>li>a:hover {

    font-weight: bolder;
}



.navbar-nav, aside#navbar .nav {

    font-family: "Helvetica", helvetica, arial, sans-serif;
    border: none;
    font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.container-fluid {

    width: 100%;
    font-family: "Helvetica", helvetica, arial, sans-serif;
    /*margin-top: 2%;*/
}



table.dataTable thead .sorting:after {

    display: none;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/preloader11.gif) center no-repeat #fff;
}

/* calendar */


.input-group-addon {
    min-width:75px;// if you want width please write here //
text-align:left;
}
.popover{
    /*width:500px;*/
    /*height:250px;*/
}

/*
*     TREE
 */
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    /*color:#369;  */
    /*font-weight:700;*/
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
    color: #c5e3f3;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

/*
*    PARSLEY
 */

.parsley-type, .parsley-min {

    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #ffffff;
    background-color: red;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
    margin-left: -40px;
}

.parsley-required {

    padding: 20px 35px 8px 14px;
    margin-bottom: 18px;
    color: #ffffff;
    background-color: red;
    /*border: 1px solid #fbeed5;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
    margin-left: -40px;
}

/*
*       DATA TABLES
*/


table.dataTable thead .sorting:after, .sorting_asc:after  {

    display: none;
}

table.dataTable thead .sorting_asc:after {

    display: none;
}


table.dataTable thead .sorting_desc:after {

    display: none;
}


/*
*  Xcrud
*/

.xcrud-inline-edit {
	display: flex;
	margin-top: -4px;
	margin-bottom: -4px;
}
.xcrud-inline-edit .form-control {
	height: 30px;
	border-radius: 4px 0 0 4px;
}
.xcrud-inline-edit .btn {
	margin: 0 !important;
}


/*
*    LOADERS
 */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/img/preloader11.gif') center no-repeat #fff;
}

/*
*       HEADERS AND FONTS
 */

.margintop4 {

    margin-top: 4%;
}

.ptop2 {

    padding-top: 2%;
}

.h2pageheader {

    font-weight: 900;
    color:grey;
    padding-top: 2%;
}

h1, .h1 {

    font-weight: 900;
    /*color: grey;*/
}

.cke_notifications_area {
    display: none !important;
}

.button_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.button_holder .button_right {
    flex-grow: 1;
    text-align: right;
}