/*<---------------------------- Personal Styles---------------------------->*/

@font-face{ 
    font-family:"VAGRoun"; 
    src:url("https://sissmac.arcelormittal.com.mx/VAGRoundedStd-Thin.eot");
    }
    @font-face{ 
    font-family:"VAGRoun"; 
    src:url("https://sissmac.arcelormittal.com.mx/VAGRoundedStd-Thin.ttf");
    }
    
    body { 
        background-image: url('https://sissmac.arcelormittal.com.mx/Comercio_Exterior/img/fondo_imagen.jpg');
        background-repeat: no-repeat;
        background-color: #cccccc; /* Used if the image is unavailable */
        background-position: center; /* Center the image */
        background-size: cover;
    }
    
    .imagen-amm-logo{
        width: 50% !important;
        padding: 0px;
        margin-left: 12px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    
    .decora_blanco{
        text-decoration: none;
        color: white
    }
    
    .radio-blanco{
        background-color: white;
        border-radius: 0 0 45px 0;
        top: 10vh;
    }
    
    .imagen100{
        width: 100%
    }
    
    .imagen400{
        background-color: white
    }
    
    .naranjilla{
        color: #ff3600;
    }
    
    .parrafo-naranja{
        color: #ff3700 !important; font-size: 10px
    }
    
    .font-vag { font-family:"VAGRoun"; }
    
    .header-orange{
        background-color: #ff3700 !important;
        color: #ffffff !important;
    
    }
    .header-blue{
        background-color: #01539F !important;
        color: #ffffff !important;
    }
    
    .header-gray{
        background-color: #666666 !important;
        color: #ffffff !important;
    }
    
    .header-green{
        background-color: #5aac0c !important;
        color: #ffffff !important;
    }
    
    .header-darkgray{
        background-color: #414141 !important;
        color: #ffffff !important;
    }
    
    .header-darkcherry{
        background-color: #8c181b !important;
        color: #ffffff !important;
    }
    
    .panel-orange{    
        border-color:#ff3700 !important;    
    }
    .panel-blue{    
        border-color:#184056 !important;    
    }
    
    .panel-gray{    
        border-color:#666666 !important;    
    }
    
    .panel-green{    
        border-color:#5aac0c !important;    
    }
    
    .panel-darkgray{    
        border-color:#414141 !important;    
    }
    
    .borde_gray{ border:2px solid rgba(204, 204, 204, 1) !important;}
    
    .hira{background-color: rgba(255, 156, 71, 0.26);}
    
    .gray{
        background-color: rgba(204, 204, 204, 1);
    }
    .gray2{ background:#e1dfdf;}
    
    .size-400{
        max-width: 400px;
    }
    
    .size-300{
        width: 300px;
    }
    .size-500{
        max-width: 500px;
    }
    .size-600{
        max-width: 600px;
    }
    .size-700{
        max-width: 700px;
    }
    .size-900{
        width: 900px;
    }
    .size-box{ width: 60px !important;}
    
    .margen_login{ margin:10px;}
    
    .margen{ padding: 5px 0 5px 5px !important;}
    
    .num_size{ padding-top:70px !important; font-weight: bold; font-size:14px; color:#ffffff}
    
    .green_font{ color:green;}
    .font-11{ font-size:11px;}
    .font-12{ font-size:12px;}
    .font-13{ font-size:13px;}
    
    .text-black{ color:#414141;}
    .text-red{color:#ff3700 !important;}
    .borde-top{ border-top:3px solid #c0c0c0 !important;}
    
    .padding_panel{
        padding: 0 2px 0 4px;
    }
    
    .pt15{
        padding-top: 15px;
    }
    .pt10{
        padding-top: 10px;
    }
    hr{
        border-top: 2px solid #dad8d8;
    }
    .mt15{
    margin-top: 15px;
    }
    .wordB{ font-size:18px; color:#ff3700; font-weight:bold }
    
    .white_color{ color:#ffffff !important; font-size:12px;}
    
    input[type="search"] {    
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    
    .selected-green{
                    background-color: rgba(60, 216, 9, 0.19) !important;
    }
    .table>td {
                    font-size:11px
    }
    
    .table>tr {
                    font-size:12px
    }
    .gray-title{
    color:#d0d0d0
    }
    .bg-gray{
    background-color:rgb(90, 90, 90)
    }
    .float_left
    {
    float:left;
    margin-left:60px;
    }
    
    .bg-table{ background: #f0ebe8;}
    
    /*
      <------------------------ bootstrap datatimepicker ---------------------------->
    */
    
    .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
        background-color: #ff3600 !important;
    }
    .bootstrap-datetimepicker-widget table td span.active{
        background-color: #ff3600 !important;
    }
    .green .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
        background-color: #5aac0c !important;
    }
    .green .bootstrap-datetimepicker-widget table td span.active{
        background-color: #5aac0c !important;
    }
    
    /*
      <---------------------------- BOOTSTRAP ------------------------------------>
    */
    .table>thead {
        background-color: #184056;
        color: white;
    }
    .table thead.green {
        background-color: #5aac0c;
        color: white;
    }
    .table thead.blue {
        background-color: #01539F;
        color: white;
    }
    label.orange-color{
        color: #ff3600 !important;
    }
    label.green-color{
        color: #5aac0c !important;
    }
    label.gray-color{
        color: dimgrey;
    }
    h4.orange{
        color:#ff3600;
    }
    .container{
        background-color: white;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
        border-radius: 0 0 45px 0;
    }
    .container-fluid{
        /*background-color: white;*/
        background-color: rgba(240, 247, 252, 0.50);
        height: 100%;
    
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
        border-radius: 0 0 45px 0;
    }
    .bs-docs-section{
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-header{
        margin-top: 0px;
        padding-top: 13px;
        border-bottom: none;
    }
    .white-logotype{
        content:url("https://sissmac.arcelormittal.com.mx/logoo.gif");
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .well{
        background-color: white;
    }
    
    .selected-orange{
                    background-color: rgba(255, 162, 127, 0.3) !important;
    }
    
    /* <---------------------------- Jquery Validate ------------------------> */
    label.error{
        color: darkred;
    }
    
    .link-section span:hover{
        color: #ff3600 !important;
    }
    .link-section a:hover{
        color: #ff3600 !important;
        text-decoration: none;
    }
    .link-section a{
        color: #414141 !important;
    }
    .link-section{
        color: #818181;
    }
    
    .glyphicon{ cursor:pointer }
    
    .panel-orange > .panel-heading {
           color: #ffffff;
           background-color:#ff3700;
           border-color: #ff3700;
    }
    
    h4.green{
        color:#5aac0c;
    }
    
    .btn-orange {
    color: #ffffff;
    background-color: #ff3700;
    border-color: #ff3700;
    }
    
    
    .btn-orange:hover {
                    color: #ffffff;
                    background-color: #ea3300;
                    border-color: #ea3300;
    }
    
    .pt25 {
                    padding-top: 25px;
    }
    
    .container_est{
        position:absolute;
        width: 1300px;
        background: #ffffff;
        left:50%;
        margin-left:-650px;
    }
    
    
    
    
    
    
    