.loadingdiv {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 30001;
    opacity: .8;
    filter: alpha(opacity=70);
    display: none;
}

.loadingimage {
    margin-top: 15%;
    text-align: center;
    color: White;
}



.navbar .container {
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0px auto;
}

.carousel {
    background: -webkit-linear-gradient(#2359a1,#4785c2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2359a1,#4785c2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2359a1,#4785c2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2359a1,#4785c2); /* Standard syntax (must be last) */
}

.nav-pills .btn {
    border-radius: 0px !important;
}

.btn-default a {
    color: #fff;
}

    .btn-default a:hover {
        color: #e0e0e0;
        background: none !important;
    }

.csm-panel {
    border: 0;
    padding: 2px 6px 2px;
    background: #f0ad4e;
    color: navy;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-border-radius: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 4px 0 0 #328281;
    -webkit-box-shadow: 0 4px 0 0 #CC861E;
    box-shadow: 0 4px 0 0 #CC861E;
}

    .csm-panel:hover {
        background: #e4a449;
    }

.csm-btn {
    border: 0;
    padding: 2px 6px 2px;
    font-size: 12px;
    background: #f0ad4e;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-border-radius: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 0 0 #328281;
    -webkit-box-shadow: 0 2px 0 0 #CC861E;
    box-shadow: 0 2px 0 0 #CC861E;
}

    .csm-btn:hover {
        background: #e4a449;
    }

    .nav_group .list-group-item.active, 
.nav_group .list-group-item.active:hover, 
.nav_group .list-group-item.active:focus, 
.panel_group .panel-primary > .panel-heading {
    background-color: #8ab445;
    border-color: #DDD;
}

.papanel {
    background: -webkit-linear-gradient(#52B0F0,#1591E3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#52B0F0,#1591E3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#52B0F0,#1591E3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#52B0F0,#1591E3); /* Standard syntax (must be last) */
    color: white;
    font-weight: 500;
    font-size: 18px;
}

.mapanel {
    background: -webkit-linear-gradient(#FCF8B0,#F9F184); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FCF8B0,#F9F184); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FCF8B0,#F9F184); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FCF8B0,#F9F184); /* Standard syntax (must be last) */
    color: maroon; /*#6d4b05;*/
    font-weight: 500;
    font-size: 18px;
}

.sspanel {
    background: -webkit-linear-gradient(#00D623,#00B41F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00D623,#00B41F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00D623,#00B41F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00D623,#00B41F); /* Standard syntax (must be last) */
    color: white;
    font-weight: 500;
    font-size: 18px;
}

.pspanel {
    background: -webkit-linear-gradient(#FCC02A,#FF7A0A); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FCC02A,#FF7A0A); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FCC02A,#FF7A0A); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FCC02A,#FF7A0A); /* Standard syntax (must be last) */
    color: maroon;
    font-weight: 500;
    font-size: 18px;
}

.list-container {
    /*max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

    .list-container .panel {
        margin-bottom: 0px;
    }

    .list-container .panel-heading {
        cursor: pointer;
    }

    .list-container .panel-body {
        padding: 10px 0px;
    }

.form-horizontal .list-container .checkbox {
    min-height: 10px;
}

.form-horizontal .list-container .control-label, .form-horizontal .list-container .checkbox, .form-horizontal .list-container .checkbox-inline {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 2px 8px !important;
    float: left;
}

div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    /*background: #b62e3c;*/
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active {
    background: #c00;
}
.navbar-toggle{
    background-color: #6c88af;
}
.navbar-toggle .icon-bar{
    background-color: #FFF;
}
/*overriding bootstrap max height for side menu items*/
.navbar-collapse{
    max-height: initial !important ;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
img.Portal_logo {
    height: 80px;
}

/*[data-role="controls"] > button {
    margin: 0px 10px;
    outline: none;
    display: block;
    border: none;
    background-color: #D9AFD9;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#D9AFD9), to(#97D9E1));
    background-image: -o-linear-gradient(bottom, #D9AFD9 0%, #97D9E1 100%);
    background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-indent: -1000em;
    cursor: pointer;*/
    /*    -webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3) inset, 0px 0px 0px 30px #fff, 0px 0px 0px 35px #333;
*/
    /*-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3) inset, 0px 0px 0px 5px #fff, 0px 0px 0px 7px #333;*/
    /*    box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.3) inset, 0px 0px 0px 30px #fff, 0px 0px 0px 35px #333;
*/
/*}

    [data-role="controls"] > button:hover {
        background-color: #ee7bee;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ee7bee), to(#6fe1f5));
        background-image: -o-linear-gradient(bottom, #ee7bee 0%, #6fe1f5 100%);
        background-image: linear-gradient(0deg, #ee7bee 0%, #6fe1f5 100%);
    }
*/
[data-role="controls"] > button[data-recording="true"] .fas fa-circle {
    content: "\f05d";
    color: green;
    opacity: 0.4;
}

[data-role="recordings"] > .row {
    width: auto;
    height: auto;
    padding: 20px;
}

    [data-role="recordings"] > .row > audio {
        outline: none;
    }

    [data-role="recordings"] > .row > a {
        display: inline-block;
        text-align: center;
        font-size: 20px;
        line-height: 50px;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        border-radius: 20px;
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
        background-color: #0093E9;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#0093E9), to(#80D0C7));
        background-image: -o-linear-gradient(bottom, #0093E9 0%, #80D0C7 100%);
        background-image: linear-gradient(0deg, #0093E9 0%, #80D0C7 100%);
        float: right;
        margin-left: 20px;
        cursor: pointer;
    }

        [data-role="recordings"] > .row > a:hover {
            text-decoration: none;
        }

        [data-role="recordings"] > .row > a:active {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#0093E9), to(#80D0C7));
            background-image: -o-linear-gradient(top, #0093E9 0%, #80D0C7 100%);
            background-image: linear-gradient(180deg, #0093E9 0%, #80D0C7 100%);
        }

.box {
    width: 632px;
    height: 269px;
    padding: 30px 20px;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    display: ms-flexbox;
    align-items: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .box > .box-title {
        font-size: 23px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.1;
        letter-spacing: -0.8px;
        text-align: center;
        color: #333333;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box > .box-description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.28;
        letter-spacing: -0.03px;
        color: #333333;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        overflow: scroll;
        overflow-y: scroll;
        height: 98px;
    }

    .box > .box-action > button {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 48px;
        font-size: 20px;
        border-radius: 4px;
        border-color: #333333;
        background-image: linear-gradient( 0deg, #D9AFD9 0%, #97D9E1 100%);
    }
.input-group img {
z-index:10;
}

.image-upload > input {
    display: none !important;
}
.validationerrormsg {
    text-align: left !important;
    color: yellow !important;
}
