@font-face {
    font-family: 'Walkway_Bold';
    src: url('../font/Walkway_Bold.eot'); /* IE9 Compat Modes */
    src: url('../font/Walkway_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Walkway_Bold.woff') format('woff'), /* Modern Browsers */
    url('../font/Walkway_Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../font/Walkway_Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
    padding-top: 40px;
    position: relative;
}

a{
    color: #e2001a;
}

.navbar-brand {
    height: 65px;
    overflow: hidden;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: -16px;
}

.navbar-nav>li>a.social-header{
    padding: 0;
    margin: 0;
}

.form-signup, .form-signin, .form-admin {
    max-width: 400px;
    margin: 20px auto;
}

.container-form{
    width: 100%;
    height: 100%;
    overflow: auto;
}

ul.form-errors, ul.form-errors ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.form-errors li {
    font-family: 'Glyphicons Halflings';
}

ul.form-errors li:before {
    content: "\e014";
    font-size: 16px;

}

ul.form-errors li span {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: 10px;
    vertical-align: top;
}

.form-signup select + i.form-control-feedback,
.form-admin select + i.form-control-feedback{
    right:12px;
}

#alertLogin{
    margin-top: 7px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.both{
    clear: both;
    height: 10px;
}

.form-signin #username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin #password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-group.province .form-control-feedback{
    right: 20px;
}
.form-admin .form-control, .form-signup .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.container .text-muted {
    margin: 20px 0;
    color:#000;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 60px;
    background-color: #f5f5f5;
    z-index: 100;
    border-top: 1px solid #cccccc;
}

.titleParagraph{
    font-family: 'Walkway_Bold';
    font-size: 30px;
    color: #e2001a;
}

.smallSize{
    font-size: 20px;
}

.contacts div {
   margin-bottom: 10px;
}

.logoStyle{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.logoStyle span{
    font-family: Arial, Helvetica, sans-serif;
}

#mainContent{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

#mainContent .wrapper {
    height: 100% !important;
    margin: 0 auto;
    overflow: hidden;
}

#mainContent .main {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#mainContent .main .page .page_container {
    padding:30px;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    height: 79%;
    width: 90%;
    overflow: hidden
}

#errorContent{
    margin: 5%;
}

.onepage-wrapper .ops-section {
    overflow: hidden;
}

.row-offcanvas-right{
    margin: 0 auto;
    height: calc(100% - 59px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 59px); /* Firefox */
    height: -webkit-calc(100% - 59px); /* Chrome, Safari */
}

img.image_cover{
    height: 70%;
    width: auto;
    float: left;
    display: block;
	padding: 20px;
}

.left-side{
    height: 100%;
    float: left;
    padding: 20px;
    width: 70%;
    overflow: auto;
}

.right-side{
    float: left;
    height: 100%;
    width: 30%;
    background: #f5f5f5;
    border: 1px solid #cccccc;
}

#sidebar{
    float: right;
    height: 100%;
    width: 95%;
    background: #f5f5f5;
}

#sidebar h3{
    font-family: 'Walkway_Bold';
    font-size: 30px;
}

#sidebar ul{
    padding: 0;
    margin: 0;
    list-style:disc;
    width: 100%;
    padding-left: 19px;
    height: calc(100% - 63px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 63px); /* Firefox */
    height: -webkit-calc(100% - 63px); /* Chrome, Safari */
    overflow-x: hidden;
    overflow-y: auto;
    background: #f5f5f5;
}

#sidebar ul li{
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
}


.open-right{
    height: 100%;
    float: left;
    width:20px;
    text-align: center;
    background: #e0e0e0;
    color: #666;
}

.title_cover{
    font-family: 'Walkway_Bold';
}

.title_cover h1{
    font-weight: bold;
    font-size: 40px;
}

.title_cover .abstract{
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.title_ev{
    color: #e2001a;
}

.align-right{
    float: right;
}

.viewSummary{
    font-family: 'Walkway_Bold';
    color: #e2001a;
    font-size: 30px;
}

#mainContent .main .page #container_list{
    width: 100%;
    padding: 0;
    position: relative;
    height: calc(100% - 60px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 60px); /* Firefox */
    height: -webkit-calc(100% - 60px); /* Chrome, Safari */
}

.content-list{
    float: left;
    width: 100%;
    height: calc(100% - 45px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 45px); /* Firefox */
    height: -webkit-calc(100% - 45px); /* Chrome, Safari */

}

.loader{
    background: url('/img/loader.gif') no-repeat center center;
}

.item-list{
    width:25%;
    float: left;
    height: 100%;
}

.item-content{
    width: 100%;
    height: 100%;
    position: relative;
    border-right: 1px solid #e2001a;
    background: -moz-linear-gradient(top,  rgba(219,219,219,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(219,219,219,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(219,219,219,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(219,219,219,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(219,219,219,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dbdbdb', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
}

.item-content .title{
    font-size: 14px;
    line-height: 35px;
    background-color: #e2001a;
    color: #fff;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.49);
    box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.49);
}

.item-list.last .item-content{
    border-right:0;
}

.head-list{
    background: #e2001a;
    height: 45px;
    line-height: 32px;
    width: 100%;
    float: left;
    font-family: 'Walkway_Bold';
    color: #ffffff;
    font-size: 22px;
    padding-top: 3px;
    cursor: pointer;
}

.head-list .glyphicon-chevron-up{
    font-size: 12px;
    display: block;
    color: #990000;
}

#goLibrary {
    width: 100%;
    float: left;
    font-family: 'Walkway_Bold';
    color: #999999;
    font-size: 22px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    line-height: 40px;
}

#goLibrary .glyphicon-chevron-down {
    font-size: 12px;
    display: block;
    color: #999999;
}

.item-content .image{
    background: url('/img/loader_img.gif') no-repeat center center;
}

.item-content .image img{
    width:90%;
    margin: 10px auto;
    border:2px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}

.item-content .glyphicon-play-circle{
    display: none;
    float: right;
    font-size: 50px;
    margin-top: 10px;
    margin-right: 10px;
    color: #000;
    opacity: 0.1;
}

#paymentPanel {
    width: 70%;
    margin: 20px auto;
}

#paymentPanel h2{
    margin:0;
}

.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.img-paypal{
    height: 60px;
}

.img-bankpay{
    width: 50px;
}

#goPrev{
    margin-left: -6px;
    display: none;
}

#paginator .sep{
    display: none;
}

.hide{
    display: none;
}

.summaryDropMenu  .dropdown-menu{
    font-size: 12px;
}

#sidebar ul,#sidebar ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar ul li{
    font-family: 'Glyphicons Halflings';
    padding-left: 20px;
    color: #666;
    margin-bottom: 10px;
}


#sidebar li:before{
    float: left;
    margin-left: -20px;
}

#sidebar li.lock:before{
    content: "\e033";
}

#sidebar li:before{
    content: "\e013";
}

#sidebar li.lock a{
    color:#666666;
}

.summaryDropMenu ul li a span{
    margin-left: -15px;
    padding-right: 3px;
}


#sidebar li a,.summaryDropMenu li a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.lost-password,.lost-password a{
    color: #3276b1;
}
.privacy{
    color: #555;
}
.privacy a{
    color: #3276b1;
}

#profileContent{
    padding-top: 10px;
}

#profileContent .mainProfile{
    padding-right: 40px;
    padding-left: 40px;
}

#profile.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    padding: 0;
}

#profile.sidebar li a{
    padding: 20px 40px;
    color: #777;
}

#profile.sidebar li a:hover{
    color: #222;
}
#profile.sidebar li.active{
    color: #555;
    background-color: #e7e7e7;
}

.mainProfile .sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.mainProfile{
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    height: calc(100% - 49px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 49px); /* Firefox */
    height: -webkit-calc(100% - 49px); /* Chrome, Safari */
}

.download-invoice{
    text-align: center;
}

.savepdf{
    font-size: 20px;
}

.dataTables_processing {
    position: absolute;
    text-align: center;
    clear: both;
    width: 20%;
    margin: 200px auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 44px;
    padding: 10px;
    font-weight: bold;
}

.submenu_users a{
    color: #428bca;
}

.toolbar{
    float: left;
    display: block;
    clear: left;
    margin-right: 20px;
}

.table-small{
    font-size: 10px;
}

#progressModal .progress-bar{
    text-shadow: rgb(56, 56, 56) 1px 1px 2px;
}

.transition-off{
    transition-duration: 0s;
    -webkit-transition-duration: 0s; /* Safari */
}

.bordered-bottom{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

td.remove-element{
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    color: #d9534f;
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
}

td.remove-element:before{
    content: "\e020";
}

#datepicker .form-control{
    margin-bottom: 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */

@media screen and (max-width: 1060px) {
    .item-content .title {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
        top: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .left-side{
        width: calc(100% - 21px); /* IE9+ and future browsers */
        width: -moz-calc(100% - 21px); /* Firefox */
        width: -webkit-calc(100% - 21px); /* Chrome, Safari */
    }

    .right-side{
        position: absolute;
        right: 0;
        height: 100%;
        width: auto;
        margin: 0;
    }

    .row-offcanvas-right.active {
        right: 200px;
    }


    .sidebar-offcanvas {
        position: absolute;
        top: -1px;

    }

    #sidebar{
        width: 200px;
        margin-left: 21px;
        padding-left: 4px;
        border-top: 1px solid #ccc;
    }


    .title_cover h1{
        font-size: 30px;
    }

    .title_cover .abstract{
        font-size: 12px;
    }

    img.image_cover {
        height: 60%;
    }

    .viewSummary{
       font-size: 25px;
    }

    .item-list{
        width:100%;
        height: 25%;
    }

    .item-content{
        border-right: 0;
        border-bottom: 1px solid #e2001a;
        background: rgb(204,204,204); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    }

    .item-list.last .item-content{
        border-bottom:0;
    }

    .item-content .title {
        font-size: 14px;
    }

    .item-content .image img{
        width: 50%;
        margin-left: 10px;
        float: left;
    }

    .item-content .glyphicon-play-circle{
        display: block;
    }

    #paymentPanel {
        width: 100%;
    }

    .img-paypal{
        height: 40px;
    }

    .mainProfile{
        width: 100%;
    }
}

@media screen and (max-width: 519px) {
    .title_cover .abstract{
        display: none;
    }

    .title_cover .viewSummary{
        clear: left;
        float: left;
        font-size: 20px;
    }
}



