﻿/*
 Plugin Name:   
 Plugin URI:    
 Description:  bbwc style sheet
 Author:       Agurum Studios
 Author URI:   agurum.com
 Template:     
 Version:      0.1
 Tags:         
 Text Domain:  
*/

/*General Section*/
/* Generics */
.bbwc-wrap {
    margin: 10px 20px 0 2px;
}


.bbwc-float-none{
    float:none;
}

.bbwc-align-center{
    text-align:center!important;
}

/*This will be used for error state controls*/
.ui-state-error {
    border: 1px solid #cd0a0a!important;
    color: #cd0a0a!important;
}


#wpwrap .bbwc-title {
  padding: 9px 15px;
  margin: 0;
  font-size: 2.9em;
  line-height: 1.5;
  text-align: center;
}

.bbwc-settings-desc-wrapper {
    margin-bottom: 20px;
}

.bbwc-settings-desc, .bbwc-wrap .bbwc-settings-desc {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5;
}

/*FOR TOOLBARS*/
.toolbar {
    padding: 4px;
    display: inline-block;
}

/* End Generics */


/*Training Manager Page*/
#training-summary-table{
    border: 1px solid #f00;
    width: 315px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

#selected-training-data {
    border: 1px solid #f00;
    width: 1000px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

#all-training-list{
    clear: both;
    float: left;
}

#selected-training{
    float: left;
}

#bbwc_save_skill_mastery_div{
    clear: both;
}

/*Training Summary Page*/
#member-training-data {
    border: 1px solid #f00;
    width: 800px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

/*Skill Mastery Page*/
#selected-skill-table{
    border: 1px solid #f00;
    /*width: 315px;*/
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

#all-users-list, #SelectedUsersList {
    border: 1px solid #f00;
    width: 415px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

#all-users{
    clear: both;
    float: left;
}

#selected-users{
    float: left;
}

.bbwc-add-training-div{
    clear: both;
}

#sort > thead > tr{
    height:30px;
}

#cmdOrganizationSelect{
    margin-right: 25px;
}

/*Organization Manager Page*/
.column-organization-id{
    width: 5%;
}

.column-is-active{
    width: 5%;
}

/*Dialog Box Styles*/
.ui-dialog-titlebar-close {
    display:none;
}
/*End Dialog Box Styles*/

/*End General Section*/

@media screen and ( max-width : 1199px ) {

}

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 1405px ) {
}

@media only screen and ( min-width: 1200px ) {

}

@media only screen and ( min-width: 1100px ) {
}

/*-------------------[1080px]------------------*/
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
}

@media only screen and ( min-width: 981px ) and ( max-width: 1405px) {
}

@media only screen and ( max-width: 1199px) {

}

@media only screen and ( min-width: 981px ) {
/*Agurum Landing Page Stuff*/
    
}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {



}
