/**************************/
/*         CZIOT          */
/**************************/

body {
    color: #444444;
    cursor: default;
    font-size: 16px;
    line-height: 1.4em;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    padding-top: 75px;
    padding-bottom: 0em;
    background-color: #f5f5f5;
}

body.modal-open {
    padding-right: 0px !important;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 0px;
}

html, div {
    -ms-overflow-style: scrollbar;
}

.container {
    width: 100%;
}

.cziot-container, .cziot-container-body {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}

.cziot-container-body {
    padding: 15px 0px;
    /*min-height: 650px;*/
}

/**************************/
/*       SCROLLBARS       */
/**************************/

div::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

div::-webkit-scrollbar-track {
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

div::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #ff6600;
    outline: 0px solid #999999;
}

div::-webkit-scrollbar-button {
    background-color: #d4d4d4;
}

/* IE */
body {
    scrollbar-arrow-color: #ff6600;
    scrollbar-shadow-color: #999999;
}

.gridScrollDiv {
    border: 1px solid #CCCCCC;
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

/**************************/
/*         HEADER         */
/**************************/
#cziot_header {
    position: fixed;
    z-index: 500;
    top: 0px;
}

.cziot-design-bar {
    color: #ffffff;
    background: rgba(0,0,0,0.7);
}

#navigation_menu {
    padding: 0px;
    width: 100%;
    max-width: 300px;
    right: 0px;
    border-top: 1px solid #ff6600;
    background: rgba(0,0,0,0.7);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

#navigation_menu a {
    width: 100%;
    margin-left: 0px !Important;
    padding-left: 15px;
    border-bottom-width: 2px !important;
    border-top: 2px solid transparent;
}

#navigation_menu a:hover, #navigation_menu a.active {
    background-color: rgba(255,255,255,1);
    border-color: #ff6600;
    /*
    background: -moz-linear-gradient(top, rgba(153,153,153,0) 54%, rgba(153,153,153,0.87) 94%, rgba(255,102,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(153,153,153,0) 54%,rgba(153,153,153,0.87) 94%,rgba(255,102,0,1) 100%);
    background: linear-gradient(to bottom, rgba(153,153,153,0) 54%,rgba(153,153,153,0.87) 94%,rgba(255,102,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#ff6600',GradientType=0 );
    */
}

#navigation_menu a span {
    float: right;
    margin-right: 15px;
    margin-top: -5px;
    /*visibility: hidden;*/
}

#navigation_menu a:hover span, #navigation_menu a.active span {
    visibility: visible;
}

#header_wrapper.header-large {
    font-size: 1.2em;
    height: 75px;
    line-height: 75px;
}

#header_wrapper.header-large img#cziot_logo {
    width: 100%;
    max-width: 320px;
    margin-top: 8px;
}

    #header_wrapper.header-large img#cziot_logo1 {
        width: 100%;
        max-width: 334px;
        margin-top: 8px;
    }

#cziot_header .navigation {
    float: right;
    margin-right: 15px;
}

#cziot_header .navigation a {
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    outline: none;
    margin: 0 10px;
    border-bottom: 8px solid transparent;
}

#header_wrapper.header-large .navigation a, #header_wrapper.header-large .navigation a span {
    height: 75px;
    line-height: 75px;
}

#cziot_header .navigation a:hover, #cziot_header .navigation a:active, #cziot_header .navigation a:focus, #cziot_header .navigation a:visited {
    text-decoration: none;
}

#cziot_header .navigation a:hover, #cziot_header .navigation a.active {
    color: #ff6600;
    border-bottom: 8px solid #ff6600;
}

#header_wrapper.header-small {
    font-size: 0.9em;
    height: 50px;
    line-height: 50px;
}

#header_wrapper.header-small img#cziot_logo {
    max-width: 100px;
    margin-top: 5px;
}

    #header_wrapper.header-small img#cziot_logo1 {
        max-width: 100px;
        margin-top: 5px;
    }

#header_wrapper.header-small .navigation a, #header_wrapper.header-small .navigation a span {
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    margin-top: 0px;
}

#header_wrapper .navigation a span {
    color: #494949;
    color: #ffffff;
}

#header_wrapper .navigation a:hover span, #header_wrapper .navigation a.active span, #header_wrapper .navigation a span:hover {
    color: #ff6600;
}


#navigation_menu {
    display: none;
    position: absolute;
}

#cziot_header nav, #cziot_header a, #cziot_header img {
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

/*************************/
/*        FOOTER         */
/*************************/
#cziot_footer {
    padding-top: 1.0em;
    padding-bottom: 1.0em;
}

#cziot_footer p {
    margin: 0px;
}

#cziot_footer a {
    color: #ffffff;
    font-weight: normal;
}

span.link-pipe {
    display: inline-block;
    padding: 0 10px;
}

.cziot-radial-gradient {
    color: #ffffff;
    background: rgb(213,91,11); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(213,91,11,0.8) 15%, rgba(223,151,0,0.8) 60%, rgba(213,91,11,0.8) 85%, rgba(213,91,11,0.8) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(213,91,11,0.8) 15%,rgba(223,151,0,0.8) 60%,rgba(213,91,11,0.8) 85%,rgba(213,91,11,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(213,91,11,0.8) 15%,rgba(223,151,0,0.8) 60%,rgba(213,91,11,0.8) 85%,rgba(213,91,11,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d55b0b', endColorstr='#d55b0b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-color: #ff00ff;
}

/*************************/
/*         FONTS         */
/*************************/
a, a:focus, a:active, a:visited {
    color: #ff6600;
    color: #0075bc;
    font-weight: 600;
    outline: none;
}

.cziot-radial-gradient a {
    color: #000000;
}

a:hover, .cziot-radial-gradient a:hover {
    color: #0075bc;
    color: #ff6600;
    text-decoration: underline;
}

.glyphicon {
    font-size: 18px;
}

a span.glyphicon, a:focus span.glyphicon, a:active span.glyphicon {
    color: #ff6600;
    color: #0075bc;
    outline: none;
}

a:hover span.glyphicon {
    color: #0075bc;
    color: #ff6600;
}

h1 {
    margin-top: 0px;
    font-weight: 600;
    /*
    line-height: 1.25em;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff6600;
    */
}

.text-white {
    color: #ffffff;
}

.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: 600;
}

[class*="glyphicon-ok"] {
    color: #0F9F3F;
}

[class*="glyphicon-remove"] {
    color: #ff0000;
}

span[class*="circle-"] {
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

span.circle-red {
    background-color: #ff0000;
}

span.circle-green {
    background-color: #39ff12;
}

span.circle-yellow {
    background-color: #f7eb09;
}



/*************************/
/*        BUTTONS        */
/*************************/
.btn-cziot, .btn-cziot:focus, .btn-cziot:active, .btn-cziot.active {
    color: #ffffff;
    /*text-shadow: 0px 0px 3px #555555;*/
    font-size: 16px;
    font-weight: 600;
    background-color: #ff6600;
    border: 1px solid #b92e45;
    /*box-shadow: 0px 0px 2px #555555;*/
    outline: none !Important;
    border-radius: 0.3em;
}

.btn-cziot-default, .btn-cziot-default:focus, .btn-cziot-default:active, .btn-cziot-default.active {
    color: #ffffff;
    text-shadow: 0px 0px 3px #111111;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #444444;
    background-color: #999999;
    outline: none !Important;
    border-radius: 0.3em;
}

.btn-cziot-primary, .btn-cziot-primary:focus, .btn-cziot-primary:active, .btn-cziotprimary.active {
    color: #ffffff;
    /*text-shadow: 0px 0px 3px #555555;*/
    font-size: 16px;
    font-weight: 600;
    background-color: #0075bc;
    border: 1px solid #000000;
    /*box-shadow: 0px 0px 2px #555555;*/
    outline: none !Important;
    border-radius: 0.3em;
}

.btn-cziot:hover {
    color: #ffffff;
    text-shadow: 0px 0px 3px #555555;
    background-color: #fcbe47;
    border: 1px solid #b92e45;
    box-shadow: 0px 0px 2px #ff6600;
}

.btn-cziot-default:hover {
    color: #ffffff;
    text-shadow: 0px 0px 3px #555555;
    background-color: #000000;
    border: 1px solid #000000;
    box-shadow: 0px 0px 2px #000000;
}

.btn-cziot-primary:hover {
    color: #ffffff;
    text-shadow: 0px 0px 3px #555555;
    background-color: #04A2FF;
    border: 1px solid #0071BA;
    box-shadow: 0px 0px 2px #000000;
}


.cziot-buttons {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cziot-buttons .btn {
    margin-right: 15px;
}

.cziot-buttons .btn:last-child {
    margin-right: 0px;
}

/************************/
/*       TABLES         */
/************************/

.table-bordered td {
    border: 1px solid #aeaeae !Important;
}

.table, .table tr, .table td, .table thead tr {
    /*border-color: #000000 !important;*/
}


.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #e8e8e8;
}

.table-striped > tbody > tr:hover > td, .table-striped > tbody > tr:hover > th, tr#temp > td {
    background-color: #ffd782;
}

.table thead {
    color: #ffffff;
    background: #000000;
}

.table th, .table td {
    text-align: center;
}

.table td.cziot-controls a {
}

.table .table-c-small {
    width: 5%;
}

table th {
    border-bottom: 1px solid #000000 !Important;
}

table th:first-child {
    border-left: 1px solid #000000 !Important;
}

table th:last-child {
    border-right: 1px solid #000000 !Important;
}

.table-responsive {
}

/************************/
/*        FORMS         */
/************************/
.form-control:focus {
    border-color: #fcbd48;
    box-shadow: inset 0 1px 1px rgba(255, 102, 0, 0.075), 0 0 8px rgba(252, 189, 72, 0.6);
    background-color: #ffffff;
}

.form-control[readonly="readonly"]:focus {
    background-color: #eeeeee;
    box-shadow: none;
    border-color: #cccccc;
}

.form-control:focus + div.input-group-addon {
    border-color: #fcbd48;
    box-shadow: inset 0 1px 1px rgba(255, 102, 0, 0.075), 0 0 8px rgba(252, 189, 72, 0.6);
}

.checkbox input {
    margin-left: 0px !Important;
}

.form-multi-group > label {
    display: block;
}

.form-multi-group {
    display: block;
    float: left;
    padding-bottom: 1.0em;
    margin-right: 25px;
}

.form-multi-group:last-child {
    margin-right: 0px;
}

/* ERRORS */
input, button, label, select, span.glyphicon {
    transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.error, .error + div.input-group-addon {
    border-color: #ff0000;
    border-color: #ff0000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
    background-color: rgba(255,0,0,0.1);
}

.text-error {
    color: #ff0000;
}

.absolute {
    position: absolute;
}

.toggle-handle, .toggle-handle:hover {
    background-color: #ffffff;
}


/************************/
/*     DATEPICKER       */
/************************/
#ui-datepicker-div {
    /*max-width: 250px;*/
    font-size: 15px;
}

table.ui-datepicker-calendar thead tr th {
    border: none !Important;
    padding: 2px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-header.ui-widget-header {
    color: #ffffff;
    background: rgb(255,102,0);
    background: -moz-linear-gradient(top, rgba(255,102,0,1) 58%, rgba(248,197,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,102,0,1) 58%,rgba(248,197,106,1) 100%);
    background: linear-gradient(to bottom, rgba(255,102,0,1) 58%,rgba(248,197,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#f8c56a',GradientType=0 );
}

/************************/
/*        MODALS        */
/************************/
.modal-footer {
    text-align: center;
    border: none;
}

.modal-header h4 {
    font-size: 22px;
    font-weight: 600;
}

button.close {
    font-weight: 600;
}

#page_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    background-image: url(/assets/img/common/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 500;
    cursor: wait;
}

/************************/
/*       ACCORDION      */
/************************/
.panel-heading a:not(.collapsed) {
    color: #ff6600;
}

/************************/
/*       HELPERS        */
/************************/
.v-center {
    margin: 0 0px 0 auto;
}

img.img-full {
    width: 100% !Important;
}

::-moz-selection {
    color: #ffffff;
    background: #ff6600;
}

::selection {
    color: #ffffff;
    background: #ff6600;
}

hr {
    margin: 0.5em 0em 1.0em 0em;
    border-color: #949494;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0px 0px 0px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0 0 0 10px;
    overflow: visible;
    outline: none;
}

.hamburger.is-active .hamburger-inner, .hamburger:hover .hamburger-inner, .hamburger.is-active .hamburger .hamburger-inner::before, .hamburger:hover .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after, .hamburger:hover .hamburger-inner::after {
    /*opacity: 0.7;*/
    background-color: #ff6600;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 80%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/******************************/
/*            MAP             */
/******************************/
#cz_map {
    width: 100%;
    min-height: 400px;
    height: auto;
    border: 1px solid #000000;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    margin-bottom: 25px;
}

#cz_kpi_boxes .col-xs-12 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 1.0em 0em;
}

#cz_kpi_boxes .col-xs-12 div {
    width: 18%;
    padding: 0.0em 0.0em 0em 0.0em;
    background: rgba(254,103,0,0.0);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    border: 1px solid #000000;
    background: rgba(254,103,0,1);
}

#cz_kpi_boxes .col-xs-12 div span {
    display: block;
    text-align: center;
    font-weight: bold;
}

#cz_kpi_boxes .col-xs-12 div span:first-child {
    font-size: 2vw;
    padding: 0.5em 0em;
    background: #ffffff;
}

#cz_kpi_boxes .col-xs-12 div span:last-child {
    color: #ffffff;
    padding: 0.5em 0em;
    font-size: 1.1vw;
    border-top: 1px dashed #000000;
    background: rgba(254,103,0,1);
}

.panel-body.assets {
    padding: 0px;
}

.panel-body.assets a {
    display: inline-block;
    width: 100%;
    padding: 0.5em 0.5em 0.5em 10px;
    border-bottom: 1px dotted #808080;
}

.panel-body.assets a span[class*="circle-"] {
    margin-right: 10px;
}

.panel-heading.assets {
    background: #c1c1c1;
}

.panel-body.assets a:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
/*
a.truck-black {
    background-image: url(/assets/img/truck-black.png);
}

a.truck-red {
    background-image: url(/assets/img/truck-red.png);
}

a.truck-green {
    background-image: url(/assets/img/truck-green.png);
}

a.container-black {
    background-image: url(/assets/img/container-black.png);
}

a.container-red {
    background-image: url(/assets/img/container-red.png);
}

a.container-green {
    background-image: url(/assets/img/container-green.png);
}

a.warehouse-black {
    background-image: url(/assets/img/warehouse-black.png);
}

a.warehouse-red {
    background-image: url(/assets/img/warehouse-red.png);
}

a.warehouse-green {
    background-image: url(/assets/img/warehouse-green.png);
}
*/

a.black-asset {
}

a.red-asset {
}

a.green-asset {
}


/******************************/
/*      MEDIA QUERIES         */
/******************************/

@media only screen and (max-width : 800px) {
    #navigation_menu {
        max-width: 800px;
    }

    a, p, td, th, btn, li {
        font-size: 1.1em;
        line-height: 1.4em;
    }

    input[type="text"], select {
        font-size: 1.1em !Important;
    }

    select {
        padding-top: 3px !important;
    }

    .input-group-addon {
        padding-bottom: 3px;
    }

    #cz_kpi_boxes .col-xs-12 div span:first-child {
        font-size: 4vw;
    }

    #cz_kpi_boxes .col-xs-12 div span:last-child {
        font-size: 2.0vw;
    }
}

@media only screen and (max-width : 767px) {
    #login_social {
        padding-top: 2.0em;
        margin-top: 1.0em;
        border-top: 1px dashed #aeaeae;
    }

    #login_social img {
        margin: 0 auto;
    }
}

@media only screen and (max-width : 703px) {
    #main_img {
        margin: 0px 0 1.0em 0;
        width: 100% !important;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    #header_wrapper.header-large {
        font-size: 0.9em;
        height: 13px;
        line-height: 13px;
    }

    #header_wrapper.header-large img#cziot_logo {
        max-width: 110px;
    }
        #header_wrapper.header-large img#cziot_logo1 {
            max-width: 110px;
        }

    #header_wrapper.header-large .navigation a, #header_wrapper.header-large .navigation a span {
        height: 50px;
        line-height: 50px;
        margin-left: 0px;
    }

    #header_wrapper.header-large .navigation {
        margin-right: 0px;
    }

    .hamburger {
        margin: 0 0 0 5px;
    }

    #cz_kpi_boxes .col-xs-12 div span:first-child {
        font-size: 5vw;
    }

    #cz_kpi_boxes .col-xs-12 div span:last-child {
        font-size: 3.25vw;
        line-height: 1.1em;
    }
}

@media only screen and (min-width : 992px) {
    body::-webkit-scrollbar {
        width: 14px;
        height: 14px;
    }

    body::-webkit-scrollbar-track {
        border-radius: 0px;
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    }

    body::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #ff6600;
        outline: 0px solid #999999;
    }

    body::-webkit-scrollbar-button {
        /*background-color: #ffffff;*/
    }
}

@media only screen and (min-width : 768px) {
    #login_social {
        padding-top: 0.8em;
        border-left: 1px dashed #aeaeae;
    }
}

@media only screen and (min-width : 718px) {
    #main_img {
        margin: 25px 0 0 1.0em;
    }
}
