﻿/**************************  jquery.jplayer style START **************************/

.jp-gui {
    position: relative;
    float: left;
    padding: 20px;
    width: auto;
    height: auto;
}


    .jp-gui ul {
        position: relative;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .jp-gui ul li {
            position: relative;
            float: left;
            margin: 3px;
            padding: 4px;
        }

            .jp-gui ul li a {
                cursor: pointer;
            }

    .jp-gui .jp-progress-slider {
        width: 300px;
        height: 6px;
    }

    .jp-gui.jp-no-volume .jp-volume-slider {
        display: none;
    }

    .jp-gui .jp-progress-slider .ui-slider-handle {
        cursor: pointer;
    }

    .jp-gui .jp-volume-slider {
        float: left;
        width: 100px;
        height: 6px;
    }

    .jp-gui .jp-current-time,
    .jp-gui .jp-duration {
        position: absolute;
        top: 17px;
        font-size: 0.8em;
        cursor: default;
    }

    .jp-gui .ui-slider-horizontal .ui-slider-handle {
        top: -.4em;
        margin-left: -.6em;
        font-size: 9px;
    }

    .jp-gui .jp-current-time {
        left: 5px;
    }

    .jp-gui .jp-duration {
        right: 0;
    }

.jp-clearboth {
    clear: both;
}

.jp-gui li.sep-right {
    border-right: 1px solid #dce9f9;
}

.jp-gui li.jp-pause,
.jp-gui li.jp-repeat-off,
.jp-gui li.jp-unmute,
.jp-no-solution {
    display: none;
}

.jp-gui .headerDivider {
    width: 1px;
    margin: 0 3px;
    height: 100%;
    background: #38546d;
}

/**************************  jquery.jplayer style END  **************************/


/**************************  jquery.recorder style START  **************************/

.audio_recorder {
    float: left;
}

.jw-gui {
    position: relative;
    float: left;
    width: 300px;
    padding: 15px;
    min-height: 100px;
}

    .jw-gui .jw-flash-container {
        position: absolute;
        top: 3px;
        left: -9999px;
        z-index: 999;
    }

    .jw-gui .jw-recorder-ui {
        position: relative;
        float: left;
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #ccc;
    }

        .jw-gui .jw-recorder-ui .jw-message-board {
            float: left;
            width: 220px;
            height: 60px;
        }

        .jw-gui .jw-recorder-ui span {
            position: relative;
            top: 14px;
            left: 10px;
            padding: 15px;
        }


    .jw-gui .jw-player-ui {
        padding-top: 10px;
        position: relative;
        float: left;
        width: 100%;
    }

        .jw-gui .jw-player-ui ul > li.jw-slider {
            width: 225px;
        }

        .jw-gui .jw-player-ui .jw-progress-slider {
            height: 8px;
        }

            .jw-gui .jw-player-ui .jw-progress-slider .ui-slider-handle {
                height: 10px;
                width: 10px;
                cursor: pointer;
                top: -2px;
                margin-left: -1px;
            }

            .jw-gui .jw-player-ui .jw-progress-slider .ui-slider-range {
                top: -1px;
                height: 110%;
            }

        .jw-gui .jw-player-ui .jw-current-time,
        .jw-gui .jw-player-ui .jw-duration {
            position: absolute;
            top: 15px;
            font-size: 11px;
            cursor: default;
        }

        .jw-gui .jw-player-ui .jw-current-time {
            left: 2px;
        }

        .jw-gui .jw-player-ui .jw-duration {
            left: 198px;
        }

        .jw-gui .jw-player-ui .jw-config {
            float: right;
        }

    .jw-gui .jw-config-ui {
        padding-top: 10px;
        position: relative;
        float: left;
        width: 100%;
    }

        .jw-gui .jw-config-ui ul > li {
            position: relative;
            float: left;
            width: 100%;
        }

            .jw-gui .jw-config-ui ul > li label {
                padding-left: 13px;
            }

            .jw-gui .jw-config-ui ul > li select,
            .jw-gui .jw-config-ui ul > li input {
                float: left;
            }


    .jw-gui .jw-icon {
        width: 48px;
        height: 48px;
        display: block;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .jw-gui .jw-icon-record-mic {
        background-image: url("/content/css/images/mcic.png");
        background-position: -288px -191px;
        background-repeat: no-repeat;
    }

    .jw-gui .jw-icon-record-stop {
        background-image: url("/content/css/images/mcic.png");
        background-position: -241px -192px;
        background-repeat: no-repeat;
    }

    .jw-gui.jw-no-volume {
        width: 432px;
    }

    .jw-gui ul {
        position: relative;
        float: left;
        margin: 0;
        width: auto;
        height: auto;
        padding: 0 10px 0 0;
    }

        .jw-gui ul li {
            position: relative;
            float: left;
            list-style: none;
            margin: 2px;
            padding: 4px 0;
            cursor: pointer;
        }

            .jw-gui ul li a {
                margin: 0 4px;
            }

    .jw-gui li.jw-pause,
    .jw-gui li.jw-stop-recording,
    .jw-gui .jw-no-solution {
        display: none;
    }

    .jw-gui .jw-clearboth {
        clear: both;
    }


    .jw-gui .info, .jw-gui .success, .jw-gui .warning, .jw-gui .error, .jw-gui .validation {
        float: left;
        border: 1px solid;
        margin-top: 3px;
        padding: 3px 4px 3px 20px;
        background-repeat: no-repeat;
        background-position: 10px center;
        width: 200px;
        height: 48px;
    }

        .jw-gui .info span, .jw-gui .success span, .jw-gui .warning span, .jw-gui .error span, .jw-gui .validation span {
            position: relative;
            top: 14px;
        }


    .jw-gui .info {
        color: #00529B;
        background-color: #BDE5F8;
    }

    .jw-gui .success {
        color: #4F8A10;
        background-color: #DFF2BF;
    }

    .jw-gui .warning {
        color: #9F6000;
        background-color: #FEEFB3;
    }

    .jw-gui .error {
        color: #D8000C;
        background-color: #FFBABA;
    }

.form-style-1 {
    margin: 10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

    .form-style-1 li {
        padding: 0;
        display: block;
        list-style: none;
        margin: 10px 0 0 0;
    }

    .form-style-1 label {
        margin: 0 0 3px 0;
        padding: 0;
        display: block;
        font-weight: bold;
        float: left;
    }

    .form-style-1 input[type=text],
    .form-style-1 input[type=date],
    .form-style-1 input[type=datetime],
    .form-style-1 input[type=number],
    .form-style-1 input[type=search],
    .form-style-1 input[type=time],
    .form-style-1 input[type=url],
    .form-style-1 input[type=email],
    .form-style-1 textarea,
    .form-style-1 select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
        outline: none;
    }

        .form-style-1 input[type=text]:focus,
        .form-style-1 input[type=date]:focus,
        .form-style-1 input[type=datetime]:focus,
        .form-style-1 input[type=number]:focus,
        .form-style-1 input[type=search]:focus,
        .form-style-1 input[type=time]:focus,
        .form-style-1 input[type=url]:focus,
        .form-style-1 input[type=email]:focus,
        .form-style-1 textarea:focus,
        .form-style-1 select:focus {
            -moz-box-shadow: 0 0 8px #88D5E9;
            -webkit-box-shadow: 0 0 8px #88D5E9;
            box-shadow: 0 0 8px #88D5E9;
            border: 1px solid #88D5E9;
        }

    .form-style-1 .field-divided {
        width: 49%;
    }

    .form-style-1 .field-long {
        width: 100%;
    }

    .form-style-1 .field-select {
        width: 100%;
    }

    .form-style-1 .field-textarea {
        height: 100px;
    }

    .form-style-1 input[type=submit], .form-style-1 input[type=button] {
        background: #4B99AD;
        padding: 8px 15px 8px 15px;
        border: none;
        color: #fff;
    }

        .form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover {
            background: #4691A4;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .form-style-1 .required {
        color: red;
    }

/**************************  jquery.recorder style END  **************************/


/**************************  jquery.uploadWidget style START  **************************/

.uw-gui div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uw-gui {
    position: relative;
    float: left;
}

    .uw-gui a {
        width: 100%;
        height: 100%;
        /*float: left;*/
        text-decoration: none;
        cursor: pointer;
    }

    .uw-gui span {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .uw-gui .uw-ui {
        position: relative;
        float: left;
        width: auto;
        /*height:30px;*/
        cursor: pointer;
        overflow: hidden;
    }

        .uw-gui .uw-ui input[type=file] {
            cursor: inherit;
            display: block;
            font-size: 999px;
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            /* IE 5-7 */
            filter: alpha(opacity=0);
            /* Netscape */
            -moz-opacity: 0.0;
            /* Safari 1.x */
            -khtml-opacity: 0.0;
            opacity: 0;
            position: absolute;
            text-align: right;
            width: 100%;
            height: 100%;
            /* width: 111px; DO NOT COMMENT */
            /*height: 38px!important; DO NOT COMMENT */
            right: 0;
            top: 0;
        }

        .uw-gui .uw-ui .uw-browse {
            margin-left: 1px;
            float: left;
            /*width: 80px;*/
            display: inline-block;
            padding: 9px 10px;
            /* Font styles */
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
        }

    .uw-gui .uw-files-ui {
        float: left;
        margin-left: 3px;
    }

        .uw-gui .uw-files-ui .uw-file {
            float: left;
            width: 200px;
            position: relative;
            color: #cccccc;
            min-height: 34px;
        }

            .uw-gui .uw-files-ui .uw-file .uw-file-displayname {
                float: left;
                padding: 3px 0 0 5px;
                width: 110px;
                font-size: 10px;
            }

        .uw-gui .uw-files-ui .uw-hide-delete .uw-file-displayname {
            width: 180px !important;
        }

        .uw-gui .uw-files-ui .uw-file-name {
            display: none;
        }

        .uw-gui .uw-files-ui .uw-file .uw-file-size {
            position: absolute;
            bottom: 3px;
            left: 5px;
            font-size: 8px;
            color: #666666;
        }

        .uw-gui .uw-files-ui .uw-delete {
            margin-left: 1px;
            float: right;
            display: inline-block;
            padding: 8px 10px;
            /* Font styles */
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
        }

    .uw-gui .uw-progress-ui {
        position: absolute;
        left: 0;
        bottom: 0;
        /* float: left; */
        height: 4px;
        width: 100%;
        /* border: 1px solid #ccc; */
        /* margin-top: 4px; */
        /* height: 10px; */
        /* border-radius: 4px; */
    }

    .uw-gui .uw-progress-bar {
        height: 100%;
        width: 0;
    }

    .uw-gui .uw-success,
    .uw-gui .uw-files-ui .uw-file.uw-success {
        color: #4F8A10;
    }

    .uw-gui .uw-processing,
    .uw-gui .uw-files-ui .uw-file.uw-processing {
        color: #9F6000;
    }

    .uw-gui .uw-fail,
    .uw-gui .uw-files-ui .uw-file.uw-fail {
        color: #D8000C;
    }

    .uw-gui .uw-progress-success {
        background-color: #00B800;
    }

    .uw-gui .uw-progress-processing {
        background-color: #ffd800;
    }

    .uw-gui .uw-progress-fail {
        background-color: #ff0000;
    }

/**************************  jquery.uploadWidget style END  **************************/



/* QUERY FILTER  START */

.qf-gui,
.qf-gui dl,
.qf-gui dd,
.qf-gui dt,
.qf-gui div,
.qf-gui ul,
.qf-gui li,
.qf-gui span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .qf-gui,
    .qf-gui dl {
        float: left;
        padding: 4px;
        width: 100%;
        height: auto;
        font-size: 14px;
        font-weight: normal;
    }


        .qf-gui dt,
        .qf-gui dd {
            width: 100%;
            height: auto;
            display: block;
        }

        .qf-gui dt {
            float: left;
            min-height: 35px;
            width: 100%;
            margin-bottom: 10px;
        }

            .qf-gui dt .qf-operator {
                float: left;
                width: auto;
                height: 100%;
                padding: 5px 0 0 0;
            }

                .qf-gui dt .qf-operator input {
                    float: left;
                }

            .qf-gui dt li {
                height: 100%;
                margin: 0 3px !important;
                width: auto !important;
                text-align: center;
            }

            .qf-gui dt .qf-actions {
                min-height: 18px;
                padding: 3px 0;
            }

        .qf-gui .qf-actions {
            float: right;
            width: auto;
        }

            .qf-gui .qf-actions li {
                padding: 0;
                margin: 0;
            }

            .qf-gui .qf-actions a {
                float: left;
                min-height: 100%;
                padding: 4px;
            }



        .qf-gui div {
            float: left;
        }

        .qf-gui .qf-sort {
            padding: 2px 3px;
            display: none;
        }

            .qf-gui .qf-sort select,
            .qf-gui .qf-field select,
            .qf-gui .qf-operation select {
                min-width: 100px;
            }

        .qf-gui ul {
            float: left;
            width: 100%;
            height: 100%;
        }

            .qf-gui ul li {
                float: left;
                width: 100%;
            }



        .qf-gui dd {
            position: relative;
            float: left;
            width: 100%;
            height: auto;
            /*border-left: 1px solid green;*/
            padding-left: 10px;
            /*padding:10px;
	        margin :10px 0 0 10px;
	        border-left:1px solid #ccc;*/
        }

            .qf-gui dd > ul > li {
                background: #fff;
                padding: 5px;
                margin-bottom: 5px;
                border-radius: 4px;
            }

                .qf-gui dd > ul > li:hover {
                    background: #EAEAEA;
                }
            /*
.qf-gui dd > ul:before{
	position:absolute;
	width:2px;
	height:100%;

	top:-12px;
	left:-10px;

	content: '';
	background:blue;
}

.qf-gui dd > ul > li:before,
.qf-gui dd > ul > dl:before{

}

.qf-gui dd > ul > li:after,
.qf-gui dd > ul > dl:after{
	position:absolute;
	width:10px;
	height:1px;

	bottom:50%;
	left:-10px;

	content: '';
	background:red;
}
*/


            .qf-gui dd .qf-values > ul {
                width: auto;
            }

                .qf-gui dd .qf-values > ul > li {
                    width: auto;
                    padding: 0 3px;
                }

            .qf-gui dd li > div {
                margin: 7px 0 5px 10px;
            }

        .qf-gui dl {
            margin-top: 5px;
        }

/* QUERY FILTER  END */


/* SEARCH BOX WIDGET START */

/*.mcic_dbgrid .grid_footer .search-container > .sb-gui {
    margin-top: 1px;
}*/

.sb-gui,
.sb-gui div,
.sb-gui span,
.sb-gui input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.sb-gui {
    width: 200px;
    height: 18px;
}

    .sb-gui .sb-icon {
        background: url(/content/css/images/mcic.png) 0 0 no-repeat;
        float: left;
        margin: 4px 0 0 10px;
        width: 20px;
        height: 16px;
    }

        .sb-gui .sb-icon.sb-icon-search-down {
            background-position: -400px -9px;
        }

        .sb-gui .sb-icon.sb-icon-search-up {
            background-position: -400px -29px;
        }

        .sb-gui .sb-icon.sb-icon-reset {
            width: 13px;
            background-position: -25px -155px;
        }


    .sb-gui .sb-btn-dropdown {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 18px;
        z-index: 5;
    }

    .sb-gui .sb-input-container {
        float: left;
        z-index: 1;
    }

    .sb-gui .sb-btn-reset {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 18px;
        z-index: 5;
    }

    .sb-gui .sb-input-container input[type="text"] {
        border: 1px solid #d1d1d1;
        font: normal 12px Arial,Helvetica,Sans-serif;
        color: #333333;
        width: 200px;
        padding: 1px 15px 1px 35px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    }

        .sb-gui .sb-input-container input[type="text"]::-ms-clear,
        .sb-gui .sb-input-container input[type="text"]::-ms-reveal {
            display: none;
        }

.sb-dropdown {
    position: absolute;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    margin: -2px;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 0;
    top: 0;
}

    .sb-dropdown li {
        width: 48%;
        float: left;
        padding: 2px 0 2px 4px;
    }

        .sb-dropdown li input[type="checkbox"] {
            float: left;
            width: 15%;
            margin: 0;
            margin-top: 1px;
        }

    .sb-dropdown label {
        float: left;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-size: 13px;
    }

    .sb-dropdown li.all {
        padding: 2px 0;
        width: 100%;
        border-bottom: 1px solid #d1d1d1;
    }

        .sb-dropdown li.all input[type="checkbox"] {
            width: auto;
        }

/* SEARCH BOX WIDGET END */

/* PAGING WIDGET START */

.pw-gui,
.pw-gui div,
.pw-gui span,
.pw-gui input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.pw-gui {
    float: left;
    height: 19px;
}

    .pw-gui .pw-icon {
        background: url(/content/css/images/mcic.png) 0 0 no-repeat;
        float: left;
        width: 20px;
        height: 19px;
        border: 1px solid #d1d1d1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .pw-gui .pw-icon.pw-icon-back {
            background-position: -425px -24px;
        }

        .pw-gui .pw-icon.pw-icon-forward {
            background-position: -422px -4px;
        }

    .pw-gui .pw-input-container {
        float: left;
        z-index: 50;
    }

        .pw-gui .pw-input-container input[type="text"] {
            float: left;
            height: 18px;
            border: 1px solid #d1d1d1;
            font: normal 12px Arial,Helvetica,Sans-serif;
            color: #333333;
            width: 40px;
            padding: 2px 4px 2px 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        }

    .pw-gui .pw-btn-back,
    .pw-gui .pw-btn-forward {
        float: left;
    }

    .pw-gui .pw-btn-back {
        margin-right: 4px;
    }

    .pw-gui .pw-btn-forward {
        margin-left: 4px;
    }

    .pw-gui .pw-record-count {
        float: left;
        padding: 0 10px 0 10px;
        margin-top: 4px;
        width: auto;
    }

/* PAGING WIDGET END */



/* DURATION WIDGET START */

.dw-gui,
.dw-gui * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
}

    /* base content element */
    .dw-gui.dw-content > input {
        display: none;
    }

    .dw-gui.dw-content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        display: inline-block;
        cursor: pointer;
    }

        .dw-gui.dw-content > ul {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 4px;
        }

            .dw-gui.dw-content > ul > li {
                width: auto;
                height: auto;
                display: inline-block;
                padding: 2px;
            }

                .dw-gui.dw-content > ul > li > span {
                    width: auto;
                    height: auto;
                    padding-left: 2px;
                }

    /* hover element */
    .dw-gui.dw-edit {
        display: none;
        position: absolute;
        width: auto;
        height: auto;
        min-width: 150px;
        max-width: 250px;
        margin: 0;
        padding: 0;
        z-index: 99999;
    }

        .dw-gui.dw-edit > .dw-edit-header {
            width: 100%;
            height: auto;
            padding: 4px 10px;
            margin: 0;
        }


        .dw-gui.dw-edit > .dw-edit-content {
            width: 100%;
            height: auto;
            padding: 10px;
        }

            .dw-gui.dw-edit > .dw-edit-content > ul {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }

                .dw-gui.dw-edit > .dw-edit-content > ul > li {
                    width: 100%;
                    height: auto;
                    margin: 0;
                    padding: 4px 0;
                }

                    .dw-gui.dw-edit > .dw-edit-content > ul > li > label {
                        width: auto;
                        height: auto;
                        display: block;
                        padding-left: 53%;
                        line-height: 18px;
                    }

                        .dw-gui.dw-edit > .dw-edit-content > ul > li > label > input {
                            position: absolute;
                            width: 50%;
                            height: 18px;
                            top: 0;
                            left: 0;
                            padding-left: 4px;
                        }


        .dw-gui.dw-edit > .dw-edit-buttons {
            width: 100%;
            height: 40px;
            padding: 10px;
        }

            .dw-gui.dw-edit > .dw-edit-buttons > .dw-button-reset {
                float: left;
            }

            .dw-gui.dw-edit > .dw-edit-buttons > .dw-button-done {
                float: right;
            }

/* DURATION WIDGET END */


/* CUSTOM AMBIANCE - notify - START*/
.ambiance-Info, .ambiance-Warning, .ambiance-Success, .ambiance-Error {
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier. */
    padding: 10px;
    margin: 10px;
}

.ambiance-Info {
    background: #BDE5F8;
    color: #00529B;
}

.ambiance-Warning {
    background: #FEEFB3;
    color: #9F6000;
}

.ambiance-Success {
    background: #468847;
    color: #DFF0D8;
}


.ambiance-Error {
    background: #B94A48;
    color: #F2DEDE;
}
/* CUSTOM AMBIANCE - notify - END*/


