﻿
.row {
    padding: 0 5px;
}

input.ng-invalid {
    border: 1px solid red;
}

input.ng-valid {
    border: 1px solid #808080;
}

.form-group {
    margin-bottom: 3px !important;
}

.container {
    max-width: 720px !important;
}

.required {
    padding: 2px;
    color: #eeefe0;
    background-color: #ff0000;
    margin-top: 2px;
    padding: 4px;
}

.jconfirm-content {
  /*  height: 75px !important;*/
}

.form-check-label {
    padding-top: 5px !important;
}

.form-check-input {
    width: 50px !important;
    height: 18px !important;
}

.txtContinuar{
    padding:10px 0 !important;
}

.jconfirm-content
{
    font-size:115%;
    line-height:29px;
}

        .row {
            padding: 0 5px;
        }

        input.ng-invalid {
            border: 1px solid red;
        }

        input.ng-valid {
            border: 1px solid #808080;
        }

        .form-group {
            margin-bottom: 3px !important;
        }

        .container {
            max-width: 640px !important;
        }

        .required {
            padding: 2px;
            color: #eeefe0;
            background-color: #ff0000;
            margin-top: 2px;
            padding: 4px;
        }
        /*.form-control .ng-invalid{*/
        .ddlDropdown .ng-invalid {
            border: 1px solid #ff0000 !important;
        }

        #content {
            padding-bottom: 30px;
            margin-top: 30px;
        }

        .btn {
            margin-bottom: 25px;
        }

        .requeridos {
            display: none;
        }

        .mm-menu {
            display: none;
        }

        .container2 {
            padding: 15px 10px;
        }

        .row {
            margin-right: 1px;
            margin-left: -5px;
            display:inherit;
        }

        .col-form-label {
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: 0;
            font-weight: bold;
        }
		

