﻿/*General style*/

html, body {
    margin: 0px;
    height: 100%;
    width: 100%;
    padding: 0;
    font-family: Arial; /*for all the fonts*/
    color: #222222;
    /*gradient background*/
    background: -webkit-linear-gradient( #F3F3F3,#7C7E7C) fixed; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F3F3F3, #7C7E7C) fixed; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F3F3F3, #7C7E7C) fixed; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F3F3F3, #7C7E7C) fixed; /* Standard syntax */
}

.lightGradient {
    background: -webkit-linear-gradient( #FDFDFD,#F3F3F3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FDFDFD, #F3F3F3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FDFDFD, #F3F3F3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FDFDFD, #F3F3F3); /* Standard syntax */
}

.none {
    display: none;
}

.MasterShow {
    z-index: 6999;
}

.assign_list {
    overflow: auto;
}

.borderl {
    border: 1px solid;
    border-color: #666666;
}

.graytext {
    font-family: Arial;
    color: #333333;
}

a {
    Text-decoration: none;
    font-family: Arial; /*for all the fonts*/
    color: #87CEFF;
}

    a:hover {
        color: #1b84ce;
    }

input[type=submit], input[type=button] {
    background-color: #5A5A5A;
    color: white;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

    input[type=submit]:hover, input[type=button]:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); /* For IE8 and earlier */
    }

.RadButton {
    background-color: #5A5A5A;
    color: white;
    top: 1px;
    left: 0px;
    height: 1px;
    width: 165px;
}

/*toolbar of master page*/
div, fieldset, img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*FB-23650 Start*/
.topMenu {
    height: 40px !important;
    background: #2895D5 !important;
}
.toolstyle {
    margin-left: 10px;
    margin-top: 5px;
}
/*FB-23650 End*/

#topMenuleft {
    float: left;
}

#topMenuRight {
    float: left;
}

.ControlsButtonLink {
    margin-top: 2px;
}

#imgXerox {
    margin-top: 2px;
}

#contentMenu {
    margin-top: 5px;
    float: left;
}

#imagePane {
    float: left;
    z-index: 2000;
    position: relative;
}

#controlsClue {
    clear: left;
    float: right;
    z-index: 2000;
    position: relative;
}


.mainMenu {
    float: left;
}
/*class for mouseover*/
.toolbareffect:hover {
    opacity: 0.6;
}

.RadMenu {
    border: none !important;
}

.RadMenu_Default .rmRootGroup {
    border: none !important;
}

.rmFocused {
    background-color: #1b84ce !important;
}

.clickable {
    cursor: pointer;
}

    .clickable:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); /* For IE8 and earlier */
        cursor: pointer;
    }

.title_general_div {
    background-color: #EFF3F7;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .title_general_div span {
        font-size: 18px;
        margin-left: 15px;
        color: #808080;
        font-family: 'Segoe UI',Arial,Helvetica,sans-serif;
    }

/*Region Disable download option for html5 video and audio tags*/
video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

#aPlayer > audio {
    width: 100%;
}
/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    /* HIDE DOWNLOAD AUDIO BUTTON */
    #aPlayer {
        overflow: hidden;
        width: 390px;
    }

        #aPlayer > audio {
            width: 420px;
        }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {

    #aPlayer {
        overflow: hidden;
        width: 390px;
    }

        #aPlayer > audio {
            width: 420px;
        }
}
/*EndRegion*/

/*#ctl00_body_RadAjaxPanel1 {
    z-index:-1; position:relative;
}*/
