body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    letter-spacing: 0.3px !important;
    font-size: 12px !important;
    color: #404040 !important;
}

*:focus, *:active {
    -moz-outline:0px none red  !important;
    outline:0px none red !important;
}

#header {
    /*background: #222222 url(../img/top-bar-bg.png) repeat-x;*/
    background-color: #333333;
    color: #ffffff;
    font-size: 14px;
    /*height: 32px;*/
    /*padding: 0px 20px 0px 20px;*/
}

#header .caret {
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;
}

#header .title {
	float: left;
    padding: 5px;
}

#header .brand {
	color: #ffffff !important;
}

#header .options {
	float: right;
	padding: 5px;
	text-align: right;
}

#menu {
    /*background: #222222 url(../img/menu-bar-bg.png) repeat-x;*/
    background-color: #111111;
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    overflow: hidden;
    padding: 0px 20px 0px 20px;
}

#menu ul {
    margin: 8px 0px 0px 0px;
    padding: 5px;
    list-style-type: none;
}

#menu ul li {
    float: left;
    margin-right: 5px;
}

#menu ul li a {
    padding: 5px 15px 5px 15px;
    border-radius: 5px 5px 0px 0px;
    /*background: #f5f6f8 url(../img/menu-bar-item.png) repeat-x left top;*/
   background-color: #0088CC;
    height: 28px;
    color: #ffffff;
    text-decoration: none;
}

#menu ul li a i {
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
}

#menu ul li a.selected {
    /*background: #f5f6f8 url(../img/menu-bar-item-selected.png) repeat-x left top;*/
   background-color: #ffffff;
    color: #4e4c4d;
}

#wrapper {
    margin-top: 10px;
    border-top: 1px solid #c7cfd7;
    display: table;
    width: 100%;
    height: 100%;
}

#submenu {
    background-color: #e6eaec;
    display: table-cell;
    width: 15%;
    padding-top: 20px;
    padding-left: 20px;
    border-right: 1px solid #c7cfd7;
    /*-moz-box-shadow: 0px -7px 7px #cccccc inset;
    -webkit-box-shadow: 0px -7px 7px #cccccc inset;
    box-shadow: 0px -7px 7px #cccccc inset;*/
}

#submenu ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

#submenu ul li {
    margin-right: 0px;
}

#submenu ul li a {
    padding: 8px;
    border-radius: 5px 0px 0px 5px;
    color: #4e4c4d;
    display: block;
    margin-bottom: 5px;
}

#submenu ul li a i {
    margin-right: 5px;
    margin-top: 0px;
}

#submenu ul li a:hover {
    color: #0091D5;
    text-decoration: none;
}

#submenu ul li a.selected {
    color: #4e4c4d;
    font-weight: bold;
    border-left: 1px solid #c7cfd7;
    border-top: 1px solid #c7cfd7;
    border-bottom: 1px solid #c7cfd7;
    border-right: 1px solid #f6f7fa;
    background-color: #f6f7fa;
    width: 100%;
    /*-moz-box-shadow: 1px 1px 6px 1px #cccccc;
    -webkit-box-shadow: 1px 1px 6px 1px #cccccc;
    box-shadow: 1px 1px 6px 1px #cccccc;*/
}

#wrapper > .content {
    background-color: f5f7f9;
    display: table-cell;
    width: 85%;
    padding: 10px;
}
    
a {
    color: #0091D5;
    text-decoration: none;
    font-size: 12px;
}

/**
 * 	Camino de migas
 */
.breadcrumb {
	border-radius: 5px !important;
    border: 1px solid #c7cfd7 !important;
    background-color: #ffffff !important;
}



/**
* Form and styles
*/
.panel {
    border-radius: 5px;
    border: 1px solid #c7cfd7;
    background-color: #ffffff;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.panel .panel {
    border-radius: 0px;
    border: 0px solid #c7cfd7;
    background-color: transparent;
    display: table;
    width: 100%;
}

.panel .panel-title {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.panel .panel-title-collapsable-no-first {
    border-top: 1px solid #c7cfd7;
}

.panel .panel-title-collapsable .title {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.panel .panel-title-collapsable .collapsable {
    /*display: inline-block;*/
    display: none;
    text-align: right;
    float: right;
    padding: 7px;
}

.panel .panel-headers {
    border-top: 1px solid #c7cfd7;
    border-bottom: 1px solid #c7cfd7;
}

.panel .panel-headers .sortable {
    cursor: pointer;
}

.panel .panel-headers .sortasc {
    background: transparent url(../img/sort_ascending.png) no-repeat 5px center;
    padding-left: 25px !important;
}

.panel .panel-headers .sortdesc {
    background: transparent url(../img/sort_descending.png) no-repeat 5px center;
    padding-left: 25px !important;
}

.panel .panel .panel-headers {
    border-top: 0px solid #c7cfd7;
    border-bottom: 1px solid #c7cfd7;
}

.panel .panel-headers .panel-header {
    color: #0088CC;
    display: table-cell;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
}

.panel .panel-rows {
    
}

.panel .panel-rows .message {
    padding: 20px;
    text-align: center;
}

.panel .panel-rows .message .loader {
    background: transparent url(../img/ajax-loader.gif) no-repeat center top;
    margin-top: 10px;
    padding-top: 20px;
}

.panel .panel .panel-rows .panel-row:first-child {
    border-top: 0px solid #c7cfd7 !important;
}

.panel .panel-rows .panel-row {
    border-top: 1px solid #c7cfd7;
}

/*.panel .panel: .panel-rows .panel-row:hover {
    background-color: #e9e9e9;
}*/

.panel.grid .panel-rows .panel-row:hover  {
    background-color: #e9e9e9;
}

.panel .panel-rows .panel-row .control-group:first-child {
    margin-top: 20px;
}
.panel .panel-rows .panel-row .control-group:last-child {
    margin-bottom: 20px !important;
}

.panel .panel-rows .panel-row form {
    /*margin-top: 20px;*/
}


.panel .panel-rows .panel-row .column {
    display: table-column;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    padding: 10px;
}

.panel .footer {
    border-top: 1px solid #c7cfd7;
    padding: 10px;
}

.panel .footer button {
    margin-left: 10px;
}

.panel .footer .info {
    
}

.panel .footer .info .pagination {
    margin: 0px;
    display: table-cell;
}

.panel .footer .info .message {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

label, input, button, select, textarea {
	font-size: 13px !important;
}

/**
* Espaciador de arboles
*/
.tree_separator_init {
    background: url('../img/tree_separator_init.png') no-repeat left center;
    width: 12px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}

.tree_separator {
    width: 6px;
    height: 13px;
    display: inline-block;
}

#wrapper > .content ul.nav-pills {
	display: table-cell !important;
}

.btn-mini i {
    margin-right: 5px;
}

.form-horizontal .control-group {
    margin-bottom: 7px !important;
}

/**
 * estilos para los checkbox y radios 	
 */
input[type="checkbox"] {
    display:none !important;
}

input[type="checkbox"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
    margin-top: 6px !important;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -20px top no-repeat;
}

input[type="radio"] {
    display:none !important;
}

input[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
    margin-top: 6px !important;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -57px top no-repeat;
}



/**
* Iconos de status
*/
.status_active {
    background: url('../img/icon-green.png') no-repeat left 2px;
    display: inline-block;
    height: 15px;
    width: 15px;
     margin-right: 5px;
}

.status_inactive {
    background: url('../img/icon-red.png') no-repeat left 2px;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
}


/**
 * 	estilo de tablas
 */
table {
	font-size: 12px;
	margin-bottom: 0px !important;
}

table thead {
	border-top: 1px solid #cccccc;
}

table th {
	color: #0088CC;
}
