/* Minification failed. Returning unminified contents.
(692,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* Set width on the form input elements since they're 100% wide by default */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

body {
    font-family:  Arial,'Microsoft JhengHei', Helvetica, sans-serif;
}

/*menu related css start*/

.main-nav {
    background: #fff;
    color: #000;
}

    .main-nav:after {
        clear: both;
        content: "\00a0";
        display: block;
        height: 0;
        font: 0px/0 serif;
        overflow: hidden;
    }

.nav-brand {
    float: left;
    margin: 0;
}

    .nav-brand a {
        display: block;
        padding: 10px 10px 10px 20px;
        color: #000;
        font-family:  Arial,'Microsoft JhengHei', Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        line-height: 29px;
        text-decoration: none;
    }

#main-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 1200px) {
    #main-menu {
        float: right;
        clear: none;
    }
}


/* Mobile menu top separator */

#main-menu:before {
    content: '';
    display: block;
    height: 1px;
    font: 1px/1px sans-serif;
    overflow: hidden;
    background: #2e8cb8;
}

@media (min-width: 1200px) {
    #main-menu:before {
        display: none;
    }
}


/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #0087DC;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .main-menu-btn-icon:before {
        content: '';
        top: -7px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 7px;
        left: 0;
    }


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


    /* hide the menu in mobile view */

    #main-menu-state:not(:checked) ~ #main-menu {
        display: none;
    }

    #main-menu-state:checked ~ #main-menu {
        display: block;
    }

@media (min-width: 1200px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
        padding-top: 15px;
        font-weight: bold;
        font-size: 18px;
    }
}



/*menu related css ends*/

.youtube{
    height:600px;
}

.ratingMargin {
    margin-left: 25%;
}

.cookie-bar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0 0;
    background: #000;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    color: #FFF;
    font-size: 14px;
}

    .cookie-bar .cookie-bar-button {
        background-color: #0087dc;
        height: 26px;
        cursor: pointer;
        color: #fff;
    }

.modal-dialog {
    width: 60%;
    height: 800px !important;
}

.modal-content {
    /* 80% of window height */
    height: 80%;
}

.file {
    cursor: pointer;
}


body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    margin-top: 10px;
    width: 200px;
}


.dl-horizontal dd {
    margin-top: 10px;
    width: 550px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.header {
    width: 130px;
    margin-top: -7px;
    margin-left: -10px;
}


.div30px {
    height: 30px;
}

.boldText {
    font-weight: bold;
}

.whiteBackground {
    background-color: white;
}

.logo {
    height: 40px;
    width: 130px;
    margin-top: 20px;
    margin-right: 30px;
}


/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: #428bca;
    padding: 14px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.active {
    color: #ffffff;
    background-color: #eee;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 135px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #428bca;
        padding: 12px 16px;
        text-decoration: none;
        min-width: 135px;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #eee;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    color: #428bca;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color: #428bca;
    background-color: #eee;
}


.selectable .ui-selecting {
    background: #F39814;
}

.selectable .ui-selected {
    background: #007fff;
    color: white;
}

.selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .selectable li {
        margin: 3px;
        padding: 0.4em;
        font-size: 1.4em;
        overflow: auto;
    }

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -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);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.ui-tabs .ui-tabs-panel {
    height: 290px;
    overflow-y: auto;
}

/*css for editor*/
blockquote {
    border-left: 2px dotted #888;
    padding-left: 5px;
    background: #d0f0ff;
}

.wmd-panel {
    margin-left: 8%;
    margin-right: 6%;
    overflow: hidden;
}

.wmd-button-bar {
    width: 100%;
    background-color: Silver;
}

.wmd-input {
    height: 300px;
    width: 100%;
    background-color: white;
    border: 1px solid DarkGray;
}

.wmd-panel > textarea {
    max-width: 99%;
}

.wmd-preview {
    background-color: #c0e0ff;
}

.wmd-button-row {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 0px;
    height: 20px;
}

.wmd-spacer {
    width: 1px;
    height: 20px;
    margin-left: 14px;
    position: absolute;
    background-color: Silver;
    display: inline-block;
    list-style: none;
}

.wmd-button {
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-right: 3px;
    position: absolute;
    display: inline-block;
    list-style: none;
    cursor: pointer;
}

    .wmd-button > span {
        background-image: url('images/wmd-buttons.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

.wmd-spacer1 {
    left: 50px;
}

.wmd-spacer2 {
    left: 175px;
}

.wmd-spacer3 {
    left: 300px;
}

.wmd-prompt-background {
    background-color: Black;
}

.wmd-prompt-dialog {
    border: 1px solid #999999;
    background-color: #F5F5F5;
}

    .wmd-prompt-dialog > div {
        font-size: 0.8em;
        font-family:  Arial,'Microsoft JhengHei', Helvetica, sans-serif;
    }


    .wmd-prompt-dialog > form > input[type="text"] {
        border: 1px solid #999999;
        color: black;
    }

    .wmd-prompt-dialog > form > input[type="button"] {
        border: 1px solid #888888;
        font-family:  Arial,'Microsoft JhengHei', Helvetica, sans-serif;
        font-size: 0.8em;
        font-weight: bold;
    }


.askQuestion {
    float: right;
    padding-right: 30px;
}

.search {
    width: 100%;
    min-width: 104%;
    line-height: 35px;
    height: 35px;
}

.k-grid {
    width: 95%;
    margin-left: 2%;
}

.assignUser {
    margin-left: 50px;
}

.assignButton {
    margin-left: 50px;
}

.profileUpload {
    margin: 0 0 3% 15%;
}

/*only tablet mode*/
@media only screen and (max-width: 991px) {
    .search {
        width: 100%!important;
        min-width: 100%!important;
        line-height: 35px!important;
        height: 35px!important;
    }

    .introMargin {
        margin-top: 10px!important;
    }

    .dl-horizontal dt {    
    text-align: left!important;
    margin-left: 0px!important;
}
    .youtube{
    height:400px;
}
}



/*only mobile*/
@media only screen and (max-width: 615px) {
    .assignUser {
        margin-left: 0px !important;
    }

    .assignButton {
        margin-left: 0px !important;
    }

    .profileUpload {
        margin: 0 0 3% 0%!important;
    }

    .ratingMargin {
        margin-left: 10%!important;
    }

    .rate{
        text-align:initial !important;
        margin-left:10%;
    }
    
    }

    /*.youtube{
    height:200px;
}*/
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: grey;
}

.field-validation-error {
    background-color: orange;
}


@media only screen and (max-width: 490px) {
    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        padding: 0px;
        line-height: 1.8;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .ratingMargin, .rate  {
        margin-left: 1% !important;
    }

    .analytics{
        margin-top:0 !important;
    }
}



/*community pages*/

.s-desc {
    text-align: justify;
}
