/* $Id: $ */
/****** Common styles starts ******/

.index-html,
.index-body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    color: #444;
}

.zdbrebrandlogo {
    margin: 0px auto;
    position: absolute;
    top: 8px;
    left: 14px;
    width: 155px !important;
}

.zdbrebrandlogo img {
    width: 100%;
    height: 100%;
}

#ap-copyrights {
    color:#ccc;
    width: 100%;
    font-size: 12px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.ap-copyrights-fixed {
    position: fixed !important;
    bottom: 10px;
}

/****** Common styles ends ******/

.container {
    height: 100%;
    min-height: calc(100% - 50px);
    position: relative;
}

.index-container {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.half {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.left {
    left: 0%;
    background: #fff;
    color: #2b7abc;
}

.right {
    right: 0%;
    background: #2b7abc;
    color: white;
}

.bg-dashboard {
    width: 130%;
    position: absolute;
    bottom: 0%;
}

.bg-integrations {
    width: 45%;
    position: absolute;
    right: 0%;
    bottom: -23%;
}

.ap-opts {
    position: absolute;
    top: calc( 50% - 150px);
    height: 250px;
	z-index: 10;
}

.tar {
    text-align: right;
}

.fr {
    float: right;
}

.aplus-img {
    height: 40px;
}

.bdre {
    width: 0px;
    height: 4px;
    background: #55d0bf;
}

.section-title {
    margin: 5px 0px;
    font-weight: 100;
}

.bg-white {
    background-color: white;
    color: #2b7abc;
}

.bg-green {
    background-color: #2b7abc;
    color: #fff;
}

.desc {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 300;
}

.ap-btn {
    text-align: center;
    font-size: 20px;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    padding: 12px 25px;
    margin-top: 45px;
    font-family: 'Roboto Slab', serif;
    cursor: pointer;
    font-weight: 300;
}




/****** index page styles ends ******/


/****** demo sections styles starts******/

.demo-sections {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #2C3E50;
}

.demo-sections .container {
    margin: 0px auto;
    text-align: center;
}

.title {
    margin-top: 70px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.title span {
    display: inline-block;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 100;
    opacity: 0.8;
    color: #fff;
}

.title .highlight {
    font-weight: 500;
    opacity: 1;
}

.title .title-bdre {
    width: 60px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
}

.integ-bdre {
    margin-left: 55px;
}

.db-bdre {
    margin-left: -120px;
}

.categories {
    width: 100%;
    position: relative;
    min-height: 1px;
    margin-bottom: 20px;
}

.widget {
    float: left;
    border-radius: 4px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.categories .widget:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.zrop-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    text-align: left;
}

@media all and (min-width: 400px) and (max-width: 767px) {
    .demo-sections .container {
        width: 400px;
    }
    .categories .widget {
        width: 95%;
        margin: 0px 2.5% 5%;
    }
    .demo-sections .zdbrebrandlogo {
        left: 50%;
        margin-left: -125px;
    }
    .title {
        margin-top: 50px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .demo-sections .container {
        width: 750px;
    }
    .categories .widget {
        width: 48%;
        margin: 1%;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .demo-sections .container {
        width: 970px;
    }
    .categories .widget {
        width: 48%;
        margin: 0px 1% 2%;
    }
}

@media (min-width: 1200px) {
    .demo-sections .container {
        width: 1180px;
    }
    .categories .widget {
        width: 31.3%;
        margin: 0px 1% 30px;
    }
}




/****** Integration section styles starts ******/

.integ-category .widget {
    height: 225px;
    padding: 20px 20px;
    position: relative;
}

.integ-category .zrop-link {
    text-align: center;
    font-weight: 300;
}

.sprite-img {
    background: url(/zrop/demo/images/sprite-zroplanding3.png) no-repeat;
}

.categories .zrop-img {
    height: 60px;
    margin: 0px auto;
    display: block;
}

#integ-category1 .zrop-img {
    background-position: -74px 0px;
    width: 54px;
}

#integ-category2 .zrop-img {
    background-position: -154px 0px;
    width: 62px;
}

#integ-category3 .zrop-img {
    background-position: -231px 3px;
    width: 50px;
    opacity: 0.8;
}

#integ-category4 .zrop-img {
    background-position: 0px -67px;
    width: 49px;
}

#integ-category5 .zrop-img {
    background-position: 0px 2px;
    width: 44px;
}

#integ-category6 .zrop-img {
    background-position: -142px -68px;
    width: 54px;
}

.categories .zrop-logo {
    margin: 0 auto;
    display: block;
    height: 56px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
}

#integ-category1 .zrop-logo {
    background: url(/zrop/demo/images/sdp.png) no-repeat center;
}

#integ-category2 .zrop-logo {
    background: url(/zrop/demo/images/sdp_msp.png) no-repeat center;
}

#integ-category3 .zrop-logo {
    background: url(/zrop/demo/images/scp.png) no-repeat center;
}

#integ-category4 .zrop-logo {
    background: url(/zrop/demo/images/opm.png) no-repeat center;
}

#integ-category5 .zrop-logo {
    background: url(/zrop/demo/images/apm.png) no-repeat center;
}

#integ-category6 .zrop-logo {
    background-position: 0px -366px;
    width: 266px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.zrop-title {
    display: inline-block;
    padding-top: 10px;
    line-height: 22px;
}

.mtop-btmList {
    margin-top: 60px;
}




/****** Integration section styles ends ******/


/****** Live Dashboards section styles starts ******/

.db-category .widget {
    padding: 10px;
    height: 355px;
    border: 1px solid rgba(255, 255, 255, .3);
    position: relative;
}

.db-category .category {
    position: absolute;
    bottom: 10px;
    padding: 14px 8px 14px 0px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    width: calc(100% - 20px);
}

.dropdown .category,
.all-category {
    font-weight: bold;
    padding: 10px !important;
}

.db-category .category img {
    margin-right: 10px;
    margin-top: 5px;
    width: 12px;
}

.db-category .widgets {
    display: block;
    width: 100%;
    height: 365px;
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
}

.dropdown {
    position: absolute;
    top: 41px;
    right: 1.1095%;
    z-index: 1;
    padding: 5px;
    width: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    cursor: pointer;
    display: none;
}

.dropdown .select-category {
    display: block;
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    border-left: 2px solid #fff;
}

.dropdown .toggled-categories .select-category:hover,
.selected {
    background-color: #01bfa5;
    color: white;
}

.Dashboard-title {
    font-size: 24px;
    display: inline-block;
    margin-top: 5px;
    float: left;
    font-weight: 400;
}

.reports {
    margin-top: 0px;
    height: 200px;
    width: 100%;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.reports img {
    width: 100%;
    height: 100%;
}

.report-title {
    margin: 20px 0 8px 0;
    font-size: 18px;
    font-weight: 500;
}

.descr {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

.db-category-title {
    width: 100%;
    display: block;
    height: 38px;
    margin-bottom: 30px;
}

.center {
    display: inline-block;
}

.btn {
    padding: 10px 30px;
    font-weight: 500;
    cursor: pointer;
    background-color: #01bfa5;
    margin: 25px auto 30px;
}

.operations {
    width: 100%;
    margin-top: 20px;
    height: 45px;
    text-align: right;
    padding: 1.1%;
}

.opts {
    display: inline-block;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    padding: 7px;
    border: 1px solid #6b7884;
    cursor: pointer;
}

.search {
    position: relative;
    top: 0px;
    background: #2C3E50 url('/zrop/demo/images/search.png') no-repeat center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.filter {
    background: url('/zrop/demo/images/filter.png') no-repeat center;
}

.operations .bg-white {
    background: #fff url('/zrop/demo/images/filter-black.png') no-repeat center;
}

.remove {
    background: #fff url('/zrop/demo/images/remove.png') no-repeat center;
}

#search-input {
    padding: 5px 10px;
    position: absolute;
    right: 53px;
    height: 28px;
    font-size: 12px;
    width: 0px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    border: none;
    box-shadow: none;
}

.no-results {
    margin-top: 30px;
    font-weight: 900;
    font-size: 20px;
    display: none;
}

.toggled-categories {
    background-color: white;
    color: #000;
    display: none;
    padding: 10px;
}

.dropdown .category {
    position: relative;
}

.toggle-category {
    position: absolute;
    right: 0px;
    top: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 17px;
    height: 15px;
    width: 30px;
    font-weight: bold;
}

.arrow-up {
    -webkit-transform: rotate(90deg) scaleX(0.5);
    -moz-transform: rotate(90deg) scaleX(0.5);
    -o-transform: rotate(90deg) scaleX(0.5);
    -ms-transform: rotate(90deg) scaleX(0.5);
    transform: rotate(90deg) scaleX(0.5);
}

.arrow-down {
    -webkit-transform: rotate(270deg) scaleX(0.5);
    -moz-transform: rotate(270deg) scaleX(0.5);
    -o-transform: rotate(270deg) scaleX(0.5);
    -ms-transform: rotate(270deg) scaleX(0.5);
    transform: rotate(270deg) scaleX(0.5);
}

.filter-selected {
    border-left: 2px solid #01bfa5 !important;
}

@media all and (min-width: 400px) and (max-width: 767px) {
    .db-category-title {
        padding: 1% 2.5%;
    }
    #search-input {
        top: 5.5px;
    }
    .toggleWidth {
        width: 335px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .db-category-title {
        padding: 1%;
    }
    #search-input {
        top: 9.5px;
    }
    .toggleWidth {
        width: 688px !important;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .db-category-title {
        padding: 1%;
    }
    #search-input {
        top: 11.5px;
    }
    .toggleWidth {
        width: 905px !important;
    }
    .operations {
        padding: 1%;
    }
}

@media (min-width: 1200px) {
    .db-category-title {
        padding: 1%;
    }
    .toggleWidth {
        width: 1113px !important;
    }
    #search-input {
        top: 14px;
    }
}

.zrop-personalized-demo {
	position: absolute;
	right: 20px;
	top: -20px;
}
.zrop-personalized-demo .bg-green {
	color: #ffffff;
	background: none;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 3px;
}
.zrop-personalized-demo .bg-green:hover {
    color: #f0f0f0;
    border-color: #f0f0f0;
}
@media only screen  and (min-width : 1824px) {
    .ap-opts {
        zoom: 1.5;
    }
}

/****** Live Dashboards section styles ends ******/


/****** demo sections styles ends ******/