﻿.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 222;
    transition: transform .3s ease 0s;
    height:64px;
}
.container-fluid{ padding: 0;}
.dashboard-page .wraper .container-fluid {
    padding: 58px 0 0;
}

.Software_Uninstalled_Icon {
    background: url(../images/uninstall.png) center no-repeat;
    height: 17px;
    /*width: 17px;
    min-width: 100%;*/
}

.Software_Uninstalled_Icon_Disabled {
    background: url(../images/uninstall_disabled.png) center no-repeat;
    height: 17px;
    cursor: default;    
    /*width: 17px;
    min-width: 100%;*/
}

.process_Terminate_Icon {
    /*background: url(../images/terminate.png) 0 center no-repeat;*/
    height: 17px;
    /*width: 17px;*/
    /*min-width: 100%;*/
}

.Software_Uninstalled_progress_Icon {
    background: url(../images/loading-small.gif) 0 8px no-repeat;
    height: 24px;
    width: 17px;
}
.tools_progress_Icon {
    background: url(../images/loading-small.gif) 0 8px no-repeat;
    height: 24px;
    width: 17px;
}
.navbar-custom-menu > .navbar-nav > li > .treeview-menu {
    padding: 10px 5px;
    background: #f4f4f4;
    top: 39px;
    width: 226px;
    border-radius: 3px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
    margin-left: 250px;
}

.treeview-menu ul li a {
    border: solid 1px #838fa9;
    width: 25px;
    height: 25px;
    float: left;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 5px;
}

.dropdown-menu li {
    float: none !important;
    margin-right: 12px;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}

    .dropdown-menu li.terminate {
        float: none !important;
        margin: 3px;
        text-align: center;
        padding: 5px;
    }

.user-panel .treeview-menu li a {
    color: #fff !important;
    font-size: 14px;
}

.user-panel .treeview-menu li {
    background-color: transparent;
    margin: 0;
    height: 46px;
    cursor: pointer;
    border:none;
    background-image: none;
}

.user-panel .treeview-menu.menu-open li{border:none;}
.user-panel .treeview-menu {
    width: 100%;
    background-color: #0ba4c9;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin:0;
    min-width: auto;
    padding:0 15px;
    position: relative;
    text-align: left;
    top: 0;
    z-index: 1000;
}
.user-panel .treeview-menu.menu-open li a{color:#fff !important;}

.user-panel .treeview-menu.menu-open li.active a{color:#000!important;}
    .user-panel .treeview-menu li.active a {
        background-color: transparent;
        color: #000 !important;
    }

        .user-panel .treeview-menu li.active a:hover {
            background-color: transparent;
            color: #000;
        }

    .user-panel .treeview-menu li a:hover {
        background-color: transparent;
        color: #aeb2ba;
    }

    .user-panel .treeview-menu li a .list-bg.overview-menu {
        background-image: url(../images/overview-icon.png);
        padding-top: 8px;
    }

    .user-panel .treeview-menu li a .list-bg.process-menu {
        background-image: url(../images/process-icon.png);
        padding-top: 8px;
    }

    .user-panel .treeview-menu li a .list-bg.install-sw-menu {
        background-image: url(../images/install-sw-icon.png);
        padding-top: 8px;
    }

    .user-panel .treeview-menu li a .list-bg.startup-menu {
        background-image: url(../images/startup-icon.png);
        padding-top: 8px;
    }



    .user-panel .treeview-menu li a .list-bg.diskanalyzer1-menu {
        background-image: url(../images/disk-analizer-icon.png);
    }

    .user-panel .treeview-menu li a .list-bg.system-cleaner1-menu {
        background-image: url(../images/cleaner-icon.png);
    }

    .user-panel .treeview-menu li a .list-bg.events-menu {
        background-image: url(../images/event-icon.png);
    }

    .user-panel .treeview-menu li.active a .list-bg.overview-menu {
        background-image: url(../images/overview-icon-active.png);
        padding-top: 8px;
    }

    .user-panel .treeview-menu li.active a .list-bg.process-menu {
        background-image: url(../images/process-icon-active.png);
        padding-top: 8px;
    }

    .user-panel .treeview-menu li.active a .list-bg.install-sw-menu {
        background-image: url(../images/install-sw-icon-active.png);
        padding-top: 8px;
    }

    .user-panel .treeview-menu li.active a .list-bg.startup-menu {
        background-image: url(../images/startup-icon-active.png);
        padding-top: 8px;
    }

    .user-panel .treeview-menu li.active a .list-bg.agent-menu {
        background-image: url(../images/agent-icon-active.png);
    }

    .user-panel .treeview-menu li.active a .list-bg.diskanalyzer1-menu {
        background-image: url(../images/disk-analizer-icon-active.png);
    }

    .user-panel .treeview-menu li.active a .list-bg.system-cleaner1-menu {
        background-image: url(../images/cleaner-icon-active.png);
    }

    .user-panel .treeview-menu li.active a .list-bg.events1-menu {
        background-image: url(../images/event-icon-active.png);
    }
    /*.user-panel .treeview-menu.menu-open li a .list-bg.agent-menu {
        background-image: url(../images/agent-icon-active.png);
    }
    .user-panel .treeview-menu.menu-open li a .list-bg.events1-menu{
        background-image: url(../images/event-icon-active.png);
    }*/
    
   
.popover {
    max-width: 100%;
    left: 55% !important;
}

.modal {
    max-width: 100%;
}

.ui-widget {
    background: #f6f9fb !important;
    opacity: .935;
    background: #FFD599;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}

.ui-widget-content {
    background-color: #FFD599;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modalPopup {
    background-color: #FFD599;
    height: 70px !important;
    width: 80%;
    z-index: 100000001 !important;
    margin: auto;
}

.modalbackground {
    background-color: rgba(227,228,224,0.34);
    margin-top: 50px;
}

.ui-dialog-buttonset > button {
    display: block;
    margin-right: 10px;
    margin-bottom: 4px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.ui-dialog-content {
    margin-top: 25px;
}

.cursor {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer;
}

.background {
    background: #f1f1f1;
    border-bottom: solid 1px #dcdcdc;
}

#slideshow {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

.slide {
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
}

.slideimg_div {
    width: 42px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -50px;
}

.slidebar_div {
    width: 200px;
    display: inline-block;
}

.right-content .summary-drives-left-button {
    background: url(../images/left-bootstrap-arrow.png) no-repeat left top !important;
}

.right-content .summary-drives-right-button {
    background: url(../images/right-bootstrap-arrow.png) no-repeat right top !important;
    right: 10px;
}

.right-content .summary-drives-left-button {
    cursor: pointer;
    height: 50px;
    position: relative;
    width: 25px;
    z-index: 9999;
    margin-top: 24px;
    font-size: 50px;
    float: left;
    margin-left: -17px;
}

.right-content .summary-drives-right-button {
    cursor: pointer;
    height: 50px;
    position: relative;
    width: 25px;
    z-index: 9999;
    font-size: 50px;
    float: left;
    margin-left: 250px;

  
}
.setmar{
    margin-top:25px;
}
.setmar1{
    margin-top:-50px;
}
.none {
    display: none;
}

.table_overflow-y {
    max-height: 550px;
    overflow-y: auto;
    
   
}




.chart {
    position: relative;
    overflow: hidden;
    height: 225px;
}

    .box.box-solid.box-blue {
        border: solid 1px #117eb6;
    }

    .box.box-solid.box-purple {
        border: solid 1px #8613ae;
    }

    .box.box-solid.box-yellow {
        border: solid 1px #a45000;
    }

    .box.box-solid.box-green {
        border: solid 1px #01b76d;
    }

    .box.box-solid.box-blue h3 {
        color: #117eb6;
    }

    .box.box-solid.box-purple h3 {
        color: #8613ae;
    }

    .box.box-solid.box-yellow h3 {
        color: #a45000;
    }

    .box.box-solid.box-green h3 {
        color: #01b76d;
    }

.tblevents td div, .tblevents td {
    font-size: 13px;
}

.box-header {
    border-radius: 0 0 0 0;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-top10 {
    margin-top: 10px;
}
.margin-top5 {
    margin-top: 5px;
}
.margin-top30 {
    margin-top: 30px;
}

.nomarginbottom {
    margin-bottom: 0;
}

table.file-table td {
    vertical-align: middle !important;
    
    color: #696969;
    font-size: 14px !important;
}

table.file-table a, table.file-table div {
   color: #696969;
    font-size: 14px;
}

#dap_header td {
    color: #696969;
    font-size: 14px !important;
}

#dap_header {
    border-radius: 3px;
    border: 1px solid #d8dee2;
        margin-top: -1px;
            width: 427px;
}
.border-bt{border-bottom: solid 1px #d8dee2;}
.border-lt{border-left: solid 1px #d8dee2}
#dap_graph span.highcharts-title {
    position: absolute;
        font-family: 'Open Sans' !important;
    font-size: 14px !important;
    white-space: nowrap;
    color: #2f2f2f !important;
    left: 0 !important;
    top: 0 !important;
    width:425px !important;
    text-align: left !important;
    margin-left: -88px !important;
    margin-top: 0;
    background: #f5f5f5 !important;
    padding: 7px 20px 8px;
    z-index: 99 !important;
    border-bottom: solid 1px #d8dee2;
    font-weight: 600;
}

.chart span.highcharts-title {
    position: absolute;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-size: 16px !important;
    font-weight:600;
    left: 14px !important;
    top: 11px !important;
    width: 100% !important;
    text-align: left !important;
    margin-left: 0;
    margin-top: 0;
}
.highcharts-title img{ margin-right:3px;}
#dap_graph .highcharts-container {
    position: relative;
    /*overflow: hidden;*/
    text-align: center !important;
    line-height: normal;
    z-index: 0;
    width: auto !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0;
    border: 1px solid #dae0dc;
}
.drive-sec.chart-dr-col table{ margin:0 auto;}




.list-toggle-open {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    float: left;
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 9999;
}

.width75 {
    width: 75%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 27%;
}

.width45 {
    width: 45%;
}

.width40 {
    width: 40%;
}

.width25 {
    width: 25%;
}

.width35 {
    width: 35%;
}

.width15 {
    width: 15%;
}

.box.box-solid.box-default > .box-header {
    color: #000;
    background: #dae0dc;
    background-color: #f5f5f5;
}

.box.box-solid.box-default > .box-body {
    color: #000;
}

.drop-select .dropdown-menu li {
    padding-left: 10px;
    font-size: 12px;
    margin: 10px 0;
    text-align: left;
}

#loadMore {
    cursor: pointer;
}

    #loadMore:hover {
        color: #000;
    }

#tblallevents tr {
    display: none;
}

#loadMore_events {
    cursor: pointer;
}

    #loadMore_events:hover {
        color: #ff4d18;
    }

.loadmore.last {
     font-size: 14px;
    color:#e34c29;
    font-weight: 400;
    text-align: center;
}
.loadmore.last .fa{margin-left: 8px;vertical-align: middle;}

.detailsblock {
    float: left;
    width: 100%;
    /*height: 100%;*/
}

.modal-backdrop.in {
    opacity: 0 !important;
}

.radio_span {
    margin-left: 10px;
    padding-top: 3px;
    float: left;
    color:#2f2f2f;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    float:left;
}

.radio {
    display: inline-block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 15px;
    float: left;
}

.padding5 {
    padding: 5px;
}

table.file-table td span {
    vertical-align: middle !important;
       color: #696969;
    font-size: 14px;
}

.box-body span {
    font-size: 14px; color:#696969;
}

#sys_filetype h3 {
    color:#2f2f2f;
    font-size: 18px;
    font-weight:600;
    margin-bottom:9px;
}

.popover-content_custom td {
    font-size: 14px !important;
}
table.file-table.table.nomarginbottom.slot-tb{ margin-bottom:5px;}
.slot-tb>thead>tr>th{ color:#2f2f2f; font-size:13px; font-weight:400;}
.slot-tb>tbody>tr>td{ color:#696969; font-size:13px; font-weight:400;}
.slot-tb>tbody>tr>td>span{ color:#696969; font-size:13px; font-weight:400;}
.slot-tb>thead>tr>th {
    padding: 5px 15px;border-bottom: 1px solid #d8dee2;
}
.slot-tb>tbody>tr>td {
    padding: 3px 15px;border-bottom: 1px solid #d8dee2;
}
.font10 {
    font-size: 10px !important;
}

.slidebar_div span { color:#696969;
    font-size: 14px !important;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    margin-top: 10px;
    width: 165px;
}

.progress {
    height: 8px;
    margin-top: 13px;
    background-color: #ebebeb;
    margin-bottom: 6px;
    width:340px;
    box-shadow: 0 0 1px #b4b7b9 inset;
}

.grayCentered {
    width: 100%;
    height: 200px;
    color: #d7d7d7;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

.colorbtn {
    background: #0ba4c9 !important;
    color: #fff !important;
}
.colorbtn:hover {
    background: #077f9c !important;
    color: #fff !important;
}

a#deleteHostPc {
      text-decoration: underline;
    color: #00b1ff;
    cursor: pointer;
    font-size: 14px;
}

a#clearScanningLogs {
    text-decoration: underline;
    color: #00b1ff;
    cursor: pointer;
    font-size:14px;
}

.marginleft15 {
    margin-left: 15px;
}

.download_btn a {
    margin-top: 10px;
    background: #2895f1;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    padding: 15px 40px;
    border: none;
    font-weight: 600;
    float:left;
}
.download_btn a:hover, .download_btn a:focus{ background:#0ba4c9;color:#fff;}
.bottomsec_new {
    float: left;
    width: 100%;
    margin-top: 0 !important;
}

.subrowClass {
    text-decoration: underline;
    color: #6b5f5f;
    font-weight: 600;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
    z-index: 1000;
}

#dap_graph .highcharts-container {
    position: relative;
   overflow: visible !important;
    text-align: center !important;
    line-height: normal;
    z-index: 0;
    width: 250px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0;
    border: none;
}

.sidebar-collapse #dap_graph .highcharts-container {
    width: 339px !important;
}



.sidebar-collapse .content-wrapper {
    width: 95% !important;
}

table.file-table tbody {
    max-height: 451px;
    overflow-y: auto;

}

#software_loaded_table.table.file-table tbody {
    max-height: 444px;
}

table.file-table thead {
   
     background:#f5f5f5;
  -webkit-padding-end:10px;
  -moz-padding-end:17px;
 }
#junkfile_results table.file-table thead, #windows_results table.file-table thead, table.file-table#dap_table thead{
    padding-right:0 !important;
}
/*@-moz-document url-prefix() {
    table.file-table thead {padding-right:17px;}
}
@-webkit-document url-prefix() {
    table.file-table thead {padding-right:10px;}
}*/
table.table-account thead tr , table.table-account tbody tr {
    display: table-row;
}
table.table-account thead tr th  , table.table-account tbody tr td , table.table-account tfoot tr td {
    display: table-cell;
}


tr td, tr th {
    border-top: none;
}

.Setm tr td{
    padding:5px;
    
   
}
.col-sm-12.Setm.user-panel {
    width: 96%;
    margin-left: 16px;
}


    #showstartup.table > tbody > tr > td.noPadding {
        height: 50px;
    }

#events_settings_tbl.table > tbody > tr {
    height: 36px;
}

.webgrid tr a {
    font-size: 15px !important;
}

.webgrid-header th:first-child {
    width: 30%;
}

    .webgrid-header th:first-child + th {
        width: 15%;
    }

        .webgrid-header th:first-child + th + th {
            width: 32%;
        }

            .webgrid-header th:first-child + th + th + th {
                width: 19%;
            }

.sidebar li.active > a > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar li > a > .pull-right {
    position: absolute;
    right: 10px;
}

.sidebar li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 14px;
}

span.online {
    color: #4AA613;
    font-size: 16px;
    /*padding-left: 5px;*/
    display: inline-block;
    font-weight:600;
    text-transform: uppercase;
}

span.offline {
    color: #ff4d18;
    font-size: 16px;
    font-weight: 600;
    text-transform:uppercase;
    }

.username {
    float: left;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    text-transform: capitalize;
}

.totaldevice {
    color: #838383; font-size: 14px;
    float: left;
    margin-right: 19px;
    padding-left: 26px;
    text-align: center;
    line-height: 38px;
    width: 151px;
    background-image: url(../images/dv-list-bg.jpg);
}
.totaldevice span{ font-size: 14px; font-weight: 600;}

.home-sidebar .user-panel ul li .list-bg {
    background-position: left 0;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 0;
    height: 30px;
    float: none;
    display: inline-block !important;
}
.list-bg-device {
    display: inline-block;
    margin-top: 9px;
    padding-left: 15px;
    vertical-align: top;
}
    .home-sidebar .user-panel ul li .list-bg.online-menu {
        background-image: url(../images/online-bg.png);
     padding: 0 0 0 3px; width: 72px;line-height: 30px; color: #ffffff; font-size: 11px; font-weight: 600;
    }
    .home-sidebar .user-panel ul li .list-bg.online-menu span{ color: #ffffff; font-size: 13px; font-weight: 600; margin-right: 8px;width: 21px;display: inline-block;text-align: center}

    .home-sidebar .user-panel ul li .list-bg.offline-menu {
        background-image: url(../images/offline-bg.png); margin-left: 5px;
        padding: 0 0 0 3px; width: 72px; line-height: 30px; color: #ffffff; font-size: 11px; font-weight: 600;
    }
    .home-sidebar .user-panel ul li .list-bg.offline-menu span{color: #ffffff; font-size: 13px; font-weight: 600;margin-right: 8px;width: 21px;display: inline-block;text-align: center}

tr.selected {
    background: #fffff5;
}

.disabledDiv {
    pointer-events: none;
    opacity: .4;
}
.contact-form .form-group{ position:relative}
.field-validation-error {
       position: absolute;
    top: inherit;
    color: #D00 !important;
    left: 4px;
    width: 100%;
    font-size: 12px !important;
    line-height: 25px !important;
    bottom: -20px;
}
.field-validation-success{
     position: relative;
    top: 2px;
    color: #279011 !important;
    left: 4px;
    width: 100%;
    font-size: 12px !important;
    line-height: 25px !important;
}
span.field-validation-error span {
    font-size: 12px !important;
}



.total_count {
    border: 1px solid #d8dee2;
    border-top:none;
    border-radius: 0px;
    padding: 10px;
    background-color: #f1f1f1;
    font-weight: 600;
    height: 36px;
    min-width: 830px;
    position: relative;z-index: 2;
}
.total_count span {
    font-size: 14px;
    color:#e34c29;
    font-weight: 400;
}
.scanning_count {
    font-size: 14px;
    font-weight: 500;
}
 .form-box-outer .field-validation-error{ bottom:0;}
/*#
    .table.file-table tbody {
    max-height: 100%;
    overflow-y: auto;
    display: block;
    width: 100%;
    overflow-y: hidden;
}*/
#show_files_block .tb-outer-dap{
    max-height: 340px;
    display:block;
}

#showprocess .table.file-table td span {
      vertical-align: middle !important;
    color: #696969;
    font-size: 14px !important;
}

hr {
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    background: #000;
    background: linear-gradient(to right, #7d7d7d, #e6e6e6, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#282525, endColorstr=#ffe6e6);
    margin: 10px 0 3px;
    width: 85%;
    float: left;
}

.sidebar-collapse hr {
    width: 95%;
}

#summary_block hr {
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    background: #000;
    background: linear-gradient(to right, #282525, #ccc, #ffe6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#282525, endColorstr=#ffe6e6);
    margin: 15px 0 0;
    width: 375px;
    float: left;
}

.sidebar-collapse #summary_block hr {
    width: 505px;
}

.validation-summary-success label {
    font-weight: 500;
    line-height: 1.5;
}

.logo-inner a span.spanplan {
    font-size: 12px;
    float: right;
    color: #ffc900;
    font-weight: 600;
    margin-left: -72px;
    margin-top: 10px;
}

div[disabled], ul[disabled], tr[disabled] {
    cursor: not-allowed;
    opacity: 0.45;
    pointer-events: none;
}

a[disabled]:hover {
    cursor: not-allowed;
    text-decoration: none !important;
    opacity: 0.45;
}

#top3events {
    width: 400px !important;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
}

.action_startup.btn_startup_enable[disabled] {
    content: url(../../Content/images/off-deactive.png);
        width: 61px;
    height: 26px;
}

.action_startup.btn_startup_disable[disabled] {
    content: url(../../Content/images/on-deactive.png);
    /*background: url(../../Content/images/off-deactive.png) no-repeat;*/
      width: 61px;
    height: 26px;
}

 /*KM07032017 ASOCLOUD-214*/
.action_startup.btn_startup_invalid[disabled] {
    content: url(../../Content/images/invalid-gray.png);
    width: 61px;
    height: 26px;
}

/*.action_startup.btn_startup_enable {
    background: url(../../Content/images/enable-icon.png) no-repeat;
    width: 67px;
    height: 27px;
}

.action_startup.btn_startup_disable {
    background: url(../../Content/images/disable-icon.png) no-repeat;
    width: 67px;
    height: 27px;
}*/

.dropdown-toggle .list-bg.online-menu {
    background-image: url(../../content/images/online-icon.png);
    background-repeat: no-repeat;
    background-position: left 0;
    padding-left: 15px;
    padding-top: 0;
    height: 30px;
    float: none;
    display: inline-block !important;
    position: absolute;
    z-index: 222;
    top: 90px;
}

.dropdown-toggle .list-bg.offline-menu {
    background-image: url(../../content/images/offline-icon.png);
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: left 0;
    padding-left: 14px;
    height: 30px;
    position: absolute;
    top: 90px;
    left: 25px;
    z-index: 222;
}

.dropdown-toggle .list-bg.add {
    margin-top: 15px;
    /* margin-left: 10px; */
    background-repeat: no-repeat;
    background-position: left 0;
    padding-left: 15px;
    padding-top: 0;
    height: 30px;
    float: none;
    display: inline-block !important;
}

.label.label-success {
    position: absolute;
    top: 77px;
    left: 18px;
    text-align: center;
    font-size: 11px;
    padding: 3px 4px;
    line-height: .9;
}

.label.label-danger {
    position: absolute;
    top: 77px;
    left: 41px;
    text-align: center;
    font-size: 11px;
    padding: 3px 4px;
    line-height: .9;
}

.scan-div-tbl #quickscan_list .checkbox input[type="checkbox"] + label {
        width: auto;
    padding-left: 25px;padding-top: 2px;
}

.help-nav ul li a.upgrade {
    color: white;
    text-decoration: underline;
    font-size: 14px;
    padding: 8px;
}

li.li-seperator {
    border-left: solid 1px #dbdddf;
    margin: 0 4px 0 0px;
    height: 33px;
}

.dropdown-toggle i.fa-user-circle {
    background: #0BA4C9 url(../../content/images/offline-icon.png) no-repeat;
    color: white;
    font-size: 1.4em;
    border-radius: 14px;
    margin-top: 5px;
    margin-left: -10px;
	display:none;
}
.dropdown-toggle span.Userdisplayname {
    background: url(../images/profile-photo.png)no-repeat;
    /*background: url(../images/login-user-pic.png) no-repeat;*/
    display: inline-block;
    background-size: cover;
    /*height: 30px;*/
    line-height: 1.6;
    margin-top: 4px;
    padding-left: 30px;
}
.help-nav ul li a.dropdown-toggle{padding:0;}
.fa-user-circle::before {
    content: " ";
}
.software_error {
    padding: 10px;
    color: red;
    font-weight: 600;
    font-size: 15px;
}

.toolsBorder {
    float: left;
    width: 100%;
    padding:0;
    margin-top:0;
}

.tools-menu {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.tools-menu h5 {
font-size: 18px;
color: #2f2f2f;
font-weight: 600;
margin-bottom: 14px;
margin-top: 12px;
}

.command-prompt h5{ margin-bottom:10px;}
.command-prompt p{color: #696969;font-size: 13px;    margin-bottom: 5px;}

.toolDetails .tbl-data {
    margin-top: 15px;
}

.toolsMarginTop {
    margin-top: 20px;
}

.commandLineResult {
    background-color: rgb(53, 57, 66);
    height: 225px;
    border: 3px double #ccc;
    word-wrap: break-word;
    padding: 10px;
    overflow-y: auto;
}

    .commandLineResult span {
        color: white;
        font-size: 12px;
        line-height: 1.35em;
    }

.plantransition {
    transform: scale(2.58);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    border: 1px solid #baadad;
}


/*.blue-bg.plantransition {
    
}

.red-bg.plantransition {
    border: 1px solid #fba598;
}

.green-bg.plantransition {
    border: 1px solid #5bcfa6;
}*/
.privacy-content .container {
    padding-top: 58px;
}

#sidebanner {
    position: fixed;
    display: block;
    top: 0;
    right: 50%;
    width: 114px;
    overflow: hidden;
    margin-right: -643px;
    height: 135px;
    z-index: 9999;
}



@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .form-control {
        padding: 0px;
    }

  

    input[type=checkbox], input[type=radio] {
        border: none !important;
    }
   

}
#sidebanner-ex {
    position: fixed;
    display: block;
    top: 0;
    right: 50%;
    width: 154px;
    overflow: hidden;
    margin-right: -595px;
    height: 110px;
    z-index: 222;
}
#sidebanner-ex a {
     position: absolute !important;
    top: 58px;
   
}


#sidebanner a {
    /*background: #e74444;
    color: #fff;
    text-decoration: none;
    font-family: arial,sans-serif;
    text-align: center;
    font-weight: bold;
    padding: 5px 40px;
    font-size: 1.5rem;
    line-height: 2rem;
     transition: .5s;*/
    position: relative;
   
}



#sidebanner a {
  
    position: absolute !important;
    top: 58px;
    /* right: -50px;
      width: 255px;
   transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    box-shadow: 4px 4px 10px rgba(0,0,0,0.8);*/
}
#countryID{
    height:46px;
}
#agent_settings{width:100%;}
#Changeregkey{
    text-decoration: underline;
    color: #3c8dbc;
    font-size: 14px;
    cursor: pointer;
}
textarea {
    resize: none;
}
.customdownload{
    font-size: 13px;
    margin-top: 10px;
    clear: both;
    float: left;
    text-decoration: underline;
    color: #3c8dbc;
    cursor:pointer;
}
.checkbox label, .radio label{min-height:16px;}
#home_events .table_overflow-y, #home_events .table_overflow-y table.file-table tbody{overflow-y:visible;max-height:100%;overflow-x:visible;}
.plans-cat{float: left;margin-left: 12%;}
.plans-cat-top{display:inline-block;width:100%;padding:21px 10px;position:relative;margin-left: 100px;}
.plans-cat-top img{display:inline-block;float:left;}
.plans-cat-top p{}
.plans-cat-top p{color:#000000;font-size:16px;margin-right:10px;margin-top:3px;}
.plans-cat-top p span{color:#ff4d18;margin-top:2px;font-size:16px;}
.small-header .plans-cat-top p span{ color:#ffa200}
.navbar-static-top .plans-cat.plan-expired{right:172px;}
.plan-expired .plans-cat-top p{margin-left:0px;margin-top: 3px;}
.help-nav ul li.active.cursor-pointer{margin-right: 5px;  margin-top: 15px;}
.help-nav ul li a.upgrade{font-size:10px;}
.listing-sec-plan{color:#00b1ff;font-size:13px;}
.listing-sec-plan:hover{text-decoration:underline;color:#00b1ff;}
.right-plan-sec{display:inline-block;float:left;margin-left:9px;}
.plan-expired .right-plan-sec{margin-left:10px;}
.top-content ul li.last .system-info:hover .contact-hover{display:block;}
.top-content ul li.last .system-info .contact-right, .top-content ul li.last .system-info img{cursor:pointer;}
.contact-hover{position:absolute;z-index:9999;right:-260px;top:40px;width:260px;display:none;background:none;text-align:center;}
.contact-hover-top-center{width:230px;display:inline-block;box-shadow:0 3px 5px #ccc;}
.contact-hover-head{background:#0060cb;color:#fff;padding:10px 12px;border-radius:5px 5px 0 0;font-size:18px;}
.contact-hover-head span{display:inline-block; background:url(../images/contact-hover-left-icon.png) no-repeat;width:11px;height:9px;margin-right:20px;}
.contact-hover-img-block{background:#fff;width:100%;display:inline-block;text-align:center;}
.contact-hover-img-block img, .contact-hover-footer-img img{float:none !important;margin:0 !important;cursor:text !important;}
.contact-hover-center{background:#00cb96;color:#fff;display:inline-block;width:100%;text-align:center;font-size:14px;padding:10px;}
.contact-hover-center strong, .contact-hover-footer strong{font-weight:600;font-size:18px;display:inline-block;width:100%;color:#fff;padding-top:5px;}
.contact-hover-white p{color:#828282; font-size:13px;display:inline-block;width:100%;text-align:center;padding:0 0px;line-height:1.2;}
.contact-hover-white{display:inline-block;width:100%;text-align:center;background:#fff;padding:10px;padding-bottom:30px;}
.contact-hover-white a{border-top:solid 1px #eaeaea;border-bottom:solid 1px #eaeaea;font-size:14px;color:#0060cb;display:inline-block;width:100%;margin-top:10px;padding:10px 0;}
.contact-hover-white a:hover{text-decoration:underline;}
.contact-hover-footer-img{position:absolute;top:-21px;left:0;display:inline-block;width:100%;text-align:center;}
.contact-hover-footer{background:#0060cb;padding:20px 10px;border-radius:0 0 5px 5px;position:relative;display:inline-block;text-align:center;}
.contact-hover-footer span{color:#fff;font-size:12px;margin-top:10px;display:inline-block;line-height:1.8;}

.userpic {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
background: #ededed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.userpics {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.password-requirements ul li{
    -ms-transition:all .25s ease-in-out 0s;-moz-transition:all .25s ease-in-out 0s;-o-transition:all .25s ease-in-out 0s;-webkit-transition:all .25s ease-in-out 0s;transition:all .25s ease-in-out 0s;display:inline-block;width:100%}
.password-requirements ul li:before{content:"";display:inline-block;width:9px;height:8px;margin-right:10px;border-radius:8px;background:#2d8ecf;margin-bottom:3px;}
.password-requirements ul li>span{display:inline-block;width:calc(100% - 20px);float:right}
.password-requirements ul li.completed>span{opacity:.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"}
.tab-top{border:solid 1px #cecece;border-bottom:none; padding:15px 10px;width:auto;border-radius:4px 4px 0 0;float:left;background:
background: -moz-linear-gradient(top, #dedede 0%, #ededed 2%, #fdfdfd 40%, #ffffff 96%, #e1e1e1 100%);
background: -webkit-linear-gradient(top, #dedede 0%,#ededed 2%,#fdfdfd 40%,#ffffff 96%,#e1e1e1 100%);
background: linear-gradient(to bottom, #dedede 0%,#ededed 2%,#fdfdfd 40%,#ffffff 96%,#e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#e1e1e1',GradientType=0 );}
.os-active-sec .tab-top{color:#fff;border-color:#1085df;
background: #1085df;
background: -moz-linear-gradient(top, #1085df 0%, #1d99f8 100%);
background: -webkit-linear-gradient(top, #1085df 0%,#1d99f8 100%);
background: linear-gradient(to bottom, #1085df 0%,#1d99f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1085df', endColorstr='#1d99f8',GradientType=0 );}
.tab-top img{padding-left:10px;float:left;}
.tab-top span{float:left;padding-top:2px;font-weight:600;}
.step-section ul{padding:0;margin:0;width:100%;float:left;}
.step-section ul li{border:solid 1px #cecece;border-bottom:none; padding:15px;width:100%;float:left;height:186px;display:table;}
.step-section .os-active-sec ul li{border-color:#1085df;}
.step-section ul li img{display:inline-block;}
.step-section ul li.last-step{border:none;background:#f0f0f0;height:195px;}
.step-section .os-active-sec ul li.last-step{background:#1085df;}
.step-section ul li .left-sec{width:49.5%;display:table-cell;vertical-align:middle;}
.step-section ul li .right-sec{width:49.5%;display:table-cell;vertical-align:middle;}
.step-section ul li .step-number { background: #1085df;}
.step-section ul li.last-step .buttonsec{background:none;border:none;display:table;float:none;height:100%;margin:0;}
.step-section ul li.last-step .col-sm-5, .step-section ul li.last-step .col-sm-7{display:table-cell;vertical-align:middle;float:none;}
.step-section ul li.last-step .buttonsec h5{color:#000;}
.step-section .os-active-sec ul li.last-step .buttonsec h5{color:#fff;}
.step-section ul li.last-step .buttonsec .bottomsec h5{font-weight:400;font-size:18px;padding-bottom:10px;}
.step-section ul li.last-step .buttonsec p{color:#000;font-size:14px;font-weight:600;}
.step-section .os-active-sec ul li.last-step .buttonsec p{color:#fff;}
.step-section ul li.last-step .download_btn {display:inline-block;margin-top:10px;}
.step-section ul li .download_btn a{padding:12px 30px;}
.step-section ul li.last-step .buttonsec .customdownload{float:left;width:100%;clear:both;}
.step-section .os-active-sec .download_btn.os-active-btn a{background:#fff;color:#000;}
p.user-p{margin-top:10px;line-height:1.5;font-size:15px;color:#4e4d4d;}
.usersec h3, .usersec h6{font-weight:600;}
.step-section ul li .download_btn a.customdownload{color:#000;}
.step-section .os-active-sec ul li .download_btn a.customdownload{color:#fff;}
.custom-popup .custom-popup-body #dap_checkbox input[type=radio]{margin-top: 0;margin-bottom: 15px;}
/* home page top menu style*/
.col-sm-12.Setm.user-panel{ width:100%; margin:0; padding:0 3px;}
.user-panel{ overflow:inherit;}
.Setm.user-panel #tabContainer{}
.user-panel #tabContainer > ul{position: relative;z-index: 9;}
.user-panel #tabContainer > ul > li{position:relative;  float:left; padding:0; height:auto; border:solid 1px #d8dee2; border-radius: 4px 4px 0px 0; background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eef3f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eef3f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#eef3f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef3f6',GradientType=0 );}
.user-panel #tabContainer > ul > li > a .list-bg{ background-position: 0 center; width: 25px;padding: 0;margin-right: 5px;margin-top: 0; height: 38px;}
.user-panel #tabContainer > ul > li > a { color:#86878b; font-size:14px; font-weight:600; padding:0 24px; line-height:38px; transition:all 0ms ease 0s;}
/*.user-panel #tabContainer > ul > li.last > a{ background:inherit;}*/
.user-panel #tabContainer ul li:hover,.user-panel #tabContainer ul li:hover a, .user-panel #tabContainer ul li.active a{color:#232c3d;}
.user-panel #tabContainer > ul > li:hover{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eef3f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eef3f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#eef3f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef3f6',GradientType=0 ); }
.user-panel #tabContainer > ul > li.active{border-bottom-color: #fff;
    background: #eef3f6; /* Old browsers */
    background: -moz-linear-gradient(top, #eef3f6 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eef3f6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eef3f6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f6', endColorstr='#ffffff',GradientType=0 ); }
.user-panel ul li .sub-menu{ width:170px; position:absolute; top:38px; left:0; z-index:99; border:solid 1px #d8dee2; padding:0; border-radius:0 0 5px 5px; overflow:hidden; display:none;}
.user-panel #tabContainer ul li:hover .sub-menu, .user-panel #tabContainer ul li.active1 .sub-menu{ display:block;}
.user-panel ul li .sub-menu.first{border-radius:0 0 5px 0; margin-left: -1px;}
.user-panel ul > li .sub-menu > li { float:none; padding:0; border:none; height:auto; overflow: hidden; border-bottom: solid 1px #d8dee2;;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eef3f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eef3f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#eef3f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef3f6',GradientType=0 );}
    .user-panel ul > li .sub-menu > li:hover{background: #eef3f6; /* Old browsers */
        background: -moz-linear-gradient(top, #eef3f6 0%, #ffffff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #eef3f6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #eef3f6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f6', endColorstr='#ffffff',GradientType=0 );}
    .user-panel ul > li .sub-menu > li.last{ border-bottom: none;}
.user-panel ul > li .sub-menu > li a{ color:#fff; font-size:13px; font-weight:600; line-height:39px; padding:0 15px; display:block;text-decoration:none; transition:all 0ms ease 0s;}
.user-panel #tabContainer > ul > li .sub-menu > li:hover a, .user-panel #tabContainer > ul > li .sub-menu > li.active a{ background:none;}
.user-panel ul > li .sub-menu > li.last a{ background:none;}
.user-panel #tabContainer > ul > li .sub-menu > li.last:hover a, .user-panel #tabContainer > ul > li .sub-menu > li.last.active a{}
.user-panel #tabContainer > ul > li .sub-menu > li a .list-bg{ display:block; width:28px; height:41px; margin-top:0; margin-right:10px; padding:0; background-position: 0 center}
.user-panel #tabContainer ul li a .list-bg.summary-menu {    background-image: url(../images/summary-icon-active2.png) ; background-position:0 center;}
.user-panel #tabContainer ul li a .list-bg.hardware-menu {background-image: url(../images/overview-icon-active2-active.png); background-position: 0 center;}
.user-panel ul li .sub-menu.last{ left:inherit; right:0; margin-right: -1px;}
.user-panel li a .list-bg.install-sw-menu,.user-panel li a .list-bg.process-menu{ padding-top: 0; margin-top: 0;background-position: -5px center;}
.user-panel li a .list-bg.overview-icon {background-image: url(../images/overview-icon.png) ; background-position:0 center;}
.user-panel li.active a .list-bg.overview-icon, .user-panel li:hover a .list-bg.overview-icon {background-image: url(../images/overview-icon-active2-active.png) ; background-position:0 center;}

.user-panel li a .list-bg.agent-menu01 {
        background-image: url(../images/agent-icon-active.png);
}
.user-panel li:hover a .list-bg.startup-menu {
    background-image:url(../images/startup-icon-active.png);
}
.user-panel li a .list-bg tool-menu1:hover{
      background-image: url(../images/tools-icon-active.png);
}
.navbar-brand{ display:none;}
.tab-ctn-outer{ overflow: hidden; background: #ffffff; border: solid 1px #d8dee2;margin-top: -1px;overflow-y: auto;}
/*--Dropdown menu css end--*/


.modal.fade.in {background: rgba(0,0,0, 0.5);}
.close-popup{ background:transparent; border:none!important; outline:none; position:absolute; top:10px; right:10px;}
.change-profile-picture{ border:solid 1px #595959; border-radius:6px; overflow:hidden;}
.change-profile-picture .modal-header{ border:none;}
.change-profile-picture .modal-header .heading-3{ color:#606669; font-size:22px; font-weight:400; margin:4px 0 14px;}
.change-profile-picture .modal-header p{ color:#606669; font-size:16px; line-height:24px; font-weight:400; margin:0;}











.change-profile-picture .modal-footer{ background:#f3f3f3; text-align:left; padding: 25px;}
.change-profile-picture .modal-footer .btn{background:#ff7e00; border:solid 1px #ff7e00; border-radius:0; color:#ffffff; font-size:16px; padding:9px 52px; margin:0; outline:none;}
.change-profile-picture .modal-footer .btn:hover, .change-profile-picture .modal-footer .btn:focus {background: #ff8f21;color: #ffffff;}
.change-profile-picture .modal-footer .btn.img-save-btn{ margin-right:6px; margin-left:75px;}
.change-profile-picture .modal-footer .btn.img-cancel-btn{background:#fff; color:#000000; }
.change-profile-picture .modal-footer .btn.img-cancel-btn:hover, .change-profile-picture .change-profile-picture .modal-footer .btn.img-cancel-btn:focus {background: #ff8f21;color: #ffffff;}
.croper-img-popup {margin: 0 auto 25px;display: block;text-align: center;border: solid 1px #c1cacf;border-radius: 4px;overflow: hidden;background: #fff;}




