@charset "utf-8";
@import url('bootstrap.min.css');
@import url('animate.css');

@font-face {
    font-family: 'Mv Eamaan XP';
    src: url('../fonts/MvEamaanXP.ttf') format('truetype');
}

@font-face {
    font-family: 'MV Faseyha';
    src: url('../fonts/MVFaseyha.otf') format('opentype');
}
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
* {
    font-family: 'Noto+Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust:     100%;
    -webkit-text-size-adjust: 100%;
    border-spacing: 0px;
    text-decoration: none !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
  /*overflow-x: hidden;*/
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
body {
	color: #324057;
	font-size: 13px;
	width: 100%;
  	height: 100%;
	background-color: #EFF2F7;
	position: relative;
}

:focus {
	outline: 0;
}

a{
	color: #FF3434;
}
p>a:hover{
	/*display: inline-block;*/
	color: #FF3434;
	text-decoration: underline !important;
}
a,
a:before,
a:after,
a>i,
.table2 tbody tr td,
.button{
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

pre{
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
    font-size: 11px;
    color: #324057;
    line-height: 20px;

    border-color: #E5E9F2
}

hr.sm{
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-responsive{
    border: none;
}

/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.row.sm-gutters {
    margin-right: -10px;
    margin-left: -10px;
}
.row.sm-gutters > [class^="col-"],
.row.sm-gutters > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.row.xs-gutters {
    margin-right: -4px;
    margin-left: -4px;
}
.row.xs-gutters > [class^="col-"],
.row.xs-gutters > [class*=" col-"] {
    padding-right: 4px;
    padding-left: 4px;
}
.row.lg-gutters {
    margin-right: -30px;
    margin-left: -30px;
}
.row.lg-gutters > [class^="col-"],
.row.lg-gutters > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
}
.no-margin{
	margin: 0 !important;
}
.no-padding{
	padding: 0 !important;
}
.break-word {
    word-wrap: break-word;
}
.kint{
	position: fixed;
	bottom: 30px;
	right: 0px;
	max-width: 1000px;
	z-index: 9999;
}

strong{
    font-weight: 500;
    color: #1F2D3D;
}

.thaana{
    font-family: "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
    unicode-bidi: embed;
    direction: rtl;
}
.thaana_bold{
    font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
    unicode-bidi: embed;
    font-size: 14px;
    direction: rtl;
    font-weight: normal;
}
.thaanaKeyboardInput {
    font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh' !important;
    unicode-bidi: embed !important;
    direction: rtl !important;
    font-weight: normal !important;
}
    .thaanaKeyboardInput::-webkit-input-placeholder{
        font-family: Arial;
        font-size: 12px;
    }
    .thaanaKeyboardInput:-ms-input-placeholder{
        font-family: Arial;
        font-size: 12px;
    }
    .thaanaKeyboardInput::placeholder{
        font-family: Arial;
        font-size: 12px;
        text-align: left;
    }
.topbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f4c6b+0,606c88+100 */
    background: #183153; /* Old browsers */
    z-index: 99;
    color: #FFF;
}
    .topbar .logo{
        display: inline-block;
        float: left;
        width: 80px;
        line-height: 32px;
        color: #FFF;
        padding: 8px 10px;
        font-size: 15px;
        font-weight: 500;
    }
        .topbar .logo img{
            width: 55px;
            filter: invert(100%);
        }
    .topbar .profile{
        float: left;
        font-size: 9px;
        padding: 11px 15px;
        text-align: left;
        color: rgba(255,255,255,0.5);
        text-transform: uppercase;
        border-left: 1px solid rgba(255,255,255,0.1);
    }
        .topbar .profile strong{
            display: block;
            font-size: 11px;
            color: #FFF;
        }
    .topbar .btn-menu{
        position: relative;
        float: right;
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        width: 50px;
        border-right: 1px solid #475669;
        text-align: center;
        color: #FFF;
        text-transform: uppercase;
        background-color: #183153;
    }
        .topbar .btn-menu:hover{
            color: #3f4c6b;
            background-color: #FFF;
        }
    .topbar .dropdown .btn{
        border-radius: 0;
        border-right: 1px solid #475669;
        padding: 11px 15px;
        color: #FFF;
        height: 50px;
        font-size: 18px;
        background-color: #183153;
    }
        .topbar .dropdown .btn:hover{
            color: #3f4c6b;
            background-color: #FFF;
        }
        .topbar .dropdown .btn .fa{
            visibility: middle;
        }
        .topbar .dropdown .btn small{
            font-size: 11px;
            height: 18px;
            text-transform: uppercase;
            line-height: 18px;
            display: inline-block;
            vertical-align: middle;
        }
        .topbar .dropdown .dropdown-toggle{
            position: relative;
        }
        .sidedrawer ul>li>a .bubble,
        .button .bubble,
        .topbar .dropdown .dropdown-toggle .bubble{
            position: absolute;
            top: 10px;
            right: 6px;
            background-color: #FB6A87;
            display: inline-block;
            font-weight: bold;
            font-size: 12px;
            height: 15px;
            line-height: 15px;
            min-width: 15px;
            border-radius: 10px;
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
            color: #FFF;
        }
            .button .bubble{
                font-size: 10px;
                top: -4px;
                right: 4px;
            }
    .topbar .dropdown-menu{
        border-radius: 0;
        padding: 0;
        border:none;
        margin-top: 0px;
    }
        .topbar .dropdown-menu>li{
            margin-bottom: 0;
            background-color: #FFF;
            border-bottom: 1px solid #EFF2F7;
        }
        .topbar .dropdown-menu>li>a{
            font-size: 13px;
            padding: 12px 15px;
            color: #8492A6;
        }
            .topbar .dropdown-menu>li>a>small{
                display: block;
                font-size: 11px;
                color: rgba(255,255,255,0.8);
            }
            
    .dropdown-notifications{

    }
        .dropdown-notifications ul>li>a{
            color: #666;
        }
        .dropdown-notifications strong{
            color: #FB6A87;
            font-weight: bold;
        }

.error-card{
    max-width: 500px;
    background-color: #FFF;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}
    .error-card i{
        font-size: 75px;
        margin-bottom: 15px;
    }
    .error-card h2{
        margin: 0;
        margin-bottom: 15px;
        line-height: 1.3em;
        /*font-weight: bold;*/
    }
    .error-card p{
        color: #475669;
        line-height: 1.5em;
    }
.page{
    width: calc(100%-65px);
    margin-left: 65px;
    margin-top: 80px;
}
    .page .container{
        width: 100% !important;
        max-width: 1300px !important;
    }
    .page h1{
        margin-bottom: 20px;
        margin-top: 0;
    }
        .page h1>small{
            display: block;
            font-size: 12px;
            color: #8492A6
        }

.widget{
    margin-bottom: 35px;
}
    .widget-head{
    	position: relative;
        color: #8492A6;
        padding: 15px 20px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        border-radius: 5px 5px 0 0;
        background-color: rgba(255,255,255,0.6);
        border-bottom: 1px solid #eff2f7;
    }
        .widget-head i{
        	position: absolute;
        	right: 0;
        	top: 0;
        	text-align: center;
        	line-height: 50px;
           	width: 50px;
           	height: 50px;
           	font-size: 14px;
           	border-left: 1px solid #eff2f7;
        }
        .widget-head.darkblue{
            color: #FFF;
            background-color: #1D8CE0;
            border-color: #1D8CE0;  
        }
            .widget-head.darkblue i{
                color: #FFF;
            }
        .widget-head a{
            color: #475669;
        }
            .widget-head a i{
                color: #475669;
            }
            .widget-head a:hover,
            .widget-head a:hover i{
                color: #111;
            }
    .widget-body{
        padding: 20px;
        font-size: 12px;
        background-color: #FFF;
        border-radius: 0 0 5px 5px;
    }
        .widget-body h1,
        .widget-body h2,
        .widget-body h3{
            font-weight: 300;
            padding: 0;
            margin: 0;
            margin-bottom: 15px;
        }
            .widget-body h1>small,
            .widget-body h2>small,
            .widget-body h3>small{
                color: #888;
                display: block;
                font-size: 11px;
                text-transform: uppercase;
            }
        .widget-body .tabs .button{
            position: relative;
            border-radius: 5px 5px 0 0;
            z-index: 2;
            font-size: 10px;
            padding: 7px 15px;
        }
        .widget-body.widget-body-dark{
            background-color: #D3DCE6;
            padding-bottom: 0
        }
    .widget-body.widget-body-photo-preview{
        position: relative;
    }
        .widget-body.widget-body-photo-preview .button{
            position: absolute;
            bottom: 10px;
            right: 30px;
        }
    .widget.widget-accordion .widget-body{
        display: none;
    }
    .widget .widget-filter-bar{
        font-size: 0;
        padding: 5px;
        background-color: #58B7FF
    }
        .widget .widget-filter-bar .form-elements{
            margin-bottom: 0;
        }
        .widget .widget-filter-bar .form-elements select,
        .widget .widget-filter-bar .form-elements input{
            border: none;
            height: 33px;
            margin-bottom: 1px;
        }
        .widget .widget-filter-bar .form-elements input{
            border-right: 1px solid #58B7FF;
        }
        .widget .widget-filter-bar .button{
            width: 50% !important;
            text-align: center;
        }

p.note{
    color: #999;
    font-size: 11px;
}

.customlegend{
    list-style: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
    .customlegend li{
        margin: 0px 5px;
        font-size: 11px !important;
        display: inline-block;
    }
    .customlegend li>span{
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 3px;
        border-radius: 10px;
        vertical-align: middle;
    }

.statistic-data{
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eff2f7
}
    .statistic-data strong{
        color: #475669;
    }
    .statistic-data small{
        color: #888;
        display: block;
        font-size: 9px;
    }
    .statistic-data.statistic-data-sm{
        margin-bottom: 7px;
        font-size: 11px;
    }
        .statistic-data.statistic-data-sm small{
            font-size: 9px;
            color: #999;
        }
.sidedrawer{
    position: fixed;
    top: 50px;
    left: 0;
    width: 50px;
    overflow-x: hidden;
    white-space: nowrap;
    height: 100%;
    min-height: 100%;
    z-index: 99999;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 60px 30px rgba(31,45,61,0.1);
            box-shadow: 0 0 60px 30px rgba(31,45,61,0.1);
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
    @media (min-width: 768px) {
        .sidedrawer:hover{
            width: 150px;
            -webkit-box-shadow: 0 0 60px 30px rgba(31,45,61,0.2);
                    box-shadow: 0 0 60px 30px rgba(31,45,61,0.2);
        }
    }
    .sidedrawer ul,
    .sidedrawer ul>li{
        margin: 0;
    }
    .sidedrawer ul>li{
    }
    .sidedrawer ul>li>a{
        position: relative;
        font-size: 11px;
        display: block;
        color: #183153;
        margin-right: 2px;
        text-transform: uppercase;
        padding: 7px 5px;
    }
        .sidedrawer ul>li>a.gray{
            background-color: #EFF2F7;
            margin-bottom: 2px;
        }
        .sidedrawer ul>li>a.gray i{
            color: #232d3d;
        }
    .sidedrawer ul>li>a i{
        color: #C0CCDA;
        font-size: 16px;
        width: 40px;
        height: 35px;
        margin-right: 10px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }
    .sidedrawer ul>li>a span{
        color: #475669;
        font-size: 11px;
        font-weight: 500;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

        .sidedrawer ul>li>a.active{
            background: #183153; 
        }
        .sidedrawer ul>li>a:hover{
            background-color: #001C40;
        }
        .sidedrawer ul>li>a.active i,
        .sidedrawer ul>li>a.active span,
        .sidedrawer ul>li>a:hover i,
        .sidedrawer ul>li>a:hover span{
            color: #FFF;
        }
    .sidedrawer ul>li.menu>a{
        background-color: #FF4949;
        border-bottom: 2px solid rgba(0,0,0,0.2);
    }
    .sidedrawer ul>li.menu>a>i,
    .sidedrawer ul>li.menu>a>span{
        color: #FFF;
    }
    .sidedrawer ul>li>a.btn-logout{
        border-top: 2px solid #FF4949;
    }
        .sidedrawer ul>li>a.btn-logout i{
            color: #FF4949;
        }

.button{
    -webkit-appearance: none;
            appearance: none;
    position: relative;
    padding: 10px 15px;
    display: inline-block;
    color: #475669;
    /*max-height: 33px;*/
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    background-color: #FFF;
    font-weight: 500;
    border: 1px solid #FFF;    
}
    .button.round{
        width: 33px;
        border-radius: 30px;
        padding: 8px 0;
        text-align: center;
    }
    .button.uppercase{
        text-transform: uppercase;
    }
    .button .fa{
        font-size: 13px;
    }
    .button .count{
        font-size: 10px;
        font-weight: 500;
        /*position: absolute;
        top: -7.5px;
        right: 7.5px;*/
        display: inline-block;
        min-width: 15px;
        height: 15px;
        line-height: 15px;
        color: #FFF;
        border-radius: 5px;
        text-align: center;
        background-color: #404855;
    }
    .button:hover{
        background-color: #D3DCE6;
    }
    .button.button-sm{
        font-size: 11px;
        padding: 5px 10px;
    }
    .button.blue{
        color: #FFF;
        background-color: #55CDFF;
        border-color: #55CDFF;  
    }
        .button.blue:hover{
            color: #FFF;
            background-color: #0FB8FF;
            border-color: #0FB8FF;  
        }
    .button.darkblue{
        color: #FFF;
        background-color: #003B79;
        border-color: #003B79;  
    }
        .button.darkblue:hover{
            color: #FFF;
            background-color: #002C5B;
            border-color: #002C5B;  
        }
    .button.green{
        color: #FFF;
        background-color: #2DCC70;
        border-color: #2DCC70;
    }
        .button.green:hover{
            color: #FFF;
            background-color: #23A259;
            border-color: #23A259;
        }
    .button.yellow{
        color: #FFF;
        background-color: #FCB100;
        border-color: #FCB100;
    }
        .button.yellow:hover{
            color: #FFF;
            background-color: #DB9A00;
            border-color: #DB9A00;
        }
    .button.red{
        color: #FFF;
        background-color: #FB6A87;
        border-color: #FB6A87;
    }
        .button.red:hover{
            color: #FFF;
            background-color: #F9385F;
            border-color: #F9385F;
        }
    .button.gray{
        color: #1F2D3D;
        background-color: #EFF2F7;
        border-color: #EFF2F7;
    }
        .button.gray:hover{
            color: #1F2D3D;
            background-color: #D3DCE6;
            border-color: #D3DCE6;
        }
    .button.dark-gray{
        color: #FFF;
        background-color: #404855;
        border-color: #404855;
    }
        .button.dark-gray:hover{
            color: #FFF;
            background-color: #404855;
            border-color: #404855;
        }
    .button.button-full-width{
        display: block;
        width: 100%;
        margin-bottom: 3px;
        text-align: center;
    }
    .button.button-icon{
        text-align: left;
    }
        .button.button-icon .fa{
            opacity: 0.6;
            margin-right: 5px;
        }
    .button.button-square{
        display: block;
        width: 100%;
        height: 70px;
        max-height: 70px;
        white-space: pre-wrap;
        margin-bottom: 15px;
        text-align: center;
    }
    .button.border{
        border-color:#EFF2F7;
        background-color: #FFF;
    }
        .button.border.blue{
            border-color: #55CDFF;
            color: #55CDFF;
        }
        .button.border.blue:hover{
            color: #FFF;
        }
.tabs{
    position: relative;
    white-space: nowrap;
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
    overflow-x: scroll;
}
    .tabs:before{
        content: " ";
        display: block;
        height: 5px;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 2;
        opacity: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }
    .tabs .button.not-active{
        z-index: 1;
    }
    .tabs .button{
        position: relative;
        border-radius: 5px 5px 0 0;
        z-index: 2;
        font-size: 11px;
        padding: 8px 20px;
    }
        .tabs .button .count{
            position: absolute;
            top: -5px;
            right: 5px;
        }
    .tabs::-webkit-scrollbar {
        width: 0px;  /* remove scrollbar space */
        height: 0px;
        background: transparent;  /* optional: just make scrollbar invisible */
    }
    /* optional: show position indicator in red */
    .tabs::-webkit-scrollbar-thumb {
        background: #FF0000;
    }
.tox-tinymce,
.tox-tinymce *{
    border-color: #E5E9F2 !important;
}
    .tox-tinymce .tox-toolbar{
        background-color: #eff2f7!important
    }
.form-elements{
    margin-bottom: 15px;
}
    .form-elements label{
        font-size: 12px;
        display: block;
        font-weight: 400;
        margin-bottom: 2px;
    }
    .form-elements>span{
        display: block;
        font-size: 10px;
        color: #999;
    }
    .form-elements input[type=text],
    .form-elements input[type=date],
    .form-elements input[type=email],
    .form-elements input[type=number],
    .form-elements input[type=password],
    .form-elements textarea,
    .form-elements select{
        -webkit-appearance: none;
                appearance: none;
        font-size: 14px;
        padding: 10px 15px;
        display: block;
        width: 100%;
        color: #475669;
        border-radius: 5px;
        background-color: #FFF;
        font-weight: 400;
        border: 1px solid #E5E9F2;
    }   
        .form-elements textarea.thaanaKeyboard,
        .form-elements input[type=text].thaanaKeyboard{
            font-size: 21px;
        }
    .form-elements input[type=text][disabled],
    .form-elements input[type=date][disabled],
    .form-elements input[type=email][disabled],
    .form-elements input[type=numbers][disabled],
    .form-elements input[type=password][disabled],
    .form-elements textarea[disabled],
    .form-elements select[disabled]{
        background-color: #E5E9F2;
        cursor: not-allowed;
    }
    .form-elements label[disabled]{
        color: #C0CCDA;
        cursor: not-allowed;
    }
    .form-elements.form-elements-checkbox{
        position: relative;
    }
        .form-elements.form-elements-checkbox input[type="checkbox"]{
            position: relative;
            margin-right: 7px;
        }
        .form-elements.form-elements-checkbox input[type="checkbox"]:before{
            position: absolute;
            top: 0px;
            content: " ";
            display: inline-block;
            width: 13px;
            height: 13px;
            background-color: #FFF;
            border: 1px solid #C0CCDA;
        }
        .form-elements.form-elements-checkbox input[type="checkbox"]:checked:before{
            border-color: #20A0FF;
        }
        .form-elements.form-elements-checkbox input[type="checkbox"]:checked:after{
            position: absolute;
            top: 2px;
            left: 2px;
            content: " ";
            display: inline-block;
            width: 9px;
            height: 9px;
            background-color: #20A0FF;
        }
        .form-elements.form-elements-checkbox input[type="checkbox"][disabled]{
            opacity: 0.5;
            cursor: not-allowed;
        }
    .form-elements-flex{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .select2-container--default.select2-container--focus .select2-selection--multiple,
    .select2-container--default .select2-selection--single{
        border-color: #E5E9F2 !important;
        border-radius: 0 !important;
        height: 37px;
        border-radius: 4px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        height: 37px;
        line-height: 37px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 37px;
        line-height: 37px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-search--inline .select2-search__field,
    .select2-results__option{
        font-size: 13px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice{
        padding: 3px 10px !important;
        font-size: 13px;
        border-color: #C0CCDA !important;
        margin-bottom: 1px;
        color: #333;
        background-color: #EFF2F7 !important;
    }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #99A9BF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #99A9BF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #99A9BF;
}
:-moz-placeholder { /* Firefox 18- */
  color: #99A9BF;
}

.table2{
    width: 100%;
}
    .table2 thead tr th{
        color: #333;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        background-color: #dbe1ec;
        border-bottom: 1px solid #eff2f7;
    }
        .table2 thead tr.heading th{
            background-color: #FFF;
            font-size: 18px;
            font-weight: bold;
            padding: 20px;
            color: #1F2D3D;
            font-weight: 400;
        }
        .table2 thead tr.filter th{
            background-color: #E5E9F2;
            font-size: 18px;
            color: #1F2D3D;
            font-weight: 400;
        }
        .table2 thead tr.heading th small{
            font-size: 9px;
            font-weight: 500;
            display: block;
            color: #8492A6;
        }
    .table2.sortable-table thead tr th{
        white-space: nowrap;
    }
    .table2.sortable-table thead tr th:after{
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: " \f0c9";
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        opacity: 0.2;
    }
    .table2.sortable-table thead tr th{
        cursor: pointer;
    }
    .table2.sortable-table thead tr th[data-sort="asc"]:after{
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: " \f160";
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        opacity: 1;
    }
    .table2.sortable-table thead tr th[data-sort="desc"]:after{
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: " \f161";
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        opacity: 1;
    }
    .table2.sortable-table thead tr th[data-sort="asc"],
    .table2.sortable-table thead tr th[data-sort="desc"]{
        background-color: #323842;
    }
    .table2 tbody tr td{
        color: #324057;
        padding: 12px 20px;
        word-wrap: break-word !important;
        font-size: 12px;
        font-weight: 400;
        background-color: rgba(255,255,255,1);
        border-bottom: 1px solid #E5E9F2;
    }
        .table2.table2-compressed tbody tr td{
            padding: 5px 7px;
            font-size: 11px;
        }
        .table2 tbody tr td strong.block{
            display: block;
            text-transform: uppercase;
            font-size: 10px;
        }
        .table2 tbody tr td strong.title{
            display: block;
            font-size: 12px;
        }
            .table2 tbody tr td strong.title.thaana_bold{
                font-size: 18px;
                text-align: left;
                margin-bottom: 5px;
            }
            .table2 tbody tr td strong.title.thaana{
                font-size: 14px;
                text-align: left;
                margin-bottom: 5px;
                color: #888;
            }
            .table2 tbody tr td p{
                margin: 0;
                color: #8492A6;
            }
            .table2 tbody tr td span.label{
                margin-bottom: 2px;
            }
            .table2 tbody tr td .mobile-only{
                border-top: 1px solid #EFF2F7;
                border-bottom: 1px solid #EFF2F7;
                padding: 5px 0;
                padding-bottom: 3px;
                margin: 5px 0;
            }
        .table2 tbody tr:nth-child(even) td
        {
            /*background-color: #E3E8F115;*/
        }
            .table2 tbody tr:nth-child(even) td.highlight{
                background-color: #E3E8F1;
            }
        .table2 tbody tr td.center{
            text-align: center;
        }
        .table2 tbody tr td.highlight{
            background-color: #E5E9F2;
            font-weight: 500;
        }
        .table2 tbody tr td.sort-highlight{
            background-color: #f4f6f9;
        }
        .table2 tbody tr:hover td{
            background-color: #EFF2F7;
        }

            .table2 tbody tr:hover td.highlight{
                background-color: #EFF2F7;
            }
        .table2 tbody tr.disabled td{
            color: #8492A6;
            background-color: #E5E9F2;
            opacity: 0.5;
        }
            .table2 tbody tr.disabled td strong{
                color: #8492A6;
            }
    .table2.table2-no-padding tr td{
        padding: 12px 0;
    }
    .table2 tbody tr td .button{
        margin: 0 1px;
        line-height: 20px;
        text-align: center;
        min-width: 35px;
    }
    .table2 tfoot tr td{
        color: #32405780;
        padding: 7px 20px;
        word-wrap: break-word !important;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        /*background-color:#f4f6f9;*/
        /*border-bottom: 1px solid #E5E9F2;*/
    }
    .table2-compact thead tr td,
    .table2-compact thead tr th,
    .table2-compact tbody tr td,
    .table2-compact tfoot tr td{
        padding: 7px 20px;
    }
    .table2 tbody .live-content{
        text-align: right;
        font-family: 'MV Faseyha';
    }
    .table2 tbody .live-content .author{
        color: #8492A6;
        font-size: 10px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .table2 tbody .live-content p{
        font-family: 'MV Faseyha';
        font-size: 15px;
        line-height: 1.8em;
    }
    .table2 tbody .live-content strong{
        text-align: right !important;
    }
    .table2 tbody .live-content .embed{
        border: 1px solid #EFF2F7;
        /*background-color: #FFF;*/
        padding:5px;
        text-align: center;
        background-color: #f9fafc;
        font-size: 10px;
        color: #8492A6;
        margin-bottom: 5px;
    }
    .table2 tbody .live-content figure{
        display: flex;
        align-content: center;
        align-items: center;
    }
    .table2 tbody .live-content figure img{
        width: 50px;
        height: 50px;
        border-radius: 3px;
        object-fit: cover;
    }
    .table2 tbody .live-content .embed.embed-image figcaption{
        padding: 5px;
        text-align: right;
        color: #8492A6;
        font-size: 15px;
        line-height: 1.5em;
        flex: 1;
    }
.article-alerts{
    background-color: #FFF;
    padding: 20px;
}
    .article-alerts>strong{
        display: block;
        font-size: 10px;
        color: #FB6A87;
        text-align: left;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .article-alerts .thaana_bold{
        text-align: left;
    }
.alertbox{
    background-color: #E5E9F2;
    color: #475669;
    display: block;
    margin-bottom: 15px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
    border-bottom: 1px solid #eff2f7;
}   
    .alertbox.red strong,
    .alertbox.yellow strong,
    .alertbox.green strong{
        color: #FFF;
        font-weight: 600;
    }
    .alertbox.sm-margin{
        margin-bottom: 3px;
    }
    .alertbox.green{
        color: rgba(255,255,255,0.8);
        background-color: #2DCC70;
    }
    .alertbox.yellow{
        color: rgba(255,255,255,0.8);
        background-color: #FCB100;
    }
    .alertbox.red{
        color: rgba(255,255,255,0.8);
        background-color: #FB6A87;
    }
    .alertbox-bordered{
        background-color: #E5E9F250;
        border: 1px solid #E5E9F2;
    }
    .alertbox .lowercase{
        text-transform: none !important;
    }
    .alertbox-flex{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
    @media only screen and (max-width: 900px) {
        .alertbox-flex{
            display: block;
        }
        .article-alerts .alertbox strong{
            display: block;
            margin-bottom: 5px;
        }
    }

.zone_performance_chart{
    position: relative;
    margin-bottom: 15px;
}
    .zone_performance_chart strong{
        position: absolute;
        height: 36px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
        color: #475669;
        top: 50%;
        width: 100%;
        margin-top: -25px;
        text-align: center;
    }
    .zone_performance_chart strong>span{
        display: inline-block;
        padding: 3px 7px;
        color: #FFF;
        border-radius: 15px;
        background-color: #20A0FF;
    }
    .zone_performance_chart .total{
        display: block;
        text-transform: uppercase;
        text-align: center;
    }
.label{
    padding: 5px 7px;
    display: inline-block;
    color: #475669;
    font-size: 11px;
    border-radius: 3px;
    background-color: #E5E9F2;
    font-weight: 400;  
}
    .label.animated.flash{
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
    }
    .label.work-in-progress,
    .label.publishlater,
    .label.blue{
        color: #FFF;
        background-color: #55CDFF;
        border-color: #55CDFF;  
    }
    .label.active,
    .label.publish,
    .label.completed,
    .label.green{
        color: #FFF;
        background-color: #2DCC70;
        border-color: #2DCC70;
    }
    .label.pending,
    .label.copydesk,
    .label.yellow{
        color: #FFF;
        background-color: #FCB100;
        border-color: #FCB100;
    }
    .label.cancelled,
    .label.suspended,
    .label.expired,
    .label.draft,
    .label.red{
        color: #FFF;
        background-color: #FB6A87;
        border-color: #FB6A87;
    }

.pagenumbers{
    display: block;
    margin: 15px 0;
    text-align: center;
}
    .pagenumbers a{
        display: inline-block;
        padding: 5px 10px;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 1px;
        margin-right: 1px;
        color: #1F2D3D;
        background-color: #F9FAFC;
    }
    .pagenumbers a.active{
        color: #C0CCDA;
        background-color: #E5E9F2;
    }
    .pagenumbers a:hover{
        color: #FFF;
        background-color: #404855;
    }

.media-library{
    display: block;
    font-size: 0;
    padding: 20px;
    background-color: #FFF;
}
    .media-library .image{
        position: relative;
        display: inline-block;
        width: 16.66%;
        overflow: hidden;
        border-radius: 3px;
        border: 1px solid #FFF;
    }
    .media-library .image .image-selector{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 5px;
        left: 5px;
        line-height: 20px;
        text-align: center;
        color: #EEE;
        font-size: 13px;
        background: #FFF;
        z-index: 99;
        border: 1px solid #CCC;
    }
        .media-library .image .image-selector .fa{
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
        }
        .media-library .image .image-selector:hover{
            color: #333;
        }
        .media-library .image .image-selector.active{
            color: #2DCC70;
            border-color: #2DCC70;
        }
    .media-library .image .count{
        position: absolute;
        top: 0;
        right: 0;
        color: #FFF;
        background-color: #fb6a87;
        z-index: 1;
        height: 15px;
        font-size: 10px;
        min-width: 15px;
        text-align: center;
    }
    .media-library .image .caption{
        display: block;
        position: absolute;
        opacity: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 10px;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        background-color: rgba(0,0,0,0.8);
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }
        .media-library .image .caption strong{
            display: block;
            color: #FFF;
            line-height: 1.5em;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }
    .media-library .image:hover .caption{
        opacity: 1;
    }
    .media-library .image.active .caption{
        opacity: 0;
    }
    .media-library .image img{
        width: 100%;
    }
    .media-library .image.active{
        background-color: #2DCC70;
    }
    .media-library .image.active img{
        /*width: 100%;*/
        opacity: 0.5;
        mix-blend-mode: multiply;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
                filter: grayscale(100%);
    }
    .media-library .image .button{
        width: 30px;
        line-height: 0;
        height: 30px;
    }

.media-library-editor{
    display: flex;
    border: 1px solid #EEE;
    background-color: #F9FAFC;
    padding: 15px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}
    .media-library-editor .media-caption{
        margin-left: 15px;
        flex: 1;
    }
.modal-dialog{
    
}
.modal-content{
    box-shadow: 0 10px 20px #47566970;
    border: none;
    border-radius: 3px;
}
.modal-header{
    padding: 15px 20px;
    background-color: #EFF2F7;
    border-radius: 3px 3px 0 0;
}
    .modal-header .close{
        font-size: 17px;
    }
.modal-body{
	padding: 20px;
}
.modal-title{
    font-size: 11px;
    color: #8492A6;
    text-transform: uppercase;
}
.modal-footer{
    text-align: center;
    background-color: #eff2f7;
    border-radius: 0 0 3px 3px;
}
    .modal-footer p{
        font-size: 10px;
        color: #888;
        margin: 0
    }

.btn-group{

}
    .btn-group .dropdown-menu{
        padding: 1px;
        border: 1px solid #eff2f7;
    }
    .btn-group .dropdown-menu a{
        display: block;
        font-size: 12px;
        padding: 10px;
        color: #475669;
        border-bottom: 1px solid #eff2f7;
    }
    .btn-group .dropdown-menu a:last-child{
        border: none;
    }

.report-filter{
    display: flex;
}
    .report-filter .form-elements{
        flex: 1;
        padding: 0 4px;
        margin-bottom: 0;
        /*width: auto;*/
    }
    .report-filter .button{
        height: 37px;
    }
    @media only screen and (max-width: 568px) {
        .report-filter{
            display: block;
        }
        .report-filter .form-elements{
            width: 100%;
            margin-bottom: 5px;
        }
        .report-filter .form-elements-date{
            width: 49%;
            display: inline-block;
        }
        .report-filter .form-button{
            padding: 0 4px;
        }
    }

.report-authors{
    background-color: #FFF;
    padding: 30px;
}
    .report-authors h1{
        font-weight: bold;
        font-size: 24px;
    }
    .report-authors p{
        font-size: 12px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #EEE;
    }
    .report-authors h2{
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        padding: 10px 10px;
        text-transform: uppercase;
        background-color: #1F2D3D;
        border-radius: 3px 3px 0 0;
        margin-bottom: 0;
    }

    @page {
        margin: 0.5cm;
    }

    @media print {
        .report-authors h2{
            border-top: 1px solid #CCC;
        }
    }
    .report-authors .report-head{
        text-align: center;
    }
    .report-authors .report-head strong{
        font-weight: bold;
    }
    .report-authors .report-head table{
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }
        .report-authors .report-head table tr td{
            padding: 3px 0;
        }

    .report-authors .report-table{
        width: 100%;
    }
        .report-authors .report-table thead tr th{
            font-weight: bold;
            padding: 7px 10px;
            border-top: 1px solid #CCC;
            border-bottom: 2px solid #333;
            text-transform: uppercase;
            font-size: 10px;
        }
        .report-authors .report-table tbody tr td{
            padding: 7px 10px;
            border-bottom: 1px solid #EEE;
            font-size: 12px;
        }
    .report-authors .report-overview{
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }
        .report-authors .report-overview tr td{
            padding: 10px 15px;
            border: 1px solid #DDD;
        }
        .report-authors .report-overview tr td:first-child{
            border-left: none;
        }
        .report-authors .report-overview tr td:last-child{
            border-right: none;
        }
        .report-authors .report-overview strong{
            display: block;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: bold;
            display: block;
            margin-bottom: 2px;
        }
    .report-authors .footnote{
        font-size: 10px;
        color: #AAA;
        margin-top: 15px;
        text-align: right;
    }
.modal-progress{
    background-color: #EFF2F7;
    height: 2px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
    .widget .modal-progress{
        background-color: #EFF2F7;
    }
    .modal-progress span{
        position: absolute;
        display: block;
        width: 0%;
        height: 2px;
        background-color: #FB6A87;
    }
    .modal-progress.animate span{
        -webkit-animation-name: progressSpan; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
        -webkit-animation-iteration-count: infinite;
        animation-name: progressSpan;
        animation-duration: 4s;
        animation-iteration-count: infinite;
    }
    @-webkit-keyframes progressSpan {
        0%   { transform: translateX(-100%); width: 100%; }
        25%  { background-color: #FCB100; }
        50%  { width: 50%; background-color: #FB6A87; }
        75%  { background-color: #FCB100; }
        100% { transform: translateX(100%); width: 100%; }
    }
    /* Standard syntax */
    @keyframes progressSpan {
        0%   { transform: translateX(-100%); width: 100%; }
        25%  { background-color: #FCB100; }
        50%  { width: 50%; background-color: #FB6A87; }
        75%  { background-color: #FCB100; }
        100% {  transform: translateX(100%); width: 100%; }
    }

#mediaLibraryModal input[type="text"]{
    border-radius: 0 3px 3px 0;
    height: 44px;
}

#mediaLibraryModal input[type="submit"]{
    max-height: 44px;
    height: 44px;
    border-radius: 3px 0 0 3px;
}

.ad-grid{
    margin: -7px;
}
    .ad-grid .item{
        cursor: pointer;
        margin: 7px;
        width: calc(33% - 12px);
        float: left;
        padding: 13px;
        display: block;
        border: 1px solid #E5E9F2;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }
        .ad-grid .item:hover{
            background-color: #E5E9F2;
        }
        .ad-grid .item.selected{
            border-color: #20A0FF;
            background-color: #FFF;
        }
        .ad-grid .item.not-selected{
            opacity: 0.5;
        }
    .ad-grid .item>strong{
        font-size: 11px;
        display: block;
        text-transform: uppercase;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ad-grid .item>img{
        width: 100%;
    }
    .ad-grid .item>small{
        display: block;
        margin-bottom: 5px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.dropzone{
    width: 100%;
    height: 262px;
    border: 1px dashed #99A9BF;
    color: #99A9BF;
}
    .dropzone .dz-message{

    }
        .dropzone .dz-message i.fa{
            display: block;
            font-size: 36px;
            margin-bottom: 5px;
        }

.datepicker-dropdown{
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
    .datepicker-dropdown table thead tr th.prev,
    .datepicker-dropdown table thead tr th.next{
        text-align: center;
    }
    .datepicker-dropdown table thead tr th.datepicker-switch{
        text-align: center;
        font-weight: 500;
    }
    .datepicker-dropdown table tbody tr td{
        cursor: pointer;
    }
    .datepicker-dropdown table tbody tr td.new,
    .datepicker-dropdown table tbody tr td.old{
        opacity: 0.5;
    }
    .datepicker-dropdown table tbody tr td.today{
        color: #324057;
        background-color: #D3DCE6;
    }
    .datepicker-dropdown table tbody tr td.active{
        color: #FFF;
        background-color: #13CE66;
    }

.task-title{
    font-size: 24px;
    color: #475669
}

.bg-login{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(39deg, #001C40 0%, #183153 100%);
}
.login{
    margin: 0 auto;
    margin-top: 10%;
    width: 300px;
}
    .login .logo{
    	font-size: 14px;
    	color: #183153;
        margin-bottom: 25px;
        text-align: center;
    }
    	.login .logo img{
    		height: 70px;
    	}
    .login .widget{
    	padding: 30px;
    	background-color: #FFF;
    	border-radius: 5px;
    }
    .login .logo strong{
        display: block;
        padding: 5px 25px;
        font-size: 10px;
        color: #183153;
        font-weight: bold;
    }
    .login .alertbox{
        margin-bottom: 7px;
    }
    .login .developer{
        font-size: 10px;
        color: #99A9BF;
    }
    .login a{
        color: #333
    }

.dashboard-stats{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
}
    .dashboard-stats .stats{
        background-color: #FFF;
        padding: 20px;
        /*flex: 1;*/
        width: 24%;
        border-radius: 5px;
    }
    .dashboard-stats .stats span{
        display: block;
        font-size: 10px;
        color: #8492A6;
    }
    .dashboard-stats .stats strong{
        display: block;
        font-size: 14px;
        font-weight: 600;
    }
    .dashboard-stats .stats strong sup{
        color: #8492A6;
        font-size: 9px;
    }

.dashboard-realtime{
    display: flex;
    flex-direction: row;
}
    .dashboard-realtime .realtime-chart,
    .dashboard-realtime .realtime-users{
        border: 1px solid #EFF2F7;
        background-color: #FFF;
        padding: 15px 15px;
        width: 33%;
        height: 205px;
        margin-right: 15px;
        font-size: 14px;
        text-align: center;
    }
        .dashboard-realtime .realtime-chart{
            flex: 1;
            margin-right: 0;
        }
        .dashboard-realtime .realtime-users strong.realtime-user-count{
            display: block;
            font-size: 40px;
            color: #13CE66;
        }
        .dashboard-realtime .realtime-users small{
            color: #8492A6;
        }
    .dashboard-realtime .realtime-devices{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
        .dashboard-realtime .realtime-devices .device{
            display: inline-block;
            text-align: center;
            font-size: 11px;
            padding: 5px 10px;
            color: #8492A6;
            border-right: 1px solid #EFF2F7;
        }
        .dashboard-realtime .realtime-devices .device:last-child{
            border-right: none;
        }
        .dashboard-realtime .realtime-devices .device strong{
            display: inline-block;
            margin-right: 5px;
            color: #13CE66;
        }
    .dashboard-realtime .realtime-referrers{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .dashboard-realtime .realtime-referrers .bars{
        position: relative;
        height: 15px;
        background: #CCC;
        color: #FFF;
        text-align: center;
        font-size: 9px;
        line-height: 15px;
        min-width: 15px;
        text-transform: capitalize;
        padding: 0px 2px;
    }
        .dashboard-realtime .realtime-referrers .bars span{
            position: absolute;
            bottom: -15px;
            left: 0;
            display: block;
            text-align: left;
            color: #CCC;
            width: 100%;
        }
        .dashboard-realtime .realtime-referrers .bars:hover span{
            display: block;
        }
    .dashboard-realtime .realtime-referrers .bars:first-child{
        border-radius: 15px 0 0 15px;
    }
    .dashboard-realtime .realtime-referrers .bars:last-child{
        border-radius: 0 15px 15px 0;
    }
    .dashboard-realtime .realtime-referrers .bars:nth-child(1){
        background-color: rgb(255, 99, 132)
    }
    .dashboard-realtime .realtime-referrers .bars:nth-child(2){
        background-color: rgb(255, 159, 64)
    }
    .dashboard-realtime .realtime-referrers .bars:nth-child(3){
        background-color: rgb(255, 205, 86)
    }
    .dashboard-realtime .realtime-referrers .bars:nth-child(4){
        background-color: rgb(75, 192, 192)
    }
    .dashboard-realtime .realtime-referrers .bars:nth-child(5){
        background-color: rgb(54, 162, 235)
    }
    .dashboard-realtime .realtime-referrers .bars:nth-child(6){
        background-color: rgb(153, 102, 255)
    }
    .dashboard-realtime .realtime-referrers .bars:nth-child(7){
        background-color: rgb(201, 203, 207)
    }
.dashboard-realtime-table{
    flex: 1;
    margin-top: 15px;
}
    .dashboard-realtime-table small{
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 300px;
        white-space: nowrap;
        opacity: 0.5;
        padding-left: 5px;
        vertical-align: middle;
        display: inline-block;
    }
    .dashboard-realtime-table .table2 tbody tr td{
        border-color: #EFF2F7;
        padding: 5px 3px;
    }
    .dashboard-realtime-table .table2 tbody tr td span.label{
        margin: 0;
        font-size: 10px;
    }
    .dashboard-realtime-table .table2 tbody tr:nth-child(1) td span.label{
        background: #13CE6650;
    }
    .dashboard-realtime-table .table2 tbody tr:nth-child(2) td span.label{
        background: #13CE6620;
    }
    .dashboard-realtime-table .table2.table2-limited tbody tr:nth-child(n+6) td{
        display: none;
    }
    .dashboard-realtime-table .btn-show-more{
        font-size: 10px;
        color: #8492A6;
        display: inline-block;
        padding: 5px;
    }
        .dashboard-realtime-table .btn-show-more:hover{
            color: #FB6A87;
        }
ul{
    margin-left: 15px;
}
    ul>li{
        margin-bottom: 7px;
    }

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset{
    color: #324057 !important;

}
.mce-panel{
    background-color: #EFF2F7 !important;
    border-color: #E5E9F2 !important;
}
    .mce-menu-item .mce-text{
        font-family: Arial !important;
        font-size: 13px !important;
    }
    .mce-btn{
        background-color: #EFF2F7 !important;
    }
    .mce-ico{
        font-size: 16px !important;
        color: #324057 !important;
    }
    .mce-branding-powered-by{
        display: none !important;
    }

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(31, 45, 61, 0.8);
    color: white;
    width: 150px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#chartjs-tooltip table{
    width: 100%;
}
#chartjs-tooltip table tr th{
    padding-bottom: 5px;
    text-align: center;
    font-size: 10px;
}
.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.well{
    background-color: #f8f9fb;
    border: none;
}

@media (max-width: 800px) {
    .stacktable.large-only { display: none; }
    .stacktable.small-only { display: table; }

    .media-library .image{
        width: 33.33%;
    }
    .dashboard-realtime{
        display: block;
    }
        .dashboard-realtime .realtime-users{
            width: 100%;
            margin-bottom: 15px;
        }
        .dashboard-realtime .realtime-chart{
            width: 100%;
        }
        .dashboard-realtime-table small{
            width: 180px;
        }
}

@media only screen and (max-width: 768px) {
    .page {
        margin-top: 65px;
        margin-left: 50px;
    }
    .dashboard-stats .stats{
        width: 49%;
        margin-bottom: 10px;
    }
    .table2.table2-compact-mobile thead th td,
    .table2.table2-compact-mobile thead tr th,
    .table2.table2-compact-mobile tfoot tr td,
    .table2.table2-compact-mobile tbody tr td{
        /*padding: 5px 7px;*/
        font-size: 11px;
    }
    .table2.table2-compact-mobile thead th td,
    .table2.table2-compact-mobile thead tr th{
        font-size: 9px;
    }
    .form-elements-upload label{
        display: block;
        background: #FFF;
        border: 1px solid #EFF2F7;
        background: #EFF2F7;
        color: #8492A6;
        text-transform: uppercase;
        font-size: 11px;
        padding: 10px;
        border-radius: 3px;
        text-align: center;
    }
        .form-elements-upload label:before{
            content: "Tap here to select ";
        }
        .form-elements-upload input[type=file]{
            display: none;
        }
}

@media only screen and (max-width: 568px) {
    .kint{
        display: none
    }
    .login{
        margin-top: 20%;
    }
    .topbar .logo{
        /*width: 49px;*/
        padding-left: 8px;
        overflow: hidden;
    }
    .table2 thead tr.heading th{
        font-size: 13px;
    }
    .tabs .button .count{
        top: 1px;
        right: 1px;
        font-size: 8px;
    }
    .media-library .image{
        width: 33.33%;
    }
    .statistic-data>div{
        margin-bottom: 7px;
    }
    .media-library-editor{
        display: block;
        text-align: center;
    }
        .media-library-editor img{
            width: 100%;
        }
        .media-library-editor .media-caption{
            margin-left: 0;
            text-align: left;
            margin-top: 15px;
        }
}