/* Minification failed. Returning unminified contents.
(3883,1): run-time error CSS1019: Unexpected token, found '@import'
(3883,9): run-time error CSS1019: Unexpected token, found 'url("/content/site/fonts.css")'
 */
* {
    margin: 0;
    padding: 0;
    border: none;
}
html {
    /*font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;*/
    text-shadow: #000 0px 0px 0px;
}
ul {
    list-style: none;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    font-weight: normal;
    margin: 0 0 1em 0;
}
cite, em, dfn {
    font-style: italic;
}
sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}
sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}
li, dd, blockquote {
    margin-left: 1em;
}
code, kbd, samp, pre, tt, var {
    font-size: 100%;
}
del {
    text-decoration: line-through;
}
ins, dfn {
    border-bottom: 1px solid #ccc;
}
small, sup, sub {
    font-size: 85%;
}
abbr, acronym {
    text-transform: uppercase;
    font-size: 85%;
    letter-spacing: .1em;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}
a abbr, a acronym {
    border: none;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}
a, a:link, a:visited, a:hover, a:active {     
    outline: 0;
    text-decoration: none;
}
a img {
    border: none;
    text-decoration: none;
}
img {
    border: none;
    text-decoration: none;
}
label, button {
    cursor: pointer;
}
input:focus, select:focus, textarea:focus {
    /*background-color: #FFF;*/
}
fieldset {
    border: none;
}
.clear {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
body {
    text-align: center;
}
#wrapper {
    margin: 0 auto;
    text-align: left;
}
@font-face {
    font-family:        'RobotoDraft';
    src:                url('/fonts/RobotoDraft/Regular/RobotoDraft-Regular.ttf') format('truetype'),
                        url('/fonts/RobotoDraft/Regular/RobotoDraft-Regular.woff') format('woff');
    font-weight:        normal;
}

@font-face {
    font-family:        'RobotoDraft-Light';
    src:                url('/fonts/RobotoDraft/Light/RobotoDraft-Light.ttf') format('truetype'),
                        url('/fonts/RobotoDraft/Light/RobotoDraft-Light.otf') format('opentype'),
                        url('/fonts/RobotoDraft/Light/RobotoDraft-Light.woff') format('woff');
}

@font-face {
    font-family:        'RobotoDraft-Thin';
    src:                url('/fonts/RobotoDraft/Thin/RobotoDraft-Thin.ttf') format('truetype'),
                        url('/fonts/RobotoDraft/Thin/RobotoDraft-Thin.woff') format('woff'),
                        url('/fonts/RobotoDraft/Thin/RobotoDraft-Thin.woff2') format('woff2');
}

@font-face {
    font-family:        'Helvetica';
    src:                url('/fonts/ASans/ASans.ttf') format('truetype'),
                        url('/fonts/ASans/ASans.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family:        'ProductSans';
    src:                url('/fonts/ProductSans/ProductSans-Regular.ttf') format('truetype'),
                        url('/fonts/ProductSans/ProductSans-Regular.otf') format('opentype'),
                        url('/fonts/ProductSans/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family:        'Pwchalk';
    src:                url('/fonts/Pwchalk/PWChalk.ttf') format('truetype'),
                        url('/fonts/Pwchalk/PWChalk.otf') format('opentype'),
                        url('/fonts/Pwchalk/PWChalk.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family:        'BrushHandNew';
    src:                url('/fonts/BrushHandNew/BrushHandNew.ttf') format('truetype'),
                        url('/fonts/BrushHandNew/BrushHandNew.otf') format('opentype'),
                        url('/fonts/BrushHandNew/BrushHandNew.woff') format('woff');
    font-weight: normal;
}
/*$Notifications*/
#notifications {
	top: 40px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	background: #f1f1f1;
    border-radius: 5px;
	/*-webkit-box-shadow: white 0px -1px 0px inset, rgba(0,0,0,0.5) 0px 4px 30px;
	-moz-box-shadow: white 0px -1px 0px inset, rgba(0,0,0,0.5) 0px 4px 30px;
	box-shadow: white 0px -1px 0px inset, rgba(0,0,0,0.5) 0px 4px 30px;*/
	overflow: hidden;
	position: fixed;
	z-index: 99999999;             
	max-height: 529px;
	overflow-y: hidden;
	/*text-shadow: white 0px 1px 0px;*/
	font-family: 'Raleway', sans-serif;
	/*-webkit-text-stroke: 1px transparent;*/
    text-align: left !important;
}
.notification {
	position: relative;
}
.notification {
	position: relative;
}
.notification.more {
	border-bottom: 1px solid #c1c1c1;
	-webkit-box-shadow: white 0px 1px 0px;
	-moz-box-shadow: white 0px 1px 0px;
	box-shadow: white 0px 1px 0px;
}
.notification.error {
	background: #e74c3c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.notification.error * {
	color: white!important;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 1px!important;
}
.notification.error .left:after {
	background: rgba(255,255,255,0.5)!important;
	box-shadow: rgba(0,0,0,0.4) 0px 1px 1px!important;
}
.notification.click {
	cursor: pointer;
}
.notification .hide, .modal .hide {
	position: absolute;
	display: block;
	right: 5px;
	top: 7px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	width: 12px;
	height: 12px;
	background: url(/static/images/common/icon-close.png) no-repeat;
	opacity: 0.7;
	display: none;
	text-indent: -999px;
	overflow: hidden;
    cursor: pointer;
}
.notification.error .hide, .modal.error .hide {
	background: url(/static/images/common/icon-close-w.png) no-repeat;
}
.modal .hide:before {
	position: relative;
	top: 3px;
}
.notification .hide:before, .modal .hide:before {
	content: "x";
}
.notification .hide:hover {
	opacity: 1;
}
.notification .right, .notification .left {
	width: 350px;
	height: 100%;
	float: left;
	position: relative;
}
.notification .time {
	font-size: 9px;
	position: relative;
}
.notification .right .time {
	margin-left: 10px;
	margin-top: -8px;
	margin-bottom: 10px;
	opacity: 0.4;
}
.notification .left {
	height: 100%;
	width: 30px;
	padding: 10px;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.notification .right {
	margin-left: 50px;
}
.notification .right .inner {
	padding: 5px;
}
.notification .right .inner h2 {
	padding: 0 0 3px 0;
}
.notification .left:after {
	content: '';
	background: transparent;
	/*-moz-box-shadow: white 1px 0px 0px;
	-webkit-box-shadow: white 1px 0px 0px;
	box-shadow: white 1px 0px 0px;*/
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.notification .img {
	width: 30px;
	background-size: auto 100%;
	background-position: center;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*-webkit-box-shadow: rgba(255,255,255,0.9) 0px -1px 0px inset, rgba(0,0,0,0.2) 0px 1px 2px;
	-moz-box-shadow: rgba(255,255,255,0.9) 0px -1px 0px inset, rgba(0,0,0,0.2) 0px 1px 2px;
	box-shadow: rgba(255,255,255,0.9) 0px -1px 0px inset, rgba(0,0,0,0.2) 0px 1px 2px;*/
	border: 1px solid rgba(0,0,0,0.55);
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.notification .img.border {
	box-shadow: none;
	border: none;
}
.notification .img.fill {
	top: 0px;
	margin: 0px;
	border: none;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	/*-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 0px inset, black -1px 0px 16px inset;*/
	background-color: #333;
}
.notification:first-child .img.fill {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.notification:last-child .img.fill {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.notification .left > .icon {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font: normal 40px/28px 'EntypoRegular';
	/*text-shadow: white 0px 1px 0px;*/
}
.notification.big .left > .icon {
	font-size: 60px;
	line-height: 38px;
}
.notification:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}
.notification h2 {
	font-size: 16px;
    font-weight: 600;
	margin: 0px;
}

.animated {
	-webkit-animation: 1s ease;
	   -moz-animation: 1s ease;
	    -ms-animation: 1s ease;
	     -o-animation: 1s ease;
	        animation: 1s ease;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	    -ms-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.animated.fast {
	-webkit-animation-duration: 0.4s;
		-moz-animation-duration: 0.4s;
		-ms-animation-duration: 0.4s;
		-o-animation-duration: 0.4s;
		animation-duration: 0.4s;
}

@-webkit-keyframes fadeInLeftMiddle {
	0% {
		opacity: 0.5;
		-webkit-transform: translateX(-400px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftMiddle {
	0% {
		opacity: 0.5;
		-moz-transform: translateX(-400px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInLeftMiddle {
	0% {
		opacity: 0.5;
		-ms-transform: translateX(-400px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftMiddle {
	0% {
		opacity: 0.5;
		-o-transform: translateX(-400px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftMiddle {
	0% {
		opacity: 0.5;
		transform: translateX(-400px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftMiddle {
	-webkit-animation-name: fadeInLeftMiddle;
	-moz-animation-name: fadeInLeftMiddle;
	-ms-animation-name: fadeInLeftMiddle;
	-o-animation-name: fadeInLeftMiddle;
	animation-name: fadeInLeftMiddle;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-ms-keyframes flipInX {
    0% {
        -ms-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -ms-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -ms-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -ms-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@font-face {
    font-family: 'Arial, Helvetica';
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------------------
/* VALIDATION
---------------------------------------------------------------------------*/
div.data-validation-checked, div.data-validation-required {
    margin: 4px 0 0 3px;
    padding: 0;
    float: left;
    display: none;
}

    div.data-validation-checked img {
        width: 14px;
        height: 14px;
    }

    div.data-validation-required img {
        width: 14px;
        height: 14px;
    }

/*--------------------------------------------------------------------------
/* BOXES
---------------------------------------------------------------------------*/
.box_wrapper {
    width: 100%;
    padding: 20px 0 20px 0;
}

    .box_wrapper ul li {
        clear: both;
    }
/*Error box*/
.error_t {
    background: url(/static/images/boxes/error_header.png) repeat-x;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    text-align: left;
}

    .error_t span {
        padding: 0 0 0 15px;
        font-size: 8pt;
        text-transform: uppercase;
        font-weight: bold;
        color: #FFFFFF;
    }

.error_tl {
    background: url(/static/images/boxes/error_tl.png) no-repeat;
    width: 6px;
    height: 21px;
    float: left;
}

.error_tr {
    background: url(/static/images/boxes/error_tr.png) no-repeat;
    width: 6px;
    height: 21px;
    float: right;
}

.error_b {
    background: url(/static/images/boxes/error_bottom.png) repeat-x;
    height: 5px;
}

.error_bl {
    background: url(/static/images/boxes/error_bl.png) no-repeat;
    width: 6px;
    height: 5px;
    float: left;
}

.error_br {
    background: url(/static/images/boxes/error_br.png) no-repeat;
    width: 6px;
    height: 5px;
    float: right;
}

div.error-close {
    background: url(/static/images/boxes/error-close.png) no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 3px;
    float: right;
}

    div.error-close:hover {
        background: url(/static/images/boxes/error-close-hover.png) no-repeat;
        width: 16px;
        height: 16px;
    }

.error_content {
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #AE0000;
    padding: 7px 9px 1px 9px;
    text-align: left;
    font-size: 8pt;
    color: black;
    min-height: 30px;
}

    .error_content p, .error_content b {
        padding: 2px 0 2px 0;
        margin: 0;
    }

    .error_content ul {
        padding-top: 5px;
        padding-bottom: 0;
        margin: 0;
    }

        .error_content ul li {
            list-style: none;
            background: url(/static/images/common/fat-arrow4.gif) 0 4px no-repeat;
            padding: 2px 0 4px 15px;
        }

.success_t {
    background: url(/static/images/boxes/success_header.png) repeat-x;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    text-align: left;
}

    .success_t span {
        padding: 0 0 0 15px;
        font-size: 8pt;
        text-transform: uppercase;
        font-weight: bold;
        color: #FFFFFF;
    }

.success_tl {
    background: url(/static/images/boxes/success_tl.png) no-repeat;
    width: 6px;
    height: 21px;
    float: left;
}

.success_tr {
    background: url(/static/images/boxes/success_tr.png) no-repeat;
    width: 6px;
    height: 21px;
    float: right;
}

.success_b {
    background: url(/static/images/boxes/success_bottom.png) repeat-x;
    height: 5px;
}

.success_bl {
    background: url(/static/images/boxes/success_bl.png) no-repeat;
    width: 6px;
    height: 5px;
    float: left;
}

.success_br {
    background: url(/static/images/boxes/success_br.png) no-repeat;
    width: 6px;
    height: 5px;
    float: right;
}

.success_content {
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #168D16;
    padding: 7px 9px 1px 9px;
    text-align: left;
    font-size: 8pt;
    color: black;
    min-height: 50px;
}

    .success_content p, .success_content b {
        padding: 2px 0 2px 0;
        margin: 0;
    }

    .success_content ul {
        float: left;
        margin-top: 10px;
        margin-bottom: 0;
    }

        .success_content ul li {
            list-style: none;
            background: url(/static/images/common/fat-arrow2.gif) 0 4px no-repeat;
            padding: 4px 0 4px 15px;
        }
/*simple box*/
.simple-box-wrapper {
    position: relative;
}

.simple-box-content {
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #CCCCCC;
    padding: 0 6px 0 6px;
    font-size: 8pt;
}

.simple-box-t {
    background: url(/static/images/boxes/simple-box-t.jpg);
    height: 4px;
}

.simple-box-b {
    background: url(/static/images/boxes/simple-box-b.jpg);
    height: 4px;
}

.simple-box-tl {
    background: url(/static/images/boxes/simple-box-tl.jpg);
    width: 4px;
    height: 4px;
    float: left;
}

.simple-box-tr {
    background: url(/static/images/boxes/simple-box-tr.jpg);
    width: 4px;
    height: 4px;
    float: right;
}

.simple-box-bl {
    background: url(/static/images/boxes/simple-box-bl.jpg);
    width: 4px;
    height: 4px;
    float: left;
}

.simple-box-br {
    background: url(/static/images/boxes/simple-box-br.jpg);
    width: 4px;
    height: 4px;
    float: right;
}

/*---------------------------------------------------------------
/* FACEBOX
-----------------------------------------------------------------*/

.facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    border: 0;
    padding: 0;
    margin: 15px 0 15px 0;
    z-index: 999999;
}

    .facebox .facebox-popup {
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        min-width: 450px;
        min-height: 150px;
        vertical-align: middle;
    }

        .facebox .facebox-popup .facebox-move {
            background-color: transparent;
            height: 50px;
            cursor: move;
            top: 0;
            right: 0;
            position: absolute;
            width: 143px;
            z-index: 0;
        }

        .facebox .facebox-popup .facebox-close {
            position: absolute;
            top: 5px;
            right: 20px;
            background-image: url(/static/images/plugins/close-thin.svg);
            width: 30px;
            height: 30px;
            background-size: 20px 20px;
            background-position: center center;
            background-repeat: no-repeat;
            cursor: pointer;
            z-index: 2;
        }

            .facebox .facebox-popup .facebox-close:hover {
                background-color: #eaeaea;
            }

        .facebox .facebox-popup .facebox-content {
            min-height: 150px;
            min-width: 450px;
            width: auto;
            padding: 0;
            margin: 0;
            /*overflow-x: hidden;*/
            background-color: #ffffff;
            border: 1px solid #ffffff;
            -moz-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            box-shadow: #767676 0 0 30px;
        }

            .facebox .facebox-popup .facebox-content hr {
                display: block;
                height: 0;
                margin: 5px 0 5px 0;
                padding: 0;
                border: 0;
                border-top: solid 1px #dddddd;
                border-bottom: solid 1px #ffffff;
            }

            .facebox .facebox-popup .facebox-content .facebox-loading {
                left: 47%;
                top: 47%;
                position: absolute;
            }

    .facebox .facebox-loading {
        text-align: center;
    }

        .facebox .facebox-loading img {
            margin-top: 15px;
        }

    .facebox .image {
        text-align: center;
    }

    .facebox img {
        border: 0;
        margin: 0;
    }

.facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    ;
    overflow-y: auto;
}

body.facebox_overflow {
    overflow: hidden;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: rgba(0,0,0,0.2);
    z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/*MODAL DIALOG*/

.modal-dialog {
    position: fixed;
    background-color: #ffffff;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    min-height: 40px;
    min-width: 350px;
    z-index: 999999;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 1px rgba(0,0,0,0.7);
}

    .modal-dialog .modal-close {
        background: url(/static/images/facebox/images.png) repeat-y -65px -56px;
        width: 20px;
        height: 17px;
        position: absolute;
        top: 6px;
        right: 15px;
        margin: 0;
        border: 0;
        padding: 0;
        cursor: pointer;
    }

.modal-dialog, .modal-close:hover {
    background-position: -65px -39px;
}

    .modal-dialog div.bottom {
        border-style: solid;
        border-width: 1px 0px 0px 0px;
        border-color: #999999;
        background-color: #f6f6f6;
        padding: 10px;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-radius: 0 0 6px 6px;
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -10px;
    }

.modal-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.1;
}

.responsive-modal {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.responsive-modal-header {
    background-color: #f8f8f8;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eaeaea;
    padding: 5px;
    height: 42px;
}

.responsive-modal-title {
    float: left;
    font-size: 15px;
    margin-left: 20px;
    margin-top: 11px;
}

.responsive-modal-extra {
    float: left;
}

.responsive-modal-close {
    position: absolute;
    top: 13px;
    right: 15px;
    background-image: url(/static/images/plugins/close-thin.svg);
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .responsive-modal-close:hover {
        background-color: #fff;
        /*cursor: pointer;*/
    }

.responsive-modal-content {
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.responsive-modal-loading {
    position: absolute;
    top: 50%;
    left: 50%;
}

/*----------------------------------------------------------------
/* TOOLTIPS
-----------------------------------------------------------------*/
div.input-tooltip {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 10px;
    position: absolute;
    z-index: 9999;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

/*----------------------------------------------------------------
/* GRID
-----------------------------------------------------------------*/
.grid-wrapper {
    border-style: none;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 5px 0 5px 0;
    text-align: left;
    margin: 0;
    font-size: 9pt;
}

.grid-header {
    padding: 0;
    background: #252525;
}

    .grid-header table {
        width: 100%;
        margin: 0;
        padding: 0;
    }

.grid-body {
    height: 265px;
    overflow: hidden;
}

.grid-wrapper tr.body td {
    position: relative;
}

.grid-wrapper tr.footer {
    border-style: solid;
    border-width: 0px 2px 0px 2px;
    border-color: #FFFFFF;
    background-position: #000000;
    background: #000000;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 7pt;
    height: 20px;
}

    .grid-wrapper tr.footer td {
        padding: 0 0 0 10px;
        margin: 0;
        text-align: left;
    }

        .grid-wrapper tr.footer td div.display {
            float: left;
            font-size: 7pt;
            margin: 0;
            line-height: 17px;
            padding: 0;
        }

.grid-child-header {
    padding: 0;
    margin: 0;
    table-layout: fixed; /* !!important */
}

    .grid-child-header tr th {
        padding: 0 5px 0 5px;
        margin: 0;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        font-size: 7pt;
        line-height: 20px;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #FFFFFF;
    }

        .grid-child-header tr th:last-child {
            border-right-color: #000000;
        }

        .grid-child-header tr th.header {
            background-image: url(/static/images/plugins/ad.gif);
            background-position: right center;
            background-repeat: no-repeat;
            cursor: pointer;
        }

        .grid-child-header tr th.header-sort-down {
            background-image: url(/static/images/plugins/desc.gif);
            background-position: right center;
            background-repeat: no-repeat;
            cursor: pointer;
        }

        .grid-child-header tr th.header-sort-up {
            background-image: url(/static/images/plugins/asc.gif);
            background-position: right center;
            background-repeat: no-repeat;
            cursor: pointer;
        }

.grid-table-child {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    table-layout: fixed; /* !!important */
}

    .grid-table-child tr td {
        cursor: pointer;
        color: #333333;
        text-decoration: none;
        padding: 0 5px 0 5px;
        height: 24px;
        margin: 0;
        font-size: 8pt;
        text-transform: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -moz-binding: url('/assets/xml/ellipsis.xml#ellipsis');
    }

        .grid-table-child tr td.title {
            font-weight: bold;
        }

        .grid-table-child tr td.number {
            text-align: right;
        }

        .grid-table-child tr td.time {
            text-align: center;
        }

        .grid-table-child tr td a {
            text-decoration: none;
            border: none;
            color: #333333;
        }

    .grid-table-child tr.odd {
        background-color: #FFFFFF;
    }

    .grid-table-child tr.even {
        background-color: #F2F2F2;
    }

    .grid-table-child tr.hover:hover {
        background-color: #DDDDDD;
    }

    .grid-table-child tr.no-hover td {
        cursor: default;
    }

    .grid-table-child td.paging div.text {
        text-align: center;
        margin-right: 25px;
        cursor: pointer;
    }

        .grid-table-child td.paging div.text span {
            color: #990000;
        }

    .grid-table-child td.paging {
        text-align: center;
    }

        .grid-table-child td.paging div.no-more {
            text-align: center;
            display: none;
        }

            .grid-table-child td.paging div.no-more span {
                color: #990000;
            }

        .grid-table-child td.paging div.loading {
            text-align: center;
            cursor: pointer;
            display: none;
        }

/* ---------------------------------------------------------------*/
/*PAGER*/
/* ---------------------------------------------------------------*/

table#pager-list tr td {
    border: none;
    background-color: #ffffff;
    cursor: default;
}

#pager-list ul.pages {
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
}

    #pager-list ul.pages li {
        list-style: none;
        float: left;
        border: 1px solid #ccc;
        text-decoration: none;
        margin: 0 2px 0 0;
        padding: 5px;
        cursor: pointer;
    }

        #pager-list ul.pages li:hover {
            border: 1px solid #000000;
            font-weight: bold;
        }

        #pager-list ul.pages li.empty {
            cursor: default;
        }

        #pager-list ul.pages li.dots {
            cursor: default;
            border: 0;
            padding: 0;
            margin: 0 7px 0 0;
        }

        #pager-list ul.pages li.current {
            border: 1px solid #000000;
            color: #000;
            font-weight: bold;
            background-color: #eee;
            cursor: default;
        }

        #pager-list ul.pages li.empty, #pager-list ul.pages li.pg-next, #pager-list ul.pages li.empty:hover, #pager-list ul.pages li.pg-next:hover {
            border: none;
            padding-top: 0;
            padding-bottom: 0;
            margin-top: 0;
            margin-bottom: 0;
        }

#pager-text {
    margin: 0;
    padding: 0;
    text-align: center;
    border-collapse: collapse;
    float: right;
}

    #pager-text ul.pages {
        display: block;
        border: none;
        text-transform: none;
        font-size: 8pt;
        margin: 0;
        padding: 0;
    }

        #pager-text ul.pages li {
            list-style: none;
            float: left;
            border: none;
            text-decoration: none;
            margin: 0 5px 0 0;
            padding: 0 1px 0 1px;
            cursor: pointer;
        }

            #pager-text ul.pages li:hover {
                border: none;
                text-decoration: underline;
            }

            #pager-text ul.pages li.empty {
                border: none;
                color: #808080;
                cursor: default;
                text-decoration: none;
            }

            #pager-text ul.pages li.current {
                border: none;
                color: #000000;
                font-size: 8pt;
                background-color: #ffffff;
                cursor: default;
                text-decoration: none;
            }

/*--------------------------------------------------------------
    IBUTTON
--------------------------------------------------------------*/
.ibutton-container {
    position: relative;
    height: 27px;
    cursor: pointer;
    overflow: hidden;
    /* set max width to that of sprite */
    max-width: 400px;
    /* prevent text selection */
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    /* set default width based on ON/OFF labels */
    width: 89px;
}

    .ibutton-container input {
        position: absolute;
        top: 0;
        left: 0;
        /* hide the element */
        filter: alpha(opacity=0);
        -moz-opacity: 0.0;
        opacity: 0.0;
        /* allow checking of input if visible */
        -moz-user-input: enabled !important;
    }

.ibutton-handle {
    display: block;
    height: 27px;
    cursor: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: transparent url(/static/images/plugins/ibutton-slider-default.png) no-repeat scroll 0 -27px;
    z-index: 3;
    padding-left: 3px;
    /* set default width based on ON/OFF labels */
    width: 33px;
}

.ibutton-handle-right {
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: transparent url(/static/images/plugins/ibutton-slider-default.png) no-repeat scroll 100% -27px;
    z-index: 3;
}

.ibutton-handle-middle {
    height: 100%;
    width: 100%;
    background: transparent url(/static/images/plugins/ibutton-slider-default.png) no-repeat scroll 50% -27px;
    z-index: 3;
}

div.ibutton-label-on, div.ibutton-label-off {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: inherit;
    display: block;
    height: 22px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden;
    background: transparent url(/static/images/plugins/ibutton-slider-default.png) no-repeat scroll 0 0;
}

div.ibutton-label-on {
    color: #fff;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    left: 0;
    padding-top: 5px;
    z-index: 1;
}

    div.ibutton-label-on span {
        padding-left: 8px;
    }

div.ibutton-label-off {
    color: #7c7c7c;
    background-position: 100% 0;
    text-shadow: 0 -1px 2px rgba(153, 153, 153, 0.4);
    text-align: right;
    right: 0;
    /* the off label needs to near the left edge (ideally just 5px away) 
	 * it just needs to be close enough that it won't show under the handle if dragged to the left  
	 */
    width: 95%;
}

    div.ibutton-label-off span {
        padding-right: 8px;
    }

/* create an outline when button gets focus via keyboard */
.ibutton-container label {
    cursor: inherit;
    border: 1px dotted transparent;
}

.ibutton-focus label {
    /* we must use border, since outline doesn't work in IE */
    border: 1px dotted #666 !important;
}

.ibutton-focus div.ibutton-label-on span label {
    /* use white for more contrast */
    border-color: #fff !important;
}

/* add padding to right/left so that text gets clipped before absolute edge */
.ibutton-padding-left, .ibutton-padding-right {
    position: absolute;
    top: 4px;
    z-index: 2;
    background: transparent url(/static/images/plugins/ibutton-slider-default.png) no-repeat scroll 0 -4px;
    width: 3px;
    height: 20px;
}

.ibutton-padding-left {
    left: 0;
}

.ibutton-padding-right {
    right: 0;
    background-position: 100% -4px;
}

/* change the styles of the handle when being dragged */
.ibutton-active-handle .ibutton-handle {
    background-position: 0 -108px;
}

.ibutton-active-handle .ibutton-handle-right {
    background-position: 100% -108px;
}

.ibutton-active-handle .ibutton-handle-middle {
    background-position: 50% -108px;
}

/* styles to use when the button is disabled */
.ibutton-disabled {
    cursor: not-allowed !important; /* cursor options: default or not-allowed */
}

    .ibutton-disabled .ibutton-handle {
        background-position: 0 -81px;
    }

    .ibutton-disabled .ibutton-handle-right {
        background-position: 100% -81px;
    }

    .ibutton-disabled .ibutton-handle-middle {
        background-position: 50% -81px;
    }

    .ibutton-disabled div.ibutton-label-on {
        background-position: 0 -54px;
    }

    .ibutton-disabled div.ibutton-label-off {
        background-position: 100% -54px;
    }

    .ibutton-disabled .ibutton-padding-left {
        background-position: 0 -54px;
    }

    .ibutton-disabled .ibutton-padding-right {
        background-position: 100% -54px;
    }

    .ibutton-disabled div.ibutton-label-on {
        color: #fff;
    }

    .ibutton-disabled div.ibutton-label-off {
        color: #cbcbcb;
    }

/*----------------------------------------------------------
    TAB
-----------------------------------------------------------*/

div.tabs-wrapper {
    margin: 0;
    padding: 0;
    height: 100%;
}

ul.tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #2A2E43;
}

    ul.tabs li {
        float: left;
        margin: 0 -15px 0 0;
    }

        ul.tabs li a {
            float: left;
            position: relative;
            padding: 0 18px;
            height: 0;
            line-height: 32px;
            text-transform: uppercase;
            text-decoration: none;
            color: #ffffff;
            border-right: 30px solid transparent;
            border-bottom: 30px solid #2A2E43;
            opacity: .4;
            font-size: 10px;
            filter: alpha(opacity=40);
            text-shadow: none;
            z-index: 1;
        }

            ul.tabs li a:hover {
                opacity: .5;
                filter: alpha(opacity=50);
            }

        ul.tabs li.active a, ul.tabs li.active a:hover {
            z-index: 2;
            border-bottom-color: #2A2E43;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        ul.tabs li a span {
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: #ED4031;
            color: #ffffff;
            position: absolute;
            padding: 1px 2px 1px 1px;
            top: 2px;
            right: -1px;
            height: 9px;
            line-height: 9px;
            font-size: 9px;
            font-weight: 500;
            display: none;
        }

.tab-content {
    position: relative;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}

/*----------------------------------------------------------
    DROPBOX
-----------------------------------------------------------*/

.dropdown {
    float: left;
    cursor: pointer;
}

    .dropdown, .dropdown dd, .dropdown dt, .dropdown ul {
        margin: 0px;
        padding: 0px;
        outline: none;
        outline-width: 0;
    }

        .dropdown dd {
            position: relative;
        }

        .dropdown a, .dropdown a:visited {
            color: #333333;
            text-decoration: none;
            outline: none;
        }

            .dropdown a:hover {
                color: #333333;
            }

        .dropdown dt a:hover, .dropdown:focus dt a, .dropdown dt a.dropdown-focus {
            color: #333333;
            border: 1px solid #000000;
        }

        .dropdown a.disabled {
            color: #C0C0C0;
            cursor: default;
        }

            .dropdown a.disabled:hover, .dropdown:focus dt a.disabled {
                color: #C0C0C0;
                border: 1px solid #C0C0C0;
            }

        .dropdown span.value {
            display: none;
        }

        .dropdown dt a {
            background-color: #ffffff;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
            background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
            background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
            background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
            background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
            background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #aaaaaa;
            -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
            box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
            display: block;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            height: 22px;
            line-height: 23px;
            padding: 0 0 0 4px;
            color: #444444;
            text-decoration: none;
        }

            .dropdown dt a span.dropdown-arrow, .dropdown dt a span.disabled {
                background: url(/static/images/common/arrow-black-down.gif) repeat-x;
                width: 10px;
                height: 3px;
                display: block;
                position: absolute;
                top: 10px;
                right: 4px;
            }

            .dropdown dt a span.disabled {
                background: url(/static/images/common/arrow-gray-down.gif) repeat-x;
            }

        .dropdown dd ul {
            border-style: solid;
            border-width: 0px 1px 1px 1px;
            border-color: #444444;
            background: #f4f4f4 none repeat scroll 0 0;
            color: #333333;
            display: none;
            left: 0px;
            padding: 0;
            position: absolute;
            top: -2px;
            width: auto;
            max-height: 160px;
            list-style: none;
            z-index: 99;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .dropdown dd ul li {
                padding: 0;
            }

                .dropdown dd ul li a {
                    padding: 0 5px 0 5px;
                    height: 15px;
                    display: block;
                    border: none;
                    font-size: 8pt;
                    font-family: Verdana, Helvetica, sans-serif;
                    white-space: nowrap;
                    padding: 2px 20px 1px 4px;
                    line-height: 16px;
                }

                    .dropdown dd ul li a:hover, .dropdown dd ul li.selected a {
                        color: #FFFFFF;
                        background-color: #444444;
                    }

        .dropdown img.flag {
            border: none;
            vertical-align: middle;
            margin-left: 10px;
        }

/*--------------------------------------------------------------------------
/* CHECKBOX
---------------------------------------------------------------------------*/

.checkbox-data-checked, .checkbox-data-unchecked {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0 3px 0 0;
    border: 0;
    float: left;
    cursor: pointer;
    outline: 0;
}

.checkbox-data-checked {
    background: url(/static/images/plugins/checkbox.png) 0 0 no-repeat;
}

.checkbox-data-checked:focus {
    background: url(/static/images/plugins/checkbox.png) -14px 0 no-repeat;
}

.checkbox-data-unchecked {
    background: url(/static/images/plugins/checkbox.png) -28px 0 no-repeat;
}

.checkbox-data-unchecked:focus {
    background: url(/static/images/plugins/checkbox.png) -42px 0 no-repeat;
}

.checkbox-item-leadtime{
    margin: 5px;
    position: relative;
    z-index: 1000;
}

/*--------------------------------------------------------------------------
/* RADIOBUTTON
---------------------------------------------------------------------------*/

.radiobutton-data-checked, .radiobutton-data-unchecked, .radiobutton-data-checked-disabled, .radiobutton-data-unchecked-disabled {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0px 3px 0 0;
    border: 0;
    float: left;
    cursor: pointer;
}

.radiobutton-data-checked-disabled, .radiobutton-data-unchecked-disabled {
    cursor: default;
}

.radiobutton-data-checked-disabled {
    background: url(/static/images/plugins/radiobutton.png) -28px 0 no-repeat;
}

.radiobutton-data-unchecked-disabled {
    background: url(/static/images/plugins/radiobutton.png) -70px 0 no-repeat;
}

.radiobutton-data-checked {
    background: url(/static/images/plugins/radiobutton.png) 0 0 no-repeat;
}

    .radiobutton-data-checked:focus {
        background: url(/static/images/plugins/radiobutton.png) -14px 0 no-repeat;
    }

.radiobutton-data-unchecked {
    background: url(/static/images/plugins/radiobutton.png) -42px 0 no-repeat;
}

    .radiobutton-data-unchecked:focus {
        background: url(/static/images/plugins/radiobutton.png) -56px 0 no-repeat;
    }

/* LIST */

/*-----------------------------------------------------------------------
/*  LIST
------------------------------------------------------------------------*/

.list-new-wrapper {
    background-color: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
}

.list-new-row {
    border-style: none none solid none;
    border-width: 1px;
    border-color: #cccccc;
    margin: 0 0 1px 0;
    padding: 10px 30px 10px 10px;
    background-color: #ffffff;
    position: relative;
}

    .list-new-row:nth-child(odd) {
        background-color: #f6f6f6;
    }

    .list-new-row:nth-child(even) {
        background-color: #ffffff;
    }

    .list-new-row.row-hightlight, .list-new-row.row-hightlight.red {
        background-color: #FFC1C1;
    }

        .list-new-row.row-hightlight.yellow {
            background-color: #FFFFCC;
        }

    .list-new-row div.no-row-hightlight {
        width: 0;
        height: 0;
    }

    .list-new-row:last-child {
        border: none;
    }

.list-new-row-header {
    font-weight: bold;
}

.list-new-row-content {
    font-weight: normal;
}

.list-new-row-footer {
    font-weight: normal;
    font-size: 10px;
}

.list-items-wrapper {
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 5px;
    right: 5px;
}

.list-items-row, .list-items-row-click {
    position: relative;
    margin: 0;
    padding: 5px 3px 5px 5px;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

.list-items-row-even {
    background-color: #FFFFFF;
}

.list-items-row-odd {
    background-color: #F9F9F9;
}

.list-items-row-click:hover {
    cursor: pointer;
}

.list-items-more {
    text-align: center;
    line-height: 28px;
    background-color: #F8F8F8;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
}

    .list-items-more:hover {
        color: #000000;
        background-color: #F4F4F4;
    }

.list-items-row div.item-middle, .list-items-row-click div.item-middle {
    color: #000000;
    padding: 2px 0 2px 0;
}

.list-items-row div.item-top, .list-items-row-click div.item-top {
    color: #999999;
    font-size: 7pt;
    margin-bottom: 2px;
}

.list-items-row div.item-bottom, .list-items-row-click div.item-bottom {
    color: #999999;
    font-size: 7pt;
    margin-top: 2px;
}

/*-----------------------------------------------------------------------
/*  FEEDBACK
------------------------------------------------------------------------*/

div.feedback-box {
    background-color: #333333;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    right: 0;
    font-weight: bold;
    width: 80px;
    margin-right: 15px;
    padding: 6px;
    opacity: 0.8;
    z-index: 9999999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

    div.feedback-box:hover {
        cursor: pointer;
        opacity: 1.0;
    }

    div.feedback-box span.arrow-up {
        background: url(/static/images/common/white-arrow-up.png) no-repeat;
        width: 6px;
        height: 3px;
        position: absolute;
        top: 12px;
        right: 8px;
    }

div.feedback-form {
    background-color: #ffffff;
    color: #333333;
    position: fixed;
    bottom: 0;
    right: 0;
    font-weight: normal;
    width: 350px;
    margin-right: 15px;
    padding: 1px;
    border: solid 1px #000000;
    z-index: 9999999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

    div.feedback-form div.feedback-header:hover {
        background-color: #333333;
        cursor: pointer;
    }

    div.feedback-form div.feedback-header {
        background-color: #000000;
        color: #ffffff;
        font-weight: bold;
        padding: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -moz-border-top-right-radius: 5px;
    }

        div.feedback-form div.feedback-header span.arrow-down {
            background: url(/static/images/common/white-arrow-down.png) no-repeat;
            width: 6px;
            height: 3px;
            position: absolute;
            top: 12px;
            right: 8px;
        }

    div.feedback-form div.feedback-content {
        background-color: #ffffff;
        color: #333333;
        padding: 5px;
    }

    div.feedback-form div.feedback-footer {
        padding: 5px 5px 15px 5px;
        line-height: 20px;
        height: 20px;
        margin-bottom: 0;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        -webkit-box-shadow: inset 0 1px 0 #ffffff;
        -moz-box-shadow: inset 0 1px 0 #ffffff;
        box-shadow: inset 0 1px 0 #ffffff;
    }

    div.feedback-form div.feedback-button {
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: bold;
        display: inline-block;
        padding: 4px 10px 4px;
        margin-bottom: 0;
        margin-left: 5px;
        font-size: 10px;
        line-height: 18px;
        color: #333333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(top, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        border: 1px solid #ccc;
        border-bottom-color: #bbb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        cursor: pointer;
    }

        div.feedback-form div.feedback-button:first-child {
            margin-left: 0;
        }

        div.feedback-form div.feedback-button:hover,
        div.feedback-form div.feedback-button:active,
        div.feedback-form div.feedback-button.active,
        div.feedback-form div.feedback-button.disabled,
        div.feedback-form div.feedback-button[disabled] {
            background-color: #e6e6e6;
        }

        div.feedback-form div.feedback-button:active, div.feedback-form div.feedback-button.active {
            background-color: #cccccc;
        }

        div.feedback-form div.feedback-button:hover {
            color: #333333;
            text-decoration: none;
            background-color: #e6e6e6;
            background-position: 0 -15px;
            -webkit-transition: background-position 0.1s linear;
            -moz-transition: background-position 0.1s linear;
            -ms-transition: background-position 0.1s linear;
            -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
        }

        div.feedback-form div.feedback-button:focus {
            outline: thin dotted #333;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        div.feedback-form div.feedback-button.active, div.feedback-form div.feedback-button:active {
            background-image: none;
            -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            background-color: #e6e6e6;
            background-color: #d9d9d9;
            outline: 0;
        }

        div.feedback-form div.feedback-button.disabled, div.feedback-form div.feedback-button[disabled] {
            cursor: default;
            background-image: none;
            background-color: #e6e6e6;
            opacity: 0.65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        div.feedback-form div.feedback-button.black {
            background-color: #393939;
            color: #ffffff;
            text-shadow: none;
            background-image: -moz-linear-gradient(top, #454545, #262626);
            background-image: -ms-linear-gradient(top, #454545, #262626);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
            background-image: -webkit-linear-gradient(top, #454545, #262626);
            background-image: -o-linear-gradient(top, #454545, #262626);
            background-image: linear-gradient(top, #454545, #262626);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
            border-color: #262626 #262626 #000000;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

            div.feedback-form div.feedback-button.black:hover,
            div.feedback-form div.feedback-button.black:active,
            div.feedback-form div.feedback-button.black.active,
            div.feedback-form div.feedback-button.black.disabled,
            div.feedback-form div.feedback-button.black[disabled] {
                background-color: #262626;
            }

            div.feedback-form div.feedback-button.black:active, div.feedback-form div.feedback-button.black.active {
                background-color: #0c0c0c;
            }

div.helpdesk-box {
    background-color: #333333;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    right: 0;
    font-weight: 300;
    margin-right: 15px;
    padding: 9px 25px 9px 9px;
    opacity: 0.8;
    z-index: 9999;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

    div.helpdesk-box:hover {
        cursor: pointer;
        opacity: 1.0;
    }

    div.helpdesk-box span.number {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #CC0000;
        color: #ffffff;
        position: absolute;
        padding: 2px 4px 2px 3px;
        top: 2px;
        right: 5px;
        height: 9px;
        line-height: 9px;
        font-size: 9px;
        font-weight: 300;
    }

/* BLOCKUI */

div.block-ui-wait {
    z-index: 9999999;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    position: fixed;
}

div.block-ui-wait-message {
    z-index: 9999999;
    background: #FFFFFF url(/static/images/common/loading-main.gif) no-repeat 10px 10px;
    border: 1px solid #323232;
    color: #323232;
    font-size: 12px;
    padding: 8px;
    width: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -125px; /* Negative half of width. */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    div.block-ui-wait-message h1, div.block-ui-wait-message h2 {
        color: #323232;
        padding: 2px 2px 2px 43px;
        margin: 0;
        text-align: left;
        font-weight: bold;
        font-size: 12px;
    }

    div.block-ui-wait-message h2 {
        font-weight: normal;
        font-size: 11px;
    }

/* CONTEXT MENU */
ul.context-menu {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 999999;
}

    ul.context-menu li {
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #E2E2E2;
        float: none;
        list-style: none;
        padding: 0;
        margin: 0;
        font-weight: normal;
        font-size: 9px;
        color: #333333;
        padding: 5px 9px 5px 28px;
        text-decoration: none;
        display: block;
        white-space: nowrap;
        background-repeat: no-repeat;
        background-position: 5px 6px;
        background-color: #FFFFFF;
        cursor: pointer;
    }

        ul.context-menu li:first-child {
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }

        ul.context-menu li:last-child {
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            border-width: 0;
        }

        ul.context-menu li:hover {
            background-color: #f9f9f9;
        }
/* TOOLBAR MENU */
ul.toolbar-menu {
    position: absolute;
    background-color: #f6f6f6;
    border: 1px solid #C0C0C0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 9999999;
}

    ul.toolbar-menu.item-large {
        margin-right: 0;
    }

    ul.toolbar-menu li {
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        border-color: #C0C0C0;
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
        padding: 0;
        text-decoration: none;
        display: block;
        white-space: nowrap;
        background-repeat: no-repeat;
        background-position: 5px 6px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        background-color: transparent !important;
    }

        ul.toolbar-menu li.li-item-large {
            width: 45px;
            height: 48px;
        }

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/static/images/common/icons.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 7px;
    margin-left: 7px;
}

ul.toolbar-menu li i.icon-view {
    background-position: -48px 0;
}

ul.toolbar-menu li i.icon-edit {
    background-position: 0 -72px;
}

ul.toolbar-menu li i.icon-qrcode {
    background-position: -432px -24px;
}

ul.toolbar-menu li i.icon-delete {
    background-position: -455px 0;
}

ul.toolbar-menu li i.icon-report {
    background-position: -265px -24px;
}

ul.toolbar-menu li i.icon-location {
    background-position: -25px -72px
}

ul.toolbar-menu li i.icon-cancel {
    background-position: -311px 0px;
}

ul.toolbar-menu li i.icon-tick {
    background-position: -287px -2px;
}

ul.toolbar-menu li i.icon-print {
    background-image: url(/static/images/reports/print.png);
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin-top: 6px;
}

ul.toolbar-menu li i.icon-resend {
    background-position: -335px -121px;
}

ul.toolbar-menu li i.icon-sms {
    background-position: -240px -120px;
}

ul.toolbar-menu li i.icon-download {
    background-position: -95px -25px;
}

ul.toolbar-menu li i.icon-stock {
    background-position: -457px -25px;
}

ul.toolbar-menu li i.icon-commands {
    background-position: -217px -120px;
}

ul.toolbar-menu li i.icon-configuration {
    background-position: -430px 0;
}

ul.toolbar-menu li i.icon-tab {
    background-position: -383px -121px;
}

ul.toolbar-menu li i.icon-kml {
    background-image: url(/static/images/reports/kml.png);
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin-top: 6px;
}

ul.toolbar-menu li i.icon-pdf {
    background-image: url(/static/images/reports/pdf.png);
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin-top: 6px;
}

ul.toolbar-menu li i.icon-csv {
    background-image: url(/static/images/reports/csv.png);
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin-top: 6px;
}

ul.toolbar-menu li i.icon-excel {
    background-image: url(/static/images/reports/xls.png);
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin-top: 6px;
}

ul.toolbar-menu li i.icon-download {
    background-image: url(/static/images/reports/download.png);
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin-top: 6px;
}

ul.toolbar-menu li i.icon-globe {
    background-image: url(/static/images/reports/globe.png);
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin-top: 6px;
}

ul.toolbar-menu li i.icon-txt {
    background-image: url(/static/images/reports/txt.png);
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin-top: 6px;
}

ul.toolbar-menu li i.icon-copy {
    background-image: url(/static/images/reports/copy.png);
    width: 32px;
    height: 32px;
    background-position: 0 0;
    margin-top: 6px;
}

ul.toolbar-menu li:hover {
    /*background-color: #f1f1f1 !important;*/
}

ul.toolbar-menu li:last-child {
    border-right: 0px;
}


/*--------------------------------------------------------------------------
/* SIMPLE SELECT MY MAP
---------------------------------------------------------------------------*/

.simple-select-my-map {
    width: 366px !important;
    height: 32px !important;
    opacity: 0.6;
    z-index: 999999 !important;
}

.simple-select-filter-my-map {
    background: white !important;
    z-index: 9999999 !important;
    max-height: 32px !important;
    border: 1px solid #ffffff !important;
    padding: 0 0 0 5px !important;
    width: 359px !important;
    height: 30px !important;
    border-bottom: 2px solid rgb(204, 204, 204) !important;
}

.simple-select-input-filter-my-map {
    width: 254px !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

/*--------------------------------------------------------------------------
/* SIMPLE GRID
---------------------------------------------------------------------------*/

.simple-grid {
    border: none;
    border-collapse: collapse;
}

    .simple-grid th {
        background-color: #323232;
        color: #FFFFFF;
        padding: 4px;
        text-shadow: none;
        border-right: solid #ffffff 1px;
    }

    .simple-grid td {
        padding: 4px;
        border-right: solid #323232 1px;
    }

        .simple-grid td div {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
        }

        .simple-grid th:last-child, .simple-grid td:last-child {
            border-right: none;
        }

    .simple-grid tr:nth-child(even) {
        background-color: #FFFFFF;
    }

    .simple-grid tr:nth-child(odd) {
        background-color: #F6F6F6;
    }

    .simple-grid tr.alert {
        color: #990000;
    }

    .simple-grid tr.hover:hover {
        background-color: #F1F1F1;
        cursor: pointer;
    }

/*FULL FEATURES*/

.grid-text-filter {
    z-index: 1;
    border: 1px solid #cccccc;
    height: 17px;
    line-height: 17px;
    padding: 1px 2px 1px 4px;
    font-size: 8pt;
    font-family: Verdana, Helvetica, sans-serif;
    width: 150px;
    position: absolute;
}

.simple-grid-full {
    border-style: none;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 9pt;
    table-layout: fixed !important;
}

    .simple-grid-full tr.header th {
        padding: 5px;
        margin: 0;
        color: #FFFFFF;
        text-align: center;
        font-weight: normal;
        font-size: 8pt;
        text-shadow: none;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #FFFFFF;
        background: #2A2E43;
    }

        .simple-grid-full tr.header th.sortable {
            background-position: right center;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .simple-grid-full tr.header th.sortable.ad {
                background-image: url(/static/images/plugins/ad.gif);
                background-repeat: no-repeat;
            }

            .simple-grid-full tr.header th.sortable.asc {
                background-image: url(/static/images/plugins/asc.gif);
                background-repeat: no-repeat;
            }

            .simple-grid-full tr.header th.sortable.desc {
                background-image: url(/static/images/plugins/desc.gif);
                background-repeat: no-repeat;
            }

    .simple-grid-full tr.bottom td {
        color: #333333;
        text-decoration: none;
        padding: 5px;
        margin: 0;
        font-size: 8pt;
        text-transform: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -moz-binding: url('/assets/xml/ellipsis.xml#ellipsis');
        background: #CCCCCC;
    }

    .simple-grid-full div.body-scroll {
        padding: 0;
        margin: 0;
        min-height: 200px;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .simple-grid-full table.child {
        border-collapse: collapse;
        width: 100%;
        text-align: left;
        table-layout: fixed !important;
    }

        .simple-grid-full table.child tr {
            border-bottom: solid 1px #f1f1f1;
        }

    .simple-grid-full tr td {
        padding: 0px;
    }

    .simple-grid-full table.child tr td {
        color: #333333;
        font-weight: 300;
        text-decoration: none;
        padding: 5px;
        margin: 0;
        font-size: 8pt;
        text-transform: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        border-right: 1px solid #FFFFFF;
        -moz-binding: url('/assets/xml/ellipsis.xml#ellipsis');
    }

        .simple-grid-full table.child tr td.no-padding {
            padding: 0;
        }

        .simple-grid-full table.child tr td.no-background {
            background-color: #ffffff;
        }

    .simple-grid-full table.child tr:nth-child(odd) {
        background-color: #FFFFFF;
    }

    .simple-grid-full table.child tr:nth-child(even) {
        background-color: #F2F2F2;
    }

    .simple-grid-full table.child tr:not(.no-effect):hover {
        background-color: #DDDDDD;
        cursor: pointer;
    }

        .simple-grid-full table.child tr:not(.no-effect):hover td {
            color: #333333;
        }

    .simple-grid-full table.child tr.no-hover:hover {
        cursor: default;
    }

    .simple-grid-full table.child tr.red-row {
        background-color: #e74c3c;
    }

    .simple-grid-full table.child tr.blue-row {
        background-color: #2980b9;
    }

    .simple-grid-full table.child tr.green-row {
        background-color: #27ae60;
    }

    .simple-grid-full table.child tr.yellow-row {
        background-color: #f3cd12;
    }

    .simple-grid-full table.child tr.orange-row {
        background-color: #f36812;
    }

            table.dataTable tbody tr.red-row {
                background-color: #e74c3c;
            }

            table.dataTable tbody tr.blue-row {
                background-color: #2980b9;
            }

            table.dataTable tbody tr.green-row {
                background-color: #27ae60;
            }

            table.dataTable tbody tr.yellow-row {
                 background-color: #f3cd12;
            }

            table.dataTable tbody tr.orange-row {
                background-color: #f36812;
            }

            table.dataTable tbody tr.yellow-dm1 {
                background-color: #fdcb6e;
            }

            .simple-grid-full table.child tr td.red-col, .simple-grid-full table.child tr.nohover:hover {
                cursor: default;
            }

    .simple-grid-full table.child tr td.red-col, .simple-grid-full table.child tr.nohover:hover {
        cursor: default;
    }

    .simple-grid-full table.child tr td.red-col, .simple-grid-full table.child tr:hover td.red-col {
        background-color: #e74c3c;
        color: #ffffff;
        text-shadow: none;
    }

    .simple-grid-full table.child tr td.orange-col, .simple-grid-full table.child tr:hover td.orange-col {
        background-color: #f39c12;
        color: #ffffff;
        text-shadow: none;
    }

    .simple-grid-full table.child tr td.yellow-col, .simple-grid-full table.child tr:hover td.yellow-col {
        background-color: #f39c12;
        color: #ffffff;
        text-shadow: none;
    }

    .simple-grid-full table.child tr td.blue-col, .simple-grid-full table.child tr:hover td.blue-col {
        background-color: #2980b9;
        color: #ffffff;
        text-shadow: none;
    }

            table.dataTable tbody tr td.red-col, table.dataTable tbody tr:hover td.red-col {
                background-color: #e74c3c;
                color: #ffffff;
                text-shadow: none;
            }

            table.dataTable tbody tr td.orange-col, table.dataTable tbody tr:hover td.orange-col {
                background-color: #f39c12;
                color: #ffffff;
                text-shadow: none;
            }

            table.dataTable tbody tr td.yellow-col, table.dataTable tbody tr:hover td.yellow-col {
                background-color: #f39c12;
                color: #ffffff;
                text-shadow: none;
            }

            table.dataTable tbody tr td.blue-col, table.dataTable tbody tr:hover td.blue-col {
                background-color: #2980b9;
                color: #ffffff;
                text-shadow: none;
            }

            table.dataTable tbody tr td.green-col, table.dataTable tbody tr:hover td.green-col {
                background-color: #27ae60;
                color: #ffffff;
                text-shadow: none;
            }
            
            table.dataTable tbody tr.red-row td, table.dataTable tbody tr.orange-row td,
                table.dataTable tbody tr.blue-row td, table.dataTable tbody tr.green-row td {
                    color: #ffffff;
                    text-shadow: none;
                }

            .simple-grid-full table.child tr.color-red td {
                color: red;
            }

    .simple-grid-full table.child tr.red-row td, .simple-grid-full table.child tr.orange-row td,
    .simple-grid-full table.child tr.blue-row td, .simple-grid-full table.child tr.green-row td {
        color: #ffffff;
        text-shadow: none;
    }

    .simple-grid-full table.child tr.color-red td {
        color: red;
    }

    .simple-grid-full table.child tr.color-blue td {
        color: blue;
    }

    .simple-grid-full table.child tr.color-gray td {
        color: #cccccc;
    }

table.dataTable tbody tr.red-col td, table.dataTable tbody tr.color-red td {
    color: red;
}

table.dataTable tbody tr.color-blue td {
    color: blue;
}

table.dataTable tbody tr.color-gray td {
    color: #cccccc;
}

.yellow-td td:first-child {
    background-color: #f39c12;
    text-shadow: none;
}

/*DATATABLE*/

table.dataTable tbody tr td.red-col {
    background-color: #e74c3c;
    color: #ffffff;
    text-shadow: none;
}

table.dataTable tbody tr.orange-row {
    background-color: #f36812;
    color: #ffffff;
    text-shadow: none;
}

.reports-list {
    background: #ffffff url(/static/images/common/reports.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}

    .reports-list:hover {
        cursor: pointer;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        box-shadow: 0 0 10px rgba(0,0,0,.2);
    }

    .reports-list ul {
        display: none;
        width: 190px;
        background-color: #f9f9f9;
        border: solid 1px #cccccc;
        position: absolute;
        padding: 5px 0 0 0;
        margin: 0 0 0 23px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .reports-list b {
        margin: 0 0 0 10px;
    }

    .reports-list ul li {
        list-style: none;
        display: inline-block;
        padding: 7px 15px 7px 15px;
        margin: 0;
    }

    .reports-list a {
        border: none;
    }

        .reports-list a img {
            border: none;
        }

/*Google Maps Control*/
div.google-map-control-box {
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    top: 10px;
    left: 60px;
    z-index: 1;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

    div.google-map-control-box div.title {
        position: absolute;
        top: -20px;
        font-size: 14px;
        color: #000000;
        text-shadow: 1px 1px #ffffff;
        -moz-text-shadow: 1px 1px #ffffff;
        -webkit-text-shadow: 1px 1px #ffffff;
    }

    div.google-map-control-box div.tool,
    div.google-map-control-box input.tool {
        float: left;
        /*border: 1px solid #3b88c3;*/
        margin-right: 3px;
        height: 30px;
        width: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        div.google-map-control-box div.tool:last-child,
        div.google-map-control-box input.tool:last-child {
            margin-right: 0;
        }

        div.google-map-control-box div.tool.plus {
            background: #ffffff url(/static/images/maps/tools/plus.png) center no-repeat;
        }

        div.google-map-control-box div.tool.hand {
            background: #ffffff url(/static/images/maps/tools/hand.png) center no-repeat;
        }

        div.google-map-control-box div.tool.marker {
            background: #ffffff url(/static/images/maps/tools/marker.png) center no-repeat;
        }

        div.google-map-control-box input.tool.search {
            background: #ffffff url(/static/images/maps/tools/search.png) 2px center no-repeat;
            width: 150px;
            height: 28px;
            padding-left: 26px;
        }

        div.google-map-control-box div.tool.hand:hover,
        div.google-map-control-box div.tool.plus:hover,
        div.google-map-control-box div.tool.marker:hover,
        div.google-map-control-box div.tool.search:hover {
            background-color: #f0f3f4;
            cursor: pointer;
        }

        div.google-map-control-box div.tool.marker.selected,
        div.google-map-control-box div.tool.marker.selected {
            background-color: #bdc3c7;
        }

/*Maps Control*/
div.map-control-box {
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    top: 10px;
    left: 60px;
    z-index: 1;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

    div.map-control-box div.tool-title {
        position: absolute;
        top: -20px;
        font-size: 14px;
        color: #000000;
        text-shadow: 1px 1px #ffffff;
        -moz-text-shadow: 1px 1px #ffffff;
        -webkit-text-shadow: 1px 1px #ffffff;
    }

    div.map-control-box div.toolbar,
    div.map-control-box input.toolbar {
        float: left;
        margin-right: 3px;
        height: 30px;
        width: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    div.map-control-box input.toolbar {
        height: 26px;
    }

        div.map-control-box div.toolbar:last-child,
        div.map-control-box input.toolbar:last-child {
            margin-right: 0;
        }

    div.map-control-box div.toolbar.tool-hand {
        background: #ffffff url(/static/images/maps/tools/bar/hand.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-calc-area {
        background: #ffffff url(/static/images/maps/tools/bar/area.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-show {
        background: #ffffff url(/static/images/maps/tools/bar/show.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-list {
        background: #ffffff url(/static/images/maps/tools/bar/list.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-polygon {
        background: #ffffff url(/static/images/maps/tools/bar/square.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-circle {
        background: #ffffff url(/static/images/maps/tools/bar/circle.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-upload {
        background: #ffffff url(/static/images/maps/tools/bar/upload.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-download {
        background: #ffffff url(/static/images/maps/tools/bar/download.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-import {
        background: #ffffff url(/static/images/maps/tools/plus.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-sample-file {
        background: #ffffff url(/static/images/maps/tools/bar/download.png) center no-repeat;
    }

    div.map-control-box input.toolbar.tool-search {
        background: #ffffff url(/static/images/maps/tools/bar/search.png) 5px center no-repeat;
        border: 1px solid #fff;
    }

    div.map-control-box div.toolbar.tool-fullscreen {
        background: #ffffff url(/static/images/maps/tools/bar/fullscreen.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-currencies {
        background: #ffffff url(/static/images/maps/tools/bar/currencies.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-fullscreen-exit {
        background: #ffffff url(/static/images/maps/tools/bar/fullscreen-exit.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-edit {
        background: #ffffff url(/static/images/maps/tools/bar/edit.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-cancel {
        background: #ffffff url(/static/images/maps/tools/bar/cancel.png) center no-repeat;
    }

    div.map-control-box div.toolbar.tool-plus {
        opacity: 0.9;
        background: #ffffff url(/static/images/maps/tools/plus.png) center no-repeat;
    }

        div.map-control-box div.toolbar.tool-hand:hover,
        div.map-control-box div.toolbar.tool-show:hover,
        div.map-control-box div.toolbar.tool-calc-area:hover,
        div.map-control-box div.toolbar.tool-polygon:hover,
        div.map-control-box div.toolbar.tool-circle:hover,
        div.map-control-box div.toolbar.tool-search:hover,
        div.map-control-box div.toolbar.tool-upload:hover,
        div.map-control-box div.toolbar.tool-download:hover,
        div.map-control-box div.toolbar.tool-import:hover,
        div.map-control-box div.toolbar.tool-sample-file:hover,
        div.map-control-box div.toolbar.tool-currencies:hover,
        div.map-control-box div.toolbar.tool-fullscreen:hover,
        div.map-control-box div.toolbar.tool-fullscreen-exit:hover,
        div.map-control-box div.toolbar.tool-edit:hover,
        div.map-control-box div.toolbar.tool-cancel:hover,
        div.map-control-box input.toolbar.tool-search:hover,
        div.map-control-box div.toolbar.tool-list:hover,
        div.map-control-box div.toolbar.tool-plus:hover {
            background-color: #f0f3f4;
            cursor: pointer;
        }

        div.map-control-box div.toolbar.tool-show.selected,
        div.map-control-box div.toolbar.tool-calc-area.selected,
        div.map-control-box div.toolbar.tool-polygon.selected,
        div.map-control-box div.toolbar.tool-circle.selected,
        div.map-control-box div.toolbar.tool-upload.selected,
        div.map-control-box div.toolbar.tool-download.selected,
        div.map-control-box div.toolbar.tool-import.selected,
        div.map-control-box div.toolbar.tool-sample-file.selected,
        div.map-control-box div.toolbar.tool-currencies.selected,
        div.map-control-box div.toolbar.tool-fullscreen.selected,
        div.map-control-box div.toolbar.tool-fullscreen-exit.selected,
        div.map-control-box div.toolbar.tool-edit.selected,
        div.map-control-box div.toolbar.tool-cancel.selected,
        div.map-control-box div.toolbar.tool-list.selected,
        div.map-control-box div.toolbar.tool-plus.selected {
            background-color: #bdc3c7;
        }

    div.map-control-box input.toolbar.tool-search.selected {
        border: 1px solid #bdc3c7;
        width: 400px;
        padding-left: 30px;
    }

        div.map-control-box input.toolbar.tool-search.selected:hover {
            background-color: #ffffff;
            cursor: text;
        }

    div.map-control-box input.tool-list-filter {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        z-index: 1000;
        padding: 0 0 0 10px;
        margin: 0;
        width: 354px;
        height: 30px;
        opacity: 0.6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    }

div.toolbar-edit-area,
div.toolbar-select-area {
    display: none;
    position: absolute;
    top: 60px;
    right: 10px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    z-index: 500;
    padding: 10px;
    margin: 0;
    font-size: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

    div.toolbar-edit-area h1,
    div.toolbar-select-area h1, div.toolbar-select-area h2, div.toolbar-select-area h3 {
        font-family: Roboto, Arial, sans-serif;
        font-weight: 300;
        padding: 0;
        margin: 0;
        text-align: left;
        text-decoration: none;
        text-shadow: 1px 1px #F0F1F4;
        flex: 0 18px;
        -webkit-flex: 0 18px;
        color: #555;
    }

    div.toolbar-edit-area h2 span {
        display: none;
        color: #ed4031;
    }

    div.toolbar-select-area h1,
    div.toolbar-edit-area h1 {
        font-size: 18px;
        padding: 0 0 10px 0;
    }

    div.toolbar-edit-area h2 {
        font-size: 14px;
    }

    div.toolbar-edit-area h3 {
        font-size: 12px;
    }

    div.toolbar-edit-area div.mymap-max-speed {
        padding: 0;
        margin: 5px 0 5px 5px;
    }

        div.toolbar-edit-area div.mymap-max-speed span {
            font-size: 12px;
            font-weight: 300;
        }

    div.toolbar-edit-area input {
        width: 300px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #bdc3c7;
        margin-bottom: 6px;
        padding: 7px 10px;
    }

        div.toolbar-edit-area input.mymap-max-speed {
            width: 23px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #bdc3c7;
            padding: 3px;
            margin: 0 5px;
        }

    div.toolbar-edit-area div.mymap-max-rpm {
        padding: 0;
        margin: 5px 0 5px 5px;
    }

        div.toolbar-edit-area div.mymap-max-rpm span {
            font-size: 12px;
            font-weight: 300;
        }

    div.toolbar-edit-area input.mymap-max-rpm {
        width: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #bdc3c7;
        padding: 3px;
        margin: 0 5px;
    }

    div.toolbar-edit-area div.clear {
        display: block;
        height: 10px;
        padding: 0;
        margin: 0;
    }

    div.toolbar-edit-area div.simpleselect {
        margin-bottom: 10px
    }

    div.toolbar-select-area div.button,
    div.toolbar-edit-area div.button {
        font-family: Roboto, Arial, sans-serif;
        background-color: #ed4031;
        border: 1px solid #ffffff;
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        font-size: 13px;
        padding: 8px 20px;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        margin-right: 10px;
    }

        div.toolbar-select-area div.button:hover,
        div.toolbar-edit-area div.button:hover {
            background-color: #ffffff;
            border: 1px solid #ed4031;
            color: #ed4031;
            cursor: pointer;
        }

div.map-control-box div.tool-list-container {
    display: none;
    position: absolute;
    top: 95px;
    left: 0;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    z-index: 1000;
    padding: 0;
    margin: 0;
    font-size: 10px;
    width: 362px;
    min-height: 30px;
    max-height: 250px;
    overflow-y: auto;
    opacity: 0.6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

    div.map-control-box div.tool-list-container:hover {
        opacity: 1;
    }

div.toolbar-edit-area div.area-settings {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    padding: 0 5px 0 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px #F0F1F4;
    flex: 0 18px;
    -webkit-flex: 0 18px;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}

div.toolbar-edit-area div.area-arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #555;
    display: inline-block;
    margin-top: 7px;
    position: absolute;
}

div.toolbar-edit-area div.area-arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #555;
    display: inline-block;
    margin-top: 7px;
    position: absolute;
}

div.toolbar-edit-area div.area-settings-panel {
    display: none;
    margin-top: 5px;
    padding: 5px 5px 0 5px;
    background-color: #f1f1f1;
    max-height: 180px;
    overflow-y: auto;
}

div.map-control-box div.tool-list-container div.tool-list-item {
    background-color: #ffffff;
    font-size: 12px;
    padding: 10px 10px 10px 25px;
    color: black;
}

    div.map-control-box div.tool-list-container div.tool-list-item span {
        font-size: 10px;
        margin-left: 10px;
        color: #bdc3c7;
    }

    div.map-control-box div.tool-list-container div.tool-list-item:nth-child(odd) {
        background-color: #f6f6f6;
    }

    div.map-control-box div.tool-list-container div.tool-list-item:hover {
        background-color: #f0f3f4;
    }

.map-control-tooltip {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    z-index: 1000;
    padding: 10px;
    font-size: 10px;
    max-width: 350px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

.map-control-overlay {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .3;
}

.map-control-progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 20px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

.map-control-progress-bar {
    width: 50%;
    height: 100%;
    background-color: #e74c3c;
    border-radius: 4px;
}

div.map-control-box-legend {
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    z-index: 1;
    padding: 5px 5px 10px 5px;
    margin: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    margin-left: auto;
    margin-right: auto;
    width: 375px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

    div.map-control-box-legend div.map-control-box-legend-title {
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }

    div.map-control-box-legend ul.map-control-box-legend-ranger {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        div.map-control-box-legend ul.map-control-box-legend-ranger li {
            margin: 5px 1px 0 0;
            padding: 0;
            float: left;
            line-height: 7px;
        }

            div.map-control-box-legend ul.map-control-box-legend-ranger li:first-child {
                margin-right: 10px
            }

            div.map-control-box-legend ul.map-control-box-legend-ranger li:last-child {
                margin-left: 10px
            }

            div.map-control-box-legend ul.map-control-box-legend-ranger li div.block {
                width: 70px;
                height: 10px;
                opacity: 0.7;
            }


div.fixed-map {
    padding: 4px;
    margin: 12px 0px 0px 0px;
    float: right;
    position: relative;
    width: 25px;
    height: 25px;
}

.fixed-map-icon-red {
    color: red;
}

/*RANGE SELECTOR*/

div.range-selector {
    padding: 6px;
    margin: 0;
    border: solid 1px #ccc;
    background-color: #f7f9fa;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

    div.range-selector:hover {
        border: solid 1px #B0B0B0;
        background-color: #f7f9fa;
    }

    div.range-selector h4 {
        font-weight: 600;
        font-size: 8pt;
        padding: 0 18px 0 0;
        margin: 0;
        position: relative;
        white-space: nowrap;
        color: #666666;
    }

        div.range-selector h4:after {
            content: '';
            width: 0;
            height: 0;
            display: block;
            border-color: transparent;
            border-top-color: #B0B0B0;
            border-style: solid;
            border-width: 5px;
            position: absolute;
            right: 0;
            top: 50%;
        }

        div.range-selector h4 span {
            display: block;
            margin-top: 2px;
            font-weight: 300;
            font-size: 8pt;
            white-space: nowrap;
            color: #666666;
        }

    div.range-selector ul.context-list {
        position: absolute;
        background-color: #F8F8F8;
        border-color: #B0B0B0;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        list-style: none outside none;
        display: none;
        z-index: 999;
        margin: 4px 0 0 0;
        padding: 0;
        left: -1px;
        right: -1px;
        max-height: 350px;
        overflow-y: auto;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
    }

        div.range-selector ul.context-list li {
            float: none;
            list-style: none;
            padding: 0;
            margin: 0;
            font-weight: normal;
            font-size: 8pt;
            color: #666666;
            text-decoration: none;
            display: block;
            padding: 5px;
            margin: 5px;
            background-color: #e4e5e7;
        }

            div.range-selector ul.context-list li:hover {
                background-color: #D0D0D0;
                cursor: pointer;
            }

    div.range-selector:hover ul.context-list {
        display: block;
    }

div.date-range-wrapper {
    padding: 6px;
    margin: 5px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 99999;
}

    div.date-range-wrapper:hover {
        border: solid 1px #B0B0B0;
        background-color: #ffffff;
        cursor: pointer;
    }

    div.date-range-wrapper div.date-range-title {
        font-weight: 600;
        font-size: 8pt;
        padding: 0 18px 0 0;
        margin: 0;
        position: relative;
        white-space: nowrap;
        color: #666666;
    }

        div.date-range-wrapper div.date-range-title:after {
            content: '';
            width: 0;
            height: 0;
            display: block;
            border-color: transparent;
            border-top-color: #B0B0B0;
            border-style: solid;
            border-width: 5px;
            position: absolute;
            right: 0;
            top: 50%;
        }

        div.date-range-wrapper div.date-range-title div.date-range-value {
            display: block;
            margin-top: 2px;
            font-weight: 300;
            font-size: 8pt;
            white-space: nowrap;
            color: #666666;
        }

span.switchery {
    background-color: #e74c3c;
}

/*https://raw.githubusercontent.com/iamcal/gmaps-labels/master/gmaps-labels.css*/

.gmaps-label {
    position: absolute;
    border: 0;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 12px;
    text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5), 1px -1px 0.5px rgba(0,0,0,0.5), -1px 1px 0.5px rgba(0,0,0,0.5), 1px 1px 0.5px rgba(0,0,0,0.5);
}

    .gmaps-label.small {
        font-size: 14px;
    }

    .gmaps-label.big {
        font-size: 22px;
    }

    .gmaps-label.huge {
        font-size: 30px;
        text-shadow: -1.5px -1.5px 0.5px rgba(0,0,0,0.5), 1.5px -1.5px 0.5px rgba(0,0,0,0.5), -1.5px 1.5px 0.5px rgba(0,0,0,0.5), 1.5px 1.5px 0.5px rgba(0,0,0,0.5);
    }

.sections {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(11, 1fr);
    gap: 3px;
}

    .sections div {
        -o-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        height: 35px;
        margin-left: 3px;
    }

    .sections .r {
        display: none;
    }

    .sections .a {
        background-color: #27AE60;
        border: 1px solid #000000;
        color: white;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        width: 40px;
        max-width: 40px;
    }

    .sections .i {
        background-color: #00000040;
        border: 1px solid #0000008e;
        color: white;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        width: 40px;
        max-width: 40px;
    }

@import url("/content/site/fonts.css");

* {
    margin: 0;
    padding: 0;
    font-family: 'RobotoDraft-Light', 'Helvetica', Arial;
}

a {
    text-decoration: none;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

/***************** BEG GENERAL ********************/
.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 32.99%;
}

.col-4 {
    width: 24%;
    display: inline-flex;
}

.col-5 {
    width: 19%;
}

.control-box-90 {
    width: 90%;
}

.content {
    width: 1100px;
    margin: 0 auto;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.dIBlock {
    display: inline-block;
}

.dIFlex {
    display: inline-flex;
}

.dTCell {
    display: table-cell;
}

.ptop80 {
    padding-top: 80px;
}

.pVertical100 {
    padding: 100px 0 0;
}

.pVertical160 {
    padding: 160px 0;
}

.pVertical80 {
    padding: 80px 0;
}

.mbottom50 {
    margin-bottom: 50px;
}

.mleft07 {
    margin-left: 7px;
}

.mleft27 {
    margin-left: 27px;
}

.mleft80 {
    margin-left: 80px;
}

.mleft109 {
    margin-left: 109px;
}

.mtop80 {
    margin-top: 80px;
}

.mtop5 {
    margin-top: 5px;
}

.mtop10 {
    margin-top: 10px;
}

.mbottom150 {
    margin-bottom: 150px;
}

.centerAll {
    text-align: center;
    margin: 0 auto;
}

.sizer60 {
    width: 60px;
}

.sizer80 {
    width: 100px;
}

.sizer120 {
    width: 120px;
}

.sizer210 {
    width: 160px;
}

.sizer11per {
    width: 11%;
}

.sizer25per {
    width: 25%;
}

.sizer28per {
    width: 28%;
}

.sizer29per {
    width: 29%;
}

.sizer30per {
    width: 30%;
}

.sizer32per {
    width: 32%;
}

.sizer50per {
    width: 50%;
}

.active {
    display: block !important;
}

.fp-table.active {
    display: table !important;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none
}

/***************** END GENERAL ********************/
/******************* BEG MENU *********************/
#img-logo-menu-bars {
    width: 30px;
    position: absolute;
    right: 12px;
    top: 15px;
    display: none;
}

.nav-fixed-top {
    width: 100%;
    padding: 1em 1em 0.08em;
    position: fixed;
    z-index: 9999999;
}

.scrolled {
    background-color: #FFF;
}

.transition-menu-desk {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-container-desk {
    width: 100%;
}

#logo-menu-desk {
    float: left;
    margin-right: 5%;
}

.nav-container-desk > ul {
    float: right;
    margin-right: 2.1em;
}

    .nav-container-desk > ul > li {
        display: inline-block;
        padding: 13px;
        font-family: 'RobotoDraft','Helvetica Neue',Helvetica,Arial;
        text-transform: uppercase;
        font-size: 10pt;
    }

        .nav-container-desk > ul > li > a {
            color: #FFF;
        }

.nav-link > a {
    cursor: pointer;
}

    .nav-link > a:hover {
        color: #DDD;
    }

.blue-button {
    background-color: #1192D1;
    box-shadow: 1px 1px 5px #333;
}

    .blue-button:hover {
        background-color: #0B85B5;
    }

.red-button {
    background-color: #ED4130;
    box-shadow: 1px 1px 5px #333;
}

    .red-button > a, .blue-button > a {
        color: #FFF;
    }

        .red-button > a:hover, .blue-button > a:hover {
            color: #FFF;
        }

    .red-button:hover {
        background-color: #DF3626;
    }
/******************* END MENU *********************/
/****************** BEG BANNER ********************/
/*.home-content-generic {
    
}*/

.home-content-agritel {
    /*background-image:               url('/static/images/pub/new/banner-combine-harvester-chalk.jpg');*/
    /*background-image:               url('/static/images/pub/new/banner-combine-harvester-chalk-clear.jpg');*/
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.home-content {
    background-image: url('/static/images/pub/new/banner-truck.jpg');
    background-repeat: no-repeat;
    /*background-size:                auto;*/
    background-size: 100%;
    overflow: hidden;
}

.right-box {
    float: right;
    height: 300px;
    /*width:                          40%;*/
    margin-right: 50px;
}

#button-next, #button-prev {
    position: relative;
    top: 140%;
    background-image: url('/static/images/common/arrows.png');
    height: 48px;
    width: 26px;
    cursor: pointer;
}

#button-next {
    background-position: -27px 0;
    float: right;
    right: 1%;
}

#button-prev {
    float: left;
    left: 1%;
}

#fader {
    position: relative;
    width: 100%;
    height: 400px;
}

#banner-rotator {
    position: relative;
    margin: 0;
    padding: 0;
}

    #banner-rotator li {
        position: absolute;
        box-sizing: border-box;
        list-style: none;
        width: 100%;
        /*height: 200px;*/
        margin: 0;
    }

        #banner-rotator li.home-content-generic {
            background-repeat: no-repeat;
            background-size: 100%;
            overflow: hidden;
        }

        #banner-rotator li:first-child {
            display: block;
        }

.agritel-tag {
    font-family: 'RobotoDraft-Thin','Helvetica Neue',Helvetica,Arial;
    color: #ffffff;
}

.banner-tag {
    position: relative;
    top: 200px;
    right: 0;
    /*height:                         300px;*/
    /*width:                          400px;*/
    /*background:                     rgba(0,0,0,0.5);*/
    /*float:                          right;*/
    color: #ffffff;
    font-size: 25pt;
    /*margin:                         15px 0;
    padding:                        5px;*/
    text-align: left;
    font-family: 'Pwchalk','RobotoDraft','Helvetica Neue',Helvetica,Arial;
}
/****************** END BANNER ********************/
/***************************************************
            BEG INSTITUCIONAL/SOLUCOES
***************************************************/
.ttl {
    font-size: 34pt;
    text-align: center;
    /*color:                          #7F0B00;*/
    margin: 40px 0;
}

.ttl-about-agritel {
    font-size: 30pt;
    text-align: center;
    /*color:                          #7F0B00;*/
    margin: 40px 0 20px;
}

.ttl-thin {
    font-family: 'Helvetica', Arial;
}

.txt-aboutUs {
    font-family: 'RobotoDraft-Light', 'Helvetica', Arial;
    font-size: 16pt;
    color: #222;
}

.solution-box {
    display: inline-block;
    text-align: center;
}

.solution-icon {
    border-radius: 120px;
    /*box-shadow:                     -5px 5px 20px #999;*/
    width: 190px;
    height: 190px;
    padding: 15px;
    margin: 0 auto 20px;
}

    .solution-icon > img {
        width: 190px;
        /*box-shadow:                     0px 0px 10px 3px #888;*/
        border-radius: 100px;
    }

.inst-item-ttl {
    height: 100px;
}


.acqua-color {
    background-color: #1192D1;
}

.lightGray-color {
    background-color: #f9f9f9;
}

.darkGray-color {
    background-color: #222222;
}

.gray-e-color {
    background-color: #eee;
}

.blue-color {
    background-color: #1192D1;
}

.red-color {
    background-color: #ED4130;
}

.purple-color {
    background-color: #9B59B6;
}

.black-color {
    background-color: #000000;
}

.white-color {
    background-color: #FFFFFF;
}

.white-txtColor {
    color: #FFFFFF;
}

.blue-txtColor {
    color: #1192D1;
}

.red-txtColor {
    color: #ED4130;
}

.full-bar {
    width: 100%;
    background-color: #f3f3f3;
    box-shadow: 1px 0 3px #aaa;
}

.pBar {
    display: inline-block;
    font-size: 15pt;
    color: #555;
    padding: 20px 0;
}

.custom-button {
    display: block;
    padding: 10px 0;
    margin: 10px auto;
    width: 250px;
    border: 2px solid #ED4130;
    color: #ED4130;
    -webkit-transition: background .5s; /* For webkits */
    -moz-transition: background .5s;
    transition: background .5s;
}

    .custom-button:hover {
        background-color: #ED4130;
        color: #FFFFFF;
    }

.custom-blue-button {
    display: block;
    padding: 10px 0;
    margin: 10px auto;
    width: 250px;
    border: 2px solid #1192D1;
    color: #1192D1;
    -webkit-transition: background .5s; /* For webkits */
    -moz-transition: background .5s;
    transition: background .5s;
}

    .custom-blue-button:hover {
        background-color: #1192D1;
        color: #FFFFFF;
    }



/***************** END SOLUCOES *******************/
/************* END SOLUCOES AGRITEL ***************/
.agritel-solution-box {
    margin: 0 auto;
    display: table;
}

.agritel-solution-icon {
    padding: 15px;
    position: relative;
    z-index: 1;
    /*border: 3px solid rgba(17, 146, 209, 1);
    border-radius: 20px;*/
}

    .agritel-solution-icon > img {
        width: 120px;
    }

.agritel-solution-tag {
    height: 60px;
    width: 250px;
    /*background: rgba(194, 51, 52, 1);*/
    background: rgba(17, 146, 209, 0.5);
    position: relative;
    right: 55px;
    text-align: right;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
}

.container-solutions {
    width: 100%;
}

    .container-solutions > .content {
        display: inline-table;
        /*min-height: 600px;*/
        min-height: 350px;
    }

.box-container-solutions {
    /*float: left;*/
    width: 49.98%;
    display: table-cell;
    vertical-align: middle;
}

.container-solutions-header {
    color: #222;
    font-size: 24pt;
}

.container-solutions-info {
    color: #555;
    font-size: 15pt;
    line-height: 1.5em;
}

.img-container-solutions > img {
    width: 200px;
    margin: 0 50px;
}

.img-container-solutions-left {
    text-align: left;
}

.img-container-solutions-right {
    text-align: right;
}

/************* END SOLUCOES AGRITEL ***************/
/***************** BEG SERVICOS *******************/

.agritel-subtitles {
    width: 650px;
    margin: 0 auto 100px;
}

.box-servicos {
    margin: 30px 0;
    height: 150px;
}

    .box-servicos > h2 {
        font-size: 18pt;
        margin-bottom: 0.5em;
    }

.control-box-90 > h3 {
    font-size: 11pt;
    letter-spacing: 0.05em;
    text-align: justify;
}

.icons-segmentos {
    padding: 30px 20px 30px 0;
    width: 80px;
}

.box-servicos {
    color: #ffffff;
    text-align: left;
}

    .box-servicos > img {
        padding: 0px 10px;
    }

.linkSaibaMais {
    color: #ffffff;
}

    .linkSaibaMais:hover {
        text-decoration: underline;
    }

/***************************
    TABS
****************************/
.tabs-container {
    color: #888;
    font-size: .8em;
    font-weight: 400;
    line-height: 2em;
    display: block;
    /*width: 940px;*/
    width: 90%;
    min-width: 280px;
    min-height: 1px;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.tab-menu-item {
    font-size: 1.3em;
    letter-spacing: 3px;
}

    a.tab-menu-item:active, a.tab-menu-item:link, a.tab-menu-item:visited,
    a.tab-internal-link:active, a.tab-internal-link:link, a.tab-internal-link:visited {
        color: #0B85B5;
        font-weight: inherit;
        text-decoration: none;
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        -o-transition: color .2s ease-out;
        -ms-transition: color .2s ease-out;
        transition: color .2s ease-out
    }

    a.tab-menu-item:focus, a.tab-menu-item:hover,
    a.tab-internal-link:focus, a.tab-internal-link:hover {
        color: #1192D1;
        text-decoration: none
    }

ul.responsive-tabs:after {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
    content: " "
}

.bm-remove {
    margin-bottom: 0 !important
}

.bm-smaller {
    margin-bottom: 5px !important
}

.bm-small {
    margin-bottom: 10px !important
}

.bm-medium {
    margin-bottom: 20px !important
}

.bm-large {
    margin-bottom: 30px !important
}

.bm-larger {
    margin-bottom: 40px !important
}

.responsive-tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    border-bottom: 2px solid #ddd;
}

    .responsive-tabs li {
        width: 125px;
        margin: 0;
        text-align: center;
        line-height: 50px;
        float: left;
    }

        .responsive-tabs li a {
            display: block;
            padding: 0 10px;
            text-decoration: none;
        }

        .responsive-tabs li.active {
            /*font-weight: bold;*/
            /*font-size: 1.3em;*/
            border-top-color: #1192D1 !important;
        }

.responsive-tabs-content {
    margin-bottom: 20px;
}

    .responsive-tabs-content.bm-remove {
        margin-bottom: 0;
    }

    .responsive-tabs-content.bm-smaller {
        margin-bottom: 5px;
    }

    .responsive-tabs-content.bm-small {
        margin-bottom: 10px;
    }

    .responsive-tabs-content.bm-medium {
        margin-bottom: 20px;
    }

    .responsive-tabs-content.bm-large {
        margin-bottom: 30px;
    }

    .responsive-tabs-content.bm-larger {
        margin-bottom: 40px;
    }

    .responsive-tabs-content .responsive-tabs-panel {
        padding: 20px;
    }

        .responsive-tabs-content .responsive-tabs-panel .responsive-tab-title {
            display: none;
        }

/* Standard */
.responsive-tabs-default .responsive-tabs li {
    border-top: 5px solid #DDD;
    border-bottom: 0;
    border-left: 1px solid #DDD;
    border-right: 0;
    background: #EEE;
    cursor: pointer;
    position: relative;
    z-index: 999999;
}

    .responsive-tabs-default .responsive-tabs li:last-child {
        border-right: 1px solid #DDD;
    }

    .responsive-tabs-default .responsive-tabs li.active {
        /*border-bottom: 1px solid #FFF;*/
        background: #FFF;
    }

.responsive-tabs-default .responsive-tabs-content {
    /*border: 1px solid #DDD;*/
    background: #FFF;
    position: relative;
    top: -1px;
    z-index: 999;
}

    .responsive-tabs-default .responsive-tabs-content .responsive-tab-title {
        color: #0B8593;
    }
/***************************
    TIMELINE
****************************/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            /*width: 46%;*/
            width: 44%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 35px;
            height: 35px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 25px;
            left: 50%;
            /* left: 49.5%; */
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }
/***************************
    TIMELINE
****************************/


/***************** BEG LIGHTBOX *******************/

#wrapper {
    width: 600px;
    margin: 0 auto; /*centers the div horizontally in all browsers (except IE)*/
    background: #fff;
    text-align: left; /*resets text alignment from body tag */
    border: 1px solid #ccc;
    border-top: none;
    padding: 25px;
    /*Let's add some CSS3 styles, these will degrade gracefully in older browser and IE*/
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}

#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background:url(overlay.png) repeat;*/
    background: rgba(255,255,255,0.95);
    text-align: center;
}

    #lightbox p {
        text-align: right;
        /*color:#fff;*/
        margin-right: 20px;
        font-size: 12px;
    }

.lbox-content {
    /*position:                      absolute;*/
    position: relative;
    z-index: 999999;
    display: none;
    margin: 0 auto;
}

.close-lbox {
    display: block;
    position: relative;
    top: 100px;
    cursor: pointer;
    color: #333;
    z-index: 999;
}

.squareConfig {
    height: 370px;
    width: 550px;
}

.ttl-lbox-content, .ttl-lbox-content2, .ttl-lbox-content3, .ttl-lbox-content4 {
    border: 2px solid #fff;
    margin: 40px;
    font-size: 13pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #FFF;
}

.ttl-lbox-content {
    padding: 115px 0;
}

.ttl-lbox-content2 {
    padding: 95px 0;
}

.ttl-lbox-content3 {
    padding: 105px 0;
}

.ttl-lbox-content4 {
    padding: 105px 0;
}

    .ttl-lbox-content > h2, .ttl-lbox-content2 > h2, .ttl-lbox-content3 > h2, .ttl-lbox-content4 > h2 {
        margin: 0;
    }

.icons-lb-segmentos {
    width: 30px;
    padding: 0 20px 0 0;
}

.benefit-package {
    padding: 10px 0 0 50px;
    color: #777;
    height: 30px;
}

.benefit-package2 {
    padding: 10px 0 0 50px;
    color: #777;
    height: 50px;
}

.benefit-package3 {
    padding: 10px 0 0 50px;
    color: #777;
    height: 70px;
}

.lb-ttl-benefit {
    font-size: 27pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #777;
    margin: 5px 0 10px 95px;
    text-align: left;
}

.functionalities-package {
    padding: 10px 0 0 20px;
    color: #777;
    height: 30px;
}

.functionalities-package2 {
    padding: 10px 0 0 20px;
    color: #777;
    height: 50px;
}

.lb-ttl-functionalities {
    font-size: 27pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #777;
    margin: 20px 0 10px 65px;
    text-align: left;
}

.lb-text {
    font-size: 15pt;
    width: 450px;
    text-align: left;
}

.bg-gestao-frotas, .bg-manutencao-preventiva,
.bg-identificacao-condutor, .bg-jornada-motoristas,
.bg-monitriip, .bg-sensores-operacao,
.bg-monitoramento-redundante, .bg-gestao-maquinas,
.bg-telemetria-avancada {
    background-size: 100%;
    height: 350px;
}

.bg-gestao-frotas {
    background-image: url('/static/images/pub/new/bg/gestao-de-frotas.png');
}

.bg-manutencao-preventiva {
    background-image: url('/static/images/pub/new/bg/manutencao-preventiva.png');
}

.bg-identificacao-condutor {
    background-image: url('/static/images/pub/new/bg/identificacao-do-condutor.png');
}

.bg-jornada-motoristas {
    background-image: url('/static/images/pub/new/bg/jornada-de-motoristas.png');
}

.bg-monitriip {
    background-image: url('/static/images/pub/new/bg/monitriip.png');
}

.bg-sensores-operacao {
    background-image: url('/static/images/pub/new/bg/sensores-de-operacao.png');
}

.bg-monitoramento-redundante {
    background-image: url('/static/images/pub/new/bg/monitoramento-redundante.png');
}

.bg-gestao-maquinas {
    background-image: url('/static/images/pub/new/bg/gestao-de-maquinas.png');
}

.bg-telemetria-avancada {
    background-image: url('/static/images/pub/new/bg/telemetria-avancada.png');
}

/***************** END LIGHTBOX *******************/
/***************** END SERVICOS *******************/


.contact-content {
    background-image: url('/static/images/pub/new/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-align: left;
}

.contact-agritel-content {
    background-image: url('/static/images/pub/new/contact-combine-harvester.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-align: left;
}

.contact-box {
    border-radius: 5px;
    padding: 15px;
    margin: 0 auto;
    text-align: left;
    width: 70%;
    position: relative;
}

    .contact-box .overlay {
        position: absolute;
        top: 10px;
        left: -5px;
        bottom: -40px;
        right: 10px;
        background-color: #ffffff;
        opacity: 0.5;
        z-index: 9999;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.rowContactInputs, .agritelRowContactInputs {
    margin: 10px auto;
}

.fsetLegTtl {
    font-size: 20pt;
    font-weight: bold;
}

.contactInput, .customContactInput, .optTipoFrota, .optAssunto, .msgContato {
    display: block;
    background: rgba(0,0,0,1);
    color: #ccc;
    border-radius: 3px;
    padding: 5px 0 5px 5px;
    font-size: 16pt;
    border: 1px solid #ccc;
    outline: none;
}

.agritelContactInput, .agritelCustomContactInput, .agritelOptTipoFrota, .agritelOptAssunto {
    display: inline-flex;
    background: rgba(0,0,0,1);
    color: #ccc;
    border-radius: 3px;
    padding: 5px 0 5px 5px;
    font-size: 16pt;
    border: 1px solid #ccc;
    outline: none;
}

.contactInput, .agritelContactInput, .rowContactInputs > textarea, .agritelRowContactInputs > textarea {
    width: 73%;
}

.contactInput, .agritelContactInput, .rowAgritelContactInputs > textarea {
    width: 78%;
}

.rowContactInputs > .optAssunto, .agritelRowContactInputs > .optAssunto {
    width: 74%;
}

.rowContactInputs > .agritelOptAssunto, .agritelRowContactInputs > .agritelOptAssunto {
    width: 79%;
}


.optTipoFrota option, .optAssunto option, .agritelOptAssunto option {
    background: #444;
}

.agritelContactInput:focus, .agritelCustomContactInput:focus, .agritelOptTipoFrota:focus, .agritelOptAssunto:focus {
    border: 1px solid #1192D1;
}

.contactInput:focus, .customContactInput:focus, .optTipoFrota:focus, .optAssunto:focus {
    border: 1px solid #e74c3c;
}

.agritelContactForm > .agritelRowContactInputs > .contactInput:focus,
.agritelContactForm > .agritelRowContactInputs > .agritelCustomContactInput:focus,
.agritelContactForm > .agritelRowContactInputs > .agritelOptTipoFrota:focus,
.agritelContactForm > .agritelRowContactInputs > .agritelOptAssunto:focus {
    border: 1px solid #1192D1;
}

.input-legend {
    display: block;
    float: left;
    padding: 5px;
    font-size: 14pt;
    font-weight: 300;
}

.agritelInput-legend {
    display: inline-flex;
    padding: 5px;
    font-size: 14pt;
    font-weight: 300;
}

.msgContato {
    resize: none;
    width: 170px;
    padding: 5px 2px;
    color: #ccc;
    border-radius: 3px;
}

#lbNumVeiculos, #numVeiculos, #lbSelTipoFrota, #selTipoFrota {
    display: none;
}

.btn-send-contact {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    background-color: #DF3626;
    border-radius: 5px;
    font-size: 13pt;
    color: #ffffff;
    margin-right: 31px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-blue-send-contact {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    background-color: #1192D1;
    border-radius: 5px;
    font-size: 13pt;
    color: #ffffff;
    margin-right: 31px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-send-contact:hover {
    background-color: #a72418;
    text-shadow: 1px 1px 1px #777;
}

/****************** BEG FOOTER ********************/

.footer-content-agritel {
    padding: 30px 20px 60px;
    color: #222;
    line-height: 25px;
}

    .footer-content-agritel > div > div > ul > li > a {
        color: #222;
    }

.footer-content {
    padding: 20px;
    color: #fff;
    line-height: 25px;
}

    .footer-content > div > div > ul > li, .footer-content-agritel > div > div > ul > li {
        padding: 5px;
    }

        .footer-content > div > div > ul > li > a {
            color: #fff;
        }

            .footer-content > div > div > ul > li > a:hover, .footer-content-agritel > div > div > ul > li > a:hover {
                text-decoration: underline;
            }

.footer-content-agritel > div > div > ul > li {
    padding: 5px;
    font-size: 10pt
}

.footer-content h3 {
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: bold;
}

.footer-content-agritel h3 {
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: bold;
}

.footer-content-agritel > .content > #EncontreNos {
    font-size: 10pt;
}

.social-sprites {
    height: 38px;
    width: 38px;
    background-image: url('/static/images/pub/new/social-pack.png');
    background-repeat: no-repeat;
    background-size: 250px;
    border-radius: 20px;
}

    .social-sprites:hover {
        /*box-shadow:                     2px 2px 3px #222 inset;*/
        cursor: pointer;
    }


.fbookIco {
    background-position: 1px 1px;
}

.twittIco {
    background-position: -160px 2px;
}

.instgIco {
    background-position: -105px -44px;
}

.ytubeIco {
    background-position: -105px 1px;
}
/****************** END FOOTER ********************/


@media screen and (max-width: 1368px) {
    /*.home-content {
        background-image:         url('/static/images/pub/new/banner-truck-clear.jpg');
    }*/
}

@media screen and (max-width: 1280px) {
    .banner-tag {
        font-size: 20pt;
    }

    #home {
        height: 673px;
    }

    #contato {
        height: 571px;
    }
}

@media screen and (max-width: 1230px) {
    .home-content {
        background-image: url('/static/images/pub/new/banner-truck-clear.jpg');
    }

    .tabs-container {
        width: 1180px
    }
}

@media screen and (max-width: 1099px) {
    /*#section0 {
        margin-top: 59px;
    }*/

    #home, #contato {
        height: 578px;
    }

    .content {
        width: 100%;
    }

    .col-4 {
        width: 260px;
    }

    .col-2 {
        width: 500px;
    }

    .control-box-90 {
        width: 95%;
    }

    .pVertical160 {
        padding: 90px 0;
    }

    .contact-box {
        width: 100%;
    }

    .contactInput, .rowContactInputs > textarea {
        width: 70.3%;
    }

    .sizer25per {
        width: 28.9%;
    }

    .btn-send-contact {
        margin-right: 8.6%;
    }

    .agritel-subtitles {
        width: 97%;
    }
}

@media screen and (max-width: 1024px) {
    .home-content-agritel > div > video {
        left: -85px !important;
    }

    #home {
        height: 534px;
    }

    #contato {
        height: 527px;
    }

    .sizer25per {
        width: 28.1%;
    }

    .banner-tag, .pBar {
        font-size: 9pt;
    }

    .col-2 {
        width: 50%;
    }

    .sizer25per {
        width: 28%;
    }

    .pVertical160 {
        padding: 84px 0;
    }
}

@media screen and (max-width: 1016px) {
    .home-content-agritel {
        background-image: url('/static/images/pub/new/banner-agritel.jpg');
        background-size: 280%;
    }

    #section0 > div > video {
        display: none;
    }

    #home, #contato {
        height: 524px;
    }
}

@media screen and (max-width: 980px) {
    .home-content-agritel {
        background-size: 110%;
        background-position: -96px 45px;
    }

    #home, #contato {
        height: 513px;
    }

    .contact-content {
        background-size: 110%;
    }

    .contact-agritel-content {
    }

    .btn-send-contact {
        margin-right: 6.4%;
    }

    .pVertical160 {
        padding: 100px 0;
    }

    .box-servicos.fleft {
        float: none;
    }

    .col-2 {
        width: 100%;
    }

    .control-box-90 {
        width: 500px;
        margin: 0 auto;
    }

    .lb-ttl-benefit {
        margin-top: 50px;
    }

    .tabs-container {
        width: 748px
    }
}

@media screen and (max-width: 860px) {
    .home-content {
        background-size: 120%;
        background-position: -160px -27px;
    }

    .home-content-agritel {
        background-size: 127%;
        background-position: -35px 0;
    }

    .contact-content, .contact-agritel-content {
        background-size: 130%;
    }

    #contato {
        height: 563px
    }

    .sizer25per {
        width: 26.2%;
    }

    .sizer28per {
        width: 31%;
    }

    .custom-button {
        width: 200px;
    }
}

@media screen and (max-width: 840px) {
    #home {
        height: 500px
    }

    .pVertical160 {
        padding: 95px 0;
    }
}

@media screen and (max-width: 820px) {
    #home {
        height: 486px;
    }

    #contato {
        height: 680px;
    }

    .contact-content {
        background-size: 160%;
        background-position: -160px -27px;
    }

    .contact-agritel-content {
        background-size: 127%;
        background-position: -35px -30px;
    }

    .rowContactInputs {
        margin: 17px auto;
    }

    .sizer210 {
        width: 150px;
    }

    .mleft109 {
        margin-left: 95px;
    }

    .contactInput {
        width: 70.7%;
    }

    .rowContactInputs > textarea {
        width: 70.4%;
    }

    .rowContactInputs > .optAssunto {
        width: 71.1%;
    }

    .btn-send-contact {
        margin-right: 9%;
    }
}

@media screen and (max-width: 800px) {
    #home {
        height: 474px;
    }

    #contato {
        height: 667px;
    }

    .home-content {
        background-size: 120%;
        background-position: -140px -27px;
    }

    .custom-button {
        width: 140px;
    }

    #img-logo-menu-bars {
        display: block;
    }

    .nav-fixed-top {
        position: fixed;
        z-index: 9999999999;
        margin: 0;
        padding: 0;
    }

    #logo-menu-desk {
        /*float:                   none;*/
        padding: 0.5em;
        margin: 0;
        cursor: pointer;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #f3f3f3;
    }

    .nav-container-desk > ul {
        float: none;
        margin: 0;
    }

        .nav-container-desk > ul > li {
            display: block;
            text-align: center;
            margin: 0;
            color: #333;
        }

            .nav-container-desk > ul > li:hover {
                text-decoration: underline;
                background: rgba(0,0,0, 0.2);
            }

    .nav-container-desk > ul {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #home {
        height: 453px;
    }

    #contato {
        height: 630px;
    }

    .sizer25per {
        width: 25%;
    }

    .pBar, .custom-button, .banner-tag {
        font-size: 10pt;
    }

    .contact-content, .contact-agritel-content {
        background-size: 167%;
    }

    .tabs-container {
        width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width: 720px) {
    #home {
        height: 422px;
    }

    #contato {
        height: 611px;
    }
}

@media screen and (max-width: 680px) {
    h2 {
        font-size: 1.2em;
    }

    #home {
        height: 397px;
    }

    #contato {
        height: 611px;
    }

    .home-content {
        background-size: 120%;
        background-position: -110px -27px;
    }

    .contact-agritel-content {
        background-position: -35px -90px;
    }

    .contact-content, .contact-agritel-content {
        background-size: 177%;
    }

    .sizer32per {
        width: 30.5%;
    }

    .inst-item-ttl {
        height: 50px;
    }
}

@media screen and (max-width: 640px) {
    #home {
        height: 371px;
    }

    .banner-tag {
        top: 100px;
    }

    .pBar, #smPromotionBar > .custom-button {
        display: none;
    }

    .contact-content, .contact-agritel-content {
        background-size: 189%;
    }

    .input-legend, #lbNumVeiculos, #lbSelTipoFrota {
        display: none !important;
    }

    #emailInput, #industryInput {
        margin-right: 0;
        margin-left: 90px;
    }

    #numVeiculos {
        margin-right: 177px;
        margin-left: 90px;
    }

    .rowContactInputs {
        margin: 17px auto;
        text-align: center;
    }

    .contactInput, .optAssunto, #phoneInput, #offieInput {
        margin: 0 auto;
    }

    .btn-send-contact {
        margin-right: 14.2%;
    }

    #AcessoRapido, #MidiasSociais {
        display: none;
    }

    .col-3 {
        width: 100%;
    }

    .lb-text {
        font-size: 12pt;
        width: 320px;
    }

    .control-box-90 {
        width: 95%;
    }
}

@media screen and (max-width: 620px) {
    #numVeiculos {
        margin-right: 169px;
    }

    #contato {
        height: 660px;
    }

    .contact-content, .contact-agritel-content {
        background-size: 214%;
    }

    .bg-gestao-frotas, .bg-manutencao-preventiva,
    .bg-identificacao-condutor, .bg-jornada-motoristas,
    .bg-monitriip, .bg-sensores-operacao,
    .bg-monitoramento-redundante, .bg-gestao-maquinas,
    .bg-telemetria-avancada {
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 580px) {
    #contato, #section3 {
        height: 630px;
    }

    #emailInput, #industryInput {
        margin-right: 0;
        margin-left: 80px;
    }

    #numVeiculos {
        margin-left: 80px;
        margin-right: 162px;
    }

    .contact-content, .contact-agritel-content {
        background-size: 239%;
    }

    .contactInput, .customContactInput, .optAssunto, .optTipoFrota {
        font-size: 10pt;
    }

    .ttl {
        font-size: 2em;
    }
}

@media screen and (max-width: 520px) {
    .home-content {
        background-position: -60px -27px;
    }

    .home-content-agritel {
        background-position: -60px 10px;
    }

    .banner-tag {
        top: 80px;
    }

    .control-box-90 {
        width: 95%;
    }

    #emailInput, #industryInput {
        margin-right: 0;
        margin-left: 72px;
    }

    #numVeiculos {
        margin-left: 72px;
        margin-right: 144px;
    }
}

@media screen and (max-width: 480px) {
    #home {
        height: 269px;
    }

    .home-content-agritel {
        background-position: -30px -50px;
    }

    #emailInput, #industryInput {
        margin-right: 0;
        margin-left: 66px;
    }

    #numVeiculos {
        margin-left: 66px;
        margin-right: 124px;
    }

    #contato, #section3 {
        height: 563px;
    }

    .banner-tag {
        padding: 15px;
    }

    #section1 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 460px) {
    .icons-segmentos {
        padding: 40px 20px 40px 0;
        width: 60px;
    }

    #contato, #section3 {
        height: 530px;
    }
}

@media screen and (max-width: 420px) {
    /*#home {
        height: 230px;
    }*/

   
}

@media screen and (max-width: 420px) {
    #home {
        height: 166px;
    }

    .pVertical80 {
        padding: 20px 0;
    }

    .banner-tag {
        display: none;
    }

    .icons-segmentos {
        padding: 40px 20px 40px 0;
        width: 60px;
    }

   .ttl {
        font-size: 1.5em;
    }

    .box-servicos {
        height: 200px;
    }

    .lb-ttl-benefit {
        font-size: 14pt;
    }

    .icons-lb-segmentos {
        width: 15px;
    }

    .lb-text {
        width: 200px;
    }

    .control-box-90 {
        width: 95%;
    }

        .control-box-90 > h3 {
            font-size: 10pt;
        }

    h2 {
        font-size: 1em;
    }

    #emailInput, #industryInput {
        margin-right: 0;
        margin-left: 42px;
    }

    #numVeiculos {
        margin-left: 42px;
        margin-right: 87px;
    }

    .contact-box {
        padding: 0;
    }

    .contact-content, .contact-agritel-content {
        background-size: 344%;
    }

    #contato, #section3 {
        height: 510px;
    }

    .btn-send-contact {
        height: 35px;
        width: 80px;
        font-size: 12pt;
        margin-right: 42px;
    }

    .solution-icon {
        width: 150px;
        height: 150px;
        margin: 0 auto 10px;
    }

        .solution-icon > img {
            width: 150px;
        }

    .inst-item-ttl {
        height: 20px;
    }

    .pVertical160 {
        padding: 35px 0;
    }

    .agritelContactInput {
        width: 91%;
        margin: 0 auto;
    }

    .agritelCustomContactInput {
        width: 44%;
    }

    .agritelRowContactInputs > .agritelOptAssunto {
        width: 93%;
        margin: 0 auto;
    }

    .rowAgritelContactInputs > textarea {
        width: 92%;
        margin: 0 auto;
    }

    .agritelContactForm {
        margin: 0 auto;
        text-align: center;
    }

    #emailInput, #industryInput {
        margin: 0;
    }

    .agritelInput-legend {
        display: none;
    }

    .btn-blue-send-contact {
        margin-right: 10px;
    }
}

@media screen and (max-width: 414px) {
    .home-content-agritel {
        background-position: -310px 20px;
        background-size: 270%;
    }
}

@media screen and (max-width: 375px) {
    .home-content-agritel {
        background-position: -290px -30px;
        background-size: 280%;
    }
}

@media screen and (max-width: 320px) {
    .home-content-agritel {
        background-position: -220px 20px;
        background-size: 257%;
    }
}
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
