.rycfill-box-shadow {
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    background-color: white;
}

.rycfill-hidden {
    display: none;
}

.rycfill-cotainer {
    position: fixed;
    /*height: 100%;*/
    /*width: 100%;*/
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    z-index: 10000011;
}

.rycfill-iframe {
    border: 1px solid #666;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1001;
    resize: both;
    /*width: 810px;*/
    /*height: 550px*/
}

/*.rycfill-popup {*/
    /*background: white;*/
    /*border: 1px solid #666;*/
    /*z-index: 10000011;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
/*}*/

/** {*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/

/*div {*/
/*display: block;*/
/*}*/

/**:before, *:after {*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/

/**:before, *:after {*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/

.rycfill-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /*border: 1px solid transparent;*/
    /*font-weight: normal;*/
    /*font-size: 15px;*/
    /*line-height: 1.4;*/
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.rycfill-btn:focus,
.rycfill-btn:active:focus,
.rycfill-btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.rycfill-btn:hover,
.rycfill-btn:focus {
    color: #333333;
    text-decoration: none;
}

.rycfill-btn:active,
.rycfill-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.rycfill-btn-warning {
    color: #ffffff;
    background-color: #e99002;
    border-color: #d08002;
}

.rycfill-btn-warning:hover,
.rycfill-btn-warning:focus,
.rycfill-btn-warning:active,
.rycfill-btn-warning.active,
.open > .dropdown-toggle.rycfill-btn-warning {
    color: #ffffff;
    background-color: #b67102;
    border-color: #935b01;
}

.rycfill-btn-warning:active,
.rycfill-btn-warning.active,
.open > .dropdown-toggle.rycfill-btn-warning {
    background-image: none;
}

.rycfill-btn-warning.disabled,
.rycfill-btn-warning[disabled],
fieldset[disabled] .rycfill-btn-warning,
.rycfill-btn-warning.disabled:hover,
.rycfill-btn-warning[disabled]:hover,
fieldset[disabled] .rycfill-btn-warning:hover,
.rycfill-btn-warning.disabled:focus,
.rycfill-btn-warning[disabled]:focus,
fieldset[disabled] .rycfill-btn-warning:focus,
.rycfill-btn-warning.disabled:active,
.rycfill-btn-warning[disabled]:active,
fieldset[disabled] .rycfill-btn-warning:active,
.rycfill-btn-warning.disabled.active,
.rycfill-btn-warning[disabled].active,
fieldset[disabled] .rycfill-btn-warning.active {
    background-color: #e99002;
    border-color: #d08002;
}

.rycfill-btn-warning .badge {
    color: #e99002;
    background-color: #ffffff;
}

.rycfill-btn-default {
    color: #333333;
    background-color: #e7e7e7;
    border-color: #cccccc;
}

.rycfill-btn-default:hover,
.rycfill-btn-default:focus,
.rycfill-btn-default:active,
.rycfill-btn-default.active,
.open > .dropdown-toggle.rycfill-btn-default {
    color: #333333;
    background-color: #cecece;
    border-color: #adadad;
}

.rycfill-btn-default:active,
.rycfill-btn-default.active,
.open > .dropdown-toggle.rycfill-btn-default {
    background-image: none;
}

.rycfill-btn-default.disabled,
.rycfill-btn-default[disabled],
fieldset[disabled] .rycfill-btn-default,
.rycfill-btn-default.disabled:hover,
.rycfill-btn-default[disabled]:hover,
fieldset[disabled] .rycfill-btn-default:hover,
.rycfill-btn-default.disabled:focus,
.rycfill-btn-default[disabled]:focus,
fieldset[disabled] .rycfill-btn-default:focus,
.rycfill-btn-default.disabled:active,
.rycfill-btn-default[disabled]:active,
fieldset[disabled] .rycfill-btn-default:active,
.rycfill-btn-default.disabled.active,
.rycfill-btn-default[disabled].active,
fieldset[disabled] .rycfill-btn-default.active {
    background-color: #e7e7e7;
    border-color: #cccccc;
}

.rycfill-btn-default .badge {
    color: #e7e7e7;
    background-color: #333333;
}
