@media (min-width: 1200px)
{
    .container {
        width: 1500px;
    }
}

.margin-top-5px{
    margin-top: 7px;
}

.modal-button-width{
    width: 264px;
}

.modal-title{
    color:#602636;
}

.margin-left-20{
    margin-left: 20px;
}
.margin-top-80 {
    margin-top: 80px;
}

body {
    font-size: 13px;
}

.mycontent-left {
    border-right: 1px dashed #333;
}

.mycontent-right {
    border-right: 1px dashed #333;
}

table, th, td, tr {
    border-style: solid;
    border-width: 1px;
}

td {
    border-left-style: solid;
    border-left-width: 1px;
}

.form-control {
    height: 34px;
    padding-bottom: 2px;
    padding-top: 2px;
}

/*
.form-group {
    margin-bottom: 10px;
}*/


.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-top-20px {
    margin-top: 20px;
} 

.middle {
    position: absolute;
    top: 50%;
    margin-top: -200px;/* half of #content height*/
    left: 0;
    width: 100%;
}

.activebutton {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

.boldme {
    /*font-weight: bold;*/
}

colgroup col.edit {
    background-color: #9E8887;
}
colgroup col.consiliere {
    background-color: #C4A9A8;
}
colgroup col.info {
    background-color: #DEBFBE;
}

.table > tbody > tr > td {
    padding: 3px;
}

.table > tbody > tr > td > a {
    color: black;
    text-decoration: none !important;
}

.table > tbody > tr > td > a:hover {
    color: black;
}

body {
    color: white;
}

.form-horizontal .control-label {
    text-align: right;
    padding-top: 0;
}

table {
    font-size: 13px;
}

.glyphicon {
    font-size: 13px;
}

.row {
    color:black;
}





/* ----------------------------  DASHBOARD PAGE ----------------------------- */

/*dashboard container*/
#dashboard .container{
    width:70%;
}
#dashboard .margin-top-80{
    margin:60px auto;
}
@media(max-width:1300px){

    #dashboard .container {
        width: 90%;
    }
}
@media(max-width:414px){
    #dashboard .container {
        width: 100%;
    }
}
#dashboard .navbar-form.navbar-right:last-child {
    margin-right: 15px;
}
/* / dashboard container*/
.top-bar-message{
    background:#602636;
    height:60px;
    text-align: center;
}
.welcome-message{
    margin:0 auto;
    padding:20px 0;
    width:80%;
    float:left;
}
.welcome-message h3{
    margin:0;
    font-size:18px;
    float:left;
    padding-left:20px;
    font-weight: 100;
}
.section-icons{
    margin-top:40px;
    height: auto;
}
.col-md-3.scale-effect.icon-images {
    text-align: center;
}
.scale-effect{
    display:inline-block;
    border:0;
    height:200px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
}
.scale-effect:hover{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.icon-images{
    margin:10px 0;
}

.disabled-user{
    opacity: 0.6;
}
/* --------------------------- / DASHBOARD PAGE ----------------------------- */

/* - ------------------------- TRAINING PAGE ---------------------------------*/
.training-nav-buttons{
    display:inline-block;
    float:right;
}
::-webkit-scrollbar {  /* scrollbar*/
    background:#b7b7b7;
}
::-webkit-scrollbar-button{/* scrollbar buttons*/
    background:#8C3961;
    color:#fff;
}
::-webkit-scrollbar-track  {/* scrollbar track*/
    background:#fff;
}

::-webkit-scrollbar-thumb {/* scrollbar thumb*/
    background:#8C3961;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;

}

.margin-top-80{
    margin:40px;
}
.video-body{
    margin-top: 100px;
}
#player {
    padding:10px;
    width:100%; /*this should equal the width of the video you're using*/
    margin:0 auto;
    border: 1px solid #602636;
    min-height: 645px;
}
#download-tab {
    padding:10px;
    width:100%; /*this should equal the width of the video you're using*/
    margin:0 auto;
    border: 1px solid #602636;
    min-height: 100px;
    max-height: 645px;
    overflow: scroll;
    overflow-x: hidden;
}
.download-col{
    height: auto;
}
#player video {
    max-width:100%; /*this will change the width of the video*/
}
/*below is the styling for the playlist*/
#playlist {
    background:#602636;
    list-style:none;
    padding:0;
    margin:0; 
    float: right;  /* this is for big screen */
    width: 100%;  /* this is for big screen */ 
    min-height: 627px;
    max-height: 627px;    
    overflow: scroll;
    overflow-x: hidden;
}
ul li{
    padding: 2px 10px;
}
.video-col{
    padding-left: 0;
}
.playlist-col{
    padding:0;
}
.icon-images{
    width: 250px;
    height: 230px;
}
.icon-images img{
    width: 200px;
    height: 200px;
}
@media (max-width:1366px){ 
    #dashboard .margin-top-80{
        margin-top:60px;
    }
    .icon-images{
        width: 176px;
        height: 160px;
    }
    .icon-images img{
        width: 140px;
        height: 140px;
    }
    #player{
        min-height: 455px;
    }
    .video-body{
        margin-top: 30px;
    }
    .playlist-col{
        padding:0;
    }
    #player video {
        width: 100%;
    }
    #playlist {
        float: right;
        width: 100%; 
        min-height: 433px;
        max-height: 433px;
    } 
    #download-tab {
        padding:10px;
        width:100%; /*this should equal the width of the video you're using*/
        margin:0 auto;
        border: 1px solid #602636;
        min-height: 100px;
        max-height: 455px;
    }
}
#playlist h1 {
    font: 24px Arial, Helvetica, sans-serif; 
    color:#fff; 
    font-weight:bold;
    padding:10px;
    margin:0;
}
#playlist a {
    color:#eeeedd;
    background:#602636;
    padding:10px 5px;
    display:block;
    text-decoration:none;
    border-bottom:1px solid #fff;
}
#playlist a:hover {
    text-decoration:none; 
    background:#fff;
    color:#602636;
}


/* training-tabs*/

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #602636;
    margin-bottom: 20px;

}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #fff; color:#602636;}

/* Create an active/current tablink class */
/*ul.tab li a:focus, .active {background-color: #ccc;}*/

/* Style the tab content */
.tabcontent {
    display: none;
    border: none;
    border-top: none;
}
.tab li{
    padding:0 10px;
}
.download-item{
    color:#602636;
    list-style:none;
    background: #fbfbfb;
    /*    border-bottom:1px solid #602636;*/
    margin-bottom: 4px;
    height: 40px;

}
.download-item h4{
    color:#602636;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    font-weight: 200;

}
.download-item h4:hover{
    text-decoration: none;
}
.download-col{
    margin-top: 20px;
}
ul#download-list {
    padding: 0;
}
.file-download-btn{
    float:right;
    background: #602636;
    border:none;
    color:#fff;
    padding: 5px;
    width: 20%;
    margin: 4px;

}
.file-download-btn:hover{
    color: #602636;
    background: #fff;
    border:1px solid #602636;
}



/* / training-tabs*/
/* - ------------------------ / TRAINING PAGE --------------------------------*/

.red {
    color:red;
}
.orange {
    color:orange;
}
.yellow {
    color:yellow;
}
.neaprobat{
    background-color: white;
}

.row_red{
    background-color: red !important;
}

.row_orange{
    background-color: orange !important;
}
.row_yellow{
    background-color: yellow !important;
}

.row_green{
    background-color: green;
}

.row_blue{
    background-color: lightskyblue;
}

.row_gray{
    background-color: gray;
}

.task-icon{
    color:green;
}

.red_rectangle{
    width:20px;
    height:20px;
    background:red;
    display:inline-block;
}

.orange_rectangle{
    width:20px;
    height:20px;
    background:orange;
    display:inline-block;
}

.yellow_rectangle{
    width:20px;
    height:20px;
    background:yellow;
    display:inline-block;
}

.legend_text{
    position: relative;
    display:inline-block;
}

.nav > li > a {
    padding: 20px 0px 20px 0px !important;
}

#bLogout{
    font-size:1.4em;
}

.no-designer{
    background-color: #612 !important;
}

.ag-cell.info{
    background-color:#DEBFBE ;
}
.ag-cell.edit{
    background-color:#9E8887  ;
}
.ag-cell.consiliere{
    background-color:#C4A9A8  ;
}