﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: whitesmoke;
}

.modal-open {
    overflow: inherit !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom:10px;
    text-align: center;
    background-color: white;

    min-width: 1000px;

}

.body-bordered {
    border-style:solid;
    border-radius:5px;
    border-width: 2px;
    border-color: lightgray;
}

.navbar-inverse {
    background-color: #3c4257;
}

    .navbar-inverse .navbar-nav > li > a {
        color: white;
        font-weight: bold;
    }
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.form-inline > label, .form-inline > .form-group > label {
    padding-top: 5px;
}

.transportTypeButtons {
    padding: 30px 0px;
}

    .transportTypeButtons > .form-group > a {
        width: 250px;
    }

.combo {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: midnightblue;
    vertical-align: middle;
    background-color: gainsboro;
    border: 2px solid black;
}

.passangerTransportForm {
    width: 1000px;
    margin:auto;
}

.input-group-addon {
    float: left;
    width: 39px;
    height: 34px;
}

.dateInput {
    width: 240px !important;
    margin-left: 15px;
}

.documentDateInput {
    width: 176px !important;
    float: left;
    /*background-color:transparent !important;
    border:none;*/
}

.documentDate > .timepicker {
    margin-left: 20px;
}

.bootstrap-datetimepicker-widget {
    width: 380px;
}

.timepicker {
    margin-top: 50px;
    font-size: initial;
}

.addDocumentButton {
    float: right;
    margin: 15px 15px 10px 0px;
}

.documentForm {
    width: 1000px;
    margin: 1px 0px;
}

.divHidden {
    visibility: hidden;
}

.divVisible {
    visibility: visible;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.comboWidth {
    width: 40%;
}

.input-validation-error {
    /*background-color: #FFCCCC;
    border-color: darkred;*/
}

.aligned-label_right {
    text-align: right;
    padding-top: 5px;
}

.aligned-label_left {
    text-align: left;
    padding-top: 5px;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

/* SPINNER*/
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
}

#loadingsidecontent{
    display: table;
    position: relative;
    top: 180px;
    left: 135px;
}

#loadingspinner {
    margin-left: -25px;
    height: 50px;
    width: 50px;
    -webkit-animation: rotation .5s infinite linear;
    -moz-animation: rotation .5s infinite linear;
    -o-animation: rotation .5s infinite linear;
    animation: rotation .5s infinite linear;
    border-left: 5px solid rgba(0, 0, 140, .2);
    border-right: 5px solid rgba(0, 0, 140, .2);
    border-bottom: 5px solid rgba(0, 0, 140, .2);
    border-top: 5px solid rgba(0, 0, 140, .9);
    border-radius: 100%;
}

#cbTemplates {
    margin: 5px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_60 {
    margin-top: 60px;
}

.mr_5 {
    margin-right: 5px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.ml_20 {
    margin-left:20px;
}

h4.align-left {
    text-align-last: left;
}

#lbPassangerVessel_chosen {
    float: left !important;
}

#cbCargoVessel_chosen {
    float: left !important;
}

/*.alignLeft {
    text-align: left;
}*/

body {
    font-family: Arial,Helvetica,sans-serif;
}

table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: center top;
}

.ui-widget-overlay {
    background: none;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-header {
    background: none;
    border: none !important;
}

.ui-dialog-titlebar {
    background-color: #000a86;
}

.btnAction {
    width: 140px;
}

.btnDialog {
    width: 100px;
}

.btnGrid {
    margin-top: -3px;
    width: 80px;
}

.btnGridWide {
    margin-top: -3px;
    width: 140px;
}

.btnInverse {
    color: white !important;
}

.gridHeader {
    border: solid;
    border-color: darkblue;
    border-width: thin;
    border-radius: 3px 3px 0px 0px;
    /*background-color: lightblue;*/
    height: 40px;
    padding-top: 5px;
    margin-right: 0px;
    margin-left: 1px;
}

.gridHeaderReport {
    border: solid;
    border-color: darkblue;
    border-width: thin;
    border-radius: 3px 3px 0px 0px;
    background-color: lightblue;
    padding-top: 5px;
    margin-right: 0px;
}

.gridLeft {
    /*text-align: left;*/
}

.gridRight {
    text-align: right;
}

.gridItem {
    border: solid;
    border-color: darkblue;
    border-width: thin;
    border-radius: 0px 0px 3px 3px;
    margin-right: 0px;
    margin-left: 1px;
    background-color:white;
}

    .gridItem:hover {
        background-color:lightgray;
    }

.gridItemLarge {
    height: 40px;
    padding-top: 5px;
}

.gridItemAuto {
    padding-top: 5px;
    padding-bottom: 3px;
}

.gridItemRaw {
    border: solid;
    border-color: darkblue;
    border-width: thin;
    border-radius: 0px 0px 3px 3px;
    margin-right: 0px;
    margin-left: 1px;
}

.gridSubitem {
    padding-top:3px;
    padding-bottom:3px;
}
    .gridSubitem:hover {
        background-color: lightgray;
    }

.btn-check {
    margin-left: 15px;
    text-align: left;
}

input[type="checkbox"] {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    vertical-align: bottom;
    margin-right: .5em;
}

input[type="search"] {
    height:34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color:#fff;
    background-image:none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight:normal;
}

.smallControll {
    width: 80px !important;
}

.mediumControl {
    width: 100px !important;
}

.borderBlue {
    border-style: solid;
    border-color: steelblue;
}

#vesselInput {
    top: 5%;
}

.modal-header {
    background-color: #f2f2f2;
    border-radius: 5px;
}

.tabFixed {
    height: 400px;
    overflow-y: auto;
}

.dateFilter {
    width: 226px !important;
    float: left !important;
    margin-left: 15px;
}

.createDate {
    width: 157px !important;
    float: left !important;
}

.ml_15 {
    margin-left: 14px;
}

.ml_3 {
    margin-left: 1px;
}

.hidden {
    visibility: hidden;
}

/*.productSubtypes a {
    height: 30px !important;
}

.productSubtypes > span {
    margin-top: 2px;
}*/

.labelLight {
    font-weight: normal;
}

.rowRed {
    background-color: red !important;
}

.rowGreen {
    background-color: forestgreen !important;
}

.rowYellow {
    background-color: gold !important;
}

.rowLightYellow {
    background-color: lightgoldenrodyellow !important;
}

.circle {
    width: 27px;
    height: 27px;
    background-color: cornflowerblue;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 2px 2px 2px thistle;
}

.flatCircle {
    width: 27px;
    height: 27px;
    background-color: cornflowerblue;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align:center;
    color:darkred;
    /*cursor:pointer;*/
}


.tooltipCustom {
    position: relative;
    display: inline-block;
}

    .tooltipCustom .tooltiptext {
        visibility: hidden;
        width: 100px;
        background-color: #428bca;
        color: whitesmoke;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: -2px;
        left: 113%;
    }

    .tooltipCustom:hover .tooltiptext {
        visibility: visible;
    }

    .tooltipCustom .tooltiptextdown {
        visibility: hidden;
        width: 100px;
        background-color: #428bca;
        color: whitesmoke;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        margin-top: 25px;
    }
    .tooltipCustom:hover .tooltiptextdown {
        visibility: visible;
    }


a.btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.btn:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

input.btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    input.btn:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.header-logo-left {
    /*background-image: url('../Content/images/Rsjp_365_189.png');/*background-image: url('../Content/images/Zig_AUL_siva.png');*/
    background-repeat: no-repeat;
    /*padding-bottom: 50px;*/
    background-size: 100%;
    width: 180px;
    height: 180px;
    float: left;
    position: absolute;
    margin-top: 15px;
    z-index:-1000;
}

.header-logo-right {
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 48px;
    width: 100px;
    margin-top: 5px;
    text-align: left;
    color: lightgoldenrodyellow;
    padding-top:5px;
    margin-left:5px;
}

.header-logo-central {
     /*background-image: url('../Content/images/AUL_logo_siva.png');*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /*padding-bottom: 50px;*/
    height: 100px;
    margin-top: 20px;
    z-index: -1000;
}

#tab-users-pdf {
    width: 98%;
}

.adminPanel {
    height: 280px;
    margin-top: 20px;
    background-color: aliceblue;
    border-radius: 10px;
}

h2 {
    margin-top:0;
	color: firebrick;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100% ) !important;
    border: 1px solid grey !important;
    border-radius: 2px !important;
    color: #000 !important;
    
}


.btn-primary {
    background: linear-gradient(to bottom, #90b4d3 0%, #428bca 100%);
}

.btn-success {
    background: linear-gradient(to bottom, #98d298 0%, #5cb85c 100%);
}

.btn-danger {
    background: linear-gradient(to bottom, #dc7c78 0%, #d9534f 100%);
}

.header-backround {
    background: linear-gradient(to bottom, #CB3030 , #1E5C89, #fff ) !important;
}

.redtext {
    color: red;
}

.reset-search {
    margin-right: 5px;
}


.ui-menu-item {
    color: black;
    border: 1px solid black;
    cursor:pointer;
    stroke-dashoffset:initial;
    Text-Decoration: None;
}


    .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
       
        font-weight: bold !important;
        color: black !important;
    }

