﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-dark {
    background-color: #337AB7 !important;
}

.bg-info {
    background-color: #337AB7 !important;
    color: white !important;
}

.body {
    margin-bottom: 0px;
}

/* 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;
}

.menu-link {
    text-decoration: none;
    color: white;
}

.cssSelector {
    position: absolute;
    left: 1px;
    top: 1px;
}


.card-header {
    font-size: 125%;
}

.locolist-set {
    font-size: 110%;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.navbar-inverse {
    background-color: #337AB7;
    border-color: #337AB7;
    color: white;
}

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

.home-image {
    background-color: #337AB7;
    padding: 0;
    border-radius: 5px;
}


.country_flag {
    width: 48px;
}


#footPhone {
    display: none;
    float: left;
}

#footPadL {
    display: none;
    float: left;
}

#footPadP {
    display: none;
    float: left;
}

#footPC {
    display: none;
    float: left;
}


.locolistbutton {
    height: 20px;
    padding-top: 0px;
}

/************************


    Mobile First.

    This stylesheet is for phone and small devices

    Other css (Pc/iPad) are loaded for larger devices


*/



/******  Locolist ******/
.locolisteditcard {
    margin: 10px;
    padding: 5px;
    float: left;
    background-color: darkseagreen;
}

.locolistaddcard {
    margin: 10px;
    padding: 5px;
    background-color: darkseagreen;
}

.locolisteditcard input[type="text"] {
    margin: 5px;
    width: 100px !important;
}





.locolisteditcard input[type="checkbox"] {
    margin: 10px;
}


.locolistaddcard input {
    margin: 5px;
    width: 100px !important;
}



.card-title {
    color: white;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 0px !important;
    padding-left: 5px;
}

.locolisteditcard {
    padding: 0px;
}



.llContainerA {
    height: 85vh;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.llContainerB {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.llContainer0 {
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.llSetThumbnails {
    margin-bottom: 5px;
    float: right;
    width: 100%;
    height: 100%;
}

.llSetThumbnailsDiv {
    height: 10vw;
    overflow: hidden;
}

.llSetThumbnailsTd {
    background-color: black;
}


/***********            Dash Board     ***************/

.wrapper {
    display: flex;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
}

/***********            END Dash Board     ***************/




/****************************   Addlink dialog*/

.addlinkdialog {
    display: none;
    position: fixed;
    top: 200px;
    left: 400px;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    color: white;
}

#addLinkSets {
    float: left;
    margin: 10px;
    color: black;
    width: 150px;
    margin-top: 0px;
}

.dolinklistsubcomp {
    color: white;
}

.classlink {
    font-size: smaller;
}

#addLinkSetList, #addLinkClassList {
    height: 300px;
    overflow-y: scroll;
}


#addLinkHeader {
    float: left;
}

#addlinkclose {
    float: right;
}

.addlinkdialogClasss {
    float: left;
    margin: 10px;
    color: black;
    width: 150px;
    margin-top: 0px;
}

/***************************/
@media only screen and (max-width : 1000px) {
    #llThumb4 {
        display: none
    }
}

@media only screen and (max-width : 750px) {
    #llThumb3 {
        display: none
    }

    .llSetThumbnailsDiv {
        height: 15vw;
    }
}

@media only screen and (max-width : 600px) {
    #llThumb2 {
        display: none
    }

    .llSetThumbnailsDiv {
        height: 20vw;
    }
}

@media only screen and (max-width : 450px) {
    .llSetThumbnailsDiv {
        height: 25vw;
    }
}



/*  for large devices */
.llClassListDD {
    display: none;
}

.llClassTypeSmall {
    font-size: 8pt;
}

.llClassList {
    overflow-y: auto;
    min-width: 140px;
    padding-right: 5px;
}

.llClassHeader {
   
  
}

.llClassTitle {
    background-color: #337AB7;
    color: white;
    padding: 10px;
    font-size: large;
}

.llClassMembers {
    overflow-y: auto;
}

.llistTableScroll {
    display: block;
}

.llistDataTableHead {
    
    color: black;
    font-size:medium;
    background-color: white;
    display: block;
   padding:5px;
    
}

.llistTableHead {
    overflow-y: hidden;
    height: 24px;
    color: white;
    background-color: #337AB7;
    display: block;
    margin-bottom: 0px;
    margin-top: 3px;
}


    .llistTableHead > thead > tr {
    }

        .llistTableHead > thead > tr > th {
            padding: 5px;
            font-size: 11pt;
            font-weight: normal;
        }


.llistTableScroll > thead {
    /* height: 0px;
        overflow: hidden;*/
    display: normal;
    background-color: #337AB7;
    color: white;
    padding: 5px;
    font-size: 11pt;
    font-weight: normal !important;
}

    .llistTableScroll > thead > tr {
        /* color: green;
        height: 0px;
            overflow: hidden;*/
        /* visibility: hidden;*/
    }

        .llistTableScroll > thead > tr > th {
            /* color: green;
              height: 0px;
                overflow: hidden;*/
        }



.llistPhotoPanel {
    float: right;
}

.llistPhoto {
    height: 240px;
}


.list-group-item.active {
    background-color: #337AB7;
}



/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 500px) {
    .llClassListDD {
        display: block;
    }

    .llClassList {
        display: none;
        height: 100%;
    }

    .tdextra {
        display: none;
    }

    .llContainerB {
        max-height: calc(100% - 150px);
        width: 100%;
    }
}



/* iPad Portrait ****************************************************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
/* End iPad Portrait ************************************************************/

/* iPad Landscape ***************************************************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
/* End iPad Landscape ***********************************************************/





.postit {
    background-color: #f6f23d;
    margin: 100px;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #888888;
    position: relative;
}

.postitref {
    padding-top: 10px;
    font-family: 'Comic Sans MS';
    font-size: 10pt;
    position: relative;
    bottom: 0px;
    right: 0px;
}


.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 2px;
}

.panel-heading {
    color: #337AB7;
    font-size: larger;
    padding-top: 5px;
    border-bottom: thin solid #337AB7;
}


.cms_sectionGroup {
    position: relative;
    border: thin solid red;
}

.cms_Section {
    position: relative;
}

.cms_sectionBody {
    border: thin solid green;
    padding: 5px;
    clear: both;
}

.cms_sectionHead {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    width: 100px;
    position: relative;
    float: left;
    background-color: blue;
    color: white;
    border: thin solid blue;
}

.codemarkup {
    font-family: Courier New, Courier, monospace;
}



/*Tabbed Sections*/

.tabbedgroup {
}

.tabbedheading {
    float: left;
    border: thin solid blue;
}

.tabbedsection {
    border: thin solid green;
    clear: both;
}


#mobileBookHeader {
    display: inline;
    height: 50px;
}



.diffmod {
    color: darkblue;
    background-color: yellow;
    font-weight: 800;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
