﻿html {
    position: relative;
    min-height: 100%;
  
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-top: 87px;
    color: #666;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    
    
}
.test{
    padding-right:0 !important;
}



.navbar-default {
    border-color: #d4d4d4;
    padding: 8px;
    background: -webkit-linear-gradient(#ffffff, #f8f8f8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #f8f8f8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #f8f8f8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #f8f8f8); /* Standard syntax (must be last) */
    background-color: rgba(248,248,248,0.5);
}

#navbar .sitedropdown {
    padding-top: 8px;
}

.navbar-right {
    font-size: 14px;
    padding-top: 7px;
}

.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    border-radius: 4px;
}

.submenu {
    text-align: right;
    margin-bottom:20px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-size: 20px;
    color: #666;
    margin: 6px 0 24px 0;
    font-weight: 600;
}

h2 {
    font-size: 16px;
    color: #666;
    margin: 6px 0 20px 0;
    font-weight: 600;
}

h3 {
    font-size: 14px;
    color: #666;
    margin: 6px 0 10px 0;
    font-weight: 600;
}

a {
    color: #5a710f;
}

    a:hover {
        color: #5a710f;
    }

hr {
    border-top: 1px solid #ccc;
}

.lbl-for-drpdwn {
    font-size: 14px;
    padding: 8px 0 0;
    font-weight: normal;
    color: #666;
}


.stats {
    display: block;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #8fb750;
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    overflow: hidden;
}

    .stats .row div {
        pointer-events: none;
    }






















/***
Portlets
***/

.portlet {
    background: white;
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* info */
.portlet {
    -webkit-transition: box-shadow 1.5s ease-in-out;
    -moz-transition: box-shadow 1.5s ease-in-out;
    -ms-transition: box-shadow 1.5s ease-in-out;
    -o-transition: box-shadow 1.5s ease-in-out;
    transition: box-shadow 1.5s ease-in-out;
}

    .portlet.info {
        border: 0.5px solid #8FB750;
        -webkit-box-shadow: 0px 0px 100px 10px rgba(143,183,80,0.85);
    }

    .portlet > .portlet-title {
        background-color: #eee;
        border-radius: 4px 4px 0 0;
        padding: 9px 10px 2px 10px;
        height: 36px;
    }

        .portlet > .portlet-title:after,
        .portlet > .portlet-title:before {
            content: "";
            display: table;
            line-height: 0;
        }

        .portlet > .portlet-title:after {
            clear: both;
        }

        .portlet > .portlet-title > .caption {
            color: #333;
            float: left;
            display: inline-block;
            font-size: 14px;
            line-height: 16px;
            font-weight: 400;
            margin: 0;
            padding: 0;
            margin-top: 1px;
        }

        .portlet > .portlet-title .bootstrap-switch {
            margin-top: -10px !important;
        }

        .portlet > .portlet-title > .caption > i {
            float: left;
            /*margin-top: 2px;*/
            margin-top: 0px;
            display: inline-block !important;
            /*font-size: 13px;*/
            font-size: 15px;
            margin-right: 5px;
            color: #666;
        }

        .portlet > .portlet-title > .tools,
        .portlet > .portlet-title > .actions {
            display: inline-block;
            padding: 0;
            margin: 0;
            margin-top: 3px;
            float: right;
        }

        .portlet > .portlet-title > .tools {
            margin-top: 0px;
        }

            .portlet > .portlet-title > .tools > a {
                display: inline-block;
                height: 16px;
                margin-left: 5px;
                color: #5a710f;
                font-size: 18px;
                margin-top: -3px;
            }

        .portlet > .portlet-title > .actions > .dropdown-menu i {
            color: #000 !important;
        }

        .portlet > .portlet-title > .tools > a.remove {
            margin-bottom: 2px;
            background-image: url(../i/portlet-remove-icon.png);
            background-repeat: no-repeat;
            width: 11px;
        }

        .portlet > .portlet-title > .tools > a.config {
            margin-bottom: 2px;
            background-image: url(../i/portlet-config-icon.png);
            background-repeat: no-repeat;
            width: 12px;
        }

        .portlet > .portlet-title > .tools > a.reload {
            margin-bottom: 2px;
            background-image: url(../i/portlet-reload-icon.png);
            width: 13px;
        }

        .portlet > .portlet-title > .tools > a.expand {
            margin-bottom: 2px;
            background-image: url(../i/portlet-expand-icon.png);
            width: 14px;
        }

        .portlet > .portlet-title > .tools > a.collapse {
            margin-bottom: 2px;
            background-image: url(../i/portlet-collapse-icon.png);
            width: 14px;
        }

        .portlet > .portlet-title > .tools > a:hover {
            text-decoration: none;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            opacity: .6;
            filter: 'alpha(opacity=60)';
        }

        .portlet > .portlet-title > .actions > .btn-group {
            margin-top: -8px;
        }

        .portlet > .portlet-title > .actions > .btn {
            padding: 4px 10px;
            margin-top: -10px;
        }

        .portlet > .portlet-title > .actions > .btn-group > .btn {
            padding: 4px 10px;
            margin-top: -1px;
        }

        .portlet > .portlet-title > .actions > .btn.btn-sm {
            padding: 3px 8px;
            margin-top: -10px;
        }

        .portlet > .portlet-title > .actions > .btn-group > .btn-sm {
            padding: 3px 8px;
            margin-top: -1px;
        }

        .portlet > .portlet-title > .pagination.pagination-sm {
            float: right !important;
            display: inline-block !important;
            margin: 0px;
            margin-top: -6px;
        }

    .portlet > .portlet-body {
        clear: both;
        padding: 10px;
        background-color: #fff;
        border-radius: 0px 0px 4px 4px;
    }

    .portlet > .portlet-body-table {
        clear: both;
        padding: 0px;
        background-color: #fff;
        border-radius: 0px 0px 4px 4px;
    }

/* jQuery UI Draggable Portlets */
.portlet-sortable > .portlet-title {
    cursor: move;
}

.portlet-sortable-placeholder {
    border: 2px dashed #eee;
    border-radius: 4px;
    margin-bottom: 25px;
}

.portlet-sortable-empty {
    height: 45px;
    border: 0;
    background: none;
}

/* infotext */
#infoText span {
    font-weight: bold;
}

span.red {
  color: #ED4337;
}

span.blue {
  color: #3A59A0;
}

span.yellow {
    color: #F7BC0B;
}


/***
Charts and statistics
***/
.chart, .pie, .bars {
    overflow: hidden;
    height: 300px;
}

/*.portlet-body {
    -webkit-filter: sepia(33%);
}*/

/***
Statistic lists
***/
.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

/***
Chart tooltips
***/
.chart-tooltip {
    clear: both;
    z-index: 100;
    background-color: #736e6e !important;
    padding: 5px !important;
    color: #fff;
}

    .chart-tooltip .label {
        clear: both;
        display: block;
        margin-bottom: 2px;
    }


/***
Modal
***/
.modal-body {
    max-height: 300px;
    overflow-y: scroll;
}

.modal-title {
    padding: 10px;
    border-radius: 5px;
}

.modal-content #terms {
    padding: 20px;
}

    .modal-content #terms h1 {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .modal-content #terms h2 {
        font-size: 12px;
        margin: 0 0 10px 0;
    }

    .modal-content #terms p {
        font-size: 11px;
        margin: 0 0 10px 0;
    }


/***
Feedback Bar
***/


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    transition: 0.5s;
    background-color: #F9F9F9;
    padding: 10px 0 0 0;
    border-left: 1px solid #ccc;
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidebar .closebtn {
        position: absolute;
        top: -11px;
        right: 4px;
        font-size: 36px;
    }

.openbtn {
    cursor: pointer;
}

.smilies {
    font-size: 36px;
    cursor: pointer;
    color: #969696;
    margin: 0 4px;
    vertical-align: middle;
}

.happy {
    color: #7db327;
}
.sad {
    color: #f00;
}

/*@media screen and (max-height: 450px) {
.sidebar {
    padding-top: 15px;
}

    .sidebar a {
        font-size: 18px;
    }
}*/
    /***
Scrollable Tables
***/
    .table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /*margin: 0 0 15px 0 !important;*/
}

    .table-scrollable > .table {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 0;
        background-color: #fff;
    }

        .table-scrollable > .table > thead > tr > th,
        .table-scrollable > .table > tbody > tr > th,
        .table-scrollable > .table > tfoot > tr > th,
        .table-scrollable > .table > thead > tr > td,
        .table-scrollable > .table > tbody > tr > td,
        .table-scrollable > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-scrollable > .table-bordered {
        border: 0;
    }

        .table-scrollable > .table-bordered > thead > tr > th:first-child,
        .table-scrollable > .table-bordered > tbody > tr > th:first-child,
        .table-scrollable > .table-bordered > tfoot > tr > th:first-child,
        .table-scrollable > .table-bordered > thead > tr > td:first-child,
        .table-scrollable > .table-bordered > tbody > tr > td:first-child,
        .table-scrollable > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-scrollable > .table-bordered > thead > tr > th:last-child,
        .table-scrollable > .table-bordered > tbody > tr > th:last-child,
        .table-scrollable > .table-bordered > tfoot > tr > th:last-child,
        .table-scrollable > .table-bordered > thead > tr > td:last-child,
        .table-scrollable > .table-bordered > tbody > tr > td:last-child,
        .table-scrollable > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .table-scrollable > .table-bordered > thead > tr:last-child > th,
        .table-scrollable > .table-bordered > tbody > tr:last-child > th,
        .table-scrollable > .table-bordered > tfoot > tr:last-child > th,
        .table-scrollable > .table-bordered > thead > tr:last-child > td,
        .table-scrollable > .table-bordered > tbody > tr:last-child > td,
        .table-scrollable > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }

.table-border {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}

.table thead th {
    font-weight: normal;
    background-color: #5A710F; /*#737f94*/
    color: #fff;
}

    .table thead th a {
        color: #fff !important;
    }

.table .numeric {
    text-align: center;
}

/***
Pagination
***/
.pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination table > tbody > tr > td {
        display: inline;
    }

        .pagination table > tbody > tr > td > a,
        .pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination table > tbody > tr > td:first-child > a,
        .pagination table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination table > tbody > tr > td:last-child > a,
        .pagination table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination table > tbody > tr > td > a:hover,
        .pagination table > tbody > tr > td > span:hover,
        .pagination table > tbody > tr > td > a:focus,
        .pagination table > tbody > tr > td > span:focus {
            background-color: #eeeeee;
            border-color: #dddddd;
        }


.GridViewPagerStyle td {
    padding: 3px 4px;
}


/***
Responsive Scroll Tables
***/

#searchform {
    border-radius: 4px;
    background-color: #F9F9F9;
    display: block;
    overflow: auto;
    padding: 10px 0 0 0;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

    #searchform label {
        font-weight: normal;
        margin-bottom: 2px;
        color: #333;
    }

    #searchform .checkbox-inline {
        margin: 0 5px 0 0;
    }

    #searchform input, #searchform select {
        border: 1px solid #ccc;
    }


/* form tweaks */

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: 0px;
}


.alert-filter {
    margin: 10px 0;
    padding: 10px;
    background-color: #eef9ff;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: none;
}

/* Visitors Page */
.maxWidthGrid {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.phrase {
    max-width: 265px;
}

select[id*="ddCategory"] {
    height: 20px;
}

[data^="Goal"] {
  margin: 1px;
}
#ui-datepicker-div{
    z-index:2 !important;
}


/* Goal colours */
.blue {
    color: #fff;
    background-color: #0000ff;
}

.light-blue {
    background-color: #00ccff;
}

.turquoise {
    background-color: #00ffcc;
}

.green {
    background-color: #00ff00;
}

.yellow {
    background-color: #ffff00;
}

.orange {
    background-color: #ff9900;
}

.red {
    color: #fff;
    background-color: #ff0000;
}

.magenta {
    color: #fff;
    background-color: #ff00ff;
}

.purple {
    color: #fff;
    background-color: #9900ff;
}



/* Visitor Page */

.visitor {
    margin: 10px 0 0 0;
    color: #666;
}

    .visitor a {
        text-decoration: none;
    }

        .visitor a:hover {
            color: #5a710f;
            text-decoration: underline;
        }

    .visitor h2 {
        font-size: 22px;
        margin: 6px 0;
    }

    .visitor h3 {
        font-size: 18px;
        margin: 6px 0;
    }

    .visitor .address {
        font-size: 15px;
    }

    .visitor .device {
        font-size: 14px;
        line-height: 24px;
    }


.next-visitor {
    padding-left: 0;
    margin: 0;
    text-align: right;
}

.aspNetDisabled, .aspNetDisabled:hover {
    background-color: #EEEEEE !important;
    color: #ccc;
    cursor: not-allowed;
}

.hr-for-mobile {
    display: none;
}

#loader {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    line-height: 100vh;
    text-align: center;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    display: block;
}

.popover-content {
    padding: 9px 22px 9px 14px;
    width: 280px;
}

[id*="hl"][id$="Visitor"][disabled="disabled"] {
    display: none;
}

#shareVisitorRecord:hover {
    color: #8FB750;
    cursor: pointer;
}

#shareVisitorRecord i {
    color: #999;
}

span#sharespan {
    float: right;
    position: relative;
    top: 35px;
    left: 46px;
}

div.IncludedDetails {
    margin: 7px 2px;
    padding: 5px 0;
    font-size: 13px;
}

.IncludedDetails input[type='checkbox'] {
    margin: 5px 5px;
    position: relative;
    top: 2px;
}

.companydetails, .devicedetails, .referrer, .category, .notes, .table-scrollable.visithistory .table-scrollable, .table-scrollable.visithistory .table-scrollable.included,
.GridViewSessionHeaderStyle, .GridViewSessionRowStyle, .GridViewSessionHeaderStyle.included, .GridViewSessionRowStyle.included {
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -kthtml-transition: all 1s linear;
    transition: all 1s linear;
}

.included {
    background: rgba(143, 183, 81, 0.4) !important;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(143, 183, 81, 0.55) !important;
    -moz-box-shadow: 0px 0px 9px 2px rgba(143, 183, 81, 0.55) !important;
    box-shadow: 0px 0px 9px 2px rgba(143, 183, 81, 0.55) !important;
}

div.companydetails.included, div.devicedetails.included, div.referrer.included, div.category.included, div.notes.included {
    padding: 5px !important;
}

.GridViewSessionHeaderStyle.included, .GridViewSessionRowStyle.included {
    margin: 5px;
}

#emailSelect_chosen ul li input {
    color: #999999;
    font-size: 14px;
    font-family: Tahoma;
}

li.search-field {
    height: 30px;
}

    li.search-field input {
        height: 30px;
        position: relative;
        bottom: 10px;
    }

.editable-input {
    margin: 10px 0;
}

.notes .blockOverlay {
    width: 94% !important;
}

#VisitorNote {
    color: #999;
}

/*date picker*/

#CalendarFrom .ui-datepicker, #CalendarTo .ui-datepicker {
    width: 100% !important;
    height: 237px !important;
}

    #CalendarFrom .ui-datepicker td a, #CalendarTo .ui-datepicker td a {
        text-align: center !important;
    }

.ui-widget {
    font-size: 13px !important;
}

.ui-datepicker table {
    font-size: 13px !important;
}

/*download report -  schedule report*/
#schedule_report, #SchdlDailyRprtPlcHldr, #SchdlWeeklyRprtPlcHldr, #SchdlMonthlyRprtPlcHldr{
  display:none ;
}
.scheduleReport {
    border:none;
    box-shadow:none;
}
 .scheduleReport >.portlet-title{
     background-color:white;
     border:none;
     padding-left:0;
 }
 .sched_report{
     margin-left:-10px;

 }
 .scheduleReport > .portlet-title > .tools{
     float:left;
 }
 .FrequencyRdoBtnLst label{
     padding:0 20px 0 5px;
 }
 #SchdlWeeklyRprtDayDrpDwnLst, #SchdlWeeklyRprtTimeDrpDwnLst, #SchdMonthlyRprtDayDrpDwnLst, #SchdlMonthlyRprtTimeDrpDwnLst{
     display:inline-block;
 }
 #SchdlWeeklyRprtPlcHldr, #SchdlDailyRprtPlcHldr, #SchdlMonthlyRprtPlcHldr {
     margin-left:-10px;
 }
 .monthlyRprtDay{
     margin-right:10px;
 }
 
 #SchdlWeeklyRprtTimeDrpDwnLst{
     margin-left:10px;
 }
 #SaveScheduledReportBtn, #UpdateSchedReportBtn {
     background-color:#8fb750;
     color:white;
     float:right;
     display:none;
     margin-top:20px;
 }
 #SaveChangesBtn{
      background-color:#8fb750;
     color:white;
     float:right;
    
     margin-top:20px;
 }
 .reportLbl{
     margin-top:10px;
     margin-bottom:10px;
 }
 .GVReportField{
     width:60%;
 }
 .borderless, .borderless th, .borderless td{
     border:none;
 }

.addon {
    border: 1px solid #ccc;
    overflow:auto;
    padding:20px;
    border-radius:10px;
    background-color:#e7f7f9;
    margin-bottom: 15px;
    min-height:160px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #2f3030;
    color: #fff;
}

    .footer .copyright {
        font-size: 11px;
        vertical-align: bottom;
        text-align: right;
        height: 20px;
        color: #888;
    }

@media (max-width:1200px) {

    h1 {
        /*color:red !important; 
        margin: 0 0 10px 0;*/
    }

    h2 {
        margin: 20px 0 10px 0;
    }

    .navbar-right {
        font-size: 13px;
    }

    .navbar-nav > li > a {
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media (max-width:992px) {
    /*h1 {color:blue !important; }*/
    /*
    body {
        padding-top: 164px;
    }
    
    .navbar-right {
        clear:left;
        padding-top: 7px;
        float: left!important;
        font-size:14px;
    }

    .navbar-nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }*/

    .navbar-right {
        font-size: 12px;
    }

    .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width:767px) {
    /*h1 {color:yellow !important; }*/

    #searchform {
        margin-bottom: 10px;
    }

    .navbar-default {
        opacity: 1;
    }

    .navbar-nav > li > a {
        word-spacing: 0px;
        font-size: 15px;
        padding: 6px 10px;
    }

    .visitor {
        margin: 40px 0 0 0;
    }

    .hr-for-mobile {
        display: block;
    }
}

@media (max-width:480px) {
    /*h1 {color:green !important; }*/

}

@media (max-width:320px) {

    /*h1 {color:purple !important; }*/
}

@media (min-width: 768px) {
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: left;
        margin-right: 5px;
    }
}

/* suggestions */
.handle {
  top: -1px !important;
}

.slide-out-div {
  z-index: 1000;
}

.customCMS {
    float: right;
    margin-right: 10px;
}