/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'DA';
    background: #fff;
}
body.login, body.bg{
	/*background:#f6f6f6;*/
	background:#fff;
}
p {
    font-family: 'DA';
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
   /* color: #999;*/
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/*.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}*/

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i{
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.logo_icon img{
	max-width:34px;
	width:100%;
}
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width:133px;
    max-width:133px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 13px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding:7px 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #006c98;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 15px 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    /*top: 50%;
    right: 20px;*/
	top: 52%;
    right:5px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
	position:relative;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
       /* margin-left: -80px !important;*/
    }
    .dropdown-toggle::after {
        top: auto;
        /*bottom: 10px;
        right: 50%;*/
		bottom: 13px;
		right: 20%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


/*new*/
#sidebar .sidebar-header {
    padding: 7px 0;
    float: left;
    width: 100%;
    background: #006c98;
    border: 8px solid #006c98;
}
.sidebar-header .logo {
    max-width: 230px;
	width:100%;
    margin: 0 auto;
    display: table;
    float: none;
	text-align:left;
}
#sidebar.active .logo.logo_icon {
    text-align: center;
}
.sidebar-header .logo img {
    width: 100%;
}
#sidebar ul.components {
    padding: 0 0;
    clear: both;
}
#sidebar {
    /*background: #000;*/
	background:#006c98;
	position:fixed;
	left:0;
	bottom:0;
	top:0;
	z-index:9999;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background:none;
}
#sidebar ul li a {
    font-size: 16px;
    color: #fff;
	opacity: 1;
    background: none;
}
ul ul a {
    font-size: 14px !important;
    padding-left:15px !important;
    background: #736f6f;
}
ul ul li{
	/*border-bottom:1px solid #333;*/
}
#sidebar ul li a:hover {
    color: #000;
	/*background:#333;*/
	background:#fff;
	opacity:1;
}
#sidebar ul.components {
    border-bottom:none;
}
#content {
    padding: 0;
}
.btn-info, .btn-info:hover {
    color: #fff;
    background: none;
    border: none;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background: none;
    border: none;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: none;
}
#sidebarCollapse {
width:auto;
height:auto;
    background:none;
    cursor: pointer;
}
.navbar-nav {
    -ms-flex-direction: inherit!important;
    flex-direction: inherit!important;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.navbar{
	padding:0;
	background: none !important;
}
.navbar-default .navbar-nav > .active > a{
	background:none!important;
}
#top-header .collapse:not(.show) {
    display:block;
}
#sidebar.active .sidebar-header {
    padding: 15px 0 15px;
    float: left;
    width: 100%;
    /*background: #000;
    border: 8px solid #000;*/
	background: #006c98;
    border: 8px solid #006c98;
}
#sidebar.active .sidebar-header .logo {
    width:125px;
    margin: 0 auto;
    display: table;
    float: left;
}
#sidebar.active ul li a {
    font-size: 14px;
	    text-decoration: none;
}
#sidebar.active ul ul a{
	font-size: 12px !important;
	border-bottom: 1px solid rgba(255,255,255,0);
	/*background:#000;*/
	/*background:#736f6f;*/
}
#sidebar.active ul ul a:hover {
    background:#fff;
	color:#000;
	opacity:1;
}
#sidebar.active svg {
    color: currentColor!important;
}
#sidebarCollapse {
    position: absolute;
    left: 150px;
    top: 22px;
	z-index:1;
	border:none;
    padding-left:0;
}
.sidebar-header .logo{
	transition: all 0.3s ease-in-out;
}
#sidebar .sidebar_main.main_menu_list .current_active a {
    background:#fff;
	color:#fff;
    opacity: 1;
}
#sidebar .sidebar_main.main_menu_list .current_active a .material-icons, #sidebar .sidebar_main.main_menu_list .current_active a .hide-text{
	color:#fff;
}
#sidebar a.sub_menu_link:hover .material-icons, #sidebar a.sub_menu_link:hover .hide-text{
	color:#000!important;
}
#sidebar .current_active g, #sidebar .current_active .hide-text {
    fill: #000!important;
	color:#000!important;
}
#sidebar .sidebar_main.main_menu_list .current_active .sub_menu_link .hide-text{
	color:#000!important;
}
#sidebar .sidebar_main.main_menu_list .current_active .sub_menu_link:hover .hide-text{
	color:#000!important;
}
.navbar {
    margin:22px 0 0 50px;
	padding: 0!important;
    min-height: auto!important;
    background: none;
    border: none!important;
    float: left;
}
#top-header .navbar-default .navbar-nav > .active > a {
    border-bottom: 3px solid #006c98!important;
}
.dashboard_wrapper .container, #top-header .container{
	max-width:inherit;
	/*width:96%;*/
}
.dashboard_wrapper.front_dashboard {
    padding-top: 20px;
}
.card .header {
    color: #555;
    padding:10px 18px;
    position: relative;
}
.header h2{
    font-size: 18px;
    margin: 0;
    color: #006c98;
}
.header h2 i{
	color:#000;
}
.card{
	border:none;
}
.table-responsive .table{
	border:none;
}
.total_td{
	font-weight:bold;
	color:#000;
	font-size:18px;
}
.dashboard-task-infos th{
	font-weight:500;
	color:#333;
	font-size:12px;
}
.dashboard-task-infos td {
	font-family: 'DA';
	font-weight:500;
    color: #333;
	font-size:12px;
}
.dashboard-task-infos td span{
	font-size:10px;
	opacity:.6;
}
.dashboard-task-infos td span.red{
	color:#006c98;
}.dashboard-task-infos td span.green{
	color:#000;
}
.dashboard_box {
	margin-bottom:18px;
}
.logo {
    width:326px;
    float: left;
    margin-left:70px;
    margin-top:8px;
}
@media(max-width:991px){
.dashboard_box {
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
}
@media(max-width:767px){
.sidebar-header .logo {
   /* display: none;*/
}
.logo {
    width: 165px;
    margin-left: 60px;
    margin-top: 6px;
}
#sidebarCollapse {
    position: absolute;
    left:110px;
    top: 15px;
    z-index: 1;
}
.navbar-default .navbar-nav > li > a {
    display: table;
}
#top-header .collapse:not(.show) {
    padding: 0 15px;
}
.nav > li {
    float: left;
    width: 100%;
    text-align: left;
}
.navbar.navbar-default.navbar-open {
    display: block !important;
}
#sidebar.active ul li a {
    font-size: 12px;
}
}

.canvasjs-chart-credit {
    display: none!important;
}
.title_header h1{
	font-family: 'DA';
	font-weight:300;
	font-size:18px;
	color:#333;
	margin:0 0 0;
}
/*.all-menu blockquote h1{
	font-size:22px;
}*/
.all-menu blockquote h1 {
    font-size: 18px;
    color: #006c98;
    margin-bottom: 6px;
    font-weight: 500;
}
.title_header p{
	font-size:14px;
	line-height:normal;
	color:#333;
	margin-bottom:4px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0efef;
}
.share_table ul{
	float:left;
	width:100%;
	border-bottom:1px solid #f0efef;
	margin:0 0 8px;
	padding:0 0 8px;
}
.share_table li{
	float:left;
	list-style:none;
	padding:0 24px 0 0;
}
.share_table li a{
	color:#333;
	text-decoration:none;
}
.share_table svg{
	color:#000;
	margin-right:3px;
}
.share_table li a:hover{
	color:#999;
}

/*============Slide Content*/
input{
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
#content.slide_content {
	position:absolute;
	left:0;
	top:0;
    /*padding-left: 133px;*/
	padding-left: 132px;
}
.form_wrapper h2{
	font-size: 14px;
	color:#333;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 0;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 15px;
}
.form_wrapper label{
	font-size: 13px;
	font-weight:normal;
	color:#333;
}
.red {
    color: red;
}
.form_wrapper input[type="text"]:focus{
	background:#eeeeee;
	border-color:#bcbcbc;
}
.title_header2 h1 {
	font-family: 'DA';
	font-weight: 500;
	font-size: 20px;
	color: #333;
	padding: 7px 0;
	margin-top:0;
	border-bottom:1px solid rgba(0,0,0,.1);
}
.close_slide{
	float: right;
	padding-top: 0;
	padding-right: 0;
	position: relative;
	z-index: 99;
	top: 15px;
	right:0;
}
.close_slide img{
	width:24px;
	 opacity:.6;
}

.slide_div #content{
	padding-left:250px;
}
 .slide_div #sidebarCollapse{
 	left:270px;
}
#sidebarCollapse{
	transition: all 0.16s ease-in-out 0s;
	-moz-transition: all 0.16s ease-in-out 0s;
	-wqebkit-transition: all 0.16s ease-in-out 0s;
}
.slide_div .zeynep{
	padding-left:250px;
}
#sidebarCollapse:focus{
	outline:none;
}
button[disabled], html input[disabled]{
	background:#fdfbe5;
	border-color:#e9e4cb;
}
input::placeholder {
    color: #333;
    opacity: 1;
}
.list-unstyled.collapse.in{
	display:block;
}
tfoot th:first-child {
    text-align: left;
}


#sidebar li{
	overflow:hidden;
}
.list-unstyled {
	max-height:260px;
}
.list-unstyled.collapse.in{
	overflow-y: auto;
	max-height: 260px;
	width:101%;
}

/*-------Prasad-------*/
.radio_display input{
opacity:1!important;
}

.rates_table input{
	margin-bottom:0;
}
.rates_table p{
	color:#000;
}

.group_check{
	width:100%;
}
.show_sub_menu
{
	display:none;
}
.telephony ul{
	display:none;
}

/*===============8-11-19==================*/

.navbar .navbar-collapse{
	padding:0;
}
.navbar .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

/*=====16-12-19=================*/

span#result {
    width: 100%;
    max-width: 294px;
    margin: 0 auto;
    float: none;
    display: inherit;
    text-align: right;
}
.chosen-results li, .chosen-single.chosen-single-with-deselect{
    text-transform: capitalize;
}
.expensive_box th:last-child, .expensive_box td:last-child, .dashboard_box.box3 th:last-child, .dashboard_box.box3 td:last-child, .duplicate_box th:last-child, .duplicate_box td:last-child, .essential th:last-child, .essential td:last-child, .datasource th:last-child, .datasource td:last-child, .cloud_region th:last-child, .cloud_region td:last-child {
    text-align: right!important;
}
.expensive_box th:last-child, .dashboard_box.box3 th:last-child, .duplicate_box th:last-child, .essential th:last-child, .datasource th:last-child, .cloud_region th:last-child {
    padding-left: 8px;
    padding-right: 8px;
}
.form_wrapper.slide_form_div.sub_page_msg {
    padding: 20px 0 0;
	float: left;
	width: 100%;
}
.clear_both{
	clear:both;
}
#order-datatable th, #order-datatable td{
	font-size:13px;
	color:#333;
}
.form_wrapper.slide_form_div.sub_page_msg .container {
    max-width: inherit;
    padding: 0 45px;
}
#group-error{
	color:#006c98;
}
.permission_msg #password_updated {
	position:relative;
    margin-bottom: 0;
    top: 15px;
}
.pass_result #result {
    max-width: 772px;
}
.short{
	color:#006c98;
}
.strong{
	color:#00a651;
}
.good{
	color:#ff9c00;
}
.weak{
	color:#b3c91f;
}
.front_dashboard .dashboard-task-infos th, .front_dashboard .dashboard-task-infos td{
	text-align:right!important;
}
.front_dashboard .dashboard-task-infos th{
	padding-left:8px;
	padding-right:8px;
}
.front_dashboard .dashboard-task-infos th:first-child, .front_dashboard .dashboard-task-infos td:first-child{
	text-align:left!important;
}

.slide_div .logo{
	margin-left:70px;
}
.slide_div .navbar {
    margin-left:0;
}

/*========14-1-20===================*/

.sub_menu li img {
    max-width: 19px;
    width: 100%;
}
#sidebar .logo.logo_icon {
    margin-left: 0;
}
.svg_icon svg {
	width: 36px;
	height: 30px;
	margin-right: 6px;
}
.connect_icon svg {
    width: 29px;
    height: 27px;
}
.form_sec .text_div {
    padding: 20px 0 0;
}
.form_sec textarea {
    height: 90px;
}
blockquote input.submit_btn {
	width: 100%;
	max-width: 200px;
	margin-top: 0;
}
blockquote.section_btn {
    padding-top: 0;
}
.form_sec textarea:focus {
    border: 1px solid #000;
    box-shadow: none;
    outline: none;
}
.error_msg p {
    border: none!important;
}

@media(max-width:480px){
.search_loc {
    float: right!important;
}
.dataTables_wrapper.no-footer .dt-buttons button {
    width: auto;
}
.dataTables_wrapper.no-footer .dt-buttons {
    text-align: left;
}
}
.burger_menu span {
    background:#000!important;
}
li.rialto_repairs {
    background: #323332;
}
span.subtitle_cls {
	color: #006c98!important;
	font-weight: 500;
	display: none!important;
}
