﻿        /* The Popup CSS */
        .popup-opcrm-dangerous {
            background-color: #f44336;
        }
        /* Red */
        .popup-opcrm-dangerous {
            background: #0c1e32;
        }

        .popup-opcrm-modal {
            font-family: Open sans-serif;
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 50000;
        }

        .popup-opcrm-modal-header {
            /*padding: 2px 16px;*/
            background-color: #0F2439;
            color: #fff !important;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .popup-opcrm-btn-view-message {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fff));
            background: -moz-linear-gradient(top, #fff 5%, #fff 100%);
            background: -webkit-linear-gradient(top, #fff 5%, #fff 100%);
            background: -o-linear-gradient(top, #fff 5%, #fff 100%);
            background: -ms-linear-gradient(top, #fff 5%, #fff 100%);
            background: linear-gradient(to bottom, #fff 5%, #fff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff',GradientType=0);
            background-color: #fff;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            display: inline-block;
            cursor: pointer;
            color: #0c1e32;
            text-align: center;
            padding: 8px 8px;
            font-size: 18px;
            text-decoration: none;
            /*margin-left:15px;*/
        }

            .popup-opcrm-btn-view-message:hover {
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fff));
                background: -moz-linear-gradient(top, #fff 5%, #fff 100%);
                background: -webkit-linear-gradient(top, #fff 5%, #fff 100%);
                background: -o-linear-gradient(top, #fff 5%, #fff 100%);
                background: -ms-linear-gradient(top, #fff 5%, #fff 100%);
                background: linear-gradient(to bottom, #fff 5%, #fff 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff',GradientType=0);
                color: #0c1e32;
                text-decoration: none;
            }

            .popup-opcrm-btn-view-message:active {
                position: relative;
                top: 1px;
                color: #0c1e32;
                text-decoration: none;
            }

            .popup-opcrm-btn-view-message:link, .popup-opcrm-btn-view-message:visited {
                color: #0c1e32;
                text-decoration: none;
            }

        /* The Close Button */
        .popup-opcrm-close {
            font-family: Open Sans;
            color: #FFF;
            /*float: right;*/
            font-size: 28px;
            font-weight: bold;
        }

            .popup-opcrm-close:hover,
            .popup-opcrm-close:focus {
                color: #000;
                text-decoration: none;
                cursor: pointer;
            }

        #closePopup {
        color: #0c1e32;
        background: #f5f5f5;
        border-radius: 0.8em;
        -moz-border-radius: 0.8em;
        -webkit-border-radius: 1.8em;
        display: inline-block;
        font-weight: bold;
        line-height: 0.7em;
        margin-right: 10px;
        text-align: center;
        width: 43px;
        opacity: 10 !important;
        position: relative;
        border-color: white;
        padding: 10px !important;
        font-size: 30px;
        }


        .popup-opcrm-table {
            background-color: transparent;
            border: 0px !important;
        }

            .popup-opcrm-table > table, th, td {
                border: 0px;
                margin-bottom: 0px !important;
            }

        .popup-opcrm-modal-content {
            margin: 0px auto;
            margin-top: 285px;
            padding: 0px;
            width: 675px;
            height: 390px;
            border-radius: 10px;
            background-color: #FFFFFF;
            box-shadow: 0 2px 2px #666666;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
        }

        /* Add Animation */
        @-webkit-keyframes webkit-animatetop {
            from {
                top: -300px;
                opacity: 0;
            }

            to {
                top: 0;
                opacity: 1;
            }
        }

        @keyframes animatetop {
            from {
                top: -300px;
                opacity: 0;
            }

            to {
                top: 0;
                opacity: 1;
            }
        }

        .popup-opcrm-modal-body {
            /*padding: 2px 16px;*/
        }

        .popup-opcrm-div-in-line {
            float: left;
        }

        .popup-opcrm-div-img {
            width: 229px;
            height: 279px;
            padding: 15px;
        }

        .popup-opcrm-div-text {
            font-family: verdana, arial, helvetica, clean, sans-serif;
            width: 300px;
            height: 200px;
        }

        .popup-opcrm-img {
            width: 229px;
            height: 279px;
        }

        .popup-opcrm-modal-footer {
            clear: both;
            padding: 2px 16px;
            background-color: #FFF;
            color: #2D2E2C;
            left: 220px;
            position: relative;
            top: -10px;
            width: 400px;
        }

        .popup-opcrm-btn-link {
            width: 250px;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0c1e32), color-stop(1, #0c1e32));
            background: -moz-linear-gradient(top, #0c1e32 5%, #0c1e32 100%);
            background: -webkit-linear-gradient(top, #0c1e32 5%, #0c1e32 100%);
            background: -o-linear-gradient(top, #0c1e32 5%, #0c1e32 100%);
            background: -ms-linear-gradient(top, #0c1e32 5%, #0c1e32 100%);
            background: linear-gradient(to bottom, #0c1e32 5%, #0c1e32 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c1e32', endColorstr='#0c1e32',GradientType=0);
            background-color: #0c1e32;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            display: inline-block;
            cursor: pointer;
            color: #fff;
            text-align: center;
            padding: 8px 8px;
            font-size: 18px;
            text-decoration: none;
            /*margin-left:15px;*/
        }

            .popup-opcrm-btn-link:hover {
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0c1e32), color-stop(1, #0c1e32));
                background: -moz-linear-gradient(top, #0c1e32 5%, #0c1e32 100%);
                background: -webkit-linear-gradient(top, #0c1e32 5%, #0c1e32 100%);
                background: -o-linear-gradient(top, #0c1e32 5%, #0c1e32 100%);
                background: -ms-linear-gradient(top, #0c1e32 5%, #0c1e32 100%);
                background: linear-gradient(to bottom, #0c1e32 5%, #0c1e32 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c1e32', endColorstr='#0c1e32',GradientType=0);
                color: #fff;
                text-decoration: none;
            }

            .popup-opcrm-btn-link:active {
                position: relative;
                top: 1px;
                color: #fff;
                text-decoration: none;
            }

            .popup-opcrm-btn-link:link, .popup-opcrm-btn-link:visited {
                color: #fff;
                text-decoration: none;
                left: 93px;
                position: relative;
                background: #EAA801;
            }

            #checkModalPopup{
        -webkit-appearance: none;
        background-color:#fff;
        border: 1px solid #949393!important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 5px !important;
        border-radius: 15px;
        display: inline-block;
        position: relative;
        top: 2px;
        height: 17px;
        width: 18px;
        margin-right: 10px;
        }

        #checkModalPopup:active, #checkModalPopup:checked:active {
	    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

        #checkModalPopup:checked {
	        background-color: #fff;
	        border: 1px solid #adb8c0;
	        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	        color: #99a1a7;
        }

        #checkModalPopup:checked:after {
	        content: '\2714';
	        font-size: 9px;
	        position: absolute;
	        top: -3px;
	        left: 1px;
	        color: #99a1a7;
        }

        /* The Banner CSS */
        /*Pendiente de eliminar*/
        .banner-opcrm-close:hover,
        .banner-opcrm-close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

        .banner-opcrm-modal {
            font-family: verdana, arial, helvetica, clean, sans-serif;
            display: none;
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            z-index: 50000;
        }

        .banner-opcrm-modal-header {
            /*padding: 2px 16px;*/
            background-color: #0c1e32;
            color: #fff;
            font-size: 20px;
        }

        /* The Close Button */
        .banner-opcrm-close {
            font-family: verdana, arial, helvetica, clean, sans-serif;
            color: #FFF;
            /*float: right;*/
            font-size: 20px;
            font-weight: bold;
        }

        .banner-opcrm-table {
            background-color: transparent;
        }

            .banner-opcrm-table > table, th, td {
                border: 0px;
                margin-bottom: 0px;
            }

        .banner-opcrm-modal-content {
            margin: 0px auto;
            margin-bottom: 0px;
            /*padding: 10px;*/
            width: 500px;
            /*height: 250px;*/
            border-radius: 4px;
            background-color: #FFFFFF;
            box-shadow: 0 2px 5px #666666;
        }

        /* Add Animation */
        @-webkit-keyframes webkit-animatetop {
            from {
                top: -300px;
                opacity: 1;
            }

            to {
                top: 0;
                opacity: 0;
            }
        }

        @keyframes animatetop {
            from {
                top: -300px;
                opacity: 1;
            }

            to {
                top: 0;
                opacity: 0;
            }
        }

        .banner-opcrm-modal-body {
            width: 100%;
            height: 100%;
            /*padding: 0px 0px;*/
        }

        .banner-opcrm-div-img {
            width: 100%;
            height: 100%;
        }

        .banner-opcrm-img {
            width: 100%;
            height: 100%;
        }

        .banner-opcrm-div-text {
            font-family: verdana, arial, helvetica, clean, sans-serif;
            width: 290px;
            height: 200px;
        }

        .banner-opcrm-modal-footer {
            clear: both;
            padding: 2px 16px;
            background-color: #FFF;
            color: #FFF;
        }

        /* The Toastr CSS */
        .toastr-opcrm-modal {
            font-family: verdana, arial, helvetica, clean, sans-serif;
            display: none;
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            z-index: 50000;
        }

        .toastr-opcrm-modal-header {
            /*padding: 2px 16px;*/
            background-color: #0c1e32;
            color: #fff;
            font-size: 17px;
            border-radius: 4px;
        }

        /* The Close Button */
        .toastr-opcrm-close {
            font-family: verdana, arial, helvetica, clean, sans-serif;
            color: #FFF;
            /*float: right;*/
            font-size: 17px;
            font-weight: bold;
        }

            /*Pendiente de eliminar*/
            .toastr-opcrm-close:hover,
            .toastr-opcrm-close:focus {
                color: #000;
                text-decoration: none;
                cursor: pointer;
            }

        .toastr-opcrm-table {
            background-color: transparent;
        }

            .toastr-opcrm-table > table, th, td {
                border: 0px;
            }

        .toastr-opcrm-modal-content {
            margin: 0px auto;
            margin-bottom: 10px;
            margin-right: 10px;
            padding: 10px;
            width: 300px;
            min-height: 100px;
            border-radius: 4px;
            background-color: #FFFFFF;
            box-shadow: 0 2px 5px #666666;
        }

        /* Add Animation */
        @-webkit-keyframes webkit-animatetop {
            from {
                top: -300px;
                opacity: 0;
            }

            to {
                top: 0;
                opacity: 1;
            }
        }

        @keyframes animatetop {
            from {
                top: -300px;
                opacity: 0;
            }

            to {
                top: 0;
                opacity: 1;
            }
        }

        .toastr-opcrm-modal-body {
            padding: 2px 16px;
        }

        .toastr-opcrm-div-in-line {
            margin: 4px;
            float: left;
        }

        .toastr-opcrm-div-text {
            font-family: verdana, arial, helvetica, clean, sans-serif;
        }