/* ID's */
#lock-body {
    /*background: url('/Content/img/bg-grey.jpg') !important;*/
}

#Select_PT_chzn {
    width: 100% !important;
}

#LoadingLogo {
    width: 100px;
    position: fixed;
    z-index: 999999;
    top: -15px;
    left: -15px;
    margin: 23% 0 0 50%;
    color: white;
}

#LoadingLogoOnTouch {
    position: fixed;
    z-index: 999999;
    top: -60px;
    left: -250px;
    margin: 23% 0 0 50%;
    color: white;
    display: none;
}

input[required] {
    border-left: 1px solid red !important;
}

.btn-onetouch {
    position: relative;
    padding-left: 40px !important;
    background-image: url('/Content/img/h-interior.jpg') !important;
    color:white;
}

    .btn-onetouch img {
        height: 35px;
        position: absolute;
        top: -9px;
        left: 7px;
    }

    .btn-onetouch i{
        color:white;
    }


#LoadingFranja {
    width: 100%;
    height: 200px;
    position: fixed;
    z-index: 99999;
    top: -100px;
    margin-top: 25%;
    background-color: black;
    opacity: 0.5;
}

#LoadingFranjaTouch {
    width: 100%;
    height: 500px;
    position: fixed;
    z-index: 99999;
    top: -100px;
    margin-top: 25%;
    background-color: black;
    opacity: 0.5;
    display: none;
}

#appsMenu .dropdown-menu{
    width:420px !important;
    max-width:420px !important;
}
#appsMenu .dropdown-menu li{
    padding:10px;
}

/*#appsMenu .dropdown-menu li img{
    height:30px !important;
}*/

.menuOption{
    text-align:center;
    cursor:pointer;
}

.border-notorio{
    border:1px solid #0094ff;
    box-shadow:3px 3px 10px black;
}

#Notificaciones {
    max-height: 1000%;
    overflow-x: auto;
    width: 250px !important;
}
/* TAGS */
body {
    /*background: #f7f7f7 url("../img/body-bg.png") !important;*/
    background-color: white !important;
}

ul.sub li a.icon-box {
    float: left;
    padding-left: 10px !important;
    width: 49px;
}

    ul.sub li a.icon-box i {
        color: gray !important;
        cursor: pointer;
    }

        ul.sub li a.icon-box i.icon-plus-sign:hover {
            -moz-animation: greyTogreen 1s forwards; /* Firefox */
            -webkit-animation: greyTogreen 1s forwards; /* Safari and Chrome */
            -o-animation: greyTogreen 1s forwards;
            animation: greyTogreen 1s forwards; /* Opera */
        }

        ul.sub li a.icon-box i.icon-search:hover {
            -moz-animation: greyToblue 1s forwards; /* Firefox */
            -webkit-animation: greyToblue 1s forwards; /* Safari and Chrome */
            -o-animation: greyToblue 1s forwards;
            animation: greyToblue 1s forwards; /* Opera */
        }

/*form input {
    text-transform: uppercase;
}*/

tr:hover td {
    cursor: pointer !important;
    box-shadow: inset 0 -1px 0 #0094ff;
    /*border-bottom: 1px solid #0094ff;*/
    /*font-weight:bold !important;*/
}

    tr:hover td table tr td {
        cursor: pointer !important;
        box-shadow: none;
        /*border-bottom: 1px solid #0094ff;*/
        /*font-weight:bold !important;*/
    }

span.show-text {
    padding-top: 5px !important;
    border-bottom: 1px solid #ccc !important;
}
/* FIXES */
div#select2-drop{
    z-index:99999 !important;
}

#s2id_SearchEmbarque a.select2-choice.select2-default{
    background:white;
}
    #s2id_SearchEmbarque a.select2-choice.select2-default span.select2-arrow {
        display:none;
    }

.currency-select{
    margin: 0 !important;
padding: 0 !important;
width: 60px !important;
height: 29px !important;
min-height: 10px !important;
}
#gritter-notice-wrapper{
    top:70px;
}

.btn-mini {
    line-height: 0 !important;
    height: 20px !important;
    padding: 3px 5px 0 5px !important;
    font-size: 14px;
}

    .btn-mini span {
        margin: 0 !important;
    }

.circle-stat .details .number {
    font-size: 14px;
}

.circle-stat.block {
    margin: 0 !important;
}

.navbar-inner .circle-stat .nav .dropdown.open .dropdown-toggle {
    background-color: #e5e5e5 !important;
}

.circle-state-overview .navbar-inner {
    padding-top: 10px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #004990;
    font-weight:bold;
}

.tab-pane{
    padding-top:10px;
}

.align-right {
    text-align: right !important;
}

.chzn-container-single .chzn-single {
    margin-top: 0 !important;
}

.timeline-messages:before {
    background: none !important;
}

.container-fluid {
}
/*//popup*/
.modal {
    /*width: 80%;
    margin-left: -40%;
    height: 80%;*/


    /*width: 40%;
    margin-left: -21%;
    margin-top:10%;
    height: 20%;*/
}

.modal-body {
    max-height: 100%;
}

input, button, select, textarea {
    font-family: 'Open Sans Regular';
}

.btn {
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    -moz-transition: background-color .218s,border-color .218s,box-shadow .218s;
    -o-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    padding: 0 10px 0 10px;
    outline: none;
    width: auto;
    background-image: none;
    -webkit-appearance: none;
}

.widget {
    background: #fff;
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    box-shadow: none;
}

.widget-title {
    background: #004990 !important;
    color: white !important;
    /*background: transparent !important;*/
    font-family: 'MyriadPro-Light';
    /*color: #4387fd !important;*/
    font-weight: normal !important;
    height: 36px;
    border-bottom: 1px solid #eee;
}

    .widget-title.blue > h4, .breadcrumb.blue > li.blue > a.blue:hover, .chats.blue li.in .name {
        color: #454545;
        text-shadow: none;
        font-size: 16px;
    }

.actions .btn-group button.btn.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: white;
}

    .actions .btn-group button.btn.dropdown-toggle span.caret {
        border-top: 4px solid white;
    }

.widget-title h4 {
    color: white !important;
    text-shadow: none !important;
    font-size: 16px !important;
    font-family: 'Open Sans Regular';
}

div.widget-title > span.tools > a {
    color: white;
}

div.widget-body div.widget-title {
    background: #737373 !important;
}

    div.widget-body div.widget-title h4 {
        color: white !important;
    }

.btn.btn-action-grid {
    /*height: auto;
    line-height: 15px;
    padding-top: 4px;
    width: 10px;
    padding-left: 6px;*/
}

.table th, .table td {
    padding: 4px;
}

#sidebar {
    color: #737373 !important;
    /*border-right: 1px solid silver;*/
    position: fixed;
    /*box-shadow: 0 1px 1px black;*/
}

    #sidebar > ul > li {
        background: none;
    }

        #sidebar > ul > li > a {
            color: #5d5d5d !important;
        }

        #sidebar > ul > li.active > a {
            background: none !important;
            box-shadow: inset 10px 0 0 #01C4E0;
            color: #004990 !important;
            font-weight: bold;
            /*font-size:15px;*/
            /*text-shadow:5px black !important;*/
            /*-webkit-text-stroke: thin #5d5d5d;*/
        }

            #sidebar > ul > li.active > a i {
                color: white !important;
            }

            #sidebar > ul > li.active > a:hover {
                background: none !important;
                box-shadow: inset 10px 0 0 #15A1BC;
                color: #15A1BC !important;
            }

        #sidebar > ul > li > a:hover {
            color: black !important;
        }

        #sidebar > ul > li > ul.sub > li > a {
            color: #737373 !important;
        }

        #sidebar > ul > li > ul.sub > li.active > a {
            background: transparent !important;
            color: #004990 !important;
        }

        #sidebar > ul > li > ul.sub > li.active {
            background: #f5f5f5 !important;
            /*color: #15A1BC !important;*/
        }

        #sidebar > ul > li > ul.sub > li:hover {
            background: #f5f5f5 !important;
            color: black !important;
        }

.sidebar-menu {
    overflow-y: auto;
    overflow-x: hidden;
    width: 215px !important;
}

ul.sidebar-menu span.icon-box {
    background: none !important;
}

#sidebar > ul > li > ul.sub > li {
    border-bottom: none;
}

.navbar-inner {
    background-color: none;
    background-image: none;
}
/* CLASS */
div.widget-white{
    border-top: 1px solid silver;
}
div.widget-white div.widget-title{
    background: white !important;
    border-bottom: 1px solid silver;
    
}
div.widget-white div.widget-title h4{
    color:#004990 !important;
}
.label-white{
    background-color:white;
    color:#777;
}
.alert-success2{
    background-color:#4DB849;
    color:white;
}
.alert-info2{
    background-color:#6da0d4;
    color:white;
}
.alert-white{
    background-color:whitesmoke;
    color:#777;
}
.label-white2{
    background-color:#0E4E91;
    color:white;
}
.only-numbers {
    text-align: right;
}

.text-align-right {
    text-align: right !important;
}

.input-label {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background: none !important;
}

.inner-widget {
    background-color: #F7F6F5;
}

table th {
    font-size: 13px;
}

.table td {
    vertical-align: middle;
    font-size: 13px !important;
}

.notificacion a {
    border-bottom: 1px solid #0071C5 !important;
}

    .notificacion a span.label {
        background: #53A93F !important;
        border-radius: 3px !important;
        margin-right: 5px;
    }

        .notificacion a span.label i {
            margin-right: 0;
        }

.notificacion div.pull-right img {
    width: 24px;
    margin-right: 5px;
    border-radius: 50%;
}

.notificacion div.clearfix {
    padding-top: 5px;
}

    .notificacion div.clearfix i {
        color: #000;
    }

    .notificacion div.clearfix span {
        font-weight: bold;
        color: #000;
    }

.btn-leido {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0 !Important;
}

.unread:before {
    background: #A5D16C;
}

.clear {
    clear: both;
}

.custom-badge {
    background: none !important;
}

    .custom-badge i {
        color: #A5D16C !important;
        font-size: 2.5em;
    }

.pointer {
    cursor: pointer;
}

.green-shadow {
    box-shadow: 0 0 3px #87bb33 !important;
}

.specific-height-control-group {
    min-height: 36px;
}

.overflow-hidden {
    overflow: hidden;
}

.uppercase, table {
    /*text-transform: uppercase !important;*/
}

.team-member {
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

    .team-member:hover {
        background: #eee;
        box-shadow: 0 0 5px #aaa;
    }

.color-red {
    color: red !important;
}

.hide-texto {
    opacity: 0;
}

.show-texto {
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s;
    animation: fadein 1s; /* Opera */
}

.text-overflow-e {
    white-space: nowrap !important;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.btn-yellow {
    background: #E5BB43;
    color: white;
}

.sub-menu-actions {
    height: 29px;
    padding-top: 10.5px !important;
    width: 146px;
    margin-left: 69px !important;
    /*padding-left: 10px !important;*/
}

.select2-highlighted div a {
    color: white !important;
}

.subtitle-li {
    border-bottom: 1px solid silver !important;
    margin: 0 10px;
    font-family: 'MyriadPro-Light';
}

html > /**/ body .widget-title {
    cursor: pointer;
}

#sidebar > ul > li a i.icon-action-menu {
    color: #ccc !important;
}

li.has-sub.open {
    color: #0094ff !important;
}

    li.has-sub.open a {
        color: black !important;
    }

.btn-danger {
    background-color: #DC4E3B !important;
}

.btn-primary {
    background-color: #0094ff !important;
    color: white !important;
}

    .btn-primary i {
        color: white !important;
    }

table .dropdown-toggle > span.caret {
    margin: 13px 0 0 4px !important;
}

.btn-orange {
    background: #F88333 !important;
    color: white !important;
}

    .btn-orange i {
        color: white !important;
    }

.select2-no-results {
    display: none !important;
}

.LoadingBackground {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    opacity: 0.2;
}

.popup-msg {
    background-color: #F9EDC0;
    color: black;
    border-radius: 3px;
    border-color: #ff6a00;
    padding: 3px;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
    display: none;
    position: absolute;
    right: 35px;
}

.full-screen-merc {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 999;
}

    .full-screen-merc div.widget-body.inner-widget {
        height: 100%;
    }

        .full-screen-merc div.widget-body.inner-widget div.row-fluid {
            height: 95%;
        }

            .full-screen-merc div.widget-body.inner-widget div.row-fluid div.span12 {
                height: 100%;
            }
/* MEDIA QUERY CSS */
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1 !important;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes greyTogreen {
    from {
        color: #ccc;
    }

    to {
        color: #87bb33;
    }
}

@-moz-keyframes greyTogreen { /* Firefox */
    from {
        color: #ccc;
    }

    to {
        color: #87bb33;
    }
}

@-webkit-keyframes greyTogreen { /* Safari and Chrome */
    from {
        color: #ccc;
    }

    to {
        color: #87bb33;
    }
}

@-o-keyframes greyTogreen { /* Opera */
    from {
        color: #ccc;
    }

    to {
        color: #87bb33;
    }
}

@keyframes greyToblue {
    from {
        color: #ccc;
    }

    to {
        color: #0094ff;
    }
}

@-moz-keyframes greyToblue { /* Firefox */
    from {
        color: #ccc;
    }

    to {
        color: #0094ff;
    }
}

@-webkit-keyframes greyToblue { /* Safari and Chrome */
    from {
        color: #ccc;
    }

    to {
        color: #0094ff;
    }
}

@-o-keyframes greyToblue { /* Opera */
    from {
        color: #ccc;
    }

    to {
        color: #0094ff;
    }
}
/*@media print
{    
    *
    {
        display: none !important;
    }
    .print{
        display: initial !important;
    }
}*/
@font-face {
    font-family: "Open Sans Regular";
    src: url('../font/OpenSans/OpenSans-Regular.ttf') format('truetype');
    /*src: local("~/Content/fonts/OpenSans/OpenSans-Regular.ttf");*/
}
/*mario !!!!*/
.tablavistareportes tr:first-child th 
{
     background-color: #004990;
     color: #fff;
}
.tablavistareportes tr:first-child th:first-child 
{
    border-radius: 4px 0 0 0;
}
.tablavistareportes tr:first-child th:last-child 
{
    border-radius: 0 4px 0 0;

}
.tablavistareportes tr th 
{
    padding: 5px;
}
.tablavistareportes tr td 
{
    padding: 5px;
    border: 1px solid #efefef;
}


/*spinner css*/

.ui-spinner
{
    position: relative; 
    border: 0px solid white; 
}
.ui-spinner-buttons 
{
    position: absolute;
}
.ui-spinner-button 
{
    overflow: hidden;
}