/* Minification failed. Returning unminified contents.
(3555,1): run-time error CSS1019: Unexpected token, found '@import'
(3555,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: 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: 10px;
            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: 1;
        }

            .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%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    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: 15px;*/
    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;
}

ul.tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #3d3d3d;
}

    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 #3D3D3D;
            border-bottom-color: #777777;
            opacity: .4;
            font-size: 10px;
            filter: alpha(opacity=40);
            text-shadow: none;
            z-index: 1;
            /*vertical-align: central;*/
        }

            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: #3D3D3D;
            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: 20px 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;
    }

/*--------------------------------------------------------------------------
/* 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: 42%;
    left: 42%;
    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: 1px solid #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;
        min-width: 35px;
        height: 35px;
        background-color: transparent !important;
    }

        ul.toolbar-menu li.li-item-large {
            min-width: 45px;
            height: 48px;
        }

        ul.toolbar-menu li.li-item-large-text {
            min-height: 50px;
            min-width: 50px;
            padding: 8px;
        }

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    *margin-right: .3em;
    line-height: 18px;
    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-checklist {
    background-position: -265px -23px;
}

ul.toolbar-menu li i.icon-back {
    background-position: -240px -97px;
}

ul.toolbar-menu li i.icon-criminal {
    background-position: -432px -143px;
}

ul.toolbar-menu li i.icon-edit {
    background-position: 0 -72px;
}

ul.toolbar-menu li i.icon-delete {
    background-position: -455px 0;
}

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-position: -95px -48px;
}

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-doc {
    background-position: -97px -25px;
}

ul.toolbar-menu li i.icon-tab {
    background-position: -383px -121px;
}

ul.toolbar-menu li i.icon-obs {
    background-position: -241px -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-txt {
    background-image: url(/static/images/reports/txt.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 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*/

.simple-grid-full {
    border-style: none;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    table-layout: fixed !important;
}

    .simple-grid-full tr.header th {
        padding: 5px;
        margin: 0;
        color: #FFFFFF;
        text-align: center;
        font-weight: normal;
        font-size: 10pt;
        text-shadow: none;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #FFFFFF;
        background: #252525;
    }

        .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: 10pt;
        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: 80px;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .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 table.child tr td {
                color: #333333;
                font-weight: 400;
                font-size: 0.8rem;
                text-decoration: none;
                padding: 5px;
                margin: 0;
                text-transform: none;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                -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.red-row {
                background-color: #e74c3c;
            }

            .simple-grid-full table.child tr.green-row {
                background-color: #30b018;
            }

            .simple-grid-full table.child tr.purple-row {
                background-color: #a71bfc;
            }

            .simple-grid-full table.child tr td.red-col, .simple-grid-full table.child tr:hover td.red-col {
                background-color: #e74c3c;
                color: #ffffff;
            }

            .simple-grid-full table.child tr.orange-row, .simple-grid-full table.child tr.yellow-row {
                background-color: #f39c12;
            }

                .simple-grid-full table.child tr.red-row td,
                .simple-grid-full table.child tr.orange-row td,
                .simple-grid-full table.child tr.purple-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;
            }

.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 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-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-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 {
            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-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 {
            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: 39px;
        left: 0;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        z-index: 1000;
        padding: 0 0 0 10px;
        margin: 0;
        width: 354px;
        height: 30px;
        -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 {
    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-edit-area h2, div.toolbar-edit-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-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.clear {
        display: block;
        height: 10px;
        padding: 0;
        margin: 0;
    }

    div.toolbar-edit-area div.simpleselect {
        margin-bottom: 10px
    }

    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-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: 65px;
    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;
    -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.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;
            }

/*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;
        }


/*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);
    }

@import url("/content/site/fonts.css");

/*********GENERAL*********/
body, html {
    background-color: #f2f2f2;
}

    body::-webkit-scrollbar {
        width: 5px
    }

    body::-webkit-scrollbar-thumb {
        background-color: darkgrey;
    }

#home {
    height: 90vh;
}

* {
    font-family: 'RobotoDraft-Light', 'Helvetica', Arial;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.container {
    height: 100%;
    width: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -z-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.text-center {
    text-align: center;
    padding: 5%;
}

.title {
    font-size: 22pt;
    font-weight: bold;
    /*margin: 5% 0;*/
}

.text-white {
    color: #FFFFFF;
}

.text-blue {
    color: #21517d;
}

.col-12 {
    width: 100%;
}

.col-3 {
    width: 32%;
}

.col-2 {
    width: 45%;
}

.dIGrid {
    display: inline-grid;
    vertical-align: middle;
}

/*********MENU*********/
.nav-fixed-top {
    width: 100%;
    padding: 1em 1em 0.08em;
    position: fixed;
    z-index: 999999;
}

.transition-menu-desk {
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.nav-container-desk {
    width: 100%;
}

    .nav-container-desk > ul {
        float: right;
        margin-right: 2.1em;
    }

        .nav-container-desk > ul > li {
            display: inline-block;
            padding: 13px;
            text-transform: uppercase;
            font-size: 10pt;
            font-weight: bold;
        }

            .nav-container-desk > ul > li > a {
                color: #FFF;
            }

.nav-link > a {
    cursor: pointer;
}

    .nav-link > a:hover {
        color: #DDD;
    }

.blue-button {
    background-color: #21517d;
    box-shadow: 1px 1px 5px #333;
}

    .blue-button:hover {
        background-color: #0B85B5;
    }


    .blue-button > a {
        color: #FFF;
    }

        .blue-button > a:hover {
            color: #FFF;
        }

#logo-menu-desk {
    float: left;
}

#img-logo-menu-bars {
    width: 30px;
    position: absolute;
    right: 12px;
    top: 15px;
    display: none;
}

.scrolled {
    background-color: #FFF;
}

.active {
    display: block !important;
}
/*********BANNER*********/
.banner {
    background-image: url('../../Static/images/site/banner1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    transition: background 0.5s linear;
}

/*********WHATSAPP ICON BLOCK*********/
.whatsappIco-block {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 25px;
    margin-bottom: 35px;
    background-image: url('/Static/images/pub/new/whatsapp.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    z-index: 1000;
}

    .whatsappIco-block:hover {
        cursor: pointer;
    }

/*********ABOUT*********/
.full-bar {
    width: 100%;
    background-color: #f3f3f3;
    box-shadow: 1px 0 3px #aaa;
    text-align: center;
}

.pBar {
    display: inline-block;
    font-size: 15pt;
    color: #555;
    padding: 20px 0;
    margin-right: 5%;
}

.custom-button {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 250px;
    border: 2px solid #21517d;
    color: #21517d;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

    .custom-button:hover {
        background-color: #21517d;
        color: #FFFFFF;
    }

.text-about {
    font-size: 14pt;
    color: #222;
}

.solution-box {
    padding: 0 15%;
}

.solution-icon {
    border-radius: 120px;
    text-align: center;
    padding: 15px;
}

    .solution-icon > img {
        width: 130px;
        border-radius: 100px;
    }

.solution-list {
    list-style-type: circle;
    text-align: left;
}

.videoin {
    width: 500px;
    margin: 5% 0;
    height: auto;
}

/*********SERVICES*********/
.bg-dark-gray {
    background-color: #222222;
}

.segment-icon {
    padding: 30px 20px 30px 0;
    width: 80px;
}

.service-box {
    display: inline-grid;
    text-align: justify;
    margin: 30px 0;
    padding-bottom: 2em;
}

.control-box-90 {
    overflow: hidden;
    padding: 2% 8%;
}

    .control-box-90 > h2 {
        font-size: 20pt;
        text-align: left;
    }

    .control-box-90 > p {
        font-size: 11pt;
        letter-spacing: 0.05em;
    }

    .control-box-90 > img {
        padding: 15px;
    }

/*********CLIENTS AND PARTNERS************/

.cp-icon {
    border-radius: 40%;
    text-align: center;
    padding: 15px;
}

.img-logo {
    width: 120px;
    margin-top: 10%;
}

/*********CONTACT*********/
.bg-contact {
    background-image: url('/static/images/pub/new/talk-to-us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}

.contact-box {
    margin: auto;
    text-align: left;
    width: 45%;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #222;
    opacity: 0.5;
    z-index: 9999999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.contact-input-row {
    margin: 2%;
    background-color: #21517d;
    border-radius: 3px;
}

.contact-input, .optSubject {
    background: #21517d;
    color: #f2f2f2;
    border-radius: 3px;
    padding: 5px;
    font-size: 12pt;
    border: 1px solid #ccc;
    outline: none;
    resize: none;
    width: 65%;
}

    .contact-input:focus, .optSubject:focus {
        border: 1px solid #fff;
    }

.input-legend {
    float: left;
    text-align: left;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: 300;
    width: 25%;
    margin: 5px 10px;
}

.btn-send-contact {
    line-height: 40px;
    text-align: center;
    width: 150px;
    background-color: #21517d;
    border-radius: 5px;
    font-size: 13pt;
    margin-left: auto;
    margin-right: 2%;
    cursor: pointer;
    text-transform: uppercase;
}

    .btn-send-contact:hover {
        background-color: #21517d;
        text-shadow: 1px 1px 1px #777;
    }

/********FOOTER**********/

.bg-blue {
    background-color: #21517d;
}

.footer-content {
    line-height: 25px;
    padding: 5% 0 2%;
}

    .footer-content > div > div > ul > li {
        padding: 5px;
        font-size: 10pt;
    }

        .footer-content > div > div > ul > li > a {
            color: #FFF;
        }

            .footer-content > div > div > ul > li > a:hover {
                text-decoration: underline;
            }

    .footer-content h3 {
        text-transform: uppercase;
        font-size: 12pt;
        font-weight: bold;
    }

.dIBlock {
    display: inline-block;
}

.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 #45637e;
        cursor: pointer;
    }


.fbookIco {
    background-position: 1px 1px;
}

.twittIco {
    background-position: -160px 2px;
}

.instgIco {
    background-position: -105px -44px;
}

#img-email, #img-fone {
    margin: 4% auto 2%;
}

.lkedinIco {
    background-position: -215px 1px;
}

.whatsappIco {
    background-image: url('/Static/images/pub/new/whatsapp.png');
    height: 38px;
    width: 38px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 20px;
    background-position: center;
}

    .whatsappIco:hover {
        box-shadow: 2px 2px 3px #45637e;
        cursor: pointer;
    }

#maps {
    width: 250px;
    height: 200px;
    margin: auto;
}

.text-footer {
    text-align: center;
    font-size: 10pt;
}

/****************** BEG BANNER ********************/

.banner-tag {
    color: #fff;
    font-size: 22pt;
    text-align: center;
    padding-top: 20%;
    width: 45%;
    font-weight: bold;
}

/************COOKIE BANNER**************/
.cookie-banner-background {
    position: fixed;
    z-index: 9999999;
    background-color: #333;
    opacity: 0.5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100vw;
    height: 100vh;
    display: none;
}

.cookie-banner {
    width: 100vw;
    background-color: #fff;
    z-index: 99999999;
    position: fixed;
    bottom: 0;
    display: none;
}

.cookie-text {
    padding: 30px;
    max-width: 70vw;
    margin: 20px;
    display: inline-block;
}

.cookie-button {
    display: inline-block;
    margin: 0 20px 30px;
}

    .cookie-button > span {
        background-color: #21517d;
        text-transform: uppercase;
        color: #fff;
        padding: 15px;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
    }

        .cookie-button > span:hover {
            background-color: #0B85B5;
        }

/********PRIVACY POLICY*******/
.privacy-policy {
    padding: 10px;
    width: 80%;
    text-align: justify;
    margin-left: 10%;
    line-height: 25px;
}

    .privacy-policy > h2 {
        color: #21517d;
        font-weight: bold;
        text-align: center;
    }

    .privacy-policy > h3 {
        text-transform: uppercase;
        text-decoration: underline;
        color: #555;
        margin-top: 50px;
    }

.update-time {
    font-size: 10pt;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width: 1099px) {
    #img-logo-menu-bars {
        display: block;
    }

    .nav-fixed-top {
        margin: 0;
        padding: 0;
    }

    #logo-menu-desk {
        padding: 0.5em;
        cursor: pointer;
        text-align: left;
        float: none;
    }

    .nav-container-desk > ul {
        display: none;
        float: none;
        margin: auto;
        width: 100vw;
    }

        .nav-container-desk > ul > li {
            display: block;
            text-align: center;
            margin: 0;
            color: #333;
        }

    .nav-link:hover {
        text-decoration: underline;
        background: rgba(0,0,0, 0.2);
    }
}

@media screen and (max-width: 980px) {
    .col-2 {
        width: 100%;
    }

    .control-box-90 {
        padding: 0 10%;
    }

    .slideshow li span {
        height: 100%;
    }

    #contact-bar {
        display: none;
    }

    #smAbout {
        display: none;
    }

    .banner-tag {
        display: none;
    }
}


@media screen and (max-width: 860px) {
    .input-legend {
        display: none !important;
    }

    .contact-input, .optSubject {
        width: 80%;
        margin-left: 8%;
    }

    .slideshow li span {
        height: 100%;
    }

    #maps {
        display: none;
    }

    .col-3 {
        width: 100%;
        margin: 5% 0;
    }

    .img-logo {
        margin-top: 0;
    }

    .solution-list {
        text-align: center;
        list-style-position: inside;
    }
}

@media screen and (max-width: 640px) {
    .contact-box {
        width: 70%;
    }
    
    .btn-send-contact {
        margin-right: 14.2%;
    }

    #quickAcess {
        display: none;
    }

    .videoin {
        width: 300px;
    }
}

@media screen and (max-width: 580px) {
    .contact-input, .optSubject {
        font-size: 10pt;
    }
}

@media screen and (max-width: 420px) {
    .title {
        font-size: 19pt;
    }

    h2 {
        font-size: 17pt;
    }

    .control-box-90 > h2 {
        font-size: 17pt;
    }

    .control-box-90 > p {
        font-size: 12pt;
    }

    p {
        font-size: 12pt;
    }

    .contact-box {
        padding: 0;
    }

    .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;
        }


    .contact-input, .optSubject {
        width: 100%;
        margin: 0;
        font-size: 11pt;
    }

    .btn-blue-send-contact {
        margin-right: 10px;
    }
}

/*!
 * 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;
}
