/*Custom css*/
.th-font-13 {font-size: 13px !important;}
#home .timeline-v2 > li .cbp_tmicon {background: #3498DB;}
/*#home .timeline-v2 > li .cbp_tmlabel {box-shadow: 1px 2px 4px #F3F3F3; background: #FFF; width: auto; display: inline-block; padding: 2em; border: 1px solid #F3F3F3;}*/
#home .tab-v1 .tab-content img {margin-top: 0px; margin-bottom: 0px; }
/*#sidebar {height: 70px !important;}*/
#sidebar > ul {height: 49px;}
#sidebar ul li *{box-sizing: content-box !important;}
.loadmask-loading {
    z-index: 20001;
    position: absolute;
    border: 1px solid #6593cf;
    background: #c3daf9;
    padding: 2px;
    top: 50%;
    left: 45%;
}
.topbar-text{
    color:white;margin-left:12px;font-size: 16px;
}
.loadmask-loading div {
    padding: 5px 10px 7px 25px;
    background: #fbfbfb url('../table/css/icons/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
    border: 1px solid #a3bad9;
    color: #222;
    font: normal 11px tahoma, arial, helvetica, sans-serif;
    cursor: wait;    
}
.legendLabel {
    padding-left: 5px;    
}
.daterangepicker .calendar .calendar-date .table-condensed .icon {
    font-size: 13px;    
}
#deviceStatus th, td {
    color: #000;    
}
#demo1 > #x-table-demo1 td, th {
    color: #000;    
}
.blur-img{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

}
.view-activity {
    background: url(../images/childactivity_inactive.png) 0 0 no-repeat;
    width: 126px;
    height: 27px;
    float: left;    
}
.view-activity-inactive {
    background: url(../images/childactivity_active.png) 0 0 no-repeat;
    width: 126px;
    height: 27px;
    float: left;        
}
.view-activity:hover {
    background: url(../images/childactivity_active.png) 0 0 no-repeat;
    width: 126px;
    height: 27px;
    float: left;    
}

.set-rules {
    background: url(../images/set_rules_inactive.png) 0 0 no-repeat;
    width: 126px;
    height: 27px;
    float: left;    
}
.set-rules-inactive {
    background: url(../images/set_rules_active.png) 0 0 no-repeat;
    width: 126px;
    height: 27px;
    float: left;    
}
.set-rules:hover {
    background: url(../images/set_rules_active.png) 0 0 no-repeat;
    width: 126px;
    height: 27px;
    float: left;    
}
.emergency_number {
    background-image: url("/images/em_number_1.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.emergency_number:hover {
    background-image: url("/images/em_number_2.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.emergency_number:active {
    background-image: url("/images/em_number_2.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.house-rules {
    /*padding-top: 70px;*/
    float: right;
    font-size: 16px;
    font-weight: bold;
}
.house-rules > a:hover  {
    color: #266cad;
}
.house-rules-text {
    color: #3D6D95;    
}
.house-rules-text:hover {
    color: #2B387C;    
}
.fa-house-rules {
    font-size: 25px;
    color: #000;
}
.blocked{
    color: red;
}
.allowed{
    color: green;
}
#history-timiline .timeline-title {
    padding: 0px;    
}
#history-timiline .timeline-panel {
    background-color: #fff;    
}
#history-timiline .page-body {
    background-color: #fff;    
}
#history-timiline .timeline>li>.timeline-datetime {
    width: 150px;    
}
#history-timiline .timeline>li.timeline-inverted>.timeline-panel {
    right: 0px;    
}
#history-timiline .timeline>li>.timeline-panel {
    width: auto;
    float: left;
    margin-left: 300px;
    padding-right: 5px;   
}
#history-timiline .timeline>li .timeline-badge {
    background-image: none;
    background-color: #077A63;
    box-shadow: none;
    left: 20%;
}
#history-timiline .timeline:before {
    background-color: #75AF11;    
    box-shadow: none;
    top: 8px;
    margin-left: -5px;
    width: 10px;
    left: 20%;
    bottom: 0px;
}
#history-timiline #loadmoreajaxloader {
    box-shadow: 0px 1px 12px 1px #EFE7E7;
    padding: 6px;    
}
.text-only {
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/    
}
.visits-listing {
    list-style: none;
    padding: 0;
    margin: 0; 
    text-align: left;
    padding-left: 4px;
    padding-bottom: 15px;
}
.timeline-domain {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;  
    color: #222;
    font-weight: bold;
    padding: 0 5px;
}
.timeline-domain:hover {
    color: #000;
    text-decoration: underline;
}
.timeline-img {
    padding: 5px; 
    margin: 10px auto;
    background-color: #F5F5F5;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    width: 151px;
}
.visits-count {
    position: relative;
    z-index: 3;
    top: -10px;
    left: -18px;
    padding: 0 7px;
    font-size: 12px;
    background: white;
    color: #999;
    font-family: 'Open Sans', sans-serif;
}
/*.timeline-body {
    padding: 0px !important;
    width: 151px;
    float: left;
    text-align: center;
    margin-left: 10px; 
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}
.timeline-body:hover {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
}*/
/*.GridHeader {
background-image: -moz-linear-gradient(top, #f7f7f7, #696C68);
background-image: -ms-linear-gradient(top, #f7f7f7, #696C68);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#696C68));
background-image: -webkit-linear-gradient(top, #f7f7f7, #696C68);
background-image: -o-linear-gradient(top, #f7f7f7, #696C68);
background-image: linear-gradient(top, #f7f7f7, #696C68);
background-repeat: repeat-x;
}*/
.gridDiv .leftTable tr:hover {
    background: url("/images/new-design/row_back.png") repeat-x scroll 0 0 #cee6fa;
    border-bottom: 1px solid #769dc0;
    border-collapse: separate;
    border-top: 1px solid #769dc0;    
}
.gridDiv .rightTable tr:hover {
    background: url("/images/new-design/row_back.png") repeat-x scroll 0 0 #cee6fa;
    border-bottom: 1px solid #769dc0;
    border-collapse: separate;
    border-top: 1px solid #769dc0;    
}

.panelDWLD select
{
    text-align: left;
    padding: 0px;
    margin-right: 0px;
}
#review
{
    height: auto !important;
}
.active {

}
.icon {
    font-size: 30px;
    float: left;
    margin-right: 10px;    
}

.dataTable {
    overflow: hidden;    
}
.child-img {
    margin-bottom: 9px;    
}
.child > img {
    box-shadow: 0px 3px 4px 1px #ccc;
    border-radius: 8px;    
}
.child > img:hover {
    box-shadow: 0px 3px 4px 1px #000;
}
.child {
    text-align: center;
    width: 90px;
    cursor: pointer;
}
.sub-header .btn-blue:first-child {
    margin-right: 10px;    
}
.sub-header .btn-blue:nth-child(1n+2) {
    margin-left: 5px;  
    margin-right: 10px;
}
.child-name {
    color: #575757;
    margin-top: 5px;
    font-size: 12px;
}
.tbl {
    width: 800px;
}
.x-table > div.pagination > div.control > table > tbody > tr > td > input[type="text"] {
    height: 15px;    
}
#x-table-header-table-demo {
    width: 100% !important;    
}
#x-table-body-demo {
    width: 100% !important;        
}
.headers {
    width: 1150px;    
}
.loadmask {
    width: 1150px !important;    
}
.no-skin {
    background-color: #fff;
    background-image: none;
}

.clear-fix {
    clear:both
}

.tableRow {
    padding: 0px;
}
/*endless.min.css*/
.shortcut-link {
    display: inline-block;
    text-decoration: none;
    color: #ccc;
    margin-right: 20px;
    text-shadow: 0 1px 0 #fff;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
}
.shortcut-link:hover {
    color: #2b7dbc;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    cursor: pointer;
}
a:focus, a:hover {
    color: #999;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.shortcut-link .text {
    display: inline-block;
    margin-left: 2px;
    margin-top: -5px;
    color: #626262;
    font-weight: 600;
}
.shortcut-link .text:hover {
    color: #2b7dbc;
}
.shortcut-link .shortcut-icon {
    font-size: 20px;
}
.shortcut-wrapper {
    text-align: left;
}
.shortcut-link-active {
    color: #2b7dbc;
    text-decoration: none;
    transition: color 0.2s ease 0s;    
}
.shortcut-link-active .text {
    color: #2b7dbc;
}

.btn.quick-btn {
    font-size: 40px;    
}
.btn.quick-btn span {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
/*ends endless.min.css*/

/*ace.min.css*/
.nav-list > li:hover:before {
    display: block;
}
.no-skin .sidebar.h-sidebar .nav-list > li.active, .no-skin .sidebar.h-sidebar .nav-list > li.active + li, .no-skin .sidebar.h-sidebar .nav-list > li:hover + li.active {
    border-left-color: #154aaa;
}
.no-skin .nav-list>li:hover>a {
    background-color: #154aaa;
    color: #ffffff;
}
.no-skin .nav-list>li>a {
    background-color: #154aaa;
    color: #ffffff !important;
}
.no-skin .sidebar.h-sidebar {
    background-color: #154aaa;
}

.sidebar.h-sidebar:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0!important;
    right: 0!important;
    top: -17px;
    bottom: auto;
    height: 17px;
    width: auto;
    border-width: 0;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
}
.sidebar.h-sidebar .nav-list {



}
.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.no-skin .sidebar.h-sidebar .nav-list>li.active:before {
    background-color: #154aaa;
}
.no-skin .sidebar.h-sidebar .nav-list>li.active>a:after {
    border-width: 0 0 5px 0;
    border-color: transparent;
    border-bottom-color: #FFF;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2px;
}
.sidebar.h-sidebar .nav-list>li.active:before {
    display: block;
}
.sidebar.h-sidebar .nav-list>li:before {
    left: -1px;
    right: -1px;
    bottom: auto;
    top: -2px;
    max-width: none;
    width: auto;
    height: 2px;
    border-width: 0;
}
.nav-list>li:before {
    display: none;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;

    width: 3px;
    max-width: 3px;
    overflow: hidden;
    background-color: #154aaa;
}
.no-skin .nav-list>li.active>a {
    background-color: #154aaa;    
}
.no-skin .nav-list>li.active>a {
    font-weight: 700;
    color: #2b7dbc;
}
.sidebar.h-sidebar .nav-list>li>a {

    padding: 10px 65px;
}
.nav .open>a {
    border-color: #337ab7;    
}
.nav-list>li>a {
    display: block;
    text-shadow: none!important;
    font-size: 13px;
    text-decoration: none;
}
.nav-list>li>a {
    margin: 0;    
}
.sidebar.h-sidebar .nav-list>li>a>.menu-icon {
    display: block;
    margin: 1px 0 4px;
    line-height: inherit;
    width: auto;
}
.nav-list>li>a>.menu-icon {
    min-width: 30px;
    vertical-align: sub;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.no-skin .nav-list>li.active>a {
    color: #2b7dbc;
}
.no-skin .nav-list>li.active>a {
    font-weight: 700;
    color: #ffffff !important
}
.sidebar.h-sidebar .nav-list>li>a {
    line-height: 22px;
}
.nav-list>li>a {
    text-shadow: none!important;
    font-size: 13px;
}
.sidebar.navbar-collapse {
    max-height: none;
}
.no-skin .sidebar.h-sidebar .nav-list>li.active {
    border-left-color: #154aaa;    
}
.sidebar.h-sidebar .nav-list>li:first-child {
    border-left-width: 0;
    margin-left: 0;
}
.sidebar.h-sidebar .nav-list>li {
    float: left;
    border-width: 0 0 0 1px;
}
.no-skin .nav-list>li {
    border-color: #154aaa;
}
.sidebar.h-sidebar .nav-list>li.active:before {
    display: block;
}
.sidebar.h-sidebar .nav-list>li.active:before {
    display: block;
}
.sidebar.h-sidebar .nav-list>li:before {
    left: -1px;
    right: -1px;
    bottom: auto;
    top: -2px;
    max-width: none;
    width: auto;
    height: 2px;
    border-width: 0;
}
.nav-list>li:before {
    display: none;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    height: 41px;
    width: 3px;
    max-width: 3px;
    overflow: hidden;
    background-color: #154aaa;
}
.sidebar.h-sidebar .nav-list>li.active:after {
    display: none;
}
.no-skin .nav-list>li.active:after {
    display: block;
    content: "";
    position: absolute;
    right: -2px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border: 2px solid;
    border-width: 0 2px 0 0;
    border-color: #2b7dbc;
}
.no-skin .sidebar.h-sidebar:before {
    background-color: #e4e4e4;
}
.nav-list>li {
    display: block;
    position: relative;
    padding: 0;
    border-style: none;
    margin: 0;    

}
.sidebar.h-sidebar .nav-list>li.active:after {
    display: none;
}
.no-skin .nav-list>li.active:after {
    display: block;
    content: "";
    position: absolute;
    right: -2px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border: 2px solid;
    border-width: 0 2px 0 0;
    border-color: #2b7dbc;
}
.nav-list li.hover.active>a:after {
    display: block;
}
.nav-list li.open>a:after {
    display: none;
}
.nav-list li.active>a:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    border: 8px solid transparent;
    border-width: 14px 10px;
}
/*top big buttons*/ 
.btn.btn-app {
    border: medium none;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin: 2px;
    padding: 12px 0 8px;
    position: relative;
    text-align: center;
    width: 100px;
}
.btn-pink, .btn-pink:focus {
    background-color: #d6487e !important;
}
/*.btn, .btn-default, .btn:focus, .btn-default:focus {
    background-color: #abbac3 !important;
}*/
/*.btn {
    background-image: none !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: background-color 0.15s ease 0s, border-color 0.15s ease 0s, opacity 0.15s ease 0s;
    vertical-align: middle;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    white-space: nowrap;
}*/
.center, .align-center {
    text-align: center !important;
}
/*ends ace.min.css*/
.grey-container {
    background: #FFF;    
    padding: 15px;
    border-bottom: 1px solid #dfdfdf;
    border-width: 1px 0;
    font-size:13px;
}
.sidebar.h-sidebar {
    position: relative;
    float: none!important;
    width: auto;
    margin-top: 0px;
    border-width: 0!important;
    box-shadow: none;
}
.container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.navbar-collapse.collapse {
    display: block!important;
    visibility: visible!important;

    padding-bottom: 0;
    overflow: visible!important;
}
@media only screen and (max-width: 768px)
{
    .navbar-collapse.collapse {
        height: 48px !important;
    }
}
.sidebar {
    padding-left: 0;
    padding-right: 0;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{
    content: " ";
    display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
/*--=== Info icon  ===--*/
.notice {
    position: relative;
    margin: 1em;
    /*background: #F9F9F9;*/
    padding: 1em 1em 1em 2em;
    /*border-left: 4px solid #DDD;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);*/
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-size: 14px;
}
/*--Info icon ends--*/

/*SMS summary*/
#sentCount .widget-box,#receivedCount .widget-box,#totalCount .widget-box,#statsDiv .widget-box{
    border: 2px solid rgb(240, 240, 240);  
}
#sentCount .widget-main,#receivedCount .widget-main,#totalCount .widget-main{
    padding: 1px !important;
    /*background-color: lightgray;*/
}
#sentCount .widget-body,#receivedCount .widget-body,#totalCount .widget-body,#statsDiv .widget-body{
    border:none !important;
}
#statsDiv .widget-body{
    padding: 9px !important;
    font-size: 14px !important;
    font-weight: 500 !important;

}
#statsDiv .widget-body i{
    padding: 4px;
    font-size: 12px;
    padding-left: 0px;
}
#statsDiv .widget-main i.fa-square:before{
    font-size: 16px !important;
}
#sentCount .alert-info,#receivedCount .alert-info,#totalCount .alert-info{
    padding:0px !important;
    color:black !important;
    background-color: rgb(240, 240, 240) !important;
}
#sentCount .alert,#receivedCount .alert,#totalCount .alert{
    margin-left: 0px !important;
}
#sentCount .alert h3,#receivedCount .alert h3,#totalCount .alert h3{
    font-size: 16px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
#statsDiv{
    color: #666 !important;
}

/*End Summary*/

/*--=== CLASSES ====--*/
.display-none {
    display: none;    
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;    
}
.height-70 {
    height: 70px;    
}
.height-85 {
    height: 85px;    
}
/*margins*/
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.line-height-425{
    line-height: 4.25 !important;
}
.padding-15{
    padding: 15px !important;
}
.padding-10{
    padding: 10px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-18 {
    font-size: 18px !important;
}
.colorBlue{
    color: #307ecc !important;
}
.colorWhite{
    color: white !important;
}
.margin-left-0{
    margin-left: 0px;
}
.padding-left-80{
    padding-left: 80px;
}
.padding-left-25{
    padding-left: 23px;
}
.padding-45{
    padding: 45px !important;
}
.font-100{
    font-size: 100% !important;
}
.padding-bottom-0{
    padding-bottom: 0px !important;
}
.padding-right-60{
    padding-right: 60px !important;
}
.padding-left-30 {
    padding-left: 33px !important;
}
.padding-top-15{
    padding-top: 15px !important;
}
.margin-bottom-0{
    margin-bottom: 0px !important;
}
.margin-top-0{
    margin-top: 0px !important;
}

.text-green
{
    color:green;
}
.text-light-blue{
    color:lightblue;
}
.text-blue{
    color: #31708f !important;
}

/*--=== ends CLASSES ===--*/

.btn-blue {
    margin-top: 3px !important;   
}
#profileType .modal-body a{
    width: 120px;
    height: 100px;
}

/*SMS Chat*/
.itemdiv.dialogdiv:before{
    display: none !important;
}

/*End*/
