/*
 *  Document   : avcrm.css
 *  Author     : AVCRM Developments
 *  Description: The override stylesheet for ProUI Theme
 *
 *  Structure (with shortcodes):
 *      (#m01mls) MAIN LAYOUT
 *      (#m02hds) HEADER
 *      (#m03mcs) MAIN CONTENT
 *      (#m04bos) BOOTSTRAP OVERWRITE/EXTEND STYLES
 *      (#m05ths) THEME
 *      (#m06hes) HELPERS
 *      (#m07res) RESPONSIVE
 *      (#m08rts) RETINA
 *      (#m09cus) CUSTOM
 */


 /*
=================================================================
(#m01mls) MAIN LAYOUT
=================================================================
*/

.themed-background-dark{
    background-color: #0d4c7b;
}

.themed-background-rpa, .table-featured.rpa {
    background-color: #91c73e !important;
}

.nav-tabs li.active.rpa a{
    color: #394263 !important;
}

/*
=================================================================
(#m02hds) HEADER
=================================================================
*/

a.site-logo img{
	max-height:35px;
}


.promo-content-light{
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}

header{
	background: rgba(255, 255, 255, 0.9);
}

header.header-scroll:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

header.header-scroll{
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Menu */
header nav {
    float: right;
}

.site-nav {
    background: #fff;
}


.site-nav a {
    color: #053e79;
}

.site-nav a:hover {
    color: #DDDDDD;
    background: #000000;
}

.site-nav a.btn{
    color:#fff;
}

.site-nav a.btn-primary:hover{
    background-color: #1bbae1;
    color:#fff;
}

.site-nav a.btn-success:hover{
    background-color: #7db831;
    color:#fff;
}

.site-nav a.active,
.site-nav a.active:hover,
.site-nav li.active > a {
    color: #ffffff;
    background: url('../img/template/ie8_opacity_dark_40.png');
    background: rgba(0, 0, 0, 0.4);
}

.site-nav i {
    font-size: 14px;
}

/* Submenu */
.site-nav ul a {
    color: #053e79;
}

.site-nav ul a:hover {
    background-color: #eeeeee;
    color: #053e79;
}

.site-nav ul a.active,
.site-nav ul a.active:hover {
    background-color: #454545;
    color: #053e79;
}


/*
=================================================================
(#m05ths) THEME
=================================================================
*/

.rpa-green, .rpa-green:hover{
	color: #91c73e;
}

.rpa-background{
    background-color: #f6f6f6;
	background-image: url('../img/backgrounds/rpa-green-dots.png') 
}

.rpa-white-background{
    background-color: #fff;
    background-image: url('../img/backgrounds/rpa-white-dots.png');
}

.aero-background{
    background-color: #f6f6f6;
	background-image: url('../img/backgrounds/ad-blue-dots.png');
}

.ad-white-background{
    background-color: #fff;
    background-image: url('../img/backgrounds/ad-white-dots.png');
}


.ad-border{
    background-color: #1bbae1;
}

/*
=================================================================
(#m07res) RESPONSIVE
=================================================================
*/

@media screen and (max-width: 768px) {

    .product-feature{
        display: block;
    }

    .product-feature div{
        display:block;
        float:left;
        padding:20px;
        margin-left: auto;
        margin-right: auto;
        width:100%;
    }

    div.order.pricing div.box.order-box{
        min-height: 0px; 
    }

    div.order-box div.wrap{
        min-height: 0px;
    }

}

@media screen and (max-width: 1024px) {
    .sidebar.well.affix{
        position: static;
    }

    div.order.pricing div.box.order-box{
        min-height: 670px; 
    }

    div.order-box div.wrap{
        min-height: 670px;
    }
}

@media screen and (max-width: 992px) {
    .site-nav {
        background: #053e79;
    }


    .site-nav a {
        color: #fff;
    }

    .site-nav a:hover {
        color: #053e79;
        background: #eeeeee;
    }

    .site-nav a.btn{
        color:#fff;
    }

    .site-nav a.active,
    .site-nav a.active:hover,
    .site-nav li.active > a {
        color: #ffffff;
        background: url('../img/template/ie8_opacity_dark_40.png');
        background: rgba(0, 0, 0, 0.4);
    }

    .site-nav i {
        font-size: 14px;
    }

    /* Submenu */
    .site-nav ul a {
        color: #f4f4f4;
    }

    .site-nav ul a:hover {
        background-color: #eeeeee;
        color: #053e79;
    }

    .site-nav ul a.active,
    .site-nav ul a.active:hover {
        background-color: #eeeeee;
        color: #053e79;
    }
}

.table-responsive td{
    white-space: normal !important;
}



/*
=================================================================
(#m09cus) CUSTOM
=================================================================
*/

input.subdomain{
	width: 20%;
	display: inline-block;
    text-transform: lowercase;
}

.slider.slider-horizontal {
    width: 90%;
    margin: 0 20px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
}

.slider-track, .slider-selection {
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.slider-handle {
    opacity: 1;
    width: 30px;
    height: 30px;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border: 4px solid #82d2f7;
}

.slider.slider-horizontal .slider-handle {
    margin-left: -20px;
    margin-top: -10px;
}

.slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.slider-selection {
    position: absolute;
    background-color: #82d2f7;
    background-image: none;
    background-repeat: repeat-x;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.overview-block:hover p.promo-content, .overview-block:hover{
    color: #aad178;
    cursor: pointer;
}

.ad-overview-block:hover p.promo-content, .ad-overview-block:hover{
    color: #6ad2eb;
    cursor: pointer;
}

.product-feature{
    display: table;
}

.product-feature div{
    display:table-cell;
    vertical-align:middle;
    padding:10px;
}

.product-feature img{
    max-width:300px;
    padding:10px;
}

.product-feature-connect img{
    max-width:480px;
    padding:10px;
}


/* PRICING */

div.pricing {
}

div.pricing .priceboxes .box {
    width: 100%;
    position: relative;
}

div.pricing .priceboxes .box.popup {
    margin-top: 0px;
}

div.pricing .priceboxes .box .wrap {
    position: relative;
}

div.order.pricing div.box.order-box{
    min-height: 370px; 
}

div.order-box div.wrap{
    min-height: 370px;
}

.product-filter .btn-lg{
    padding: 15px 24px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px
}

div.overview-block:hover div.no-hover-colour
{
    color: #000000 !important;
}
