@import url(style.css);

body {
    padding-bottom: 20px;
    min-width: 320px;
    font-size: 12px;
    background-color: white;
}

span.clear {
    clear: both;
    display: block;
}

.navbar {
    min-height: 50px;
}

.disabled {
    cursor: not-allowed;
}

.icon-padding {
    padding-top: 9px;
}

.navbar {
    margin-bottom: auto;
}

.list-group a:hover {
    text-decoration: none;
}

.table.table-transiro > thead > tr > th {
    border: 0 !important;
    padding: 3px !important;
    text-align: center;
}

.table.table-transiro > tbody > tr > td {
    text-align: center;
}

.topnavbar {
    border-top: none;
}

.normalCursor {
    cursor: auto !important;
}

.navbar-brand {
    height: 50px;
}

.fa {
    margin-right: 4px;
}

.navbar-collapse {
    padding: 0;
}

.nav.navbar-nav > li:first-child > a {
    padding-left: 0;
}

.rowinner {
    margin-left: 0;
    margin-right: 0;
}

[uib-typeahead-popup].dropdown-menu {
    display: block;
    max-height: 300px;
    overflow-y: auto;
}

.img-center {
    margin: 0 auto;
}

.top20 {
    margin-top: 20px;
}

.bottom20 {
    margin-bottom: 20px;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #333333;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #999999;
}

.login-bg {
    background-color: #1d1916;
    background-image: url(img/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.form-control {
    font-size: 12px;
    height: 31px;
    padding: 6px 12px;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
}

.btn {
    padding: 5px 12px;
}

.login-bg h1 {
    font-weight: 100;
    line-height: 42px;
}

.login-bg a, .login-bg a:hover, .login-bg .bg-white a, .login-bg .bg-white a:hover {
    color: #f7653c;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 35px;
}

.input-group-addon {
    padding: 6px 12px;
}

.badge, .label, dt, kbd kbd, label {
    font-weight: normal;
}

.pagination .pagination {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ui-grid-viewport {
    overflow: visible !important;
}

/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #616161;
    margin-bottom: 15px;
    /* background-color: #f1f1f1;*/
}

    /* Float the list items side by side */
    ul.tab li {
        float: left;
    }

        /* Style the links inside the list items */
        ul.tab li a {
            display: inline-block;
            text-align: center;
            padding: 10px 30px;
            text-decoration: none;
            transition: 0.3s;
            font-size: 17px;
        }

            /* Change background color of links on hover */
            ul.tab li a:hover {
                background-color: #717171;
                color: white;
            }

            /* Create an active/current tablink class */
            ul.tab li a:focus, .active {
                background-color: #515151;
                color: white;
            }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


@media (min-width: 768px) {
    .form-group .form-group {
        margin-right: 0;
        padding-right: 0;
    }

    .right0 {
        margin-right: 0;
        padding-right: 0;
    }

    .navbar-nav > li > a {
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: uppercase;
        color: white;
    }

    .gridRow {
        margin-left: -15px;
        margin-right: 25px;
    }

    .gridPager {
        margin-left: 25px;
    }

    .left0 {
        margin-left: 0 !important;
    }

    .left4 {
        margin-left: 4px !important;
    }

    .padr30 {
        padding-right: 30px;
        margin-top: -1px;
    }

    .bottom0 {
        margin-bottom: 0;
    }

    .right47 {
        margin-right: 32px;
    }

    .right12 {
        margin-right: 12px;
    }

    .right60 {
        margin-right: 60px;
    }
}

@media (min-width:1024px) {
    .h70 {
        line-height: 70px;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .login-bg h1 {
        font-size: 26px;
        line-height: initial;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
    }

        .navbar-nav > li.active {
            background-image: url(img/menu-active.png);
            background-position: center top;
            background-repeat: no-repeat;
        }
}

.brand-logo {
    margin: 10px 0 9px 0;
}

#grid, .ui-grid-viewport {
    height: auto !important;
}
/*Theme overrides*/
body {
    color: #000000;
}

hr {
    border-top: 1px solid #d4d4d4;
    margin-right: 15Px;
    margin-bottom: 0;
    margin-top: 0;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

.input-group-btn .btn {
    opacity: 0.6;
}

    .input-group-btn .btn:hover {
        opacity: 1;
    }

a.color {
    line-height: 31px;
    color: #f7653c !important;
}

.bg1, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #ffffff !important;
}

a, a:hover {
    color: #000000;
    text-decoration: none !important;
}

.topnavbar .nav > li > a:focus, .topnavbar .nav > li > a:hover {
    color: #c1a863;
    background-color: rgba(54,63,69,.05);
}

.form-control:focus {
    border-color: #000000;
    background-color: #eeeeee;
}

.input-group-btn:last-child > .btn {
    margin-left: 0;
}

.form-control.ng-invalid.ng-touched {
    border-color: #fe0000;
}

.error {
    padding: 6px 0;
    background-color: #fe0000 !important;
    color: white !important;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    background-color: #eeeeee;
}

.submenu .nav-tabs > li > a:hover {
    background-color: #cccccc;
}

.submenu, .submenu .nav-tabs {
    background-color: #dcdcdc;
    border-bottom: none;
}

    .submenu .nav-tabs > li {
        padding: 0;
        border-left: 1px solid #ffffff;
    }

        .submenu .nav-tabs > li > a {
            font-weight: 400;
            color: #585f69;
            margin: 0;
            border-radius: 0;
            padding: 16px 18px;
            border: none;
            background-color: transparent;
            text-transform: uppercase;
        }

        .submenu .nav-tabs > li.active > a {
            background-color: white;
            border: none;
        }

#grid {
    color: #000000;
}

.ui-grid {
    border: none;
}

.ui-grid-header-cell, .ui-grid-cell {
    border-color: transparent;
}

.ui-grid-header-cell, .table-transiro th {
    background-color: #a1a1a1;
    color: white !important;
    text-transform: uppercase;
}

.orders2, .ui-grid-header-viewport {
    background-color: #c2c2c2;
}

.ui-grid-row:nth-child(odd) .orderedK .ui-grid-cell {
    background-color: #9f9;
}

.ui-grid-row:nth-child(even) .orderedK .ui-grid-cell {
    background-color: #99f799;
}

.ui-grid-row:nth-child(odd) .orderedS .ui-grid-cell {
    background-color: #ff0080;
}

.ui-grid-row:nth-child(even) .orderedS .ui-grid-cell {
    background-color: #fb0486;
}

.ui-grid-row:nth-child(odd) .orderedP .ui-grid-cell {
    background-color: #BB32FF;
}

.ui-grid-row:nth-child(even) .orderedP .ui-grid-cell {
    background-color: #C653FF;
}

.ui-grid-row:nth-child(odd) .canceled_0 .ui-grid-cell {
    background-color: #ff9;
}

.ui-grid-row:nth-child(even) .canceled_0 .ui-grid-cell {
    background-color: #f7f799;
}

.ui-grid-row:nth-child(odd) .canceled .ui-grid-cell {
    background-color: #00FFFF;
}

.ui-grid-row:nth-child(even) .canceled .ui-grid-cell {
    background-color: #35FFFF;
}

.ui-grid-row:nth-child(odd) .orderedsub .ui-grid-cell {
    background-color: #FFA500;
}

.ui-grid-row:nth-child(even) .orderedsub .ui-grid-cell {
    background-color: #FFAB12;
}

.ui-grid-row:nth-child(odd) .orderedaterkommer .ui-grid-cell {
    background-color: Red;
}

.ui-grid-row:nth-child(even) .orderedaterkommer .ui-grid-cell {
    background-color: Red;
}

.tooltip {
    z-index: 90000;
    position: absolute !important;
}

.tooltip-inner {
    background-color: #f7653c !important;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow, .tooltip.right .tooltip-arrow, .tooltip.left .tooltip-arrow,
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-top-color: #f7653c !important;
}

.ui-grid-disable-selection {
    background-color: rgba(200,200,200,0.3);
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    border: none;
}

.ui-grid-header-cell-row .ui-grid-selection-row-header-buttons.ui-grid-all-selected {
    opacity: 1;
    color: white;
    background-color: #515151;
    border: 1px solid #515151;
    width: 18px;
    height: 18px;
}

.ui-grid-header-cell-row .ui-grid-selection-row-header-buttons {
    opacity: 1;
    color: white;
    background-color: white;
    border: 1px solid #a1a1a1;
    ;
    width: 18px;
    height: 18px;
}

.ui-grid-header-cell-row:hover .ui-grid-selection-row-header-buttons {
    opacity: 1;
    color: white;
    background-color: white;
    border: 1px solid #f7653c !important;
    width: 18px;
    height: 18px;
}

.ui-grid-disable-selection {
    background-color: rgba(200,200,200,0);
}

.ui-grid-row {
    opacity: 0.75;
}

    .ui-grid-row:hover, .ui-grid-row.hover {
        opacity: 1;
    }

    .ui-grid-row .ui-grid-selection-row-header-buttons {
        opacity: 1;
        color: #fcfcfc;
        background-color: #fcfcfc;
        ;
        border: 1px solid #e1e1e1;
        ;
        width: 18px;
        height: 18px;
    }

    .ui-grid-row:hover .ui-grid-selection-row-header-buttons {
        opacity: 1;
        color: #fcfcfc;
        background-color: #fcfcfc;
        border: 1px solid #f7653c !important;
        width: 18px;
        height: 18px;
    }

    .ui-grid-row.ui-grid-row-selected .ui-grid-selection-row-header-buttons {
        opacity: 1;
        color: white;
        background-color: #f7653c;
        border: 1px solid #f7653c;
        width: 18px;
        height: 18px;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #515151;
}

a.hcolor:hover {
    color: #f7653c !important;
    text-decoration: none !important;
}

.pageHead {
    font-size: 19px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 6px;
}

.searchGroup {
    position: relative;
    display: inline-block;
    width: 310px;
    height: 30px;
    margin-top: -3px;
}

.btwidth {
    width: 80px;
}

.btn-gray {
    color: white !important;
    background-color: #A1A1A1;
    opacity: 0.75;
}

    .btn-gray:hover {
        color: white;
        opacity: 1.0;
    }

.btn-dark {
    color: white !important;
    background-color: #515151;
    opacity: 0.90;
}

.btn-color {
    color: white !important;
    background-color: #f7653c;
    opacity: 0.90;
}

.btn-gray:hover {
    color: white;
    opacity: 1.0;
}

.btn-search {
    border: none;
    border-width: 0;
    padding-left: 8px;
    padding-right: 4px;
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    float: none !important;
    display: inline-block !important;
    z-index: 100;
}

.input-search {
    position: absolute !important;
    top: 0;
    left: 0;
    float: none !important;
    display: inline-block !important;
    width: 300px !important;
    padding-left: 30px;
}

.squaredHdr {
    width: 20px;
    position: relative;
    margin: 0 auto;
}

    .squaredHdr label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background-color: white;
        border: 1px solid transparent;
        border-radius: 2px;
    }

        .squaredHdr label:after {
            content: '';
            width: 10px;
            height: 9px;
            position: absolute;
            font-size: 20px;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredHdr label:hover {
            border-color: #f7653c;
        }

            .squaredHdr label:hover::after {
                opacity: 0.3;
            }

    .squaredHdr input[type=checkbox] {
        visibility: hidden;
    }

        .squaredHdr input[type=checkbox]:checked + label:after {
            opacity: 1;
            background-color: transparent;
        }

        .squaredHdr input[type=checkbox]:checked + label {
            color: white;
            background-color: #515151;
            border: 1px solid #515151;
        }

.squaredRw {
    width: 20px;
    position: relative;
    margin: 0 auto;
}

    .squaredRw label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 2px;
    }

        .squaredRw label:after {
            content: '';
            width: 10px;
            height: 9px;
            position: absolute;
            font-size: 20px;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredRw label:hover {
            border-color: #f7653c;
        }

            .squaredRw label:hover::after {
                opacity: 0.3;
            }

    .squaredRw input[type=checkbox] {
        visibility: hidden;
    }

        .squaredRw input[type=checkbox]:checked + label:after {
            opacity: 1;
            /*background-color:transparent;*/
        }

        .squaredRw input[type=checkbox]:checked + label {
            color: white;
            background-color: #f7653c;
            border: 1px solid #f7653c;
            opacity: 0.8;
        }

            .squaredRw input[type=checkbox]:checked + label:hover {
                opacity: 1;
            }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}



.tablecol1 {
    width: 5% !important;
}

.tablecol2 {
    width: 15% !important;
}

.tablecol3 {
    width: 15% !important;
}

.tablecol4 {
    width: 15% !important;
}

.tablecol5 {
    width: 15% !important;
}

.tablecol6 {
    width: 25% !important;
}

.tablecol7 {
    width: 7% !important;
}

.tablecol8 {
    width: 14% !important;
}

.tablecol9 {
    width: 10% !important;
}

.comman-table {
    width: 50% !important;
}


.multiselect-parent .dropdown-menu {
    width: 100%;
    overflow: auto;
    max-height: 200px;
}

.multiselect-parent .dropdown-toggle {
    width: 100%;
}

.btn-group, .btn-group-vertical {
    width: 100%;
}

.multiselect-parent ul {
    overflow: auto;
}

.top-alert {
    position: fixed;
    z-index: 99999;
    width: 50%;
    padding-left: 15%;
}

.flex-Elem {
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#printable {
    display: none;
}

@media print {
    #non-printable {
        display: none;
    }

    #printable {
        display: block;
    }
}


table#acrylic {
}

#acrylic thead {
    background-color: #cfcfcf;
    border-top: solid 1px #f1f1f1;
}

@media screen and (max-width: 767px) {
    #acrylic thead {
        display: none;
    }

    #acrylic tr {
        margin-bottom: 5px;
        display: block;
    }

    #acrylic td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px medium #ccc;
    }

        #acrylic td:last-child {
            border-bottom: 0;
        }

        #acrylic td:before {
            content: attr(data-label);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
        }

    table#acrylic {
        width: 100%;
    }
}

.respons-MSG .modal-body {
    padding-top: 0;
}

.respons-MSG .table {
    width: 100%;
}

    .respons-MSG .table th {
        padding: 8px;
        background: #eee;
        border: none;
        color: #000;
    }

    .respons-MSG .table > thead > tr > th, .respons-MSG .table > tbody > tr > td {
        padding: 8px !important;
    }

.reponse-Title {
    border: 1px solid #eee;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.respons-MSG .Rtitle {
    background: #eee;
}

.respons-MSG .Rtitle, .respons-MSG .Rvalue {
    padding: 8px;
}

    .respons-MSG .Rtitle span {
        font-weight: bold;
    }

.respons-MSG .reponse-Title span {
    display: block;
    padding: 0 0 10px;
}

    .respons-MSG .reponse-Title span:last-child {
        padding: 0;
    }
/*.reponse-Title {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.reponse-Title:last-child {
    margin-bottom: 12px;
}
.reponse-Title span:first-child {
    font-weight: bold;
}
.reponse-Title span {
    display: inline-block;
    min-width: 17%;
}*/



/* Order log popup css */

.ORL-log {
    padding: 0 30px;
    max-height: 500px;
    overflow-y: auto;
}

.ORL-title {
    margin: 10px 0 5px;
}

    .ORL-title span.relOrder {
        font-size: 10px;
        float: right;
        padding-top: 4px;
    }
/* .OrderLog:nth-child(2n+1) .col-xs-12 {
  background: #f9f9f9 none repeat scroll 0 0;
} */
.OrderLog .ORL-meta {
    font-size: 10px;
    font-style: italic;
    margin: 0;
    padding-bottom: 8px;
}

.ORL-title::before {
    border-radius: 50%;
    color: #000;
    content: "\e067";
    font-family: "Glyphicons Halflings";
    height: 15px;
    left: -7px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 14px;
}

.OrderLog .ORL-meta span {
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-right: 10px;
}

    .OrderLog .ORL-meta span:last-child {
        padding-left: 10px;
        padding-right: 0px;
        border-left: 1px solid #000;
    }

.OrderLog hr {
    margin: 15px 0 9px;
}

.OrderLog:last-child hr {
    display: none;
}

.respons-MSG .OrderLog .table {
    margin-bottom: 0;
}
    /* .respons-MSG .OrderLog .table > thead > tr > th{background:#d1d1d1;} */
    .respons-MSG .OrderLog .table > thead > tr > th, .respons-MSG .OrderLog .table > tbody > tr > td {
        border: none;
    }
/* .respons-MSG .OrderLog .table > tbody > tr:nth-child(even){background:#eee;} */

