
html,body{
    padding:0;
    margin:0;
    font-family: Arial;
    font-size: 12px;
    color: #333;

    min-width: 1200px;
    overflow: auto;
}

body{
    overflow: inherit;
}

#page{
    padding-top: 61px;
    margin-top: 0!important;
    box-sizing: border-box;

}

#content{
    position: relative;
    box-sizing: border-box;
}

.new-page-header{
    border-bottom: 1px solid #dadada;
    padding: 10px 10px;
    padding-bottom: 0;
    font-size: 14px;
    color: #777;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: 'Open Sans';
    background: #ededed;
    position: relative;
}
.new-page-header > *{
    margin-bottom: 10px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #dadada;
}

.new-page-header > *:last-child{
    border:0;
}

.new-page-header .email{
    font-weight: bold;
    text-transform: uppercase;
}

.new-page-header .conference-date{
    font-size: 16px;

}

.new-page-header a{
    color: #777;font-size: 16px;
}

.new-page-header a:hover{
    color: #0088CC;
    text-decoration: none;
}

.new-page-header .address{
    color: #aaa;
    font-size: 12px;
}

/*FORM                   */

.form-box{
    color: #777;
    margin: 3px 0;
}

.form-box .small{
    font-size: 11px;
}



.auto-color{
    border-left-width: 5px !important;
}

.alert img{
    height: 30px;
    vertical-align: middle;
}


div.mce-fullscreen{
    z-index: 30000 !important;
}

.flex-box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.flex-box > *{
    flex-basis: 60%;
    margin: 0 5px;
}



.box{
    border: 1px solid #e6e9ed;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.box.box-inline{
    display: inline-block !important;
}

.box.dashed{
    border-style: dashed;
    border-color: #cacaca;
}

.box .box-title{
    padding: 10px 0px;
    margin: 0 10px;
    font-family: "Open Sans";
    font-weight: 400;
    border-bottom: 1px solid #dadada;
    color: #0385d4;
    font-size: 14px;
}

.box-content{
    padding: 10px;
    overflow: hidden;
}

.grey-box{
    background: #f7f7f7;
}

.white-box{
    background: #fff;
}

.blue-box{
    background: #f2f5fa;
    border-color: #ebeef3;
}

.grey-box.border-right,
.white-box.border-right{
    border-width: 0;
    border-right-width: 1px;
    border-radius: 0;
}

.box .box-row{
    margin-bottom: 5px;
    display: flex;
    align-content: space-around;
    align-items: baseline;
}

.box  .box-row > *{
    margin-right: 10px;
}

.box  .box-row > *:last-child{
    margin-right: 0px;
}

.box  .box-row.space-between{
    justify-content: space-between;
}

.box .box-row-title{
    color: #999;
    font-family: "Open Sans";
    font-size: 12px;
}


/*FILES         */

#small-files-list{
    min-height: 70px;
    border: 1px dashed #dadada;
}

#small-files-list .file-row{
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 4px;
}

#small-files-list .file-row .file-name{
    font-size: 10px;
    font-family: "Open Sans";
    font-color: #444;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    margin-right: 5px;
}

#small-files-list .file-row .file-name img{
    vertical-align: middle;
}

#small-files-list .file-row .file-actions{
    text-align: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-end;
    background: #F6F6F6;
    border: 1px solid #fff;
}

#small-files-list .file-row .file-actions > a,
#small-files-list .file-row .file-actions > div{
    color: #cccccc;
    display: inline-block;
    padding: 5px;
    margin: 0 2px;
}

#small-files-list .file-row .file-actions.progress{
    min-width: 80px;
}

#small-files-list .file-row .file-actions.progress *{
    color: #0e62ad;
}

#small-files-list .file-row .file-actions a:hover{
    color: #2a3f54;
}
.remove_file:hover{
    color: #f00 !important;
    cursor: pointer;
}

#small-files-list.hover{
    background: #f0faff;
    border: 1px dashed #82c6ed;
}

progress{
    border: 1px solid #dadada;
    border-radius: 3px;
    min-width: 20px;
    width: 100%;
}

progress[value]::-webkit-progress-bar {
    background-color: #f3f3f3;

}

progress[value]::-webkit-progress-value {
    background-color: #82c6ed !important;
    border-radius: 3px !important;
}

input[type=file].hidden{
    height: 0;
    width:0;
}

#fileExistDialog{
    text-align: center;
}
#fileExistDialog p{
    font-size: 14px;
    line-height: 22px;
    font-family: lato;
}

#fileExistDialog .btn{
    margin: 10px;
}

/*END FILES     */


.form-fotter{
    margin: 10px 0;
}

label.hovered:hover{
    text-decoration: underline;
    cursor: pointer;
}

#flex-content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
    min-height: 100%;
}

#flex-content .section{
    border-bottom: 1px solid #dadada;
    margin: 5px 0;
}

#flex-content .section:last-child{
    border:0;
}

#flex-content .section .row{
    margin: 10px 0;
}

#left-sidebar{
    box-sizing: border-box;
    padding: 10px;
    min-width: 260px;
    width: 260px;
    max-width: 260px;
    font-family: "Open Sans";
    border-right: 1px solid #dadada;
    position: relative;
    overflow: auto;
}

#right-sidebar h4,
#left-sidebar h4,
#center-content h4{
    color: #0385d4;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    border-bottom: 1px solid #dadada;
}

#left-sidebar .subtitle,
#right-sidebar .subtitle{
    font-size: 11px;
    font-weight: bold;
    color: #444;
    font-family: "Open Sans";
    padding: 5px 0;
    text-transform: uppercase;
}

#center-content{
    width: 100%;
    padding: 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f7f7f7;
    position: relative;
}



#right-sidebar{
    min-width: 280px;
    max-width: 280px;
    box-sizing: border-box;
    padding: 10px;
    border-left: 1px solid #dadada;
    position: relative;
}


.image-box{
    border-radius: 3px;
    margin: 2px;
    padding: 3px;
    display: inline-block;
    border: 1px solid #dadada;
    background: #fff;
    box-shadow: 0 0 10px #cfcfcf;
    position: relative;
}
.image-box:hover{
    transition: all 0.5s ease;
    background: #304456;
    border-color: #304456;
}

.favorite img{
    height: 16px;
}


/*FONT SIZE*/

.font10{
    font-size: 10px;
}

.font24{
    font-size: 24px;
}

/*END FONT SIZE*/


.status_box{
    color: #333;
    font-family: "Open Sans";
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;

}


.status-squer{
    width: 5px;
    min-height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 2px;
}

.status-name{
    margin-left: 3px;
}

.removeing{
    border-color: red;
    -webkit-transition : border 1000ms ease-out;
    -moz-transition : border 1000ms ease-out;
    -o-transition : border 1000ms ease-out;
    transition : border 1000ms ease-out;
}

.info{
    color: #999;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 13px;
}

.info:hover{
    color: #2a3f54;
    margin-right: -3px;
    paddiing-left: 3px;
}

.info.info-small{
    font-size: 9px;
}

input.span-date{
    width: 90px;
}

input.span-date.small{
    width: 68px;
}

/*FLEX ============================================*/

.flex{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.flex-center{
    align-items: center;
}


.flex-span-group{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}

.flex-span-group > *{
    flex: 1;
    width: 100%;
    border-left-width: 0 !important;
    border-radius: 0 !important;
}

.flex-span-group > *:first-child{
    border-left-width: 1px !important;
    border-radius: 3px 0 0 3px !important;
}

.flex-span-group > *:last-child{
    border-radius: 0 3px 3px 0 !important;
}

/*END FLEX*/



/*colors*/

.bg-gold{
    background: gold;
}

.border-left-gold{
    border-left: 3px solid gold !important;
}

.border-right-gold{
    border-right: 3px solid gold !important;
}

.border-left-blue{
    border-left: 3px solid #0073ea !important;
}

#ui-datepicker-div
{
    z-index: 110999992 !important;
}


.form-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-row-inline{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-row-inline > *{
    margin: 5px;
}

.form-row label{
    padding: 3px 0;
}

.file-play-btn{
    color: #0073ea;
}


.organizer.small-scrollbar,
.organizer_comments.small-scrollbar{
    max-height: 200px;
    overflow: auto;
}

.small-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.small-scrollbar::-webkit-scrollbar-button {
    background: #eaeaea;
    border-radius: 3px;
}


.small-scrollbar::-webkit-scrollbar-track-piece {
    background: #f7f7f7;

}
.small-scrollbar::-webkit-scrollbar-thumb {
    background: #dadada;
    border-radius: 3px;

}​
