*
{
    margin:0;
    padding:0;
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
}


a     { cursor:pointer; color:#475D68; text-decoration:none; }
.ac   { margin:0 auto !important; text-align:center !important; }
.hide { display:none !important; }
.al { text-align:left; }
.ar { text-align:right; }

.login-bg {
    background: url("images/page-bg.png") no-repeat scroll center top #2b3237;   
}

body 
{
    font-family: "PT Sans",sans-serif;
    font-size:12px;
    background:#F2F2F2;
    line-height: 1.231;
}

/****** Contenedor Principal ******/
#contentMain
{
    position: relative;
    margin-top:40px;
    margin-left:200px;
    /*padding:20px;*/
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background:#F2F2F2;
}
#inContent 
{
    padding:5px 15px;
}

/****** Barra Cabecera *******/
#topBar
{
    z-index:150;
    width:100%;
    height:40px;
    position:fixed;
    top:0;
    left:0;
    border-bottom:1px solid #2B3549;
    background: rgb(96,108,136); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(55,67,94,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(55,67,94,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(55,67,94,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(55,67,94,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(55,67,94,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(55,67,94,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#37435e',GradientType=0 ); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 1);
    -moz-box-shadow:0 3px 5px 0 rgba(50, 50, 50, 1);
    box-shadow:0 3px 5px 0 rgba(50, 50, 50, 1);
}

.splash
{
    color: #fff;
    float: right;
    position: relative;
    right: 10px;
    text-align: right;
    top: 9px;
    width: 310px;
}

.splash span
{
    margin:2px 5px 0 0 !important;
}

.logo
{
    width:170px;
    min-height:1px;
    float:left;
}

.compania
{
    width:480px;
    float:left;
    height:26px;
    padding:11px 5px 5px 10px;
}

.compania .currentCompania
{
    color:#f0f0f0;
    font-size:13px;
}
.compania a
{
    color:#fff;
    text-decoration:none;
    margin:-1px 0 0 5px;
}

.hider
{
    background:url('images/iconset.png') no-repeat 3px -449px;
    width:25px;
    height:25px;
    float:left;
    margin:7px 0 0;
    cursor:pointer;
}


/***** Breadcrumbs *****/
.breadcrums
{
    height: 40px;
    margin-left: 200px;
    position: relative;
    top: 40px;
    border-bottom:1px solid #efefef;
    background: rgb(240,240,240); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 6px 15px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    0px 6px 15px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         0px 6px 15px 0px rgba(50, 50, 50, 0.55);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index:100;
}

.breadcrums ul
{
    list-style-type:none;      
}

.breadcrums ul li
{
    float:left;
    padding:13px 14px 12px 32px;
    background: url('images/breadcrumb.png') no-repeat 0px 2px;
    cursor:default;
}

.breadcrums ul li:first-child
{
    background: url("images/iconset.png") no-repeat scroll 13px -387px;
    content: " ";
    cursor: default;
    float: left;
    padding: 22px 15px 12px 32px;
}

.breadcrums ul li a
{
    text-decoration:none;
    color:#505C77;
}
.breadcrums ul li a:hover
{
    color:#596FA0;
}

/******  Flash *******/
.flash {
    border-radius: 3px; font-size:12px; margin:5px 0; width:50%; padding:10px; background:url('images/black-bg.png');
    color:#fff; overflow:hidden; top:50px; position:fixed; left:22%; z-index:260; }
    
.flash p { display:block; float:left; margin: 3px 0 0 10px; color:#fff; }

.flash-error { float:left; width:20px; height:20px; display:block; background:url('images/iconset.png') no-repeat 0px -60px; }
.flash-exito { float:left; width:20px; height:20px; display:block; background:url('images/iconset.png') no-repeat 0px -156px; }
.flash-info { float:left; width:20px; height:20px; display:block; background:url('images/iconset.png') no-repeat 0px -176px; }
.flash-atencion { float:left; width:20px; height:20px; display:block; background:url('images/iconset.png') no-repeat 0px -195px; }

.flash-close { position:relative; top:3px; right:2px; float:right; cursor:pointer }

/****** Widget Lateral *******/
#leftBar
{
    z-index:120;
    width:200px;
    height:100%;
    position:fixed;
    top:40px;
    left:0;
    border-right:1px solid #919191;
    margin-left:0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background:#E3E5E7;
}

#titleBar
{
    height: 116px;
    background: rgb(96,108,136); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(55,67,94,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(55,67,94,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(55,67,94,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(55,67,94,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(55,67,94,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(55,67,94,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 6px 15px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    0px 6px 15px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         0px 6px 15px 0px rgba(50, 50, 50, 0.55);
    border-right: 1px solid #5a616d;
    width: 200px;
    z-index: 500;
    overflow:hidden;
}

.avatar 
{
    background: none repeat scroll 0 0 #eeeff7;
    border: 1px solid #969696;
    border-radius: 3px;
    line-height: 0;
    padding: 3px;
}

.lbar 
{
    float: left;
    margin: 23px 0px 10px 11px;
    width: 76px;
}

.rbar {
    float: left;
    width: 107px;
    margin: 28px 0 0;
}

.rbar span { color:#fff; padding: 0 0 5px; display:block; }

/****** Menu Lateral ******/
#leftBar nav ul
{
    list-style-type:none;
    margin:0;
}

#leftBar nav ul li 
{
    font-size:13px;
}

#leftBar nav ul li a
{
    display: block;
    width:186px;
    padding:10px 7px 10px 7px;
    border-top:1px solid #a8a8a8;
    text-decoration:none;
    color:#3b3b3b;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%,#dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%,#dbdbdb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%,#dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}

#leftBar nav ul li:last-child
{
    border-bottom:1px solid #a8a8a8;
}

#leftBar nav ul li a:hover
{
    background: #e1ffff; /* Old browsers */
    background: -moz-linear-gradient(top, #e1ffff 0%, #e1ffff 0%, #fdffff 0%, #e1ffff 3%, #e6f8fd 30%, #c8eefb 54%, #bee4f8 75%, #b1d8f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1ffff), color-stop(0%,#e1ffff), color-stop(0%,#fdffff), color-stop(3%,#e1ffff), color-stop(30%,#e6f8fd), color-stop(54%,#c8eefb), color-stop(75%,#bee4f8), color-stop(100%,#b1d8f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1ffff 0%,#e1ffff 0%,#fdffff 0%,#e1ffff 3%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1ffff 0%,#e1ffff 0%,#fdffff 0%,#e1ffff 3%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1ffff 0%,#e1ffff 0%,#fdffff 0%,#e1ffff 3%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e1ffff 0%,#e1ffff 0%,#fdffff 0%,#e1ffff 3%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
}

/****** Titulo General ******/
.titleBar { height:74px; border-bottom:1px solid #5b626f; background:#747E93; }
.titleBar h1 { float:left; margin:22px 0 0 15px; color:#fff; text-shadow:0 1px 0 #4e5666; width:98%; display:block; }
.titleBar p { float:left; color:#fff; display:block; margin:8px 0 0 15px; font-size:11px; }

/****** Tablas ********/
.gray
{
    width:100%;
    border-collapse:collapse;
    border:1px solid #BCBCBC;
    cursor:default; 
}
.gray thead td, .gray thead th
{
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
    border-bottom:1px solid #BCBCBC;
    font-size:12px;
    padding:10px;
    font-weight:bold;    
}

.gray tbody tr
{
    background:#e6e6e6;
}

.gray tbody tr td 
{
    padding:3px 10px;
}

.gray tbody tr:nth-child(2n+1) 
{    
    background:#f2f2f2;
}

.gray tbody tr:hover
{
    background:#99A8C6;
    color:#fff;
}

.gray tfoot td 
{
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
    border-top:1px solid #BCBCBC;
    font-size:12px;
    padding:5px 10px;
    font-weight:bold;
}

.gray tbody td a
{
    display: block !important;
    float: left !important;
}

.grayBorder
{
    width:100%;
    border-collapse:collapse;
    border:1px solid #BCBCBC;   
}
.grayBorder thead td 
{
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
    border:1px solid #BCBCBC;
    font-size:12px;
    padding:5px;
    font-weight:bold;
}

.grayBorder tbody tr
{
    background:#fff;
}

.grayBorder tbody tr td 
{
    border:1px solid #BCBCBC;
    padding:5px;
}

.grayBorder tfoot td 
{
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
    border:1px solid #BCBCBC;
    font-size:12px;
    padding:5px 10px;
    font-weight:bold;
}


.reporte 
{   
    border-collapse:collapse;
    width:100%;
    border:1px solid #000;
    background:#fff;
}

.reporte thead td {
    border:1px solid #000;
    padding:5px;
}

.reporte tbody td {
    border:1px solid #000;
    padding:5px;
}

.reporting table 
{
    border-collapse:collapse;
    width:100%;
    border:1px solid #000;
    background:#fff;
}

.reporting table thead th {
    border:1px solid #000;
    padding:5px;
}

.reporting table tbody td {
    border:1px solid #000;
    padding:5px;
}

.reporting table tfoot td {
    border:1px solid #000;
    border-top:2px solid #000;
    padding:5px;
    font-weight:bold;
}


.block-list 
{
    list-style-type:none;
}
.block-list li a
{
    background-color: #e9e9e9;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 4px;
    padding: 5px 10px;
    color:#000;
    text-decoration:none;
    display: block;
}
.block-list li a:hover
{
    background-color: #DFDFDF;
}

/****** Botones *******/
.btn
{
    padding: 1px 7px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    text-shadow: none;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    text-decoration: none;
    color:#fff;
    font-weight:normal;
    margin:0 5px 0 0;
    border-radius:3px;
    line-height: 22px;
}
/*.btn:hover
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8; 
}*/

.grey
{
    color:#2D2D2D;
    border:1px solid #BFBFBF;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.blue
{
    border:1px solid #1ba9d5;
    background: rgb(183,222,237); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,222,237,1)), color-stop(50%,rgba(113,206,239,1)), color-stop(51%,rgba(33,180,226,1)), color-stop(100%,rgba(183,222,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
}

.bluelight
{
    border:1px solid #1ba9d5;
    background: rgb(183,222,237); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,222,237,1)), color-stop(50%,rgba(113,206,239,1)), color-stop(51%,rgba(33,180,226,1)), color-stop(100%,rgba(183,222,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
}

.red
{
    border:1px solid #CC3535;
    background: rgb(255,100,86); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,100,86,1) 0%, rgba(206,84,84,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,100,86,1)), color-stop(100%,rgba(206,84,84,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,100,86,1) 0%,rgba(206,84,84,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,100,86,1) 0%,rgba(206,84,84,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,100,86,1) 0%,rgba(206,84,84,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,100,86,1) 0%,rgba(206,84,84,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6456', endColorstr='#ce5454',GradientType=0 ); /* IE6-9 */
}

.yellow
{
    border:1px solid #f1bd33;
    background: rgb(252,234,187); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

.green
{
    border:1px solid #87BC00;
    background: rgb(149,219,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(149,219,0,1) 0%, rgba(143,200,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,219,0,1)), color-stop(100%,rgba(143,200,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(149,219,0,1) 0%,rgba(143,200,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(149,219,0,1) 0%,rgba(143,200,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(149,219,0,1) 0%,rgba(143,200,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(149,219,0,1) 0%,rgba(143,200,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95db00', endColorstr='#8fc800',GradientType=0 ); /* IE6-9 */
}

.groode
{
    border:1px solid #2D314C;
    background: #606c88; /* Old browsers */
    background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.btn.disabled, .btn[disabled],
.disabled, fieldset[disabled] .btn
{
    pointer-events: none;
    cursor: default !important;
    opacity: 0.45;
    filter: alpha(opacity=45);
}


select.disabled::-ms-expand {
    display: none;
}


/****** Letras ********/
h1 {
    font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
    color: #475d68;
    line-height: 10px;
    text-shadow: 0 1px 0 #fff;
    margin:2px 0 15px 0;
}
p {
    color: #2a3640;
    font-size: 12px;
}

/****** Formularios ******/
.form-checkbox, input[type="checkbox"] {
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25px;
}

.form-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 24px;
    line-height: 29px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:12px;
    font-weight:bold;
    /*width: 353px;*/
}

.form-control {
    float:none;
    color:#777;
    border:#cdcdcd solid 1px;
    box-shadow: inset 1px 1px 3px #f6f6f6;
    -moz-box-shadow: inset 1px 1px 3px #f6f6f6;
    -webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:2px;
    /*padding: 4px 8px;*/
    font-size: 12px;
    padding: 2px 5px;
}

.form-control:focus {
    border-color: #5FC7E8;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #333333;
}

.form-error
{
    background: none repeat scroll 0 0 #FFF2F2;
    border-color: #E03838 !important;
}

fieldset
{
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 0 15px 15px;
}
.formLayout label
{
    min-width:120px;
}
.formLayout input, select 
{
    width:auto;
    float: left;
}
.formLayout td 
{
    padding:1px 10px 1px 1px;
}

/*
 * Botonera
 */
 
.botonera 
{
    border-bottom:1px solid #9BA6AB;
    background: rgb(238,244,247);
    background: -moz-linear-gradient(top, rgba(238,244,247,1) 0%, rgba(212,222,228,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,244,247,1)), color-stop(100%,rgba(212,222,228,1)));
    background: -webkit-linear-gradient(top, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
    background: -o-linear-gradient(top, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
    background: linear-gradient(to bottom, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4f7', endColorstr='#d4dee4',GradientType=0 );
    padding:0 0 0 15px;
    overflow:hidden;
    display:block;
    min-height: 20px;
}

.amainbtn, .mainbtn 
{
    border:0;
    border-left:1px solid #9BA6AB;
    cursor:pointer;
    padding: 5px 5px 5px 0px;
    font-size:12px;
    float:left;
    color:#505C60;
    position:relative;
    height: 14px;
    min-width: 60px;
}
.amainbtn input, .mainbtn input, .amainbtn a, .mainbtn a
{
    border:0;
    cursor:pointer;
    font-size:12px;
    height:100%;
    min-height: 20px;
    /*width: auto !important;*/
    color:#505C60;
    background-color: inherit;
    position:absolute;
    padding: 0px 0px 0px 10px;
    left: 0px;
    top: 0px;
	line-height: 22px;
    height: 100% !important;
    padding-left: 30px;
}

.amainbtn:last-child, .mainbtn:last-child
{
    border-right:1px solid #9BA6AB;
}
.amainbtn:hover, .mainbtn:hover
{
    background: rgb(242,244,249);
    background: -moz-linear-gradient(top, rgba(242,244,249,1) 0%, rgba(223,231,235,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,244,249,1)), color-stop(100%,rgba(223,231,235,1)));
    background: -webkit-linear-gradient(top, rgba(242,244,249,1) 0%,rgba(223,231,235,1) 100%);
    background: -o-linear-gradient(top, rgba(242,244,249,1) 0%,rgba(223,231,235,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,244,249,1) 0%,rgba(223,231,235,1) 100%);
    background: linear-gradient(to bottom, rgba(242,244,249,1) 0%,rgba(223,231,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFf4f7', endColorstr='#d4dee4',GradientType=0 );
}
.amainbtn:active, .mainbtn:active
{
    background: rgba(212,222,228,1);
    background: -moz-linear-gradient(top, rgba(212,222,228,1) 0%, rgba(238,244,247,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,244,247,1)), color-stop(100%,rgba(238,244,247,1)));
    background: -webkit-linear-gradient(top, rgba(212,222,228,1) 0%,rgba(238,244,247,1) 100%);
    background: -o-linear-gradient(top, rgba(212,222,228,1) 0%,rgba(238,244,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,222,228,1) 0%,rgba(238,244,247,1) 100%);
    background: linear-gradient(to bottom, rgba(212,222,228,1) 0%,rgba(238,244,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4dee4', endColorstr='#eef4f7',GradientType=0 );
}
.amainbtn::after, .mainbtn::after
{
	content: "";
	width:25px;
	height:27px;
	position:absolute;
	top:0px;
	left: 3px;
    background-color: inherit;
	background:url('images/iconset.png') no-repeat;
	background-position: 0px 0px;
}

.botonera .find::after		{background-position:0px -22px; }
.botonera .denied::after	{background-position:0px -59px; }
.botonera .new::after		{background-position:0px -78px; }
.botonera .accept::after	{background-position:0px -155px; }
.botonera .help::after		{background-position:0px -175px; }
.botonera .usuarios::after	{background-position:0px -213px; }
.botonera .pdf-exp::after	{background-position:0px -687px; }
.botonera .excel-exp::after	{background-position:0px -710px; }
.botonera .reversa::after	{background-position:0px -926px; }
.botonera .copy::after		{background-position:0px -1178px; }
.botonera .save::after		{background-position:0px -1200px; }
.botonera .clean::after		{background-position:0px -1221px; }
.botonera .print::after		{background-position:0px -1242px; }
.botonera .ray::after		{background-position:0px -1260px; }
.botonera .envioMsg::after	{background-position:0px -1282px; }
.botonera .checkAll::after	{background-position:0px -1302px; }
.botonera .uncheckAll::after{background-position:0px -1319px; }
.botonera .recepMsg::after	{background-position:0px -1339px; }
.botonera .loadDoc::after	{background-position:0px -1362px; }
.botonera .fav::after		{background-position:0px -1426px; }
.botonera .nofav::after		{background-position:0px -1505px; }
.botonera .billete::after	{background-position:0px -1385px; }
.botonera .nota1::after	    {background-position:0px -950px; }




/******** Menu Modulo *******/
.menuModulo { list-style-type:none; position:fixed; right:30px; top:48px; }
.menuModulo li { float:left; }
.menuModulo li a { border-radius:10px 10px 0 0 !important; width:100px; }

/******** Colores ********/
.c-darkblue { color:#2E5DAA; font-weight:bold; }
.c-red { color:#E54947; font-weight:bold; }
.c-green { color:#54E547; font-weight:bold; }

/******** Box *******/
.box
{
    max-width:1000px;
    border:1px solid #5D6266;
    border-radius:3px;
    background:#FAFAFA;
    margin: 5px 0 0 5px;
    -webkit-box-shadow: 0px 1px 12px 0px rgba(50, 50, 50, 0.38);
    -moz-box-shadow:    0px 1px 12px 0px rgba(50, 50, 50, 0.38);
    box-shadow:         0px 1px 12px 0px rgba(50, 50, 50, 0.38);
}

.main
{
    float:left;
    margin:0 20px 20px 0;
    width:45%;
}

.box .title
{
    width:100%;
    border-bottom:1px solid #9BA6AB;
    background: rgb(238,244,247);
    background: -moz-linear-gradient(top, rgba(238,244,247,1) 0%, rgba(212,222,228,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,244,247,1)), color-stop(100%,rgba(212,222,228,1)));
    background: -webkit-linear-gradient(top, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
    background: -o-linear-gradient(top, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
    background: linear-gradient(to bottom, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4f7', endColorstr='#d4dee4',GradientType=0 );
}

.box .title h2
{
    font-size: 16px;
    line-height: 37px;
    margin: 0;
    padding: 0 0 0 10px;
}
.box .content { padding:10px 15px 15px 15px; }
.box .controls { padding: 20px 20px 10px; }

/* Caja */
.caja
{
    max-width:1000px;
    border: 2px solid #5D6266;
    border-radius:3px;
    background:#FAFAFA;
    margin: 5px 8px 0 0;
    -webkit-box-shadow: 0px 1px 12px 0px rgba(50, 50, 50, 0.38);
    -moz-box-shadow:    0px 1px 12px 0px rgba(50, 50, 50, 0.38);
    box-shadow:         0px 1px 12px 0px rgba(50, 50, 50, 0.38);
    overflow:hidden;
    display:block;
}

    .caja .title
    {
        width:100%;
        border-bottom:1px solid #9BA6AB;
        background: rgb(238,244,247);
        background: -moz-linear-gradient(top, rgba(238,244,247,1) 0%, rgba(212,222,228,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,244,247,1)), color-stop(100%,rgba(212,222,228,1)));
        background: -webkit-linear-gradient(top, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
        background: -o-linear-gradient(top, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
        background: -ms-linear-gradient(top, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
        background: linear-gradient(to bottom, rgba(238,244,247,1) 0%,rgba(212,222,228,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4f7', endColorstr='#d4dee4',GradientType=0 );
        overflow:hidden;
    }
        .caja .title span 
        {
            margin:6px 2px 0 7px !important;
        }

        .caja .title h2
        {
            float: left;
            font-size: 14px;
            line-height: 26px;
            margin: 0;
            padding: 0;
        }
    .caja .content { padding:8px; }
    .caja .controls { padding: 20px 20px 10px; }
    
    .arrowDown { color: #475d68; cursor: pointer; display: block; float: right; height: 20px; width: 20px; }

/******* Iconos *******/
.iconlist { list-style-type:none; }
.iconlist li { float:left; }
.iconlist li a { display:block; margin:2px; }

.icon { display:inline-block; height:22px; width:22px; cursor:pointer; }

.edit { background:url('images/iconset.png') no-repeat -3px -41px; }
.delete { background:url('images/iconset.png') no-repeat -2px -59px  }
.ok { background:url('images/iconset.png') no-repeat 0px -156px; }
.asign { background:url('images/iconset.png') no-repeat -3px -471px; }
.view { background:url('images/iconset.png') no-repeat -2px -23px; }
.pdf { background:url('images/iconset.png') no-repeat -2px -686px; }
.panel { background:url('images/iconset.png') no-repeat -2px -600px; }
.removeDoc { background:url('images/iconset.png') no-repeat -2px -906px; }
.addDocs { background:url('images/iconset.png') no-repeat -2px -577px; }
.person { background:url('images/iconset.png') no-repeat -2px -1018px; }
.nota { background:url('images/iconset.png') no-repeat -2px -976px; }
.warning { background:url('images/iconset.png') no-repeat 0px -195px; }
.sendEmail { background:url('images/iconset.png') no-repeat 0px -1105px; }
.clone { background:url('images/iconset.png') no-repeat -3px -1179px; }

.toLeft { background:url('images/iconset.png') no-repeat -2px -779px; }
.toRight { background:url('images/iconset.png') no-repeat -2px -756px; }
.toLastLeft { background:url('images/iconset.png') no-repeat -2px -828px; }
.toLastRight { background:url('images/iconset.png') no-repeat -2px -804px; }

a.btn.add span { background:url('images/iconset.png') no-repeat -3px -80px; padding: 0 0 0 20px;}
a.btn.paper span { background:url('images/iconset.png') no-repeat -3px -80px; padding: 0 0 0 20px; }
a.btn.nota1 span { background:url('images/iconset.png') no-repeat -3px -953px; padding: 0 0 0 20px; }
a.btn.nota2 span { background:url('images/iconset.png') no-repeat -3px -976px; padding: 0 0 0 20px; }
a.btn.search span { background:url('images/iconset.png') no-repeat -3px -26px; padding: 0 0 0 20px; }
a.btn.addDoc span { background:url('images/iconset.png') no-repeat -3px -879px; padding: 0 0 0 20px; }
a.btn.delDoc span { background:url('images/iconset.png') no-repeat -3px -906px; padding: 0 0 0 20px; }

.building { background: url("images/iconset.png") no-repeat scroll -3px -425px; float:left; height:25px; margin:-5px 9px 0 6px; width:18px; }

.dashboard { background:url('images/iconset.png') no-repeat 0 -604px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:25px;}
.admin { background:url('images/iconset.png') no-repeat 0 -372px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:25px;}
.gestion { background:url('images/iconset.png') no-repeat 0 -353px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:25px;}
.reportes { background:url('images/iconset.png') no-repeat 0 -333px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:25px;}
.contab { background:url('images/iconset.png') no-repeat 0 -626px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:25px;}
.paneles { background:url('images/iconset.png') no-repeat -3px -666px; display:inline; float:left; height:20px; margin:0 3px 0 0; width:25px; }
.menus { background:url('images/iconset.png') no-repeat -3px -732px; display:inline; float:left; height:20px; margin:0 3px 0 0; width:25px; }
.chile-flg { background:url('images/iconset.png') no-repeat -3px -1046px; display:inline; float:left; height:20px; margin:0 3px 0 0; width:25px; } 
.peru-flg { background:url('images/iconset.png') no-repeat -3px -1069px; display:inline; float:left; height:20px; margin:0 3px 0 0; width:25px; } 
.flecha-r { background:url('images/iconset.png') no-repeat -3px -1086px; display:inline; float:left; height:20px; margin:0 3px 0 0; width:25px; } 

.icon-empresas { background:url('images/iconset.png') no-repeat -3px -121px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px;  }
.icon-ventanas { background:url('images/iconset.png') no-repeat -3px -4px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-reporte { background:url('images/iconset.png') no-repeat -3px -999px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-usuarios { background:url('images/iconset.png') no-repeat -3px -999px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-organizacion { background:url('images/iconset.png') no-repeat -3px -102px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-usuarios { background:url('images/iconset.png') no-repeat -3px -217px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-perfiles { background:url('images/iconset.png') no-repeat -3px -295px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-roles { background:url('images/iconset.png') no-repeat -3px -314px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-modulos { background:url('images/iconset.png') no-repeat -3px -277px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-monedas { background:url('images/iconset.png') no-repeat -3px -141px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-config { background:url('images/iconset.png') no-repeat -3px -647px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-folderdigital { background:url('images/iconset.png') no-repeat -3px -854px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-star-on {
    background-image:url('images/iconset.png');
    background-position: 0px -941px;
    background-size: 20px auto;
    display:inline;
    float:left;
    height:20px;
    margin:0 3px 0 0;
    width:19px; 
}
.icon-star-off {
    background-image:url('images/iconset.png');
    background-position: 0px -961px;
    background-size: 20px auto;
    display:inline;
    float:left;
    height:20px;
    margin:0 3px 0 0;
    width:19px;
}
.icon-edit {
    background-image:url('images/iconset.png');
    background-position: 0px -34px;
    background-size: 20px auto;
    display:inline;
    float:left;
    height:18px;
    margin:0 3px 0 0;
    width:19px;
}
/*/ url('images/iconset.png') no-repeat -3px -41px */
/***********************************************************/

.icon-excel { background:url('images/iconset.png') no-repeat -3px -713px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }
.icon-excel { background:url('images/iconset.png') no-repeat -3px -713px; display:inline; float:left; height:16px; margin:0 3px 0 0; width:19px; }

/************ BOTON FAVORITOS ************/
.btnfav{
    background-image: url('images/iconset.png');
    background-repeat: no-repeat;
    background-position: 0px -960px;
    background-size: 20px auto;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 0 5px 0px 0px;
    cursor: pointer;
}
.btnfav .star_on{
    background-image: url('images/iconset.png');
    background-repeat: no-repeat;
    background-position: 0px -940px;
    background-size: 20px auto;
    width:20px;
    height:20px;
    display: inline-block;
    margin: 0 5px 0px 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*****************************************/

/*** Listas ***/
.menuModulos 
{
    list-style-type:none;
}
.menuModulos li 
{
    display:block;
    
}
.menuModulos li .titulo 
{
    display:block;
    width:100%;
    margin:2px 0 2px;
}


#listaCampos 
{
    list-style-type:none;
    min-height:30px;
    display:block;
    overflow:hidden;
}

#listaCampos li 
{
    float:left;
    display:block;
    background-color: #e9e9e9;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
    color:#000;
    text-decoration:none;
    margin:2px 2px 2px;
    border:1px solid #ccc;
}

.ReporteLayout 
{
    width:100%;
    min-height:90px;
    background:#fff;
    text-align:center;
}

.creaReporte
{
    display:block;
    margin:20px auto;
    border-collapse:collapse;
    width: 95%;
}
.creaReporte thead th
{
    border:1px dotted grey;
    height:20px;
    min-width:70px;
}
.creaReporte th li 
{
    display:block;
    background-color: #e9e9e9;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px;
    margin:2px;
    color:#000;
    text-decoration:none;
    margin:2px 2px 2px;
}

/********* Grid Layout *********/
input, select, textarea { width:100%; }

[class*=col-] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    box-sizing: border-box;
    content: " ";
    margin-top: 5px;
}
.row:before, .row:after {
    box-sizing: border-box;
    content: " ";
    display: table;
}
.row:after{
    clear: both;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 8px;
    position: relative;
}
.col-md-1 {
    width: 8.33333%;
}
.col-md-2 {
    width: 16.6667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.3333%;
}
.col-md-5 {
    width: 41.6667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.3333%;
}
.col-md-8 {
    width: 66.6667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.3333%;
}
.col-md-11 {
    width: 91.6667%;
}
.col-md-12 {
    width: 100%;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 8px;
    position: relative;
}
.col-lg-1 {
    width: 8.33333%;
}
.col-lg-2 {
    width: 16.6667%;
    top: 0px;
    left: 0px;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-4 {
    width: 33.3333%;
}
.col-lg-5 {
    width: 41.6667%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-7 {
    width: 58.3333%;
}
.col-lg-8 {
    width: 66.6667%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-10 {
    width: 83.3333%;
}
.col-lg-11 {
    width: 91.6667%;
}
.col-lg-12 {
    width: 100%;
}

/******** Tooltip *********/
.ui-tooltip, .arrow:after {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
.ui-tooltip {
    padding: 3px 7px !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 11px !important;
    box-shadow: none !important;
    background: #000 !important;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: -16px;
}
.arrow.top {
    top: -10px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 22px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow: none !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}



#MainContent_chkListEmpresa
{
    width:100%;
    border-collapse:collapse;
    border:1px solid #BCBCBC; 
    margin:5px 0 0 0; 
}
#MainContent_chkListEmpresa thead td 
{
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
    border-bottom:1px solid #BCBCBC;
    font-size:12px;
    padding:10px;
    font-weight:bold;
}

#MainContent_chkListEmpresa tbody tr { background:#e6e6e6; }
#MainContent_chkListEmpresa tbody tr td { padding:3px 10px; }
#MainContent_chkListEmpresa tbody tr:nth-child(2n+1) { background:#f2f2f2; }
#MainContent_chkListEmpresa tbody tr td input { width:22px; float:left; }
#MainContent_chkListEmpresa tbody tr td label { float:left; margin: 4px; }

.loader { background: url("images/loader.gif") no-repeat scroll center top; display:block; height:17px; margin:15px auto; width:150px; }

#loaderDiv p {
    color: #2a3640;
    display: block;
    font-size: 14px;
    margin: 41px 0 0;
    text-align: center;
}


/*** Barra Estados **/
.barLoader { background:#c4c4c4; width:100%; height:5px; }
.paso8 { background:#43D81A; height:5px; width:25%; }
.paso16 { background:#43D81A; height:5px; width:50%; }
.paso32 { background:#43D81A; height:5px; width:50%; }
.paso64 { background:#FC0400; height:5px; width:50%; }
.paso128 { background:#43D81A; height:5px; width:75%; }
.paso256 { background:#43D81A; height:5px; width:100%; }

/** Cuadro de estado de avances **/
.block { background:#c4c4c4; width:11px; height:11px; display:block; float:left; margin:2px; }
.verde { background:#43D81A; width:11px; height:11px; display:block; float:left; margin:2px; }
.rojo { background:#FC0400; width:11px; height:11px; display:block; float:left; margin:2px; }

/** Estado Avances Desembolso **/
.etapa1on { width:24px; height:20px; background:url('images/estados.png') no-repeat 0px 0px; display:block; float:left; height:20px; width:24px; }
.etapa2on { width:24px; height:20px; background:url('images/estados.png') no-repeat -26px -19px; display:block; float:left; height:20px; width:24px; }
.etapa2off { width:24px; height:20px; background:url('images/estados.png') no-repeat -26px 0px; display:block; float:left; height:20px; width:24px; }
.etapa3on { width:24px; height:20px; background:url('images/estados.png') no-repeat -56px -38px; display:block; float:left; height:20px; width:24px; }
.etapa3off { width:24px; height:20px; background:url('images/estados.png') no-repeat -56px -19px; display:block; float:left; height:20px; width:24px; }
.etapa4on { width:24px; height:20px; background:url('images/estados.png') no-repeat -83px -57px; display:block; float:left; height:20px; width:24px; }
.etapa4off { width:24px; height:20px; background:url('images/estados.png') no-repeat -83px -38px; display:block; float:left; height:20px; width:24px; }
.etapaOnanulado { width:24px; height:20px; background:url('images/estados.png') no-repeat 0px -77px; display:block; float:left; height:20px; width:24px; }

/** Modal Historial **/
#contentHistorial{margin:10px 0px; position:relative;}
.hideInfo{display:none;padding:10px 0px 0px 20px;margin:5px;clear:both;}
.subtitulo{font-size:15px; font-weight:bold;}
.sectionHistorial{padding:5px;background:#f2f2f2;color:#000;min-height:30px; clear:both; position:relative;display:block;border-top:1px solid rgba(255,255,255,1);border-bottom:1px solid rgba(0,0,0,0.2); vertical-align:middle;}
.sectionHistorial:first-Child{border-top:none;border-bottom:1px solid rgba(0,0,0,0.2);}
.sectionHistorial:last-Child{border-top:1px solid rgba(255,255,255,1);border-bottom:none;}
.sectionHistorial span{ position:relative;}
.sectionHistorial .fecha {font-family:Arial Black; border-right:1px solid rgba(0,0,0,0.3); margin-right:10px;}
.sectionHistorial .fecha .hour {font-size:10px;float:left;font-weight:bolder;color:rgba(96, 108, 136,1); text-align:center; line-height:7px; width:50px; margin:5px auto 0;}
.sectionHistorial .fecha .day{  font-size:17px;float:left;font-weight:bolder;color:rgba(96, 108, 136,1);}    
.sectionHistorial .fecha .month{font-size:17px;float:left;font-weight:bolder;color:rgba(96, 108, 136,1);}
.sectionHistorial .fecha .year{ font-size:19px;clear:both;font-weight:bolder;color:rgba(96, 108, 136,1); line-height:7px;}
.sectionHistorial .fecha {width: 60px;float:left;}
.sectionHistorial .Observacion{display:block;}
.sectionHistorial .datos{font-size:12px; color:#666;}
.sectionHistorial .usuario{position:relative; bottom:0px;}
.histObservacion,.containter{clear:both;}
.clear{clear:both;}


    .main.caja .content table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #eee;
    }
    .main.caja .content table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    }
    .main.caja .content .table th{
        border-top: none !important;
    }
    .main.caja .content table
    {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        background: white;
        font-size: 12px !important;
        }
    .main.caja .content table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 2px solid #eee;
    }
    .main.caja .content table thead th
    {
        padding: 5px;
        text-align:left;
        }
    .main.caja .content table > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }
    .main.caja .content table tbody tr td 
    {
        padding: 3px;
        }
    .main.caja .content table tbody tr:hover
    {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        }
    .main.caja .content table tbody tr:hover
    {
        background-color: #e3e3e3;
        }

    #dvBitacora {position:relative; top: -10px;}
    #dvBitacora ul{width: 100%; list-style-type: none; }
    .BubbleImage{ text-align: center;}
    #dvBitacora ul li:hover{ background: #f2f2f2; }

    .user-data:first-child{ padding: 0px 0px 10px 0px; position:relative; }
    .user-data { position: relative; border-bottom: 1px solid #c1c1c1; padding: 10px 0px; }
    .user-data:last-child{ border-bottom: none; }
    .user-data > .col-lg-8 { position:relative; top: -7px; }
    .user-data div:nth-child(1) {position:relative; top: 5px; }

    .user-data .user-name{ font-size: 13px; color: #000; font-weight: bolder; }
    .user-data .user-email{ font-size: 12px; color: #000; font-weight: bold; }
    .user-data .user-rank{ font-size: 12px; color: #606060; }
    .user-data .user-datetime{ font-size: 11px; color: #000; font-weight: bold; }

    .bitacora-data:first-child{ padding: 0px 0px 10px 0px; position:relative; }
    .bitacora-data { position: relative; border-bottom: 1px solid #c1c1c1; padding: 10px 0px; }
    .bitacora-data:last-child{ border-bottom: none; }

    .bitacora-data {position:relative; top: 5px; border-bottom: 1px solid #c1c1c1; }
    .bitacora-data .user-name{ font-size: 13px; color: #000; font-weight: bolder; }
    .bitacora-data .user-email{ font-size: 12px; color: #606060; font-weight: bolder; }
    .bitacora-data .row:last-child{margin-top:0px;}
    .bitacora-data .user-datetime{ font-size: 12px; color: #000; }
    .bitacora-data .user-mensaje{ font-size: 13px; color: #606060; }
    .bitacora-data .user-rank{ font-size: 12px; color: #606060; }
