/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-family: 'Lato', sans-serif;
    background: #a4afb6;
    font-size: 16px;
}
html, body {
    height: 100%;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
}
body {
    font-family:Arial, Helvetica, sans-serif; 
    margin:0; 
    padding:0;
    width:100%;
    background: #d4d9e0;
    background-image: -moz-linear-gradient(top, #f8f9fc 0%, #d4d9e0 100%);
    background-image: -o-linear-gradient(top, #f8f9fc 0%, #d4d9e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f9fc), color-stop(1, #d4d9e0));
    background-image: -webkit-linear-gradient(top, #f8f9fc 0%, #d4d9e0 100%);
    background-image: linear-gradient(to bottom, #f8f9fc 0%, #d4d9e0 100%);
    background-repeat: no-repeat;
}
#head{
    width:100%;
    height:80px;
    background-color:green;
}
.clear {	
    clear: both;
    height: 1px;
}
/* grillas */
table.grilla{
    width:100%;
    margin-top:10px;
    clear:both;
}
table.grilla th{
    text-align:left;
}
table.grilla td{
    border:1px solid #c0c0c0;
    padding:5px;
}
table.grilla tr:hover, #dataContainer table tr:hover {
    background-color:#EAEBFF;
}
tr.r1{
    background-color:#EAEBFF;
}
tr.r2{
}
/*  Header  */
.center {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width:1020px){
    .center {
        width: 100% !important;
    }
    #landing #content h1 {
        padding: 0 1%;
        width: 98% !important;
    }
    #landing .breadcrumb-items .inner {
        width: 100% !important;
    }
}
#header {
    position: relative;
    width: 100%;
    height: 143px;
    background: url(../img/nodos.png) center repeat;
}
#header .center {
    height: 143px;
}
#header h1.logo a {
    color: #fff;
    padding-top: 40px;
    float:left;
}
/*  End header  */
/*  Content  */
.login {
    width: 315px;
    margin: 50px auto 30px;
    padding: 0 0 20px 0;
}
.login h2 {
    background: #338ec7;
    font-size: 17px;
    color: #FFF;
    font-style: italic;
    padding: 0 0 0 25px;
    display: block;
    height: 33px;
    line-height: 33px;
    font-weight: normal;
}
.login label,
.login .link {
    float: left;
    width: 161px;
    padding: 14px 10px 0 0;
    font-size: 12px;
    color: #505257;
    text-align: right;
}
.login .link {
    padding: 10px 0 0 0;
    float: right;
    clear: both;
    width: auto;
}
.login input {
    float: left;
    font-size: 12px;
    color: #505257;
    border: 1px solid #a8acad;
    background: #FFF;
    width: 132px;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 0 0;
    padding: 0 5px;
}
#content .login input#submit {
    float: right;
    border: 1px solid #29719f;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    width: auto;
    margin: -9px 0 0 0;
    background: #13b8f5;
    background-image: -moz-linear-gradient(top, #13b8f5 0%, #2d6d95 100%);
    background-image: -o-linear-gradient(top, #13b8f5 0%, #2d6d95 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #13b8f5), color-stop(1, #2d6d95));
    background-image: -webkit-linear-gradient(top, #13b8f5 0%, #2d6d95 100%);
    background-image: linear-gradient(to bottom, #13b8f5 0%, #2d6d95 100%);
    cursor: pointer;
}
.breadcrumb-items {
    height: 45px;
    line-height: 35px;
    background: #e1e2e7;
    background-image: -moz-linear-gradient(top, #e1e2e7 0%, #b1b2b9 100%);
    background-image: -o-linear-gradient(top, #e1e2e7 0%, #b1b2b9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e2e7), color-stop(1, #b1b2b9));
    background-image: -webkit-linear-gradient(top, #e1e2e7 0%, #b1b2b9 100%);
    background-image: linear-gradient(to bottom, #e1e2e7 0%, #b1b2b9 100%);
    font-size: 15px;
    color: #000;
    text-shadow: 1px 1px 1px #FFF;
    font-style: italic;
    padding: 0 0 0 10px;
}
.breadcrumb-items a {
    color: #000;
    text-decoration: underline;
}
.breadcrumb-items a:hover {
    text-decoration: none;
}
#landing .breadcrumb-items .inner {
    width: 915px;
    margin: 0 auto;
}
#content h1,
#content h2 {
    padding: 20px 0 0 10px;
    font-size: 27px;
    color: #000;
    text-shadow: 1px 1px 1px #FFF;
    font-weight: normal;
}
#content h1.short {
    width: 915px;
    margin: 0 auto;
}
#content h2 {
    font-size: 22px;
    padding: 10px 0 0 10px;
}
#content p {
    font-size: 12px;
    padding: 0 10px;
}
#content .links {
    font-size: 11px;
    color: #505257;
    display: block;
    padding: 5px 0 10px 10px;
}
#content .links a {
    font-size: 11px;
    color: #505257;
}
#content .login form {
    padding: 0 10px;
}
#content .login form {
    padding: 0;
}
#content .login form label {
    padding: 14px 10px 0 0;
    font-size: 12px;
    color: #505257;
    text-align: right;
    display: block;
    font-weight: normal;
}
#content .login form input {
    font-size: 12px;
    color: #505257;
    border: 1px solid #a8acad;
    background: #FFF;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 0 0;
    padding: 0 5px;
    cursor: pointer;
}
#content .login form input[type=file] {
    background: none;
    border: none;
}
.paginationControl {
    padding: 2px 10px;
    margin: 10px 0 10px 0;
    font-size: 12px;
    background: #FFF;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.paginationControl a {
    color: #338EC7;
}
.lista-datos {
    font-size: 12px;
    color: #434343;
    margin: 20px 0 0 0;
    clear: both;
}
.lista-datos tr {
    background: #f7f7fa;
}
.lista-datos tr:nth-child(2n+1) {
    background: #e4e5ea;
}
.lista-datos th {
    background: #338ec7;
    color: #FFF;
    text-align: left;
    padding: 7px 0;
}
.lista-datos th a {
    color: #FFF;
}
.lista-datos td {
    padding: 7px 0;
}
.lista-datos td a {
    color: #338ec7;
}
#content .lista-datos input {
    margin: 0 0 0 4px;
    float: left;
    height: 10px;
}
.custom-form {
    font-size: 12px;
    color: #505257;
}
.custom-form tr {
    padding: 5px 0;
}
.custom-form th {
    text-align: right;
    padding: 0 7px 0 0;
}
#lista-mensajes {
    padding: 10px 10px 0 10px;
    font-size: 13px;
}
#lista-mensajes .success {
    color: #00c417;
}
#lista-mensajes .error {
    color: #FF0000;
}
#landing .links {
    text-align: center;
}
#landing .links a {
    margin: 0 20px;
}
#content .center-form {	
    width: 580px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 3px 0;
}
#content .center-form fieldset {
    float: left;
}
#content .center-form label {
    display: inline;
    padding: 14px 10px 0;
}
#content .center-form input.submit {
    margin: 10px 0 0 10px;
    height: 22px;
}
/*  End content  */
.menu-lateral {
    margin-left: 20px;
    margin-top: 20px;
    width: 230px;
    float:left;
}
.menu-lateral li a{
    width: 200px;
    box-shadow: 0px 3px 4px rgba(0,0,0,.1);

    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-bottom: 15px;
    text-align: center;
    display: block;

    background: #d4d9e0;
    background-image: -moz-linear-gradient(top, #f8f9fc 0%, #d4d9e0 100%);
    background-image: -o-linear-gradient(top, #f8f9fc 0%, #d4d9e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f9fc), color-stop(1, #d4d9e0));
    background-image: -webkit-linear-gradient(top, #f8f9fc 0%, #d4d9e0 100%);
    background-image: linear-gradient(to bottom, #f8f9fc 0%, #d4d9e0 100%);
    background-repeat: no-repeat;
    color: #666;
}

.menu-lateral li a:hover{
    color: #06c;
    background-image: -moz-linear-gradient(top, #d4d9e0 0%, #f8f9fc 100%);
    background-image: -o-linear-gradient(top, #d4d9e0 0%, #f8f9fc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d4d9e0), color-stop(1, #f8f9fc));
    background-image: -webkit-linear-gradient(top, #d4d9e0 0%, #f8f9fc 100%);
    background-image: linear-gradient(to bottom, #d4d9e0 0%, #f8f9fc 100%);
    background-repeat: no-repeat;
}

.contenido {
    margin-left: 250px;
}

.breadcrumb .actions {float:right; margin-right: 20px}
.breadcrumb .actions div {float: left}
.breadcrumb .actions a{
    height: 30px;
    margin: 5px;
    padding: 0 20px 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    display: block;

    background: #24425C;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    text-shadow: none;
}


ul.errors {
    color:#F00;
}
td.actions a{
    display:inline-block;
    width: 32px;
    height: 32px;
}
td.actions a.icon-edit {background: url(../img/edit.png);}
td.actions a.icon-clon {background: url(../img/icon-clon.png);}
td.actions a.icon-activo {background: url(../img/icon-pausa.png);}
td.actions a.icon-inactivo {background: url(../img/icon-play.png);}
td.actions a.icon-variable {background: url(../img/variable.png);}
td.actions a.icon-nodos {background: url(../img/nodos-icon.png);}
td.actions a.icon-test {background: url(../img/test.png);}
td.actions a.icon-view {background: url(../img/view.png);}
td.actions a.icon-error {background: url(../img/error.png);}
td.actions a.icon-delete {background: url(../img/delete.png);}
td.actions a.icon-copy {background: url(../img/copy.png);}
td.actions a.icon-download {background: url(../img/download.png);}

.breadcrumb .actions .new-document,
.breadcrumb .actions .new,
.breadcrumb .actions .new-user{
    background-repeat: no-repeat;
    background-position-x: 10px;
    padding-left: 50px;
}
.breadcrumb .actions .new{background-image: url(../img/add.png);}
.breadcrumb .actions .new-user{background-image: url(../img/user-add.png);}
.breadcrumb .actions .new-document{background-image: url(../img/attach.png);}

.ui-effects-transfer { border: 2px dotted gray; }

.tabla-datos abbr{ cursor: pointer}
.tabla-datos th,.tabla-datos td{ text-align: center; padding-right: 5px;padding-left: 5px;}
.tabla-datos td,.tabla-datos th{ font-size: 14px; height: 38px;border-right: 1px dashed;}
.tabla-datos td.checked div{background-image: url(../img/checkmark.png); background-size: 19px; background-repeat: no-repeat; background-position-y: 8px; width: 19px; height: 30px; margin: 0 auto;}



.custom-form .data-content { 
    position: relative;
    float:left;
    margin-right: 10px;
}
.custom-form .data-content input{ 
    padding: 0px 5px;
    width: 170px;
    height: 20px;
}
.custom-form input[type="submit"]{
    margin-top: 6px;
}

.custom-form .data-content div{ 
    position: absolute;
    font-weight: bold;
    margin-top: 8px;
    margin-left: 0;
    padding: 0 5px;
    top: 0;
    cursor: text;
}
#contenedor-nodos {
    /*overflow: auto;*/
}

#lista-nodos ul,
#lista-nodos {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #DDD;
    width: 170px;
    border-bottom: 1px solid #999;
}
#lista-nodos li{
    margin: 0 0 0 0;
    padding: 1em;
    border: 1px solid #999;
    border-bottom: none;
    text-align: center;    
}
#lista-nodos li input,
#lista-nodos li select{
    width: 120px;
}
#lista-nodos li.verdadero { background: #99ff99; }
#lista-nodos li.falso { background: #ff9999; }
#lista-nodos ul{
    margin-left: 152px;
    margin-top: -6em;
}

#variables .variable .accion  {
    margin-bottom: 20px;
}

#variables .variable .accion a {
    font-size: 13px;
    padding: 5px;
    margin-right: 10px;
}
