html{
    position:relative;
    min-height: 100%;
}

.logo{
    margin-left: 20%;
}

.maxWidth{
    width: 100%;
}

.col-md-12 {
    position: relative;
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: -60px;
}

.topbar {
    top: 0;
    position: absolute;
    width: 100%;
    height: 60px;
    padding-left: 250px;
    background: rgba(51, 51, 51, 0.1);
    border-bottom: 2px solid rgba(51, 51, 51, 0.2);
    z-index: 2;
}
.topbar nav {
    padding-top: 15px;
}

#login_form{
    margin-top: 150px;
}

.form-control.custom-control {
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
}

.sidebar_app{
    width: 100%;
    height: 50px;
}

    .sidebar_app a{
        text-align: center;
    }

.logoutLink{
    display: block;
    margin-top: 5px;
    width: 70px;
    color: #3e3b44;
    margin-right: -3%;
}

#search{
    border: none;
    padding: 10px;
    background: rgba(153, 153, 153, 0.18);
    outline: none;
    text-align: center;
    /*text-transform: uppercase;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #999;
    font-size: 13px;
    width: 100%;
    margin-bottom: 40px;
}

.search-box-contents{
    margin-bottom: 10px;
}

#contents{
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
}

#add_content{
    position: fixed;
    border-radius: 0;
    bottom: 0;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #999;
    border: 0px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 27.2%;
    height: 50px;
    /*background: rgba(153, 153, 153, 0.18)*/
    background: #e8e9e8;
}

.contentStyle{
    display: block;
    width: 100%;
    min-height: 38px;
    line-height: 38px;
    margin-bottom: 10px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#327773+0,3dc1ae+100 */
    background: #327773; /* Old browsers */
    background: -moz-linear-gradient(top,  #327773 0%, #3dc1ae 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #327773 0%,#3dc1ae 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #327773 0%,#3dc1ae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327773', endColorstr='#3dc1ae',GradientType=0 ); /* IE6-9 */
}

    .contentStyle span{
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        padding-left: 10%;
        display: block;
        max-width: 90%;
        position: relative;
    }


.sub_menu{
    min-height: 38px;
    line-height: 2.5;
}

    .sub_menu a{
        text-decoration: none;
        padding-left: 6%;
        color: black;
        display: block;
    }

.sub_menu_BG{
    background: #bdbdbd;
}

.onoffswitch {
    position: relative; width: 75px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 30px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 35px; padding: 0; line-height: 35px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #4975A1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 40px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 36px;
    border: 2px solid #999999; border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.right_side{
    margin-top: 10px;
}

.label_styles{
    color: #4975a1;
    font-weight: bold;
}

.content_checkboxes{
    margin-top: 20px;
}

.content_checkbox{
    float: left;
}

    .content_checkboxes .row .content_checkbox{
        margin-left: 5%;
        margin-right: 30%;
    }

    .content_checkboxes .row:nth-child(2){
        margin-left: 40%;
    }


/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
    margin-top: 10px;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}

.tab-links li {
    margin:0px 5px;
    float:left;
    list-style:none;
    /*padding-left: 4.5%;*/
}

.tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#fff;
    font-size:16px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
}

.tab-links a:hover {
    background:#f1f2f2;
    text-decoration:none;
}

li.active a, li.active a:hover {
    background:#f1f2f2;
    color:#4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding:15px;
    margin-top: -10px;
    margin-left: 5%;
    margin-right: 5%;
    border-radius:3px;
    background:#f1f2f2;
    height: 250px;
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}

.fileUpload {
    position: relative;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}



#uploadImageFile{
    height: 200px;
    width: 300px;
}

#uploadAudioFile{
    width: 100%;
}


.btn_black{
    background: #000000;
}

    .btn_black:hover{
        background: #5a5c5c;
    }



.collapse{
    content:url("../../images/right_arrow.png");
}
.expand{
    content:url("../../images/down_arrow.png");
}

.collapseSide{
    content:url("../../images/arrows-left.png");
}
.expandSide{
    content:url("../../images/arrows-right.png");
}

.btn-black{
    background-color: #000;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file]{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    background: #000;
}

#sendBtn{
    width: 200px;
    margin-right: 3%;
    margin-top: 5%;
}

.selectContentEdit{
    width: 30%;
}


#confirmPush{
    margin-top: 10%;
}

.modal-header{
    border: none;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 17px;
    color: #527ba3;
    text-align: center;
}

.modal-title{
    font-size: 17px;
}

.modal-body{
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

#confirmPush button.btn-default{
    float: left;
    width: 50%;
    border: none;
    border-right: 1px solid #eee;
}

#confirmPush button.btn-default:hover{
    background: #ededed;
}

.bootbox-close-button{
    display: none;
}

#confirmPush{
    padding: 0;
}

#confirmPush button.btn-primary{
    background: #fff;
    border: 0;
    margin-left: 0;
    float: right;
    width: 50%;
    font-weight: bold;
    color: #527ba3;
}

#confirmPush button.btn-primary:focus {
    outline: none;
}

#confirmPush button.btn-primary:hover{
    background: #ededed;
    color: #000;
}

.bootbox-body{
    color: #b1b2b3;
}

.modal-footer{
    padding: 0;
}

.fl {float: left;}
.fr {float: right;}

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}
