﻿
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - About        			   */
/*   05 - Features                 */
/*   06 - FAQs		               */
/*   07 - Clients                  */
/*   08 - Call to Action           */
/*   09 - Footer         		   */
/*   10 - Scroll to Top	   		   */
/*   11 - Trial Page	   		   */
/*   12 - Module/Solution Pages	   */
/*   13 - Contact Us	   		   */
/*   14 - Dashboard 	   		   */
/*   15 - Form Pages	   		   */

/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

@font-face{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('/fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('/fonts/Lato-Semibold.ttf') format('truetype'),
         url('/fonts/Lato-Semibold.svg') format('svg');
}

@font-face{
    font-family: 'Lato';
    font-style: italic;
    font-weight: 600;
    src: url('/fonts/Lato-SemiboldItalic.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Lato-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('/fonts/Lato-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
         url('/fonts/Lato-SemiboldItalic.ttf') format('truetype'),
         url('/fonts/Lato-SemiboldItalic.svg') format('svg');


}

/*------------------------------------------*/
/*	 Page banner styles
/*------------------------------------------*/

.keep-scroll{
    overflow-y: scroll;
}

.customer-portal-banner{
    background: url('../img/parallax_bg/WorldMapIconsBlue.jpg') no-repeat;
    background-color: #e3e3e3;
}

#page-banner{
    margin-top: 84px;
	padding-top: 116px;
	padding-bottom: 30px;
	position: relative;
    overflow: hidden;
    font-family: "lato";
    height: 426px;
    background-position: center center;
	background-repeat: no-repeat;
	background-color: #e3e3e3;
    color: white;
}

#page-banner.customer-portal-banner{
    padding-top: 35px;
    height: 210px;
}

#page-banner.customer-portal-banner .page-banner-container{
    min-height: 145px;
    padding-top: 21px;
}

#page-banner.customer-portal-banner .page-banner-container h1 {
    margin-top: 8px;
    margin-bottom: 15px;
}

.line-height-fix{
    line-height: 0px;
}

.page-banner-container{
    min-height: 215px;
    background-color: rgba(46, 76, 130, 0.9);
    margin: 0 5px;
    padding: 51px 15px 0px 15px;
}

.page-banner-container div{
    display: inline-block;
}

.page-banner-container img{
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.page-banner-container h1{
    font-size: 36px;
    margin-bottom: 21px;
    margin-top: 5px;
}

.page-banner-container p{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.customer-request-banner{
    background-color: rgb(46, 76, 130);
    margin-top: 84px;
    overflow: auto;
}

.customer-request-banner h1{
    color: #fff;
    font-size: 20px;
    margin: 10px 0px;
}

.customer-request-banner h1 span{
    font-size: 18px;
    font-weight: 300;
}

.wider-columns > [class*=col-]{
    padding-right: 0px;
    padding-left: 0px;
}

/*------------------------------------------*/
/*	 Modal dialog styles
/*------------------------------------------*/

.modal{
    overflow-y: hidden;
}

.modal-dialog{
    transform: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
}

.modal-content{
    width: 600px;
    margin: 0 10px;
    margin-bottom: 100px;
    overflow-x: hidden;
}

.modal-open{
    overflow-y: hidden;
}

.modal-header{
    text-align: center;
    position: relative;
}

.modal-body {
    text-align: left;
    background-color: #fafafa;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.modal-text .modal-body{
    padding-top: 7px;
    padding-bottom: 13px;
}

.modal-body .form-control{
    font-size: 16px;
}

.modal-header,
.modal-footer{
    background-color: #566E99;
    color: #fff;
    margin-top: 0px;
}

.modal-footer{
    padding: 13px 20px 13px;
}

.modal-header button{
    position: absolute;
    right: 15px;
    float: none;
}

.modal .modal-dialog .modal-footer input#submit.btn,
.modal .modal-dialog .modal-footer input.btn,
.modal .modal-dialog .modal-footer a.btn{
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 1.5px;
    background-color: #fff;
    color: #000;
    /*min-width: unset;*/
    min-width: 66px;
    transition: none;
}

.modal .modal-dialog .modal-footer input#submit.btn:hover,
.modal .modal-dialog .modal-footer input.btn:hover,
.modal .modal-dialog .modal-footer a.btn:hover{
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.modal .modal-dialog .modal-footer .btn:nth-child(2){
    margin-left: 12px;
}

.modal .modal-dialog .modal-body label{
    font-size: 16px;
    font-weight: normal;
    color: #616161;
}

#whatsNewLink{
    position: absolute;
    right: 28.5%;
    top: 15px;
    cursor: pointer;
    transition: none;
}

#whatsNewLink:hover{
    color: #4d86db;
}

#whatsNewLink img{
    margin-right: 5px;
    vertical-align: -1px;
}

#whatsNew .modal-content{
    width: 800px;
}

#whatsNew .modal-body{
    height: 40vh;
}

#whatsNew .modal-body .fake-textbox{
    height: calc(40vh - 20px);
}

#whatsNew ul{
    list-style: disc;
    list-style-position: outside;
    margin-left: 30px;
    margin-bottom: 5px;
}

#whatsNew ul ul{
    margin-left: 40px;
    list-style: circle;
    list-style-position: outside;
}

/*------------------------------------------*/
/*	 Session Timeout Modal
/*------------------------------------------*/

#extendSessionDialog .modal-body{
    text-align: center;
}

/*------------------------------------------*/
/*	 Rich textbox
/*------------------------------------------*/

.reToolBar a{
    box-sizing: initial;
}

/*------------------------------------------*/
/*	 Other
/*------------------------------------------*/

.custom-tooltip-parent {
    position: relative;
    display: none;
}

.custom-tooltip{
    position: absolute;
    bottom: 33px;
    width: 110%;
    background-color: #E7E7E7;
    /*box-shadow: 0px 1px 0px 1px rgba(0,0,0,.5);*/
    color: #000000;
    margin: 0px;
    padding: 5px;
    font-weight: normal;
    line-height: 1.5em;
    border: 2px solid red;
    border: 2px solid #9F9F9F;
    border-radius: 0px;
    white-space: normal;
    z-index: 1031;
}

.custom-tooltip.issue-1{
    border-color: #D55;
}

.custom-tooltip:before{
    content: "";
    border: solid 13px transparent;
    border-bottom-color: red;
    border-bottom-color: #9F9F9F;
    border-bottom-width: 13px;
    border-top: none;
    position: absolute;
    bottom: -14px;
    left: 10%;
    margin-left: -13px;
    width: 0;
    height: 13px;
    z-index: 1;
    transform: rotate(180deg);
}

.priority-alert{
    color: #d44;
}

#RequestFormBody .priority-alert{
    position: absolute;
    top: 60px;
    left: 30px;
    display: none;
}

#viewRequestForm .priority-alert{
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    display: none;
}

.custom-tooltip.issue-1:before{
    border-bottom-color: #D55;
}

.custom-tooltip img{
    vertical-align: -5px;
}

.gray-text{
    color: #a9a9a9;
    font-weight: normal;
}

#maintenancePopUp{
    text-align: center;
    position: fixed;
    bottom: 3px;
    left: 0px;
    right: 0px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(#fff, #ededed);
    border: 1px solid black;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
}

#maintenancePopUp .icon-box{
    background: linear-gradient(#9EBFEA, #5B7CA7);
    width: 8%;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

#maintenancePopUp #messageText{
    width: 85%;
    display: inline-block;
    white-space: pre-wrap;
    text-align: center;
    padding: 10px;
}

#maintenancePopUp .exit-pop-up{
    width: 7%;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 19px;
    color: #888;
    background: linear-gradient(#fdfdfd, #e7e7e7);
}

#maintenancePopUp .exit-pop-up:hover{
    background: linear-gradient(#f8f8f8, #dfdfdf);
    color: #666;
}

#priorityDialog .modal-body,
#severityDialog .modal-body{
    padding-top: 10px;
    padding-bottom: 20px;
}

#priorityDialog .modal-body .fake-textbox,
#severityDialog .modal-body .fake-textbox{
    height: 305px;
}

#priorityDialog .modal-body .fake-textbox ol,
#severityDialog .modal-body .fake-textbox ol{
    padding-left: 20px;
}



input[type=text], input[type=email], textarea {
	color: #444;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* hide-over-styles are display: block; in responsive.css at the correct media queries.*/
.hide-over-767{
    display: none;
}

.hide-over-480{
    display: none;
}

body{
    font-family: "lato";
}

.owl-carousel p{
    display: inline-block;
}

.underline{
    text-decoration: underline;
}

.owl-carousel{
    cursor: -webkit-grab;
}
 
#content-wrapper {
    overflow-x: hidden;
}

.center-image{
    display: block;
    margin: 0 auto;
}

html form input[disabled]{
    cursor: default;
}

/* Buttons */

.vim-btn{
    background-color: #383e46;
    color: white;
}

.vim-btn:hover{
    background-color: #3771de;
    color: white;
}

.btn-border-btm{
    text-align: center;
    background-color: #3963b3;
    border: none;
    border-bottom: 3px solid #3a5696;
    height: 34px;
    line-height: 27px;
    color: #2B58AD;
    font-family: "lato";
    font-weight: 700;
    border-radius: 1.5px;
    padding: 2px 8px;
    cursor: pointer;
}

.btn-border-btm:hover:not(.disabled){
    background-color: #4076db;
    border-bottom: 3px solid #3d69bf;
    color: #fff;
}

.white-btn.btn-border-btm{
    background-color: #f9f9f9;
    color: #000;
    border-bottom: 3px solid #f0f0f0;
    box-shadow: #e1e1e1 0px 0px 0px 1px;
}

.white-btn.btn-border-btm:hover:not(.disabled){
    background-color: #fff;
    border-bottom: 3px solid #f5f5f5;
    color: #000;
}

.btn-border-btm.plus-btn-20{
    background: url("../img/icons/customerPortal/NewAddBlue_20.png") #3963b3 no-repeat 8px 50%;
    padding-left: 36px;
    padding-right: 0px;
}

.btn-border-btm.plus-btn-20:hover:not(.disabled){
    background: url("../img/icons/customerPortal/NewAddBlue_over_20.png") #4076db no-repeat 8px 50%;
}

.btn-border-btm.minus-btn-20{
    background: url("../img/icons/customerPortal/CircleXRed_20.png") #f9f9f9 no-repeat 8px 50%;
    padding-left: 36px;
    padding-right: 0px;
}

.btn-border-btm.minus-btn-20:hover:not(.disabled){
    background: url("../img/icons/customerPortal/CircleXRed_over_20.png") #fff no-repeat 8px 50%;
}

.btn-border-btm.disabled{
    opacity: 0.25;
    filter: grayscale(100%);
    cursor: default;
    background-color: #d9d9d9 !important;
    border-color: #d0d0d0 !important;
}

.footer-btn{
    border-radius: 0;
    padding: 6px 30px;
    margin-right: 25px;
    margin-top: 7px;
}

.footer-btn:focus{
    color: white;
}

@media(max-width: 767px){
    .none-less-xs{
        display: none !important;
    }
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h4b, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #4d86db;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
} 

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-top: 6px;
	margin-bottom: 40px;
}

.titlebar h2 {
	color: #000;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 5px;
    font-size: 36px;
}

.titlebar h2 strong {
	font-weight: 900;
}

.titlebar p {
	color: #000;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */ 


/*------------------------------------------*/
/*	 Header
/*------------------------------------------*/

/* newly added */
#header { margin-bottom: -20px; }


/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 16px 0px 18px 0px;
    transition: none;
} 

/*------------------------------------------*/
/*	 Navigation Icons   
/*------------------------------------------*/

.hover-images-container{
    position: relative;
}

.hover-image-2 {
    opacity: 0;
    position: absolute;
    left: 0;
}

.hover-images-container:hover .hover-image-1{
    opacity: 0;
}

.hover-images-container:hover .hover-image-2{
    opacity: 1;
}

/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

@media(min-width: 768px){
    .dropdown:hover > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
     }
}




#nav-sub-menu {
	margin-top: 65px;
}

.bkgd-white {
	background-color: #ffffff !important;
}

.bkgd-off-white {
    /*background-color: #f6f6f6 !important;*/
	background-color: #e7e7e7 !important;
}

 
.navbar {
	background-color: #f0f0f0;
	border-bottom: 1px solid #ddd;
    min-height: 69px;
}

.navbar-nav > li > a {
	color: #1e3f7d;
    display: block;
	padding: 0 12px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 66px;
}

.navbar-nav > li > a:hover {
	background: none;
	color: #4188c6;
}

/* 
    Background of selected navigation item here
*/
.navbar-nav > li > a.selected-nav {
	/*background-color: #e7e7e7;*/
    border-color: #428bca;
	color: #3969c2;
	font-size: 17.2px;
    border-bottom-width: 3px;
}

.dropdown-menu > li > a.selected-nav{
    background-color: #e7e7e7;
    border-bottom: none;
}

.navbar-nav > li > a.selected-nav:hover {
	color: #4188c6;
}

/* =============================================================
    Newly added CSS selectors for menu 
   ============================================================= */

.login-icon{
    margin-bottom: 2px;
}

.caret{
    margin-left: 0;
    margin-bottom: 4px;
}

.log-in-welcome{
    text-align: center;
    font-size: 12px;
    font-family: "lato", sans-serif;
    color: gray;
    padding: 6px 0px;
    z-index: 1;
    position: relative;
}

#URLLogin{
    line-height: 55px;
}

#navigation-menu a{
    transition: color 0s;
}

.navbar-nav > li > .dropdown-menu{
    border-top: 3px solid #428bca;
    margin-top: -3px;
}

.dropdown-menu > li > a {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.dropdown-menu > li > a:focus{
    color: #1e3f7d;
    background-color: transparent;
}

/*
    background of open context menu here
*/
.nav .open > a{
    border-color: transparent !important;
    background-color: #e7e7e7 !important;
}
/*
    Top menu fill animation
*/
#navigation-menu .nav > li > a:before{
    content: "";
    background-color: #eaeaea;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: top 0.25s ease-in-out;
    z-index: -1;
}

#navigation-menu .nav > li > a:hover:before{
    top: 0px;
}

/* Context menu fill animation */

.dropdown-menu > li > a:before{
    content: "";
    background-color: #eaeaea;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 100%;
    bottom: 0px;
    transition: right 0.25s ease-in-out;
    z-index: -1;
}

.dropdown-menu > li > a:hover:before{
    right: 0px;
}

/* Center badge */

.badge-align{
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center;
    align-items: center;
}

.badge{
    background-color: #aaa;
    padding: 3px 5px 4px 5px;
    font-size: 9px;
    line-height: 7px;
    margin-left: 2px;
}

.menu-less-padding > a{
    padding: 0 8px !important;
}

.menu-less-right-padding > a{
    padding-right: 9px !important;
}

/* Full screen fixes */
@media(min-width: 768px){
    /* Blue line on top of border fix*/
    #navigation-menu > .nav{
        margin-bottom: -1px;
    }
    /* Center context menu below its menu option */
    .navbar-nav.dropdown-menu{
        left: 50%;
        transform: translate(-50%, 0);
        right: auto;
    }
    .dropdown-menu > li > a {
        width: 100%;
    }

    .dropdown-menu > li{
        width: 100% !important;
    }


}

/* ====================================================================== 
    Custom side menu
   ====================================================================== */

.dropdown-submenu{
    position: relative;
}

.dropdown-submenu .dropdown-menu{
    left: 99%;
    top: 0;
    transform: none;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
	margin: 15px 30px 9px 0;
    background-color: transparent;
	border: 2px solid #444;
}

.navbar-toggle .icon-bar {
	background-color: #444;
	height: 2px;
}


/* ==========================================================================
   03. Home Page
   ========================================================================== */
 

/*------------------------------------------*/
/*	  Home Banner
/*------------------------------------------*/

.particles-container{
    position: absolute;
    top: 50px;
    left: calc(50% - 600px);
    right: calc(50% - 600px);
    bottom: 50px;
    overflow: visible;
}

.particles-js-canvas-el{
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
}

.logo-animation{
    animation: slideUp 2s ease-in-out 0s infinite alternate;
    display: inline-block;
}

.front-logo{
    position: absolute;
    top: 129px;
    left: calc(50% - 465px);
}

.front-logo img{
	vertical-align: initial;

}
  
#home-banner {
	margin-top: 84px;
	padding-top: 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 548px;
	background-image: url('../img/parallax_bg/floatingPhoneIcons03.jpg');
	background-position: center center;
	background-repeat: no-repeat;	
	background-color: #06112a;
    overflow: hidden;
}


.top-left {
	margin-bottom: 25px;
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 31px;
}

.bottom-right strong {
    font-weight: 500;
    font-size: 24px;
}

.bottom-right{
	font-size: 22px;
	color: white;
	font-weight: 300;
    bottom: 69px;
    right: 0;
    position: absolute;
    text-align: right;
}

.banner-container{
	height: 465px;
    margin-top: 50px;
    position: relative;
    overflow: visible;
}


#home-banner .titlebar {
	margin-bottom: 40px;
}

#home-banner h4, #module-accordions h4, #about-3 h4  {
	font-weight: 700;
	margin-bottom: 20px;	
}

/*------------------------------------------*/
/*	  Scroll Down button
/*------------------------------------------*/

#scrollDownContainer {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.scrollDownButton {
	margin: 0 auto;
	width: 42px;
	height: 42px;
	background-color:rgba(151, 164, 191, 0.25);
	background-color: transparent;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	transition: all 150ms linear;
}


.scrollDownArrow {
	width: 42px;
	height: 42px;
	background: url('../img/icons/Arrow_White_Down.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:rgba(151, 164, 191, 0.0);
    cursor: pointer;
    animation: none;
    opacity: 0.3;
}

.scrollDownArrow:hover{
    animation: bounceIn2 4.2s infinite;
}

.arrowBounce{
    animation: slightBounce 1.2s linear 1s infinite;
    animation-play-state: running;
}

.arrowBounce:hover{
    animation: none;
}

/*------------------------------------------*/
/*	  Text below banner (Improve productivity, collaboration, efficiencies)
/*------------------------------------------*/

.features-text {
	font-size: 25px;
    margin-top: 3px;
    padding-bottom: 30px;
    color: #444;
}

.features-text > div{
    font-size: 24px;
    display: inline-block;
    margin-left: 21px;
}

.features-text span{
    font-size: 23px;
}




/*------------------------------------------*/
/*	 Module Accordions
/*------------------------------------------*/

.schedule-icon{
    content: "";
    background: url("../images/VimBiz_Windows.png");
    background-size: 40px;
    background-repeat: no-repeat;
    width: 58px;
    height: 40px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.engineering-icon{
    content: "";
    background: url("../images/VimBiz_Web.png");
    background-size: 40px;
    background-repeat: no-repeat;
    width: 58px;
    height: 40px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.rentals-icon{
    content: "";
    background: url("../images/VimBiz_Mobile.png");
    background-size: 40px;
    background-repeat: no-repeat;
    width: 58px;
    height: 40px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.discrepancies-icon{
    content: "";
    background: url("../img/icons/VimBiz_Discrepancies_40.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    width: 58px;
    height: 40px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.accordion-title-c h3{
    display: inline-block;
    line-height: 0px;
    font-weight: 900;
    
}

.accordion-container {
    padding-left: 1px;
    padding-right: 11px;
	font-size: 17px;
}

.accordion-container:last-child {
    padding-right: 1px;
}

.header-text {

	font-size: 37px;
	font-weight:bold;
	color: #0f244b;
	padding-bottom: 15px;
}

#module-accordions {
	padding-top: 30px;
	padding-bottom: 40px;
}

.accordion-tab {
	width: 100%;
	display: block; 
	float: left; 
	padding: 0; 
	margin: 4px 0; 	 
    border: 3px solid #d5d7de; 
    height:400px;
}


.accordion-title-c {
	/*color: #113967;*/
    color: #1e3f7d;
    transition: none;
	border-bottom: 3px solid #d5d7de; 
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	line-height: 28px;
	padding: 22px 40px 14px 15px;
	margin-bottom: 20px;
	text-decoration: none;
	display: block;
	/*cursor: pointer;*/
	background: rgba(230, 230, 230, 1.0) ;
		
}

/*.accordion-title-c:hover { 
    color: #4373b3;
	background: rgba(232, 232, 232, 0.88) ; 
}*/

/*------------------------------------------*/
/*	  Accordion Dropdown
/*------------------------------------------*/

.accordion li div { 
	background: #fff;
	line-height: 22px;
	padding: 15px 0px 0px; 
	margin-bottom: 0px;
	display: block;
	clear: both;
	float: left;
}

.learn-more-button a {
	background: #fff !important;
	margin-top: 5px;
	display: inline-block; 
	font-size: 16px;
	font-weight: 700;
	color: #2a5d96;
    border-bottom: 3px solid #d5d7de;
    font-family: 'Lato', sans-serif;
    transition: none;
}

.learn-more-button a:hover { 
    color: #4188c6;
    border-color: #509cde;
}


/* --  New Button for Learn More text link  -- */
.learn-more-button2 a {
	padding: 0 0 0 0;
	display: inline; 
	font-size: 13px;
	font-weight: 700;
	color: #3761ae;
}

.learn-more-button2 a:hover { color: #3771de; text-decoration: underline; }


.accordion-subtitle {
	cursor: default;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #151515;
}

.accordion-body {
	cursor: default; 
	color: #101010;
}

/*------------------------------------------*/
/*	  Quote
/*------------------------------------------*/


#quote_holder {
	height: 255px;
	min-height: 255px;
	
}

#quote_holder2 {
	margin-top: -1px;
}

.quote-author-avatar {
	width: 80px !important;
	height: 80px;

}


#quote-title {
	height: 61px;
	font-weight: 500;
	font-size: 22px;
}


.quote-text {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 800;
	line-height: 32px;

	background: rgba(232, 232, 232, 1.0);
    border-left: none;
    color: rgba(70, 80, 90, 1.0);
    font-style: italic;

    margin: 0 0 10px 0;
    padding: 28px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 3px 5px rgba(182, 196, 209, 1.0);
    -moz-box-shadow: 2px 3px 5px rgba(182, 196, 209, 1.0);
    box-shadow: 2px 3px 5px rgba(182, 196, 209, 1.0);
}

.quote-text:before {
    border: 14px solid transparent;
    z-index: 3;
    border-top-color: #e6e6e6;
    
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px;
}

.quote-text:after {
    border: solid 14px transparent;
    z-index: 2;
    border-width: 18px;
    border-top-color: rgba(182, 196, 209, 0.7);
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px;
}

.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}

.quote-text p {
    color: #214874;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.quote-text a:hover {
    text-decoration: none;
}

.flexslider .slides img { 
    margin-right: 15px;
    margin-left: 6px;
    width: 75px;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
    color: #214874;
	font-size: 18px;

}

.quote-author {
    display: inline-block;
    font-size: 16px !important;
    line-height: 65px !important;
 
}


/*------------------------------------------*/
/*	 Watch VIDEO Button
/*------------------------------------------*/

#watch-video-button{
	margin-top: 25px;
	margin-bottom: 31px;
	max-width: 100%;
	height: auto;
	width: auto;
	width: auto\9; /* ie8 */

}



/*------------------------------------------*/
/*	 VIDEO Holder 
/*------------------------------------------*/

#video-1 {
	border-top: 1px solid #ddd;
	padding-top: 35px;
	padding-bottom: 60px;
}

#video_holder {
    margin: 20px auto 40px;
    width: 75%;
}
	

#video_holder p {
	margin-bottom: 30px;

}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/ 

.video-block {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: 0;
}



/* ==========================================================================
   05. FEATURES
   ========================================================================== */

#features { 
	background-image: url('../img/parallax_bg/features_bkg4.jpg');
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: auto;

}

.row-is-flex-bottom{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-items: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 
#features {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #e7ebf4;
}

#features .row{
	background: rgba(220, 220, 220, 0.75);
}

/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
	background: rgba(192, 199, 210, 1.0);
	margin-bottom: 50px;
	padding: 5px;
    width: 100%;
    position: relative;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
    background-color: #666;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: calc(50% - 32px);
    border-radius: 30px;
    color: #FFF;
    font-size: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-items: center;
    font-family:"GLYPHICONS Halflings";
}

/* Icons control */

#feature_1 > .feature-box-icon > div{
    padding-left: 18px;
    font-size: 28px;
}

#feature_2 > .feature-box-icon > div{
    padding-left: 15px;
}

#feature_3 > .feature-box-icon > div{
    padding-left: 14px;
}

.feature-box-icon > .fa-pie-chart{
    padding-left: 17px;
}

.feature-box-icon > .fa-dollar{
    padding-left: 22px;
}

.feature-box-icon > .fa-address-card{
    padding-left: 15px;
    font-size: 28px;
}

.feature-box-icon .fa-warning{
    padding-left: 15.5px;
    padding-bottom: 1px;
}

.feature-box-icon .fa-comments{
    padding-left: 15px;
    padding-bottom: 2px;
    font-size: 32px;
}

.feature-box-icon .fa-credit-card-alt{
    padding-left: 15px;
    padding-top: 0px;
    font-size: 24px;
}

.feature-box-icon .fa-dropbox{
    padding-left: 14.5px;
    font-size: 32px;
}

.feature-box-icon .fa-list-alt{
    padding-left: 15.5px;
    padding-top: 0.5px;
}

.feature-box-icon .fa-cube{
    padding-left: 17px;
    padding-bottom: 1px;
}


/*------------------------------------------*/
/*	  Feature Box Content
/*------------------------------------------*/

.feature-box-content {
    background: rgba(240, 240, 240, 1.0);
	padding-top: 8px;
	top: 50%;
	padding-left: 70px;
    padding-right: 5px;
	min-height: 116px;
    width: 100%;
}

.feature-box-content h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

/*------------------------------------------*/
/*	  Feature Box Carousel
/*------------------------------------------*/

.features-button{
    background-color: #EEE;
    color: #888;
    font-size: 32px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 36%;
    z-index: 1000;
    cursor: pointer;
}

.features-button:hover {
    background-color: #888;
    background-color: #3969c2;
    color: #EEE;
}

.features-next{
    right: -25px;
}

.features-button.features-next:after{
    font-family: fontAwesome;
    content: "\f105";
    padding-left: 2px;

}

.features-prev{
    left: -25px;
}

.features-button.features-prev:after{
    font-family: fontAwesome;
    content: "\f104";
    padding-right: 2px;
}

 
/* ==========================================================================
   07. CLIENTS
   ========================================================================== */

 
#clients {
	padding-top: 65px;
	padding-bottom: 50px;
	border-top: 1px solid #ddd;
}	

#clients-titlebar {
	position: relative;
}

#quote_holder{
    width: 70%;
}

/*------------------------------------------*/
/*	 Clients Carousel Navigation
/*------------------------------------------*/

.customNavigation {
	display: inline-block;
	position: absolute;
	top: 40px;
	right: 20px;
}

.customNavigation .btn {
	padding: 4px 10px;
}

.customNavigation i {
	font-size: 20px;
	color: #fff;
}

/* New Client Feedback */ 
#clientFeedback {
	margin-top: 60px;
}
  


/* ==========================================================================
   08. CALL TO ACTION
   ========================================================================== */

#download-info { 
	background-image: url('../img/parallax_bg/call_to_action_bkg6.jpg'); 
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: auto;
    padding-top: 120px;
	padding-bottom: 120px;
	
	background-color: #e7ebf4;
}

#download-info .row{
	background: rgba(170, 170, 170, 0.75);
}


.download-info-box-bkgd {
	background: rgba(192, 199, 210, 1.0);
    margin: 25px auto;
	padding: 5px 5px 5px 5px;
}



.download-info-box {
	background: rgba(240, 240, 240, 1.0);
	padding: 15px 5px 5px 5px;
}


#download-info h2 {
	color: #000;
	font-size: 40px;
	font-weight: 400;
	padding: 0 2%;
	margin-bottom: 15px;
}

#download-info p {
    color: #000;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 0 1%;
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*	  Demo Button
/*------------------------------------------*/

.demo-button{
    background-color: #3963b3;
    border-bottom: 3px solid #3a5696;
    display: inline-block;
    border-radius: 1px;
    margin: 5px 0px;
    padding: 15px 20px 15px 20px;
    color: #fff;
    font-size: 23px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
	text-decoration: none;
}

.demo-button:hover{
    background-color: #4076db;
    border-color: #3d69bf;
}

   
/* ==========================================================================
   09. FOOTER
   ========================================================================== */
 
#footer {
	background-color: #1A1E23;
	padding: 60px 0 40px;
    bottom:0;
    position:relative;
    width:100%;
}   
  
/*------------------------------------------*/
/*	 Footer Navigation 
/*------------------------------------------*/  

.footer-nav li {
	float: left;
	padding: 5px 10px 10px;
}

.footer-nav li a {
	color: #999;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.footer-nav li a:hover {
/*	color: #428bca;  */
	color: #3771de;
	text-decoration: underline;
	
}

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/  

#footer_copy p {
	color: #666;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	margin-left: 10px;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

#footer_icons {
	margin: 4px 0;
}

.footer-socials {
	display: inline-block; 
}

.footer-socials li {
	float: left;
	width: auto !important;
    vertical-align: top;
    clear: none !important;
	line-height: 70px;
}

.foo_social {
    width: 34px;
    height: 34px;
	text-align: center;
	color: #1a1e23;
	font-size: 18px;
    line-height: 34px;
	margin: 0 5px;
	background-color: #999;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-twitter:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-google-plus:hover {background-color: #cd1111;color: #f8f8f8;}
.ico-linkedin:hover {background-color: #015886;color: #f8f8f8;}
.ico-dribbble:hover {background-color: #d92d84;color: #f8f8f8;}
.ico-instagram:hover {background-color: #beb3a8;color: #f8f8f8;}
.ico-pinterest:hover {background-color: #ac281a;color: #f8f8f8;}
.ico-dropbox:hover {background-color: #008ad2;color: #f8f8f8;}
.ico-skype:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-youtube:hover {background-color: #cd1b20;color: #f8f8f8;}
.ico-tumblr:hover {background-color: #3a5976;color: #f8f8f8;}
.ico-vimeo:hover {background-color: #00adee;color: #f8f8f8;}
.ico-flickr:hover {background-color: #d2d2d2;color: #f8f8f8;}
.ico-github:hover {background-color: #222;color: #f8f8f8;}
.ico-renren:hover {background-color: #364a83;color: #f8f8f8;}
.ico-vk:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-xing:hover {background-color: #015f5e;color: #f8f8f8;}
.ico-weibo:hover {background-color: #be4443;color: #f8f8f8;}
.ico-rss:hover {background-color: #ff6600;color: #f8f8f8;}

#footer_contact{
    text-align: right;
}

/* ==========================================================================
   11. DEMO PAGE
   ========================================================================== */


/*------------------------------------------*/
/*	 Download Section
/*------------------------------------------*/

#download{
    position: relative;
}

.demo-fix{
    font-size: 17px !important;
}

.demo-fix #clients{
    border-top: none;
}

.download-container{
    margin-top: 84px;
	padding-top: 20px;
	padding-bottom: 15px;
	min-height: 426px;
	background-image: url('../img/parallax_bg/BusinessManHandsVimBizLaptop.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #3a4769;
}

.black-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    background-color: #1a2639;
    opacity: 0.82;
}

.download-text{
    margin-bottom: 20px;
    color: white;
    font-family: "Lato";
    text-align: center;
    margin-top: 35px;
}

.download-text h1{
    font-size: 32px;
}

.download-text p {
    margin-top: 32px;
    font-size: 21px;
    font-weight: 300;
}

.form-container{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #888;
    padding: 23px 30px;
    max-width: 330px;
    margin: 35px auto 0px auto;
    text-align: center;
}

.form-container img{
    margin: 0 auto 16px auto;
    display: block;
}

@media(max-width: 768px){
    .download-text{
        margin-top: initial;
    }

}




/*------------------------------------------*/
/*	 Modules Section
/*------------------------------------------*/


.modules-container {
    margin-top: 34px;
    padding-bottom: 30px;
    min-height: 304px;
    font-family: lato;
}

#modules h2{
    text-align: center;
    margin-bottom: 45px;
}

.module{
    text-align: center;
    max-width: 285px;
    margin: 0 auto;
}

.module img{
    display: block;

}
.module p{
    padding: 10px 5px;
    text-align: center;
}

.module a{
    color: #26599e;
    text-decoration-line: underline;
}

.module a:hover{
    color: #4188c6;
}

#modules .much-more{
    margin-top: 20px;
    margin-bottom: 30px;
}


/*------------------------------------------*/
/*	 We work with you section
/*------------------------------------------*/

#work-with{
    position: relative;
    overflow: hidden;
}


.grey-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    background-color: #192b48;
    opacity: 0.8;
}

.work-with-container{
	padding-top: 116px;
	padding-bottom: 30px;
	min-height: 448px;
	background-image: url('../img/parallax_bg/PeopleThree_ScreenVimBiz2.jpg');
	background-position: 0% 78%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #3a4769;
    color: white;
}

.work-with-container .row div:first-child{
    margin-top: 30px;
}

/*------------------------------------------*/
/*	 Leading edge tech
/*------------------------------------------*/

.leading-tech-container{
    margin-top: 84px;
    padding-bottom: 50px;
    font-family: lato;
    border-bottom: 1px solid #ddd;
}

.leading-edge-text{
    margin-top: 40px;
}

/*------------------------------------------*/
/*	 Sign up
/*------------------------------------------*/

#sign-up{
    position: relative;
}

.sign-up-container{
	padding-top: 116px;
	padding-bottom: 30px;
	min-height: 392px;
	background-image: url(../img/parallax_bg/GirlSmiling_MobileDevice_Office.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #3a4769;
    color: white;
}

.sign-up-text{
    font-size: 30px;
    text-align: center;
    color: white;
    margin-bottom: 60px;
}

.sign-up-button{
    background-color: #1d3a6a;
    width: 289px;
    height: 55px;
    line-height: 14px;
    font-size: 19px;
    font-family: "Lato";
    border-radius: 5px;
    padding: 20px 50px;
    display: block;
    margin-top: 50px;
    margin: 50px auto 0 auto;
    text-align: center;
    color: white;
}

.sign-up-button:hover{
    background-color: #0058ae;
    color: white;
}

/* ==========================================================================
   12. MODULE (SOLUTION) PAGES
   ========================================================================== */

/*------------------------------------------*/
/*	 Banner classes
/*------------------------------------------*/

#solution-banner{
    margin-top: 84px;
	padding-top: 116px;
	padding-bottom: 30px;
	position: relative;
    overflow: hidden;
    font-family: "lato";
    height: 426px;
    background-position: center center;
	background-repeat: no-repeat;
	background-color: #e3e3e3;
    color: white;
}

.solution-banner-container{
    min-height: 215px;
    background-color: rgba(46, 76, 130, 0.9);
    margin: 0 5px;
    padding: 50px 15px 0px 15px;
}

.solution-banner-container img{
    margin-right: 30px;
    float: left;
    vertical-align: top;
}

.solution-banner-container h1{
    font-size: 36px;
    margin-bottom: 21px;
    margin-top: 5px;
}

.solution-banner-container p{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.01em;
    overflow: hidden;
}

/*------------------------------------------*/
/*	 Solution Info classes
/*------------------------------------------*/

#solution-info{
    margin-top: 50px;
    margin-bottom: 60px;
}

.tagline{
    margin-bottom: 40px;
}

.tagline h2{
    font-size: 28px;
    margin-bottom: 15px;
    padding-left: 74px;
    min-height: 64px;
    display: flex;
    align-items: center;
}

.sub-modules{
    line-height: 0px;
    margin-top: auto;
    margin-left: 5px;
    font-size: 16px;
}

.sub-modules p{
    display: inline-block;
    color: #727272;
}

.sub-modules a{
    content: "";
    background: #e5e5e5 url("../img/icons/modules/CardSlot_16.png") 10px 50% no-repeat;
    min-width: 150px;
    height: 22px;
    border-bottom: 3px solid #bac2d5;
    display: inline-block;
    transition: none;
    text-align: center;
    font-size: 13px;
    color: #203e7c;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px;
    margin-left: 10px;
    line-height: 20px;
}

.sub-modules a:hover{
    background-color: #3963b3;
    border-color: #3a5696;
    color: white;
}


.solution-info-list li{
    font-size: 15px;
    padding-left: 50px;
    margin-bottom: 15px;
    color: #5D5D5D;
}

.solution-info-list li .list-content{
    transform: scale(1);
    transform-origin: top left;
    transition: transform linear 0.15s, color linear 0.15s;
    width: 95%;
    display: inline-block;
}

.solution-info-list li .list-title{
    color: #000;
    font-size: 21px;
    font-weight: 700;
}
.solution-info-list li:hover .list-content{
    transform: scale(1.08);
    color: #000;
}

.solution-info-list li .list-content.hovered{
    transform: scale(1.08);
    color: #000;
    transition: transform linear 0.15s, color linear 0.15s;
}

.solution-info-list li .list-content ul li{
    color: inherit;
}

.list-content:after, 
.nested-list-content ul li:last-child:after{
    font-family: FontAwesome;
    content: "\f00e";
    opacity: 0.4;
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
    transition: opacity linear 0.15s;
    font-weight: 100;
}

.list-content.nested-list-content:after,
.list-content.hovered:after,
.list-content.hovered ul li:after{
    content: none;
}

.solution-info-list > li:hover > .list-content:after, 
.solution-info-list > li:hover > .list-content ul li:after{
    opacity: 0;
}

#solution-info .page-1 > img, #solution-info .page-2 > img{
    margin: 0 auto;
}

#solution-info > .container > .row:nth-child(2),
#solution-info > .container > .row:nth-child(3){
    margin-bottom: 40px;
}


/*------------------------------------------*/
/*	 Scheduling Solution
/*------------------------------------------*/

.scheduling-banner{
    background-image: url('../img/parallax_bg/BusinessDeskiPadCalendar.jpg');
	background-color: #e3e3e3;
}

.scheduling .tagline h2{
    background: url("../img/icons/modules/Calendar_64.png") no-repeat;
}

/* ===================== Page 1 icons =====================*/

.scheduling .solution-info-list.page-1 li:nth-child(1) {
    background: url('../img/icons/modules/Calendar_Clock.png') no-repeat;
}

.scheduling .solution-info-list.page-1 li:nth-child(2) {
    background: url('../img/icons/modules/Calendar_ExclamationMark_32.png') no-repeat;
}

.scheduling .solution-info-list.page-1 li:nth-child(3) {
    background: url('../img/icons/modules/Calendar_DiamondColors.png') no-repeat;
}

.scheduling .solution-info-list.page-1 li:nth-child(4) {
    background: url('../img/icons/modules/Calendar_Checkmark.png') no-repeat;
}

.scheduling .solution-info-list.page-1 li:nth-child(5) {
    background: url('../img/icons/modules/Calendar_FlagRed_32.png') no-repeat;
}

.scheduling .solution-info-list.page-1 li:nth-child(6) {
    background: url('../img/icons/modules/Calendar_DocDollarSign.png') no-repeat;
}

/* ===================== Page 2 icons =====================*/

.scheduling .solution-info-list.page-2 li:nth-child(1) {
    background: url('../img/icons/modules/Calendar_People.png') no-repeat;
}

.scheduling .solution-info-list.page-2 li:nth-child(2) {
    background: url('../img/icons/modules/Calendar_HouseQuestionMark.png') no-repeat;
}

.scheduling .solution-info-list.page-2 li:nth-child(3) {
    background: url('../img/icons/modules/Calendar_HandCard.png') no-repeat;
}

.scheduling .solution-info-list.page-2 li:nth-child(4) {
    background: url('../img/icons/modules/Calendar_32.png') no-repeat;
}

.scheduling .solution-info-list.page-2 li:nth-child(5) {
    background: url('../img/icons/modules/Calendar_CameraEye.png') no-repeat;
}

.scheduling .solution-info-list.page-2 li:nth-child(6) {
    background: url('../img/icons/modules/Calendar_Report_32.png') no-repeat;
}

/*------------------------------------------*/
/*	 Rentals Solution
/*------------------------------------------*/

.rentals-banner{
    background-image: url('../img/parallax_bg/Bkgd_EquipmentRentals.jpg');
	background-color: #e3e3e3;
}

.rentals .tagline h2{
    background: url("../img/icons/modules/ReturnClock_64.png") no-repeat;

}

/* ===================== Page 1 icons =====================*/

.rentals .solution-info-list.page-1 li:nth-child(1) {
    background: url('../img/icons/modules/ReturnClock_Calendar_32.png') no-repeat;
}

.rentals .solution-info-list.page-1 li:nth-child(2) {
    background: url('../img/icons/modules/ReturnClock_ExclamationMark_32.png') no-repeat;
}

.rentals .solution-info-list.page-1 li:nth-child(3) {
    background: url('../img/icons/modules/ReturnClock_Barcode_32.png') no-repeat;
}

.rentals .solution-info-list.page-1 li:nth-child(4) {
    background: url('../img/icons/modules/ReturnClock_CardboardBox_32.png') no-repeat;
}

/* ===================== Page 2 icons =====================*/

.rentals .solution-info-list.page-2 li:nth-child(1) {
    background: url('../img/icons/modules/ReturnClock_RubiksCube_32.png') no-repeat;
}

.rentals .solution-info-list.page-2 li:nth-child(2) {
    background: url('../img/icons/modules/ReturnClock_Pallet_32.png') no-repeat;
}

.rentals .solution-info-list.page-2 li:nth-child(3) {
    background: url('../img/icons/modules/ReturnClock_Briefcase_32.png') no-repeat;
}

.rentals .solution-info-list.page-2 li:nth-child(4) {
    background: url('../img/icons/modules/ReturnClock_Report_32.png') no-repeat;
}

/*------------------------------------------*/
/*	 Engineering Solution
/*------------------------------------------*/

.engineering-banner{
    background-image: url('../img/parallax_bg/EngineerLaptopServer.jpg');
	background-color: #e3e3e3;
}

.engineering .tagline h2{
    background: url("../img/icons/modules/CameraGears_64.png") no-repeat;
}

/* ===================== Page 1 icons =====================*/

.engineering .solution-info-list.page-1 li:nth-child(1) {
    background: url('../img/icons/modules/CameraGears_Barcode_32.png') no-repeat;
}

.engineering .solution-info-list.page-1 li:nth-child(2) {
    background: url('../img/icons/modules/CameraGears_Bubble_32.png') no-repeat;
}

.engineering .solution-info-list.page-1 li:nth-child(3) {
    background: url('../img/icons/modules/CameraGears_Coin_32.png') no-repeat;
}

.engineering .solution-info-list.page-1 li:nth-child(4) {
    background: url('../img/icons/modules/CameraGears_ReelPlay_32.png') no-repeat;
}

/* ===================== Page 2 icons =====================*/

.engineering .solution-info-list.page-2 li:nth-child(1) {
    background: url('../img/icons/modules/CameraGears_CardboardBox_32.png') no-repeat;
}

.engineering .solution-info-list.page-2 li:nth-child(2) {
    background: url('../img/icons/modules/CameraGears_Report_32.png') no-repeat;
}

.engineering .solution-info-list.page-2 li:nth-child(3) {
    background: url('../img/icons/modules/CameraGears_HourGlass_32.png') no-repeat;
}

.engineering .solution-info-list.page-2 li:nth-child(4) {
    background: url('../img/icons/modules/CameraGears_Calendar_32.png') no-repeat;
}

/* ===================== Page 3 icons =====================*/

.engineering .solution-info-list.page-3 li:nth-child(1) {
    background: url('../img/icons/modules/ReturnClock_RubiksCube_32.png') no-repeat;
}

.engineering .solution-info-list.page-3 li:nth-child(2) {
    background: url('../img/icons/modules/ReturnClock_Pallet_32.png') no-repeat;
}

/* ==========================================================================
   13. Services
   ========================================================================== */

/* Uses code similar to solutions, so many classes re-used */

.services-banner{
    background-image: url('../img/parallax_bg/ShakingHandsTeamOffice.jpg');
	background-color: #e3e3e3;
}

.services .tagline h2{
    background: url("../img/icons/modules/Bubbles_64.png") no-repeat;
}

.services .solution-info-list .list-content ul{
    list-style: disc;
    margin-left: 20px;
    display: inline-block;
}

.services .solution-info-list .list-content ul li{
    padding-left: 0px;
    margin-bottom: 0px;
}

/* ===================== Page 1 icons =====================*/

.services .solution-info-list.page-1 > li:nth-child(1) {
    background: url('../img/icons/modules/Bubbles_MedalGold_32.png') no-repeat;
}

.services .solution-info-list.page-1 > li:nth-child(2) {
    background: url('../img/icons/modules/Bubbles_BoxArrow_32.png') no-repeat;
}

.services .solution-info-list.page-1 > li:nth-child(3) {
    background: url('../img/icons/modules/Bubbles_Discs_32.png') no-repeat;
}

/* ===================== Page 2 icons =====================*/

.services .solution-info-list.page-2 > li:nth-child(1) {
    background: url('../img/icons/modules/Bubbles_ArrowDownGreen_32.png') no-repeat;
}

.services .solution-info-list.page-2 > li:nth-child(2) {
    background: url('../img/icons/modules/Bubbles_ChartPie_32.png') no-repeat;
}

.services .solution-info-list.page-2 > li:nth-child(3) {
    background: url('../img/icons/modules/Bubbles_Suits_32.png') no-repeat;
}

/* ==========================================================================
   14. Contact Us
   ========================================================================== */

.contact-us-banner{
    background: url('../img/parallax_bg/ContactUs_ManFingerIcons.jpg') no-repeat;
    background-color: #e3e3e3;
}

#contact-us-links h2{
    text-align: center;
    margin-top: 40px;
}

.contact-us-item-container{
    display: flex;
    justify-content: center;
    margin: 60px 0;
    flex-wrap: wrap;
}

.contact-us-item {
    margin: 0px 20px;
    max-width: 220px;
}

.contact-us-item .img-container{
    min-height: 125px;
}

.contact-us-item img{
    margin-bottom: 20px;
}

.contact-us-item a{
    color: #26599e;
    text-align: center;
    transition: none;
}

.contact-us-item a:hover{
    color: #4188c6;
}

.contact-us-item h3{
    text-align: center;
    margin-bottom: 25px;
}

.contact-us-item p{
    text-align: center;
}

#contact-us-address{
    margin-bottom: 100px;
}

#contact-us-address h2{
    margin-bottom: 15px;
}

#contact-us-address p{
    margin-bottom: 15px;
}

#contact-us-address iframe{
    width: 100%;
    height: 320px;
}

/* ==========================================================================
   15. Customer Portal
   ========================================================================== */

.dashboard #messageLabel{
    margin-top: 15px;
    margin-bottom: 0px;
}

.dashboard-item-container{
    margin-bottom: 100px;
}

.dashboard-item{
    border: 2px solid #eee;
    background-color: #fafafa;
    margin-bottom: 40px;
}

.dashboard-item h2{
    background-color: #eee;
    color: #666;
    padding: 10px 0px 10px 77px;
    min-height: 64px;
    line-height: 41px;
    margin-bottom: 0px;
    font-size: 27px;
}

.dashboard-link-container{
    margin: 15px 0px;
}

.dashboard-item a{
    color: #26599e;
    display: inline-block;
    min-height: 32px;
    line-height: 30px;
    padding-left: 45px;
    font-size: 25px;
    margin: 15px 20px;
    transition: none;
}

.dashboard-item a:hover{
    color: #4188c6;
    transition: none;
}

.log-in-welcome-dash{
    color: #a2a2a2;
    padding-left: 23px;
    display: block;
    background: url('') no-repeat;
    margin: 15px 0px 13px 14px;
}

/* Header Icons */

.admin h2{
    background: #eee URL('../img/icons/customerPortal/Gear_Gray_48.png') no-repeat 15px center
}

.support h2{
    background: #eee URL('../img/icons/customerPortal/Bubbles_Support_48.png') no-repeat 15px center
}

.files h2{
    background: #eee URL('../img/icons/customerPortal/Folder_VimDoc_48.png') no-repeat 15px center
}

/* Link icons */

#URLAccountDetails{
    background: URL('../img/icons/customerPortal/Settings_32.png') no-repeat 5px center;
}

#URLResetPassword{
    background: URL('../img/icons/customerPortal/Lock_Open_Gray_32.png') no-repeat 5px center;
}

#URLLogOutDash{
    background: URL('../img/icons/customerPortal/DoorArrow_32.png') no-repeat 5px center;
}

#URLHelp{
    background: URL('../img/icons/customerPortal/Book_QuestionMark_32.png') no-repeat 5px center;
}

#URLVideos{
    background: URL('../img/icons/customerPortal/ReelPlay_32.png') no-repeat 5px center;
}

#URLRequest{
    background: URL('../img/icons/CustomerRequests_BubblePersonYellow_32.png') no-repeat 5px center;
}

#URLWhatsNew{
    background: URL('../img/icons/customerPortal/Gift_Blue_32.png') no-repeat 5px center;
    cursor: pointer;
}

#URLContactUs{
    background: URL('../img/icons/customerPortal/LetterAt_32.png') no-repeat 5px center;
}

#URLUploadFile{
    background: URL('../img/icons/customerPortal/Doc_ArrowUpGreen_32.png') no-repeat 5px center;
}


/* ==========================================================================
   16. Form Pages
   ========================================================================== */

/*------------------------------------------*/
/*	 General
/*------------------------------------------*/

.generalForm select[data-placeholder]{
    color: #a5a5a5;
}

.generalForm label{
    line-height: 22px;
}

option{
    color: #000 !important;
}

.placeholder{
    color: #a5a5a5 !important;
    margin-left: 10px;
    animation: none;
    transition: none !important;
}

.generalForm{
    background-color: #f2f2f2;
    margin: 35px 5px 50px;
    padding: 25px 30px 20px 30px;
    border: 1px solid #C8C8C8;
}

.generalForm .btn{
    padding: 6px 0px;
    min-width: 190px;
    transition: none;
}

.generalForm .two-buttons .btn,
.generalForm.two-buttons .btn{
    min-width: 140px;
}

#viewRequestForm .generalForm.two-buttons{
    padding: 7px;
    margin-top: -3px !important;
}

.generalForm .form-group .form-control,
.modal .form-group .form-control{
    border-radius: 0px;
    border: 1px solid #cad3dc;
    border-top: 1px solid #91a5bf;
    border-left: 1px solid #91a5bf;
    box-shadow: inset 1px 1px 0px rgba(194, 198, 208, .66), 2px 2px 1px rgba(250, 250, 250, 1.0);
    transition: none;
    margin-left: calc(2.5% + 0.375px);
    
}

.generalForm .form-group .form-control:focus,
.modal .form-group .form-control:focus,
#searchFilter .form-control:focus{
    border-radius: 0px;
    border: 1px solid #cad3dc;
    border-top: 1px solid #91a5bf;
    border-left: 1px solid #91a5bf;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0px 0px 0px 1px rgba(89, 171, 235, 1);
    border-color: #66afe9;
    transition: none;
}

.generalForm .rcbFocused,
.generalForm #requestTypes:focus,
.generalForm .form-group .btn:focus,
.generalForm #status:focus{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 0px 1px rgba(89, 171, 235, 1);
    transition: none;
    border-color: #66afe9 !important;
}

.generalForm label[title]:hover,
.generalForm .best-practices-link[title]:hover,
#filters label[title]:hover{
    border-bottom: 1px dashed #717171;
    margin-bottom: 3px;
    cursor: help;
}

.generalForm .form-group label{
    color: #616161;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 4px;
    margin-left: calc(2.5% + 0.375px);
}

.generalForm .form-group label span{
    color: #2f7dff;
    font-weight: 700;
    font-size: 15px;
}

/*.generalForm .form-group label span.gray-text{
    color: #a9a9a9;
    font-weight: 400;
    font-size: 15px;
}*/

.generalForm input, 
.generalForm select, 
.generalForm textarea{
    color: #000;
    font-size: 16px;
}


.generalForm .input-group-addon{
    background-color: #e9ecef;
}

.generalForm .fa{
    color: #8f8f8f;
    margin-top: 3px;
}

.generalForm #submitBtn,
.generalForm .submit{
    background-color: #3963b3;
    color: #fff;
    font-size: 16.5px;
    margin-right: 1.25%;
}

.generalForm #submitBtn:hover,
.generalForm .submit:hover{
    background-color: #4076db;
}

.generalForm .fa.fa-lock{
    font-size: 16px;
}

.generalForm label img{
    margin-right: 3px;
}

.required-text{
    font-size: 13px;
    color: #a2a2a2;
    margin-top: 15px;
    margin-bottom: -22px;
    margin-left: 39px;
}

.required-text span{
    color: #2f7dff;
    font-weight: 700;
    font-size: 15px;
}

.error-message {
    /*color: red;*/
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block !important;
}

.success-message{
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block !important;
}

.validation-error{
    color: #2f7dff;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 0px;
    opacity: 0;
}

.generalForm .alert{
    padding: 12px 15px;
}

.generalForm a{
    color: #2d66bb;
}

.generalForm a:hover{
    color: #4d86db;
}

.generalForm #cancel,
.generalForm .cancel{
    color: black;
    padding: 6px 28px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    user-select: none;
    margin-left: 30px;
}

.generalForm #cancel:hover,
.generalForm .cancel:hover{
    border-color: #757575;
    color: #000;
}

.generalForm select{
    padding-left: 8px;
}

/*------------------------------------------*/
/*	 Contact Us
/*------------------------------------------*/

#contactForm .form-control, #contactForm textarea{
    width: 95%;
}

#contactForm #login{
    color: #2d66bb;
}

#contactForm #login:hover{
    color: #3d76cb;
}

#contactForm #message{
    min-height: 100px;
    resize: none;
    width: 97.5%;
    margin-left: 1.25%;
}

#contactForm label[for=message]{
    margin-left: 1.25%;
}


/*------------------------------------------*/
/*	 Log in
/*------------------------------------------*/

#loginFormBody .required-text{
    margin-left: 27%;
}

#loginForm.generalForm{
    width: 50%;
    margin: 35px auto 50px;
}

#loginForm.generalForm .form-group .form-control,
#loginForm.generalForm .form-group label{
    margin-left: 0px !important;
}

#loginForm #submitBtn{
    width: 100%;
    text-align: center;
    background: #3963b3 url('../img/icons/LoginArrowWhite_20.png') calc(50% - 40px) 50% no-repeat;
    font-size: 19px;
    min-height: 45px;
    margin-top: 9px;
}

#loginForm #submitBtn:hover{
    background-color: #4076db;
}

#loginForm > .form-group a{
    margin-top: 15px;
    display: inline-block;
}

#loginForm .login-link-container{
    margin: 15px 0px;
    min-height: 3px;
}

#loginForm .login-link-container div:first-child{
    display: inline-block;
    margin-bottom: 10px;
}

#loginForm .login-link-container div:last-child{
    float: right;
}

#loginForm .remember-me{
    margin-bottom: 0px;
}

#loginForm .remember-me input{
    vertical-align: -1px;
}

#loginForm .remember-me label{
    margin-left: 1px;
}



/*------------------------------------------*/
/*	 Register
/*------------------------------------------*/

.form-divide-box{
    background-color: #EAEAEA;
    border: 1px solid #D6D6D6;
    margin-bottom: 15px;
    padding: 6px;
}

#registerForm #submitBtn{
    padding-left: 25px;
   background-image: url("/img/icons/Register_DocPenWhite.png");
    background-repeat: no-repeat;
    margin-top: 5px;
    background-position: calc(50% - 33px) 43%;
}

#registerForm .form-control, #registerForm textarea{
    width: 95%;
}

#registerForm #newsletter,
#registerForm #adminFlag{
    width: initial;
    margin-top: 15px;
    vertical-align: -2px;
}

#registerForm input[type=checkbox]#newsletter,
#registerForm input[type=checkbox]#adminFlag{
    margin-left: 3%;
}

#registerForm #login{
    color: #2d66bb;
}

#registerForm #login:hover{
    color: #3d76cb;
}

#registerForm label[for=comments]{
    margin-left: 0.825%;    
}

#registerForm #comments{
    min-height: 109px;
    resize: none;
    margin-left: 0.825%;
    width: 98.5%;
}

#registerForm > .form-group a{
    margin-top: 15px;
    display: block;
}

#registerForm .already-registered{
    margin-top: 15px;
    margin-right: 1.25%;
}

/*------------------------------------------*/
/*	 Manage Account
/*------------------------------------------*/

#manageForm{
    margin-bottom: 50px;
    margin-top: 40px;
}

#manageForm .form-control{
    width: calc(95% - 0.375px);
}

#manageForm #newsletter{
    width: initial;
}

#manageForm input[type=checkbox]#newsletter,
#manageForm input[type=checkbox]#crNotifications,
#manageForm input[type=checkbox]#manager{
    margin-left: 3%;
}

#manageForm #cancel{
    margin-left: 25px;
    color: black;
    margin-right: calc(2.5% + 0.375px);
}

#manageForm #submitBtn{
    margin-right: 0;
}

#manageFormBody .row-is-flex-bottom .form-group div:first-child{
    margin-top: 3px;
}

#manageFormBody .row-is-flex-bottom .form-group div:nth-child(2){
    margin-top: 4px;
}

#manageFormBody .row-is-flex-bottom .form-group div:nth-child(3){
    margin-top: 4px;
}

#manageForm .internal-details-options{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#manageForm .internal-details-options select,
#manageForm .internal-details-options .RadComboBox{
    margin-right: 8px;
    margin-left: calc(2.5% + 0.375px);
    -ms-flex: 1;
    flex: 1;
}

#manageForm .internal-details-options .btn-border-btm{
    margin-right: 7px;
}

#manageForm .internal-details-options .btn-border-btm + .btn-border-btm{
    margin-right: 0px;
}

/*------------------------------------------*/
/*	 Forgot Password / reset password
/*------------------------------------------*/

#forgotPasswordForm.generalForm,
#resetPasswordForm.generalForm{
    width: 50%;
    margin: 30px auto 50px;
}

#forgotPasswordForm.generalForm #submitBtn,
#resetPasswordForm.generalForm #submitBtn{
    width: 100%;
    text-align: center;
    background: #3963b3 url('../img/icons/LockWhite_18.png') calc(50% - 92px) 50% no-repeat;
    font-size: 19px;
    min-height: 45px;
    margin-top: 9px;
}

#forgotPasswordForm.generalForm #submitBtn:hover
#resetPasswordForm.generalForm #submitBtn:hover{
    background-color: #4076db;
}

#forgotPasswordForm.generalForm .form-group .form-control,
#forgotPasswordForm.generalForm .form-group label,
#resetPasswordForm.generalForm .form-group .form-control,
#resetPasswordForm.generalForm .form-group label{
    margin-left: 0px !important;
}

#forgotPasswordForm #cancel,
#forgotPasswordForm .cancel,
#resetPasswordForm #cancel,
#resetPasswordForm .cancel{
    margin: 24px auto 0px;
    color: #000;
    display: block;
    width: 140px;
    min-width: 140px;
}

#forgotPasswordFormBody .required-text,
#resetPasswordFormBody .required-text{
    margin-left: 27%;
}



/*------------------------------------------*/
/*	 Request Demo
/*------------------------------------------*/

.request-demo-banner{
    background: url('../img/parallax_bg/BusinessManHandsVimBizLaptop.jpg') no-repeat;
    background-color: #e3e3e3;
    background-size: cover;
}

.requestDemo .black-overlay{
    top: 0;
    left: 0;
    z-index: 1;
}

.requestDemo .overlay-container{
    position: relative;
}

.requestDemo .page-banner-container{
    z-index: 1;
    position: relative;
}

.requestDemo #registerForm #submitBtn{
    background-image: none;
    padding-left: 0px;
}

.requestDemo #registerForm label[for=comments]{
    margin-left: 1.25%;
}

.requestDemo #registerForm #comments{
    width: 97.5%;
    margin-left: 1.25%;
}

/*------------------------------------------*/
/*	 Upload File
/*------------------------------------------*/

#uploadForm{
    text-align: center;
    margin: 50px auto;
    padding-top: 30px;
    border: 1px solid #ccc;
}

#uploadForm input[type="file"]{
    display: none;
}

.custom-file-upload, #btnUpload {
    display: block;
    padding: 6px 12px;
    cursor: pointer;
    display: inline-block;
    background-color: #2d66bb;
    color: white;
    margin: 5px auto;
}

    .custom-file-upload:hover, #btnUpload:hover {
        background-color: #3d76cb;
        color: white;
    }



#progress > table{
   margin: 0 auto;
}

/*#uploadForm #fileinput{
    background-color: #2d66bb;
    color: #fff;
}

#uploadForm #fileinput:hover{
    background-color: #3d76cb;
    color: #fff;
}*/

/*------------------------------------------*/
/*	 Customer Request
/*------------------------------------------*/

#customerRequestForm .row .col-sm-3 .form-control,
#customerRequestForm .row .col-sm-3 .RadComboBox,
#customerRequestForm .row .col-sm-3 .RadDropDownList{
    width: calc(90% - 1.125px);
}

#customerRequestForm .row .col-sm-3 .form-control,
#customerRequestForm .row .col-sm-3 label,
#customerRequestForm .row .col-sm-3 .RadComboBox,
#customerRequestForm .row .col-sm-3 .RadDropDownList{
    margin-left: calc(5% + 1.125px);
}

#customerRequestForm .row .col-sm-6 .form-control,
#customerRequestForm .row .col-sm-6 label,
#customerRequestForm .row .col-sm-6 .RadComboBox,
#customerRequestForm .row .col-sm-6 .RadDropDownList{
    margin-left: calc(2.5% + 0.375px);
}

#customerRequestForm #platformID{
    width: calc(90% - 1.125px) !important;
}

#customerRequestForm #title{
    width: calc(96.67% - 0.125px);
}

#customerRequestForm #description{
    width: 97.5% !important;
    /*min-height: 150px; (This is for Rich text box)*/
    min-height: 120px;
    height: initial !important;
    resize: none;
}

#customerRequestForm .uploadContainer{
    margin-left: 1.25%;
    margin-right: 1.25%;
}

.generalForm .form-group span.gray-brackets{
    color: #a2a2a2;
    font-weight: normal;
    font-size: 13px;
}

.generalForm .custom-file-upload{
    background: linear-gradient(to bottom, #fff, #ddd) !important;
    color: #000;
    font-size: 14px;
    padding: 6px 13px;
    border-color: #9d9d9d;
    vertical-align: top;
}

.generalForm .custom-file-upload:hover{
    border-color: #757575;
}

#submitError{
    font-weight: normal;
    margin: 0 15px;
    display: none;
}

.best-practices-link {
    cursor: pointer !important;
    font-size: 13px;
    transition: none;
}

.best-practices-link img{
    margin-left: 4px;
    vertical-align: -1px;
}

#customerRequestForm #title,
#customerRequestForm label[for=title]
{
    margin-left: calc(1.667% + 0.125px);
}

#customerRequestForm #cancel,
#customerRequestForm .cancel{
    margin-right: 1.25%;
}

#customerRequestForm #submitBtn{
    margin-right: 0;
    margin-left: 30px;
}

#customerRequestForm #description,
#customerRequestForm label[for=description]{
    margin-left: 1.25%;
}

#customerRequestForm .upload-block label{
    margin-left: 1.25%;
}

/*
    Best Practices pop up
*/

#bpDialog .modal-dialog{
    display: table;
}

#bpDialog .tab-content a{
    cursor: pointer;
}

#bpDialog .modal-dialog > div{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#bpDialog .modal-content{
    width: 767px;
    margin: 0 auto;
}

#bpDialog .modal-body{
    padding: 10px;
}

#bpDialog #bpChooseRequestType .modal-body{
    padding: 75px 20px;
    /*padding: 50px 20px;*/
}

#bpDialog .modal-footer{
    margin-top: 0px;
}

#bpDialog h3{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: -15px;
    margin-top: 9px;
}

#bpDialog label{
    margin-top: 9px;
}

#bpDialog label span{
    color: #2f7dff;
    font-weight: 700;
    font-size: 15px;
}

.bp-choice-title{
    text-align: center;
    margin-bottom: 50px;
}

.bp-choice-title h2{
    font-size: 20px;
    font-weight: 700;
}

.bp-choice-title div{
    color: #9B9B9B;
}

.bp-choice-container{
    display: -ms-flexbox;
    display: flex;
}

.bp-choice-box{
    background-color: #fff;
    border-radius: 18px;
    border: 1px solid #E4E4E4;
    flex: 1;
    margin: 0 25px;
    cursor: pointer;
    text-align: center;
    min-height: 100px;
    position: relative;
}

.bp-choice-box a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: center;
    padding: 13px 0px;
    font-weight: 700;
    transition: none;
    color: #2d66bb;
}

.bp-choice-box:hover a{
    color: #4d86db;
}

.bp-choice-box:hover{
    background-color: #f5f5f5;
}

.fake-textbox{
    border: 1px solid #66AFE9;
    height: 285px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 6px 5px 0px 5px;
    color: #000;
}

.fake-textbox a {
    word-break: break-all;
}
.fake-textbox img{
    width: 100%;
}

.fake-textbox p:last-child{
    margin-bottom: 0px;
}

/*------------------------------------------*/
/*	 View Request
/*------------------------------------------*/

.save-delay-box{
    /*background-color: #fff;
    position: fixed;
    text-align: center;
    top: calc(50% - 100px);
    left: calc(50% - 150px);
    height: 150px;
    width: 300px;
    display: block;
    font-size: 20px;*/ 
}

#customListLink{
    position: absolute;
    right: 15px;
    z-index: 1;
}

.save-delay-box span{
    font-size: 14px;
    color: #a9a9a9;
}

.save-delay-box .modal-body{
    text-align: center;
}

#view-request .form-group{
    margin-bottom: 12px;
}

#view-request .required-text{
    font-size: 13px;
    color: #a2a2a2;
    margin-top: 5px;
    margin-bottom: -26px;
    margin-left: 39px;
}

#view-request #approveBtn{
    background-color: #0cbf56!important;
    border-bottom: 3px solid #1c944e;
    color: #fafafa;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    display: inline-block;
    padding: 4px 8px;
    margin-right: 30px;
    border-radius: 2.5px;
}

#view-request #approveBtn:hover{
    background-color: #0dd45f!important;
    border-bottom: 3px solid #1fa456;`
}

#view-request #approveBtn img{
    vertical-align: -4px;
    margin-right: 6px;
}

#view-request #approveBtn.disabled{
    opacity: 0.33;
    cursor: default;
    pointer-events: none;
}

#view-request #approveBtn.disabled:hover{
    background-color: #0cbf56 !important;
    border-bottom: 3px solid #1c944e;
}

#view-request .required-text{
    margin-left: -3px !important;
}

#viewRequestForm label[title]{
    color: #616161;
}

#viewRequestForm .form-group .form-control,
#viewRequestForm .form-group label
{
    margin-left: 0px !important;
}

#viewRequestForm #description{
    resize: none;
    min-height: 122px;
}

#viewRequestForm > .row > [class*=col-]{
    padding: 0px;
}

#viewRequestForm .generalForm{
   padding: 15px 22px 0px;
   margin-top: 0 !important;
   background-color: #F2F2F2;
   margin: 25px 0px 0px;
}

#viewRequestForm .form-group[class*=col-]{
    padding-left: 6px;
    padding-right: 6px;
}

#viewRequestForm .form-control{
    padding: 4px 8px 5px 9px;
}

#devApproved{
    display: none;
}

.custom-checkbox{
    display: block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #cad3dc;
    border-top: 1px solid #91a5bf;
    border-left: 1px solid #91a5bf;
    box-shadow: inset 1px 1px 0px rgba(194, 198, 208, .66), 2px 2px 1px rgba(250, 250, 250, 1.0);
}

/*.generalForm .file-chosen{
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    min-height: 44px;
    margin-bottom: 15px;
    max-height: 320px;
    margin: 10px 0;
}*/

.generalForm #attachmentsContainer.file-chosen {
    min-height: 44px;
    max-height: 320px;
    padding-top: 21px;
    overflow-y: scroll;
}

.generalForm .attachment-legend{
    float: right;
    line-height: 22px;
    font-size: 13px;
}

.generalForm .attachment-legend div{
    display: inline-block;
    color: #a2a2a2;
}

.generalForm .attachment-legend div:last-child{
    margin-left: 15px;
    margin-right: 2px;
}

.generalForm .file-chosen .attachment-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    /*border-bottom: 1px solid black;*/
}

.generalForm .file-chosen .attachment-row > div{
    display: inline-block;
    overflow: hidden;
    text-align: center;
    /*border: 1px solid #999;*/
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.generalForm .file-chosen .attachment-row > div > a{
    text-wrap: normal;
    word-break: break-all;
    font-size: 13px;
}

.generalForm .file-chosen .attachment-row > div > div{
    word-break: break-all;
    font-size: 13px;
}

.generalForm .attachment-headers{
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #999;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    z-index: 2;
    background-color: #eeeef0;
}

.generalForm .attachment-headers > div{
    border-right: 1px solid #999;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 0;
    overflow: hidden;
}

.generalForm .attachment-headers > div:last-child{
    border-right: none;
}

.generalForm .attach-size span.gray-brackets{
    font-size: 12px;
    line-height: 0px;
}

.generalForm .uploadContainer .attach-name{
    flex: 1 1 14% !important;
}

.generalForm .uploadContainer .attach-inserted-by{
    flex: 1 1 13% !important;
}

.generalForm .uploadContainer .file-chosen .attachment-row .attach-inserted-date > div{
    word-break: break-word;
    font-size: 12px;
}

.generalForm .file-chosen .attachment{
    background-color: #e5e5e5;
    padding: 7px 12px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 18px;
    margin-top: 10px;
}
.generalForm .file-chosen .remove-attachments{
    color: #2a5d96;
    padding: 7px 12px;
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
}

.generalForm .file-chosen label{
    color: #2d66bb !important;
    margin-top: 6px;
    font-size: 10px;
    user-select: none;
    min-width: 46px;
}

[id*=downloadLink] img{
    margin-right: 5px;
    margin-left: 0px;
    vertical-align: -1px;
}

.x-remove:before{
    font-family: WebComponentsIcons;
    width: .71428571em;
    content: "\e11b";
    display: inline-block;
    color: #fb4202;
    margin-right: 3px;
    text-decoration: none;
}

.undo{
    padding-left: 7px;
    cursor: help !important;
    border: none !important;
}

.undo:before{
    font-family: FontAwesome;
    width: .71428571em;
    content: "\f0e2";
    display: inline-block;
    color: #3d76cb;
    margin-right: 3px;
    text-decoration: none;
}
    
.generalForm .file-chosen label:hover{
    text-decoration: underline;
    color: #4d86db !important;
    cursor: pointer;
}

#devApproved:checked + .custom-checkbox:after{
    content: "\f00c";
    font-size: 23px;
    margin-left: 4px;
    line-height: 30px;
    font-family: FontAwesome;
}

#viewRequestForm .text-right #submitBtn{
    margin-right: 0;
}

#viewRequestForm .text-right #cancel,
#viewRequestForm .text-right .cancel{
    margin-right: 1.25%;
}

#viewRequestForm .dropzone{
    width: 100%;
}

#view-request .required-text{
    margin-left: 45px;
}

#view-request .RadUpload{
    margin-left: 0px;
    margin-right: 0px;
}

#viewRequestForm{
    margin: 15px 0px 40px;
}


#viewRequestForm .two-buttons #cancel,
#viewRequestForm .two-buttons .cancel{
    margin-right: 0;
}

#viewRequestForm .generalForm .form-control[disabled],
#viewRequestForm .generalForm #requestTypes,
#viewRequestForm .generalForm #platformID_Input,
#viewRequestForm .generalForm #status
{
    color: #000;
}

.new-note-btn-container{
    text-align: right;
    padding: 7px 5px 8px;
}

.new-note-btn{
    height: 40px;
    
    background: URL("/img/icons/customerPortal/NewAddBlue_24.png") 11% 50% no-repeat #F7F7F7;
    border-bottom: 3px solid #E1E4EC;
    color: #2B58AD;
    font-family: "lato";
    line-height: 38px;
    padding-left: 52px;
    font-size: 19px;
    cursor: pointer;
    display: inline-block;
    min-width: 15%;
    text-align: left;
    padding-right: 15px;
    font-weight: 700;
    border-radius: 1.5px;
}

.new-note-btn:hover{
    background-image: URL("/img/icons/customerPortal/NewAddBlue_24.png");
    background-color: #4076db;
    border-bottom: 3px solid #3d69bf;
    color: #fff;
}

#viewRequestForm #noteText,
#viewRequestForm #editNoteText{
    resize: none;
    min-height: 100px;
}

#viewRequestForm #requestTypes,
#viewRequestForm #status
{
    width: 100% !important;
}

#viewRequestForm .restamp-button{
    background-color: #e4e8f3;
}

#viewRequestForm .RadComboBox{
    width: 100% !important;
}

#viewRequestForm input[disabled] + label{
    background-color: #e8e8e8;
}

#customDataContainer .form-group{
    margin-bottom: 5px;
}

form .disabled{
    background-color: #e8e8e8 !important;
}

form .form-control[disabled], 
form .form-control[readonly], 
form fieldset[disabled] .form-control,
form .rcbDisabled input{
    background-color: #e8e8e8;
    cursor: default;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.empty-notes p{
    color: #a4a4a4;
    text-align: center;
}

.empty-attachments{
    color: #a4a4a4;
    margin: 20px auto;
    text-align: center;
}

#view-request .tab-content{
    margin-bottom: 10px;
}

#notes-page,
#attachments-page,
#status-history-page{
    background-color: #566E99;
    border: 1px solid #385587;
    border-top: none;
    border-right: none;
}

#viewRequestForm #notes-page label,
#viewRequestForm #attachments-page label{
    border-color: white;
}

#viewRequestForm #attachments-page .generalForm{
    background-color: transparent;
    border: none;
    padding: 15px 10px;
    margin-bottom: 0;
    height: 741px;
}

#viewRequestForm #attachments-page .generalForm label{
    color: white;
}

#viewRequestForm #attachments-page .generalForm .uploadContainer{
    background-color: #eeeef0;
    position: relative;
}

#viewRequestForm #attachments-page .generalForm .dropzone{
    height: 300px;
}

#viewRequestForm .nav-tabs + .tab-content .generalForm{
    border-top: none;
}

#detailsPage,
#settingsPage,
#detailsPage .generalForm,
#settingsPage .generalForm
{
    min-height: 392px;
}

#settingsPage h4{
    color: #616161;
    font-size: 20px;
}

#settingsPage .form-group{
    margin-bottom:  12px;
}

#settingsPage label[title]{
    color: #000;
}

#settingsPage .manage-filter a{
    color: #000;
}

#settingsPage input[type=checkbox]{
    margin-right: 4px;
}

.settings-box{
    background-color: #EAEAEA;
    padding: 6px;
    margin: 0 -5px;
    border: 1px solid #D6D6D6;
}

.settings-box select, .settings-box .RadComboBox, .settings-box .form-control{
    width: 50% !important;
    margin-bottom: 5px;
}

.settings-box .row select, .settings-box .row .RadComboBox, .settings-box .row .form-control{
    width: 100% !important;
    margin-bottom: 5px;
}

.settings-box .manage-filter{
    margin-top: 3px;
}

.settings-box .row{
    margin: 0px;
}

#viewRequestForm .settings-box .form-group[class*=col-]:first-child{
    padding-left: 0px;
}

#viewRequestForm .settings-box .form-group[class*=col-]:last-child{
    padding-right: 0px;
}

.rcbDisabled{
    background-color: #efefef;
}

.rcbDisabled label{
    font-weight: 600 !important;
}

#developmentPage .generalForm,
#internalDetailsPage .generalForm{
    min-height: 305px;
}

#nextAction.not-default{
    /*background-color: #fdffe5;*/
}

#filtersContainer .closed-container label:hover{
    margin-bottom: -1px;
}

#filtersContainer hr{
    margin-top: 7px;
    margin-bottom: 3px;
    border-color: #e5e5e5;
}

/*
    General Tabs
*/

div#content-wrapper .tab-content .generalForm{
   padding: 15px 22px 0px;
   margin-top: 0 !important;
   background-color: #F2F2F2;
   margin: 25px 0px 0px;
   border-top: none;
  
}

div#content-wrapper .nav-tabs{
    height: 35px;
}

div#content-wrapper .nav-tabs{
    border: none;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #C8C8C8;
}

div#content-wrapper .nav-tabs > li:not(:first-child){
    border-left-color: #6F84A8;
}

div#content-wrapper .nav-tabs > li:not(:last-child) {
    border-right: none;
}

div#content-wrapper .nav-tabs > li.active + li{
    border-left: none;
}

div#content-wrapper .nav-tabs > li{
    margin-bottom: 0px;
    border: 1px solid #bababa;
    border-bottom: none;
    -ms-flex: none;
    flex: none;
    min-width: 25%;
}

div#content-wrapper .nav-tabs > li > a{
    margin: 0;
    border-radius: 0;
    border: none;
    height: 100%;
    cursor: pointer;
    animation: none;
    transition: none;
    font-size: 16px;
    padding: 5px 13px;
    color: #566E99;
    background-color: #DADEE3;
}

div#content-wrapper .nav-tabs > li.active{
    border-radius: 2px 2px 0px 0px;
    position: relative;
    z-index: 1;
    margin-top: -3px;
    margin-bottom: -1px;
    background-color: #F5F6F7;
    border: 1px solid #C8C8C8;
    border-bottom-color: transparent;
    border-bottom: none;
    box-shadow: 1px 0px #9097A5;
}

div#content-wrapper .nav-tabs > li:first-child.active{
    border-top-left-radius: 0;
    box-shadow: 1px 0px #5F769E;
}

div#content-wrapper .nav-tabs > li:last-child.active{
    border-top-right-radius: 0;
    box-shadow: -1px 0px #5F769E;
}

div#content-wrapper .nav-tabs li.active > a{
    background-color: #F2F2F2;
}

div#content-wrapper .nav-tabs > li.active + li{
    border-left: none;
}

div#content-wrapper .nav-tabs > li:first-child.active{
    box-shadow: 1px 0px #9097A5;
}

div#content-wrapper .nav-tabs > li:last-child.active{
    box-shadow: 1px 0px #9097A5, -1px 0px #9097A5;
}

/*
    Request Info tabs
*/

div#content-wrapper #requestInfo .nav-tabs > li{
    min-width: 33%;
}

/*
    Request Attachments tabs
*/

div#content-wrapper #requestAttachments .nav-tabs{
    height: 35px;
}

div#content-wrapper #requestAttachments .nav-tabs a{
    color: #000;
}

div#content-wrapper #requestAttachments .nav-tabs{
    border: none;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #385587;
}

div#content-wrapper #requestAttachments .nav-tabs > li:not(:first-child){
    border-left-color: #6F84A8;
}

div#content-wrapper #requestAttachments .nav-tabs > li:not(:last-child) {
    border-right: none;
}

div#content-wrapper #requestAttachments .nav-tabs > li.active + li{
    border-left: none;
}

div#content-wrapper #requestAttachments .nav-tabs > li{
    margin-bottom: 0px;
    border: 1px solid #5F769E;
    border-bottom-color: #385587;
    border-bottom: none;
    -ms-flex: 1;
    flex: 1;
}

div#content-wrapper #requestAttachments .nav-tabs > li > a{
    background-color: #8FA0BC;
    margin: 0;
    border-radius: 0;
    border: none;
    height: 100%;
    color: white;
    cursor: pointer;
    animation: none;
    transition: none;
    font-size: 16px;
    padding: 5px 13px;
}

div#content-wrapper #requestAttachments .nav-tabs > li.active{
    background-color: #566E99;
    border: 1px solid #385587;
    border-bottom-color: transparent;
    border-bottom: none;
    border-radius: 2px 2px 0px 0px;
    position: relative;
    z-index: 1;
    box-shadow: 1px 0px #5F769E, -1px 0px #5F769E;
    margin-top: -3px;
    margin-bottom: -1px;
}

div#content-wrapper #requestAttachments .nav-tabs > li:first-child.active{
    border-top-left-radius: 0;
    box-shadow: 1px 0px #5F769E;
}

div#content-wrapper #requestAttachments .nav-tabs > li:last-child.active{
    border-top-right-radius: 0;
    box-shadow: -1px 0px #5F769E;
}

div#content-wrapper #requestAttachments .nav-tabs li.active > a{
    background-color: #566E99;
}

/*
    Navigation tab images
*/

.nav-tabs > li > a > img{
    margin-right: 2px;
    display: inline-block !important;
    vertical-align: -5px;
}

#viewRequestForm #requestInfo .nav-tabs > li > a > img{
    vertical-align: -6px;
    margin-bottom: 1px;
}

#viewRequestForm #requestInfo .nav-tabs > li:last-child > a > img,
#viewRequestForm #requestAttachments .nav-tabs > li:first-child > a > img,
#viewRequestForm #requestAttachments .nav-tabs > li:last-child > a > img{
    vertical-align: -5px;
}

/*
    Confirm Dev Approved pop up
*/

#save-dialog .modal-body{
    text-align: center;
    font-size: 16px;
}

#save-dialog .modal-body p + p{
    margin-top: 20px;
}

#save-dialog .submitBtn{
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

/*
    New Note pop up
*/

#noteDialog .modal-body,
#editNoteDialog .modal-body{
    text-align: left;
    padding-top: 7px;
    padding-bottom: 13px;
}

#noteDialog label,
#editNoteDialog label{
    color: #999;
}

/*
    Attachment pop up
*/

#attachmentImagePopup .modal-content{
    width: 1200px;
}

#attachmentImagePopup .modal-dialog .modal-body{
    overflow: auto;
    text-align: center;
    padding: 12px 5px;
    height: 60vh;
}

#attachmentImagePopup .modal-dialog label{
    display: block;
}

/*
    WhatsNew pop up
*/

/*
    Status Info pop up
*/

#statusDialog .modal-dialog{
    display: table;
}

#statusDialog .modal-dialog > div{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#statusDialog .modal-dialog .popup-legend{
    font-size: 14px;
    color: #616161;
    float: right;
}

#statusDialog h3{
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

#statusDialog .modal-content{
    width: 800px;
    margin: 0 auto;
}

#statusDialog .modal-dialog .modal-body{
    height: 60vh;
    padding-top: 15px;
}

#statusDialog .fake-textbox{
    max-height: 100%;
    width: 100%;
    height: initial;
}

#statusDialog .row h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    display: inline-block;
}

#statusDialog .row img{
    display: inline-block;
    width: auto;
    vertical-align: -2px;
    margin-right: 2px;
}

#statusDialog .row h5.blue-text{
    color: #436196;
}

#statusDialog .fake-textbox [class*=col-] > div{
    background-color: #F8F8F8;
    min-height: 100px;
    margin-bottom: 10px;
    padding: 5px;
}

/*------------------------------------------*/
/*	 Request Notes and History Section
/*------------------------------------------*/

#requestNotesList{
    overflow-y: scroll;
    height: 686px;
}

.flex-column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

#status-history-page .flex-column{
    height: 741px;
}

#logPanel{
    flex: 1;
    overflow-y: scroll;
}

.note-container,
.log-container{
    margin-bottom: 7px;
}

.note-header,
.log-header{
    background-color: #e8e8e8;
    padding: 1px 10px;
    font-size: 13px;
}

.log-header:after{
    content: '';
    clear: both;
    display: table;
}

.note-body,
.log-body{
    background-color: #fbfbfc;
    padding: 10px;
    word-break: break-word;
}

.note-body.empty-notes,
.log-body.empty-notes{
    padding: 18px;
}

.note-body p,
.log-body p{
    margin-bottom: 0px;
    white-space: pre-wrap;
    font-size: 16px;
}

.note-body.invalid-note p,
.log-body.invalid-note p{
    color: #a9a9a9;
}

.note-company-author,
.log-company-author{
    display: inline-block;
    color: #616161;
}

.note-date-time,
.log-date-time{
    float: right;
    color: #818181;
    font-size: 12px;
}

.note-date-time i,
.log-date-time i{
    margin-right: 5px;
    color: #366cd1;
    font-size: 16px;
    vertical-align: -2px;
    cursor: pointer;
}

.note-date-time time,
.log-date-time time{
    margin-left: 5px;
}

#status-history-page #searchFilter{
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 5px;
    margin-left: 5px;
}

#status-history-page #filters{
    margin-bottom: 7px;
}

#status-history-page #filtersContainer{
    padding: 10px;
}
/*------------------------------------------*/
/*	 General Dropzone code
/*------------------------------------------*/

.uploadContainer{
    border: 1px solid #D8D8D8;
    background-color: #f8f8fa;
    padding: 5px 0;
    border-radius: 3px;
}

.dropzone{
    width: 97.5%;
    margin: 7px auto;
    height: 180px;
    background-color: #fff;
    border: 2px dashed #81A4DB;
    color: #A2A2A2;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.dropzone > div{
    text-align: center;
}

.dropzone > div > div:first-child{
    font-size: 23px;
    line-height: 1.3;
}

.dropzone > div > div > span{
    color: #d4d4d4;
}

.dropzone .btn{
    padding: 3px 7px;
    color: white;
    border-radius: 3px;
    border: 1px solid #0C58E8;
    background-color: #3963b3;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
    margin-top: 6px;
    border-bottom: 3px solid #2953a3;
}

.dropzone .btn:hover{
    background-color: #4076db;
}

.dropzone-drag-over{
    border-style: solid;
    color: #818181;
}

.dropzone-drag-over div span{
    color: #c0c0c0;
}

.ruSelectWrap{
    display: none !important;
}

/* ==========================================================================
   17. Careers
   ========================================================================== */

/* .tagline is reused from solution info classes */

.careers-banner{
    background: url("../img/parallax_bg/Vimsoft_Interior_FrontDesk_Office.jpg") no-repeat;
    background-color: #e3e3e3;
}

#careers-desc .tagline h2{
    background: url("../img/icons/ServerDiscs_64.png") no-repeat;
}

#careers-desc{
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 17px;
}

#careerList a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #1e3f7d;
    font-size: 26px;
    margin-bottom: 5px;
    vertical-align: text-bottom;
}

#careerList a.collapsed:before{
    content: "\e080";
    line-height: 24px;
    padding-left: 6px;
}

#careerList a:before{
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    display: inline-block;
    background-color: #1e3f7d;
    color: #fff;
    border-radius: 12px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    padding-left: 5.5px;
    padding-bottom: 5px;
    line-height: 27px;
    margin-right: 7px;
}

#careerList a:hover{
    color: #529bda;
}

#careerList div{
    margin-left: 35px;
    margin-bottom: 10px;
    font-size: 16px;
}

#careerList .date{
    font-size: 17px;
    margin-top: 0;
}

#careerList h3{
    margin-top: 15px;
    margin-bottom: 15px;
}

#careerList ul{
    margin-left: 20px;
    margin-bottom: 10px;
}

#careerList ul > li{
    list-style-type: disc;
}

.career-text{
    margin-bottom: 30px;
}

.careers-email{
    margin-left: -4px;
}

/* ==========================================================================
   18. About Us / Vimsoft
   ========================================================================== */

.vimsoft video{
  z-index: -1;
  position: absolute;
  top: 5px;
  left: calc(50% - 960px);
}

.vimsoft-banner{
    z-index: -1;
}

#about-us{
    margin-bottom: 0px;
    margin-top: 40px;
}

.vimsoft .tagline{
    opacity: 1;
    margin-bottom: 30px;
}

.vimsoft .tagline h2{
    background: url("../img/icons/ServerDiscs_64.png") no-repeat;
}

.vimsoft p{
    margin-bottom: 20px;
}

.vimsoft{
    font-size: 17px;
}

#about-us .row{
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 10px;
}

#about-us .row:first-child{
    margin-bottom: 0px;
    background-color: transparent;
}

#about-us .row:last-child{
    margin-top: 50px;
    margin-bottom: 40px;
    background-color: transparent;
}

#about-us [class*=col-]{
    padding-right: 10px;
    padding-left: 10px;
}

#about-us h3 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
}

#mission-statement{
    margin-top: 0px;
    margin-bottom: 80px;
}

#mission-statement .row{
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 10px;
}

#mission-statement .row:first-child{
    margin-bottom: 0px;
    background-color: transparent;
}

#mission-statement .row:nth-child(2){
    margin-bottom: 10px;
    background-color: transparent;
}

#mission-statement .row:last-child{
    background-color: transparent;
}

#mission-statement [class*=col-]{
    padding-right: 10px;
    padding-left: 10px;
}

#mission-statement .mission-title{
    font-weight: 700;
    margin-bottom: 21px;
    font-size: 20px;
    margin-bottom: 10px;
}

#mission-statement .mission-content{
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
}

/* ==========================================================================
   19. News
   ========================================================================== */

#news-stories{
    margin-top: 50px;
    margin-bottom: 50px;
}

.news-banner{
    background: #e3e3e3 url("../img/parallax_bg/Megaphone_Letters.jpg") no-repeat;
}

.news-item{
    margin-bottom: 20px;
}

#news-list .news-item > a, #news-list .new-news-container > a{
    display: inline-flex;
    align-items: center;
    color: #1e3f7d;
    font-size: 26px;
    margin-bottom: 5px;
    vertical-align: text-bottom;
}

#news-list .news-item > a.collapsed:before, #news-list .new-news-container > a.collapsed:before{
    content: "\e080";
    line-height: 24px;
    padding-left: 6px;
}

#news-list .news-item > a:before, #news-list .new-news-container > a:before{
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    display: inline-block;
    background-color: #1e3f7d;
    color: #fff;
    border-radius: 12px;
    font-size: 12px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding-left: 5.5px;
    padding-bottom: 5px;
    line-height: 27px;
    margin-right: 7px;
}

#news-list .news-item > a:hover, #news-list .new-news-container > a:hover{
    color: #529bda;
}

#news-list .news-item .news-content{
    padding-left: 32px;
    padding-bottom: 10px;
    font-size: 16px;
    padding-top: 15px;
}

#news-list .date{
    font-size: 14px;
    margin-top: 0;
    letter-spacing: -0.25px;
    margin-left: 32px;
}

#news-list h3{
    margin-top: 15px;
    margin-bottom: 15px;
}

#news-list ul{
    margin-left: 20px;
    margin-bottom: 10px;
}

#news-list ul > li{
    list-style-type: disc;
}

.news-content a{
    color: #3E7CB8;
    transition: none;
}

.news-content a:hover{
    color: #529bda;
    text-decoration: underline;
}

.conf-images{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.conf-images img{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* Javascript and navigation styles */

.news-page{
    display: none;
}

.active-page{
    display: block;
}

.shift-right span, .shift-left span{
    font-weight: 700;
}

.news-nav-item{
    cursor: pointer;
    transition: all 0.15s linear;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}

.news-nav-item > span{
    min-width: 45px;
}

#news-list .news-item .new-news-container{
    display: flex;
    align-items: center;
}

#news-list .news-item .new-news{
    background-color: #999999;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
}

/* ==========================================================================
   19. Videos (Vimsoft home page)
   ========================================================================== */

.videos-banner{
    background: #e3e3e3 url("../img/parallax_bg/Megaphone_Letters.jpg") no-repeat;
}

.videos-container{
    margin-top: 50px;
    margin-bottom: 50px;
}

.video-section h2{
    background-color: #eee;
    color: #666;
    padding: 10px 0px 10px 30px;
    min-height: 64px;
    line-height: 41px;
    margin-bottom: 0px;
    font-size: 27px;
}

.video-section{
    border: 2px solid #eee;
    background-color: #fafafa;
    margin-bottom: 40px;
}

.video-list{
    margin: 20px 5px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.video-item{
    display: inline-block;
    margin: 10px 12px;
    text-align: center;
    width: 170px;
    cursor: pointer;
}

.video-item h3{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #1e3f7d;
}

.video-item .video-thumb-container{
    width: 140px;
    height: auto;
    margin: 0 auto;
}

.video-thumb-container img{
    width: 100%;
    height: auto;
}

#modal-videos{
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: 1031;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.outer-video-container{
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
}

.modal-videos-content{
    position: relative;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.modal-videos-content > div{
    margin: 0 auto;
    width: 55%;
}

#training-videos p{
    padding-left: 28px;
}



/* The Close Button */
.close-modal {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 1032;
}

.close-modal:hover,
.close-modal:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* ==========================================================================
   20. Privacy
   ========================================================================== */

.privacy-text{
    margin-top: 144px;
    margin-bottom: 50px;
}

.privacy-text p{
    margin-left: 40px;
}

/* ==========================================================================
   21. Error pages
   ========================================================================== */


.error-text{
    text-align: center;
}

.error-text p{
    font-size: 22px;
    margin-bottom: 5px;
}

#maintenanceBody .error-text p{
    margin-bottom: 0px;
}

.error-text p:last-child{
    margin-bottom: 0px;
}

.vertical-center-error{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 250px;
    height: 0px; /* Flexbox fix for IE */
}

/*------------------------------------------*/
/*	 404 - not found
/*------------------------------------------*/

/* ==========================================================================
   22. Manage Requests
   ========================================================================== */

.manageRequests .customer-request-banner{
    overflow: visible;
}

.manageRequests .customer-request-banner .container{
    position: relative;
}

.customer-request-banner #exportRequests,
.customer-request-banner div.required-text{
    vertical-align: 0px;
    position: absolute;
    right: 5px;
    top: 12px;
}

.customer-request-banner #exportRequests{
    top: 11px;
}

.customer-request-banner div.required-text{
    margin: 0;
    color: #8d9bb7;
}

.customer-request-banner div.required-text span{
    color: #8d9bb7;
}

.customer-request-banner #exportRequests > a{
    background-color: transparent;
    color: #8d9bb7;
}

.customer-request-banner #exportRequests > a:hover{
    background-color: #426094;
    color: #fff;
}

#filterLink{
    margin-top: 6px;
    margin-right: 10px;
    font-weight: 700;
    text-decoration: underline;
}

/* Manage requests search*/

#searchFilter{
    margin-right: 30px;
}

#searchFilter > .input-group-addon,
#searchFilter > input{
    border-color: #ddd;
}

#searchFilter > input{
    box-shadow: none;
}

#searchFilter .input-group-addon {
    cursor: pointer;
    background-color: #f5f5f5;
}

#searchFilter > a{
    transition: none;
    color: #777;
}

#searchFilter #searchBox{
    min-width: 170px;
}

#searchFilter a:focus{
    color: #777;
}

#searchFilter a:hover{
    color: #4d86db;
}

#filters > div{
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 17px 15px 15px 15px;
}

.filter-element{
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 2px 3px;
    display: inline-block;
    position: relative;
    min-width: 20px;
    padding-right: 15px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.filter-element:after{
    content: 'x';
    display: inline-block;
    position: absolute;
    right: 3px;
    color: red;
    line-height: 15px;
    font-weight: bold;
}
.filter-link{
    margin-bottom: 6px;
}

.filter-link a{
    font-size: 16px;
    color: #777;
    text-decoration: underline;
    display: inline-block;
    transition: none;
    margin-right: auto;
    user-select: none;
}

.filter-link a:focus{
    border: none;
    color: #777;
    text-decoration: underline;
}

.filter-link a:hover{
    color: #444;
    text-decoration: underline;
    transition: none;
}

.filter-container{
    margin: 0px 8px 6px;
}

.filter-container > div{
    display: inline-block;
    margin-right: 14px;
}

.filter-container label{
    font-weight: 600;
    user-select: none;
    padding-left: 4px;
    margin-bottom: 0px;
    vertical-align: 1px;
}

#filters > div > div:last-child .filter-container{
    padding-bottom: 0px;
}

#rememberFiltersPanel{
    float: right;
}

/* End Manage requests search*/

.new-request-btn{
    height: 50px;
    background: URL("/img/icons/customerPortal/NewAddBlue_24.png") 11px 50% no-repeat #3963b3;
    border-bottom: 3px solid #3a5696;
    color: white;
    font-family: "lato";
    line-height: 48px;
    padding-left: 45px;
    padding-right: 10px;
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    /*float: right;*/
    width: 161px;
    border-radius: 1.5px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#manage-requests #messageLabel{
    margin-top: 15px;
    margin-bottom: 15px;
}

.new-request-btn:hover{
    background-image: URL("/img/icons/customerPortal/NewAddBlue_over_24.png");
    background-color: #4076db;
    border-bottom: 3px solid #3d69bf;
}

.request-list{
    background-color: #f2f2f2;
    display: inline-block;
    width: 100%;
    position: relative;
}

.request-list .request-headers{
    border: 1px solid #C4C4C4;
    background-color: #E4E8F3;
    margin: 2px 0px;
    height: 30px;
    display: flex;
}

.request-list .request-headers div{
    border-right: 1px solid #CDD7EA;
    color: #000;
    text-transform: uppercase;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.request-list .request-headers div a{
    color: #000;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 11px;
}

.request-list .request-headers div:last-child{
    border-right: none;
}

.request-list .request-rows .request-row{
    margin: 2px 0px;
    border: 1px solid #e1e1e1;
    display: -ms-flexbox;
    display: flex;
}

/* Stupid IE fix */
.request-list .request-rows .request-row:after{
    content:'';
    min-height:inherit;
    font-size:0;
    display: block;
}

.request-list .request-rows .request-row > div{
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 1px solid #efeff1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.request-list .request-rows .request-row > div:nth-child(2n){
    background-color: #f8f8fa;
}
.request-list .request-rows .request-row > div:nth-child(2n + 1){
    background-color: #fbfbfc;
}
.request-list .request-rows .request-row > div:last-child{
    border-right: none;
}



/*------------------------------------------*/
/*	 Request Row and Header combined styles
/*------------------------------------------*/

.request-list .request-ID{
    width: 5%;
}

.request-list .request-type {
    width: 10%;
}

.request-list .request-title{
    width: 49%;
    justify-content: flex-start !important;
}

.request-list .request-status{
    width: 12%;
}

.request-list .request-status > div > div:nth-child(3){
    font-size: 12px;
    color: #9d9d9d;
}

.request-list .last-status-update-time{
    width: 12%;
    text-align: center;
}

.request-list .request-next-action{
    width: 12%;
    text-align: center;
}

.request-list .request-notes{
    width: 5%;
}

.request-list .request-priority{
    width: 7%;
}

/*------------------------------------------*/
/*	 Request Rows styles
/*------------------------------------------*/

.request-row.empty-row > div{
    flex: 1;
    text-align: center;
    min-height: 60px;
}

.request-row.empty-row > div > div{
    vertical-align: -20px;
    color: #a4a4a4;
}

.request-row .request-type > div,
.request-row .request-status > div,
.request-row .request-priority > div{
    text-align: center;
    line-height: 18px;
}
.request-row .request-priority > div {
    line-height: 16px;
}

.request-row .request-title{
    padding-left: 10px;
    padding-right: 10px;
}

.request-row .request-title a,
.request-row .request-notes a{
    color: #4975c9;
    cursor: pointer;
    font-size: 16px;
}

.request-row .request-notes div{
    font-size: 12px;
    text-align: center;
}

.request-row .request-title a:hover,
.request-row .request-notes a:hover span{
    color: #5985d9;
    text-decoration: underline;
}

.request-row .request-edit img{
    cursor: pointer;
}

/*.request-list .request-rows .request-row .request-status.next-action-customer{
    background-color: #e0f9ee;
}*/

.request-row .request-status{
    position: relative;
}

/*.request-row .request-status.customer-status::before{
    background-color: #e6e6e6;
    border: 1px #d6d6d6 solid;
}

.request-row .request-status::before{
    content: "";
    width: 36px;
    height: 24px;
    background-color: #b2c4e6;
    position: absolute;
    top: 14%;
    left: 37%;
    border: 1px #92a4c6 solid;
}*/

.request-row .request-status > div{
    color: #000;
    z-index: 1;
}

.request-notes img{
    margin-left: 5px;
    vertical-align: -4px;
}

.request-notes span span{
    vertical-align: middle;
}

.request-notes a:hover span{
    text-decoration: underline;
}

.request-row .request-cancel img{
    cursor: pointer;
}

.request-row .request-cancel img.no-cancel{
    cursor: default;
    opacity: 0.6;
}

.gray-time{
    display: inline;
    color: #a9a9a9;
}

.request-row .last-status-update-time .gray-time{
    display: inline;
    color: #a9a9a9;
    font-size: 13px;
}

.request-row .request-priority span{
    display: block;
}

.request-next-action span.not-default{
    /*padding: 2px 5px;
    background-color: #fdffe5;
    border: 1px solid #edefd5;*/
}

.request-gray-text{
    color: #a9a9a9;
    font-size: 13px;
}

/*------------------------------------------*/
/*	 Manage Requests Navigation
/*------------------------------------------*/

.manage-filter{
    display: inline-block;
    font-size: 11px;
    position: relative;
    vertical-align: 11px;
}

.closed-container label{
    font-style: italic;
    color: #777;
}

.manage-filter + .manage-filter{
    margin-left: 5px;
}

.manage-filter > a{
    color: #777777;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #fff;
    transition: all 150ms ease-in-out;
}

.manage-filter.export > a{
    border: none;
}

#searchFilter a.not-default{
    background-color: #fdffe5;
}

#filters label.not-default{
    background-color: #fdffe5;
    font-weight: 700;
} 

#filters .collapsed.not-default{
    background-color: #fdffe5;
}

.manage-filter > a:hover{
    background-color: #f0f0f0;
}

.manage-filter.not-default > a:hover{
    background-color: #f1f3d9;
}

.manage-filter.open ul{
    display: block;
}

.manage-filter.open table{
    display: table;
}

.manage-filter ul,
.manage-filter table{
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 60px;
    font-size: 14px;
    list-style: none;
    left: 50%;
    transform: translate(-50%, 0);
    right: auto;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}

.manage-filter table tbody{
    display: block;
    max-height: 295px;
    overflow-y: scroll;
}

.manage-filter table tr:first-child td{
    background-color: #F2F4FC;
}

.manage-filter table tr:first-child td:hover{
    background-color: #E6E9F5;
}

.manage-filter ul li,
.manage-filter table td{
    text-align: center;
    cursor: pointer;
    position: relative;
}

.manage-filter table td{
    text-align: left;
    white-space: nowrap;
}

.manage-filter table td input{
    cursor: pointer;
    vertical-align: -2px;
}

.manage-filter table td label{
    cursor: pointer;
    font-weight: normal;
    margin-left: 5px;
}

.manage-filter table td{
    padding: 2px 5px;
}

.manage-filter ul li a{
    color: #333;
    padding: 2px 10px;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.manage-filter ul li:hover,
.manage-filter table td:hover{
    background-color: #f0f0f0;
}

#messageLabel + .manage-nav{
    margin-top: 0px !important;
}

.manage-nav{
    position: relative;
    margin-top: 25px;
}

.manage-nav .pagination{
    margin: 0 10px 5px 0;
    float: left;
}

#manageRequestsPanel+.manage-nav{
    margin-top: 5px;
    margin-bottom: 50px;
}

#manageRequestsPanel+.manage-nav .pagination{
    float: none;
}

.request-list .page{
    display: none;
}

.request-list .active-page{
    display: block;
}

.manage-nav .shift-right span, .manage-nav .shift-left span{
    font-weight: 700;
}

.manage-nav .nav-item{
    cursor: pointer;
    transition: all 0.15s linear;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}

.manage-nav .nav-item > a,
.manage-nav .nav-item > span{
    min-width: 45px;
    text-align: center;
}

.manage-nav > div {
    width: calc(100% - 161px);
    margin-bottom: 5px;
}

#nResults{
    font-size: 12.5px;
    display: inline-block;
    float: left;
    color: #a9a9a9;
    margin-right: 10px;
    margin-top: 9px;
    min-width: 60px;
    text-align: center;
}

#nResults2{
    font-size: 12.5px;
    display: inline-block;
    color: #a9a9a9;
    margin-right: 10px;
    margin-top: 9px;
    min-width: 60px;
    text-align: center;
    vertical-align: 16px;
}

#manageRequestsPanel + .manage-nav > div{
    width: 100%;
}

/*#nResults2{
    margin-right: 0px;
}*/

.flex{
    display: inline-flex;
    flex-wrap: wrap;
}

.request-sort-desc,
.request-sort-asc{
   background-color: #EFF1F8;
}

.request-sort-desc:after, .request-sort-asc:after{
    font-family: FontAwesome;
    font-size: 10px;
    vertical-align: 1px;
}

.request-sort-desc:after{
    content: "\f078";
    
}

.request-sort-asc:after{
    content: "\f077";
}

/*
    DropDownList
*/


form .RadDropDownList{
    color: black;
    background: #fff;
    display: inline-block;
    border: none;
    border: 1px solid #cad3dc !important;
    border-top: 1px solid #91a5bf !important;
    border-left: 1px solid #91a5bf !important;
    box-shadow: inset 1px 1px 0px rgba(194, 198, 208, .66), 2px 2px 1px rgba(250, 250, 250, 1.0);
    height: 34px;
    width: 95%;
    line-height: 31px;
    position: relative;
    outline: none;
    overflow: hidden;
}

form .rddlSlide{
    position: absolute;
    z-index: 1000;
}

form .rddlList{
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

form .rddlList img,
form .RadDropDownList img{
    margin-right: 5px;
    margin-left: 10px;
    vertical-align: -4px;
}

form .rddlList li{
    padding: 5px;
    border-bottom: 1px solid #d5e0e8;
    user-select: none;
    line-height: 1.42857143;
    color: #000;
    font-size: 15px;
}

form .rddlList li input{
    display: none;
}

form .rddlList li:hover,
form .rddlList li.rddlItemHovered{
    background-color: #1e90ff !important;
    color: #fff;
}

.RadDropDownList .rddlIcon{
    position: absolute;
    right: 5px;
    top: 13px;
}

form .rddlInner{
    white-space: nowrap;
}

form .rddlFakeInput{
    font-size: 16px;

}

/*
    ComboBox
*/


form .RadComboBox{
    color: black;
    background: #fff;
    display: inline-block;
    height: 34px;
    width: 95% !important;
    line-height: 31px;
    position: relative;
    outline: none;
}

form .RadComboBox input{
    outline: none;
    cursor: default;

}

form .RadComboBox table{
    border: none;
    border: thin solid red;
    border: 1px solid #cad3dc !important;
    border-top: 1px solid #91a5bf !important;
    border-left: 1px solid #91a5bf !important;
    box-shadow: inset 1px 1px 0px rgba(194, 198, 208, .66), 2px 2px 1px rgba(250, 250, 250, 1.0);
}
/* IE fix */
form .RadComboBoxDropDown{
    position: relative;
}
/* End IE fix */

form .rcbSlide{
    position: absolute;
    z-index: 1000;
}

form .rcbScroll{
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    overflow-y: scroll !important;
}

form .rcbInput{
    width: 100%;
    border: none;
    height: 100%;
    min-height: 30px;
    cursor: default;
    padding: 0px 15px 0px 12px;
    background-color: transparent;
}

form .rcbList li,
form .rcbCheckAllItems,
form .rcbCheckAllItemsHovered{
    border-bottom: 1px solid #d5e0e8;
    user-select: none;
    line-height: 1.42857143;
    color: #000;
    font-size: 15px;
    padding: 3px 5px 3px 12px;
    min-height: 28px;
}

form .rcbList li label,
form .rcbCheckAllItems label,
form .rcbCheckAllItemsHovered label{
    padding: 8px 5px 8px 12px;
    margin: -3px -5px -3px -12px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 0px;
}

form .rcbList li label input,
form .rcbCheckAllItems label input,
form .rcbCheckAllItemsHovered label input{
    margin-right: 4px;
    vertical-align: -2px;
}

/*
form .rcbList li.rcbHovered
form .rcbCheckAllItemsHovered,*/
form .rcbList li:hover,
form .rcbScroll > div:hover{
    background-color: #1e90ff !important;
    color: #fff;
}

form .rcbList li.rcbDisabled:hover{
    background-color: #efefef !important;
    color: black;
}

form .RadComboBox tr:first-child{
    position: relative;
}

form .RadComboBox tr:first-child:after{
    content: '';
    position: absolute;
    right: 6px;
    top: calc(50% - 2px);
    color: #000;
    transition: none;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

form .RadComboBox .rcbArrowCell{
    display: none;
}

/*form .RadComboBox .rcbArrowCell.rcbArrowCellRight{
    position: absolute;
    right: 6px;
    top: calc(50% - 2px);
}

form .RadComboBox .rcbArrowCell.rcbArrowCellRight a{
    color: #000;
    transition: none;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}*/

/* RadEditor */

.generalForm .RadEditor_Default{
    background-color: transparent;
}

.generalForm .RadEditor{
    border: none;
    padding: 0px;
}

#descriptionCenter{
    border: none;
}

.generalForm #descriptionTop .reFontName{
    width: 157px;
}

.generalForm #descriptionTop .reRealFontSize{
    width: 50px;
}

.RadEditor_Default .reTool.reToolIcon span, 
.RadEditor_Default .reTool.reToolIcon:before, 
.RadEditor_Default .reDropdown, 
.RadEditor_Default .reToolText, 
.RadEditor_Default .reModes a, 
.RadEditor_Default .reDOMElement, 
.RadEditor_Default .reCustomColor, 
.RadEditor_Default .reCustomLinks a{
    color: #686868 !important;
}



/* ==========================================================================
   23. Maintenance Page
   ========================================================================== */

#maintenanceBody .gears i:first-child{
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 92px;
}

#maintenanceBody .gears i:nth-child(2){
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: reverse;
    font-size: 56px;
    vertical-align: 40px;
}

#errorBody .icons-404 i:first-child{
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 92px;
}

#errorBody .icons-404 i:nth-child(2){
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: reverse;
    font-size: 56px;
    vertical-align: 40px;
}