h1, h2
{
    text-align: center;
}

h1
{
    margin: 30px auto;
    padding-bottom: 20px;
}

h2
{
    border-bottom: 1px solid #eeeeee;
    margin: 50px auto;
    padding-bottom: 20px;
}

a
{
    color: #222244;
}

a:hover
{
    text-decoration: none;
}

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}

table
{
    background-color: #fefefe;
    color: #222244;
    /*cursor: pointer;*/
    border-radius: 5px;
}

table .even
{
    background: #fff;
}

table .odd
{
    background: #fff;
}

.table-colored table tr:nth-child(odd)
{
    background: #fbf8f8;
}

.table-colored table tr:nth-child(even)
{
    background: #fff;
}

table .td-control
{
    width: 200px;
}

table ul img
{
    width: 20px;
}


table button, .list-group button
{
    display: block;
    margin: 8px auto;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent !important;
    border-radius: 4px;
}

table .navbar-header, .list-group .navbar-header
{

    width: 100%;
}

table .dropdown .icon-bar, .list-group .dropdown .icon-bar
{
    margin-top: 4px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #666666;
}

table .navbar-header ul, .list-group .navbar-header ul
{
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

table .navbar-header li, .list-group .navbar-header li
{
    display: block;
    float: none;
    height: 50px;
    border-bottom: solid #222244 0px;
    margin-bottom: 20px;
}

table .navbar-header li:hover, .list-group .navbar-header li:hover
{
    opacity: 0.5;
    border-bottom: solid #222244 1px;
}

.table-responsive
{
    border: 0;
}

.table-responsive [type="search"]
{
    border: 1px black solid;
}

.dataTables_filter
{
    float: right;
    text-align: right;
    width: 100%;
}

.dataTables_filter label
{
    outline: 0;
    border: 0;
    background: #fefefe;
    border-radius: 5px;
    padding-left: 10px;
}

.dataTables_filter input
{
    margin-left: 5px;
}


input
{
    outline: 0;
    border: 0;
    background: #fefefe;
    border-radius: 5px;
    padding: 7px;
}

.navbar .dropdown
{
    border: 0px solid #666666;
}

.navbar-toggle .icon-bar
{
    background: #666666;
}

.medium-textarea
{
    min-height: 120px;
    height: auto;
}

.medium-textarea a
{
    text-decoration: underline;
}

.medium-editor-placeholder:after
{
    position: absolute !important;
    top: 6px !important;
    left: 14px !important;
    font-style: normal !important;
    color: #aaa !important;
}

.sortable
{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
}

li.sortable-placeholder, tr.sortable-placeholder
{
    background: #dca7a7;
    height: 70px;
    list-style: none;
}

.deleted, .dummy
{
    color: #777;
}

.dummy
{
    font-style: italic;
}

.loader
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.loading
{
    -webkit-animation:spin 7s linear infinite;
    -moz-animation:spin 7s linear infinite;
    animation: spin 7s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    height: 300px;
    width: 300px;
}

.loadingText
{
    margin-top: 400px;
    text-align: center;
    font-weight: bold;
    font-size: 160%;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }