html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

font-family: 'Open Sans', sans-serif;
      
}
html,body{
   padding:0;
   margin:0;   
   background:#eee;
}
a, img {
    border:none;
    outline:none
}
a, a:hover{
    transition: all 0.28s ease-in-out  0s;
    -moz-transition: all 0.28s ease-in-out  0s;
    -webkit-transition: all 0.28s ease-in-out  0s;
    -o-transition: all 0.28s ease-in-out  0s;
    -ms-transition: all 0.28s ease-in-out  0s;  
}
*, *:after, *:before {
    -moz-box-sizing: border-box;
    -moz-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    text-size-adjust: none;
    /*transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;*/
    
}
header{
    background:#fff;
    padding:25px 0;
}

.wrapper{
    width:100%;
    position:relative;
    
}

.container{
    max-width: 940px;
    margin: 0 auto;
    width:100%;
    padding: 0 25px;
}

.white-wrapper {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    padding: 0 10px;
}
.white-wrapper .page-header {
    margin-top: 16px;
    padding-bottom: 0px;    
    position: relative;
    margin-bottom: 10px;
    
}
.white-wrapper .page-header h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.white-wrapper .body{
    /*padding: 20px;*/
    padding-bottom: 15px;
}

.span12 {
  width: 100%;
  margin-left: 0;
}
.current-user{
    position: relative;
    float: right;
    color: #fff;
    padding: 10px 15px;
}
.span5{
    float: none;
    margin-left: 0;
    max-width: 100%;
    width: 450px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    padding: 10px 6px;
    height: auto;
    width: 100%;
    max-width: 100%;
}
input.span5, textarea.span5, .uneditable-input.span5{
    width: 100%;
    resize: none;
}
select{
    width: 100%;
    padding: 10px 5px;
    line-height: normal;
    height: inherit;
}

/* pager wrapper, div */
.tablesorter-pager {
	padding: 5px;
}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
	background-color: #e6eeee;
	margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
	vertical-align: middle;
	margin-right: 2px;
	cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
	padding: 0 5px 0 5px;
	width: auto;
	white-space: nowrap;
	text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
	margin: 0;
	padding: 0;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
	display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
	/* visibility: hidden */
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

.tablesorter thead .disabled {
        display:none;
    }
    .btn.fullwidth{
        width: 100%;
        margin:2px 0;
    }
    
    .btn.switch-mode{
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    .notify-box{
            border-radius: 6px;
            box-shadow: 0 0 5px #000;
            max-width: 350px;
            padding: 0;
            position: fixed;
            right: -100%;
            bottom: 25px;            
            width: 80%;
            z-index: 100;
            transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
            -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
            -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        
    }
    .notify-box.open{
        right:35px;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    }
    
    .notify-box h5{
        border-bottom: 1px solid #eeeeee;
        text-rendering: optimizelegibility;
        margin-top: 0;
    }
    .notify-box .white-wrapper{
        margin-bottom: 0;
        padding:10px;
        
    }
    .close-notify-box{
            background: #000 none repeat scroll 0 0;
            border-radius: 50px;
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: 800;
            height: 25px;
            line-height: 22px;
            position: absolute;
            right: -20px;
            text-align: center;
            text-decoration: none;
            top: -20px;
            width: 25px;
            border:1px solid #000;
        
    }
    .close-notify-box:hover{
        color:#000;
        text-decoration: none;
        background:#fff;
    }
    .notify-box > .white-wrapper > ul > li{
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }