﻿  @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
form {
  padding: 0px 0;
}
.workSpace {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}

.workSpaceTitle {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.subMenuBtn {
    background-color: white;
    color: #8d6e63;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
}

    .subMenuBtn:hover {
        background-color: #8d6e63;
        color: white;
    }

.RespButton {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    outline: 0;
    border: 2px solid black;
    border-radius: 3px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    color: black;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    min-height: 22px;
    cursor: pointer;
}

    .RespButton:hover {
        border: 2px solid #00C000;
        background-color: #FFFFFF;
    }

    .RespButton:focus {
        border: 2px solid #008000;
        background-color: #F0FFF0;
    }
.RespInput {
    font-family: 'Roboto', sans-serif !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid black;
    border-radius: 3px;
    display: block;
    text-align: left;
    font-size: 13px;
    color: black;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    min-height: 22px;
}

    .RespInput:hover {
        border: 1px solid #00C000;
        background-color: #FFFFFF;
    }

    .RespInput:focus {
        border: 1px solid #008000;
        background-color: #F0FFF0;
    }
.RespList {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    display: block;
    text-align: left;
    color: black;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}

.RespCombo {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    outline: 0;
    border: 1px solid black;
    border-radius: 3px;
    display: block;
    text-align: left;
    color: black;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    min-height: 22px;
}

    .RespCombo:hover {
        border: 1px solid #00C000;
        background-color: #FFFFFF;
    }

    .RespCombo:focus {
        border: 1px solid #008000;
        background-color: #F0FFF0;
    }

    .RespCombo option {
        margin: 40px;
        background: #738393;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    }
.RespCheck {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 3px;
    margin: 1px;
    display: inline;
    text-align: center;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    min-height: 22px;
}

    .RespCheck:hover {
        border: 1px solid #00C000;
        background-color: #FFFFFF;
    }

    .RespCheck:focus {
        border: 1px solid #008000;
        background-color: #F0FFF0;
    }
.dinamycButton {
    width: auto;
    display: inline;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
}

    .dinamycButton:hover {
        width: auto;
        display: inline;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

.asCombo {
    -webkit-appearance: listbox;
       -moz-appearance: listbox;
            appearance: listbox;
}

.Hide { 
    display: none;
}

/* ESTILO DE LA APLICACIÓN  */

/* BACKGROUND */
body {
    background-color: #FFFFFF;
}
.IFWORKSPACE {
    background-color: #FFFFFF;
}
/* CONTROL BACKGROUND */
.RespButton {
    background-color: #FFFFFF;
}

.RespInput {
    background-color: #FFFFFF;
}

.RespList {
    background-color: #FFFFFF;
}

.RespCombo {
    background-color: #FFFFFF;
}
.dinamycButton {
    background-color: #b49a74;
}
/* CONTROL HILIGHT */
.dinamycButton:hover {
    background-color: #9cB89f; 
}
/* CONTROL FORECOLOR */
body {
  color: maroon;
}

/* RESPONSIVE: MOBILE  */

@media only screen and (max-width : 599px)
{
        .RespInput {
          padding: 4px 15px;
          margin: 0 auto 10px auto;
        }
        .RespCombo {
          padding: 10px 15px;
          margin: 0 auto 10px auto;
        }
}

/* RESPONSIVE: DESKTOP */

@media only screen and (min-width : 600px)
{
        .RespInput {
          padding: 4px 15px;
          margin: 0 auto 4px auto;
        }
        .RespCombo {
          padding: 4px 15px;
          margin: 0 auto 4px auto;
        }
}


.disabledButton {
    filter: grayscale(90%);
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.enabledButton {
    filter: grayscale(0%);
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.LeftMenuButton {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 7px center;
    text-align: left;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 45px;
    font-weight: 600;
}

    .LeftMenuButton:hover {
        background-color: rgba(255,255,255,0.4);
    }

@media only screen and (max-width : 1099px) {
    .LeftMenuButton {
        width: 25px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width : 1100px) {
    .LeftMenuButton {
        width: 170px;
        margin-left: 5px;
        margin-right: 0px;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: 700;
    }
}

