﻿.modalPopup {
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 80%;
}

.modalPopupInfo {
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 30%;
}


.modalPopupInfoLink {
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 50%;
}

    .modalPopupInfoLink input {
        width: 100%;
    }

.scrollit {
    overflow: auto;
    height: 200px;
}

.centerDiv {
    width: 17%;
    margin: 0 auto;
    display: block;
}

    .centerDiv button {
        margin: 7px;
    }


.editTestUpload {
    margin-top: 10px;
}

    .editTestUpload > div {
        margin: 10px;
    }

.downloadButtonDiv {
    margin-top: 15px;
}

#overlayshadow,
#findCourseshadow {
    background: #222 url(https://static.contentowassum.se/css/images/ui-bg_flat_0_222222_40x100.png) 50% 50% repeat-x;
    opacity: .5;
    filter: Alpha(Opacity=50);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 80
}

    #overlayshadow:hover,
    #findCourseshadow:hover {
        cursor: pointer
    }

#overlayw,
#overlayplayerw,
#findCourseplayerw {
    display: none;
    z-index: 90;
    cursor: move
}

#overlaywclose,
#overlayplayerclose,
#findCourseclose {
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
    height: 13px;
    z-index: 95
}

#overlayplayerinfo,
#overlayinfo,
#findCourseplayerinfo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 95;
    color: #fff
}

    #overlayinfo a {
        color: #fff;
        text-decoration: none
    }

#overlaywclose:hover,
#overlayplayerclose:hover,
#findCourseclose:hover {
    cursor: pointer
}

#overlaywcontent,
#overlayplayerframe,
#findCourseframe {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0 none;
    cursor: default;
    overflow: hidden;
    z-index: 95
}


.ui-tooltip {
    opacity: 1;
}


.ltimargins {
    margin-left: 5px;
    margin-bottom: 5px;
}

/*.ui-tooltip-content:*/


.deleteCourseWidget {
    cursor: pointer;
    margin-left: -5px;
    padding: 5px;
    float: right;
}

    .deleteCourseWidget:hover {
        text-decoration: none;
    }


.editWidgetInputs:hover {
    cursor: grab;
}




div.widgetNoHeader {
    padding: 4px;
    position: relative;
    top: 0;
    left: 0;
}

.activityTable {
    width: 100%;
    margin: 10px;
    text-align: left;
}

    .activityTable .tdArchive {
        width: 20%;
    }



.programActivityBox {
    border-color: aqua;
}

.courseActivityBox {
    border-color: khaki;
}

.gaActivityBox {
    border-color: mediumseagreen;
}

.testActivityBox {
    border-color: lightcoral;
}

.commonActivityBox {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    float: left;
    /*width: 200px;
    height: 150px;*/
    margin: 2px;
}

    .commonActivityBox:hover {
        background-color: #e2e2e2;
    }

#connectedActivitiesList {
    /*border-radius: 25px;*/
    /*border-width: 2px;
    border-style: solid;*/
    padding: 12px;
    background-color: #eee;
    float: left;
    width: 95%;
}


.clearDiv {
    clear: both;
}

.floatLeft {
    float: left;
}

.displayNone {
    display: none;
}

.deleteActivityBox {
    cursor: pointer;
    margin-left: -5px;
    padding: 5px;
    float: right;
    overflow: hidden;
    color: darkred;
}

    .deleteActivityBox:hover {
        text-decoration: none;
    }

.standardTable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    word-wrap: break-word;
}

    .standardTable td, .standardTable th {
        border: 1px solid Gray;
        padding: 8px;
        word-wrap: break-word;
        max-width: 200px;
    }

    .standardTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .standardTable tr:hover {
        background-color: #ddd;
    }

    .standardTable th {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: cadetblue;
        color: white;
    }

/*Massees*/
.myAlert-top {
    position: fixed !important;
    top: 5px;
    left: 2%;
    width: 96%;
}

.myAlert-bottom {
    position: fixed;
    bottom: 5px;
    left: 2%;
    width: 96%;
}

/*div.fullscreen {
    position: absolute;
    width: 100%;
    height: 960px;
    top: 0;
    left: 0;
    background-color: lightblue;
}*/

.alert {
    display: none;
}

/*End messages*/

.mceError {
    border: 1px solid red !important;
}



/* Create two equal columns that floats next to each other */
.columnBase {
    float: left;
    width: 40%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}