@font-face {
    font-family: 'MetalLord';
    src:  url('../../fonts/metallord.woff') format('woff'),
          url('../../fonts/metallord.ttf') format('truetype');
}

.btn-copy
{
    padding: 1px 3px;
    font-size: 11px;
    margin: 0 5px 0 0;
}

.social-container
{
    max-height:300px;
    margin: 15px 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.social-container::-webkit-scrollbar {
    width: 10px;
}

.social-container::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 5px;
}


        .social-body {
            padding:10px !important;
        }
        .social-body p{
            margin-left:55px;
            font-size:12px;
        }

        .social-feed-box
        {
            padding: 0px !important;
            border:none;
            background-color: #eeeeee;
            margin-bottom: 0px !important;
        }

        .social-feed-box:not(:first-child) {
            margin-top: 5px;
        }

        #basic_new .row:nth-of-type(2)
        {
            background-color: #ededed;
            border-top: 1px solid #cccccc;
            padding: 10px 0;
        }


        #modal-obs .modal-footer, #modal-basic .modal-footer {
            padding: 0 15px;
            text-align: left;
            border-top: none;
            border-radius: 4px;
            background-color: #ededed;
        }

        #modal-obs .modal-footer .form-control, #modal-basic .modal-footer .form-control{
            border-color: #CCCCCC;
        }

        #modal-obs .modal-footer .input-group-addon, #modal-basic .modal-footer .input-group-addon{
            background-color: white !important;
            border:1px solid #CCCCCC;
        }


        #modal-obs #obs_new .row:nth-of-type(1), #modal-basic #basic_new .row:nth-of-type(1)
        {
            padding: 10px 0 5px 0;
            border-top: 1px solid #cccccc;
            background-color: #ffffff;
        }

        #modal-obs #obs_new .row:nth-of-type(2)
        {
            border-top: 1px solid #cccccc;
            padding: 10px 0;
        }

        #modal-obs #obs_new .row:nth-of-type(3)
        {
            padding: 5px 0 15px 0;
            border-radius: 4px;
        }

        #modal-obs #obs_list>.social-feed-box:nth-of-type(odd) {
            background-color: #f9f9f9;
        }

        #modal-obs #obs_none
        {
            margin: auto 0;
            width: 100%;
            display: inline-block;
            text-align: center;
            padding: 85px 0;
            font-size: 16px;
            vertical-align: middle;
        }

        #modal-obs #obs_count .pull-right, .obs_count
        {
            vertical-align: baseline;
            display: inline-table;
            background-color: #777;
            padding: 5px 15px;
            border-radius: 9px;
            color: white;
            font-weight: 600;
        }

        #modal-basic #basic_new .row:nth-of-type(2)
        {
            padding: 15px 0 30px 0;
            border-radius: 4px;
        }

        .modal-header {
            border-bottom: none !important;
            padding-bottom:0 !important;
        }

        .modal-footer {
            border-top: none !important;
            position:relative;
        }

        #tab_options
        {
            margin-bottom: -25px;
            margin-left: -10px;
        }

        .modal-footer #edit_cancel, .modal-footer #chc_remove, .modal-footer #create_add
        {
            position: absolute;
            left: 15px;
            top: 15px;
        }

        #user_photo
        {
            float:right;
        }


        .iconpicker-popover {
            z-index: 3050 !important;
        }


        .field-label
        {
            padding: 5px 10px;
            font-weight: 600;
            vertical-align: baseline;
            color: #FFFFFF;
            border-radius: 5px;
        }

        table.dataTable thead .sorting_desc:after
        {
            content: "\f0dd" !important;
            font-family: FontAwesome !important;
            opacity: 1 !important;
        }

        table.dataTable thead .sorting_asc:after
        {
            content: "\f0de" !important;
            font-family: FontAwesome !important;
            opacity: 1 !important;
        }

        table.dataTable thead .sorting:after
        {
            content: "\f0dc" !important;
            font-family: FontAwesome !important;
            opacity: 0.2;
        }

        table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
            text-indent: 0px !important;
        }

        #dataTableBuilder_length select
        {
           padding: 5px 2px !important;
           font-size: 12px !important;
            width: 50px!important;
        }

        .dataTables_length select
        {
            padding: 5px 2px !important;
            font-size: 12px !important;
            width: 50px!important;
        }

        div.dataTables_processing
        {
            z-index: 10;
        }

        ol.breadcrumb li.active
        {
            font-weight:700;
        }

        ol.breadcrumb li a:hover
        {
            opacity:0.5;
        }

        .select2-dropdown {
            z-index: 30001 !important;
        }

        .select2-hidden-accessible {
            height: 30px !important;
            position: absolute !important;
        }

        @media (min-width:400px) {
            #actions .btn-sm {
                margin-right: 10px;
            }

            .minimalize-styl-2 {
                margin-left: 0px;
            }
        }

@media (max-width:400px) {
    #logout
    {
        right: 0px !important;
        top:50px !important;
    }
}

        #logout
        {
            color: #999c9e;
            background: transparent;
            font-size:14px;
            font-weight: 600;
            padding:4px 0;
            position: absolute;
            right: 20px;
            top: 25px;
        }

        .middle-box
        {
            margin-top: -160px;
        }




        h1.logo-name {
            display: inline;
            position: relative;
            color: rgba(0,0,255,0.5);
            font-family: 'MetalLord';
            font-size: 200px;
            font-weight:normal;
            letter-spacing: -2px;
        }

        h1.logo-name:after {
            content: "AM";
            position: absolute; left: 10px; top: 5px;
            color: rgba(255,0,0,0.5);
        }

        #btn_forgot
        {
            font-size: 1em;
            color:#999;
            font-weight: bold;
        }

        #btn_forgot:hover
        {
            color:#555;
        }

        body.gradient-bg {
            background: rgba(255,255,255,1);
            background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 75%, rgba(219,219,219,1) 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(75%, rgba(240,240,240,1)), color-stop(100%, rgba(219,219,219,1)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 75%, rgba(219,219,219,1) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 75%, rgba(219,219,219,1) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 75%, rgba(219,219,219,1) 100%);
            background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 75%, rgba(219,219,219,1) 100%);
        }

#warnings_icon {
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    z-index: 500;
}

#warnings_icon a{
    background: none;
}

#warnings_icon a:hover{
    color: #FAFAFA;
}

#warnings_icon.open a{
    color: #f8ac59;
}
#warnings_icon .dropdown-menu{
    width: 300px;
    max-height: 480px;
    overflow-y: auto;
}

#warnings_icon .dropdown-menu .dropdown-messages-box i{
    margin:5px 10px 5px 10px;
}

body.mini-navbar .navbar-default .nav #warning_count{
    right: -5px;
    width: 25px;
    font-size: 12px;
    line-height: 20px;
    height: 25px;
}

body.mini-navbar .navbar-default .nav #warnings_icon a i{
    display: none;
}

#warnings_icon .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: -9px;
    top: -6px;
}
#warning_author {
    margin: 10px 10px 5px 5px;
}


#warnings_icon .dropdown-messages li{
    background-color: #f3f3f3;
    padding: 5px;
    margin-bottom: 10px;
}

#warnings_icon .dropdown-messages button{
    margin: 5px;
    width: 260px;
}



#toast-container > .toast-warning {
    background-image: none !important;
}

.toast-message .clear{
    color: #FFF;
    background-color: #666;
    font-weight: bold;
}


.lecture-mark
{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

/* Activity stream */
.stream {
    position: relative;
    padding: 10px 0;
}
.stream:first-child .stream-badge:before {
    top: 10px;
}
.stream:last-child .stream-badge:before {
    height: 30px;
}
.stream .stream-badge {
    width: 50px;
}
.stream .stream-badge i {
    border: 1px solid #e7eaec;
    border-radius: 50%;
    padding: 6px;
    color: #808486;
    position: absolute;
    background-color: #ffffff;
    left: 8px;
}
.stream .stream-badge i.fa-circle {
    color: #ced0d1;
}
.stream .stream-badge i.bg-success {
    color: #ffffff;
    background-color: #1c84c6;
    border-color: #1c84c6;
}
.stream .stream-badge i.bg-primary {
    color: #ffffff;
    background-color: #1ab394;
    border-color: #1ab394;
}
.stream .stream-badge i.bg-warning {
    color: #ffffff;
    background-color: #f8ac59;
    border-color: #f8ac59;
}
.stream .stream-badge i.bg-info {
    color: #ffffff;
    background-color: #23c6c8;
    border-color: #23c6c8;
}
.stream .stream-badge i.bg-danger {
    color: #ffffff;
    background-color: #ed5565;
    border-color: #ed5565;
}
.stream .stream-badge:before {
    content: '';
    width: 1px;
    background-color: #e7eaec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
}
.stream .stream-info {
    font-size: 12px;
    margin-bottom: 5px;
}
.stream .stream-info img {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    margin-top: -4px;
}
.stream .stream-info .date {
    color: #9a9d9f;
    font-size: 80%;
}
.stream .stream-panel {
    margin-left: 55px;
}
.stream-small {
    margin: 10px 0;
}
.stream-small .label {
    padding: 2px 6px;
    margin-right: 2px;
}










