.select_command_item{
    margin: auto;
    width:100%;
    padding:5px;
    border:solid 1px #ddd;
    text-align: left;
}
.select_command_item:hover{
    background:#e5e5e5;
}
.select_command_item .checker{
    width:25px;
    height:25px;
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
}
.select_command_item .name{
    width:200px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    color:#006699;
}
.select_command_item .contents{
    width:300px;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.select_command_item .files{
    width:75px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

#edit_account_school_details .commands{
    font-size: 0px;
}
#edit_account_school_details .commands .date{
    color:#006699;
    display: inline-block;
    vertical-align: top;
    width:50px;
    font-size: 10px;
}
#edit_account_school_details .commands .name{
    color:#111;
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 50px);
    font-size: 10px;
}
#edit_account_school_details label{
    width:70px;
    height:15px;
    line-height:15px;
    font-size: 10px;
    color:#777;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
#edit_account_school_details input[type="text"],#edit_account_school_details select{
    width:calc(100% - 80px);
    height:15px;
    line-height:15px;
    font-size: 10px;
    color:#111;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin:0px;
}
.account_school_item{
    padding:5px;
    width:100%;
    border-bottom: 1px solid #ddd;
    position:relative; 
}
.account_school_item:hover{
    background: #e5e5e5;
}
.account_school_item.active{
    background: #C3E0F7;
}
.account_school_item .name{
    font-size: 12px;
    color:#006699;
    font-weight: 600;
}
.account_school_item .domain{
    font-size: 11px;
    color:#777;
    font-style:italic;
}
.account_school_item .deleting{
    position:absolute;
    right:5px;
    top:10px;
    color:maroon;
}
.account_school_item .takesnapshot{
    position:absolute;
    right:5px;
    top:10px;
    color:#CE63D3;
}
.account_school_item .initialupdate{
    position:absolute;
    right:5px;
    top:10px;
    color:#009966;

}



#edit_account_school_details{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 125px);
    height: 390px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #aaa;
    margin-bottom: 20px;
}

#edit_account_school_list{
    display: inline-block;
    vertical-align: top;
    width: 125px;
    height: 390px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #aaa;
    margin-bottom: 20px;
}

#window_buttons{
    display: inline-block;
    margin: 5px;
}

#all_accounts_table .message{
    opacity: .6;
    font-size: 10px;
    color:#fff;
    /*height:20px;*/
    /*line-height:20px;*/
    width:130px;
    padding: 3px 5px;
    background: #ddd;
    /*border:1px solid #aaa;*/
    display: none;
    margin: 1px;
    margin-top: 5px;
    border-radius:3px; 
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e0e0e+0,565656+100 */
    background: rgb(14,14,14); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(86,86,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}
.school_domain{
    display: inline-block;
    vertical-align: top;
    height:auto;
    line-height:9px;
    padding-top: 2px;
    width:140px;
    text-align: left;
    margin: 1px;
    border-radius: 3px;
    color:#111;
    overflow: hidden;

}
.school_app{
    display: inline-block;
    vertical-align: top;
    height:15px;
    line-height:15px;
    width:25px;
    text-align: center;
    margin: 3px 1px;
    border-radius: 3px;
    text-decoration: none;
    color:#fff;
}
#all_accounts_edit{
    width:450px;
    display: inline-block;
    vertical-align: top;
    background:#e5e5e5;
    height: 100%;
    padding:10px;
    font-size: 12px;
    overflow: auto;
}
#all_accounts_table{
    width:calc(100% - 450px);
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding:10px;
    font-size: 12px;
    overflow: auto;
}
#all_accounts_table >.loader{
    text-align:center;
}
#all_accounts_table >.error{
    text-align:center;
}
#all_accounts_table .row{
    white-space: nowrap;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+99 */
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #e5e5e5;
    /*user-select:none;*/
}
#all_accounts_table .row:hover{
    background: #f0f0f0;
}
#all_accounts_table .row:active{
    background: #fff;
}
.cell_block_school{
    margin-right:5px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: top;
    width: 3px;
    font-size: 10px;
    color:#fff;
    height:30px;
    line-height:25px;
    /*margin:2px;*/
    text-align: center;
    /*border-radius: 3px;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,1666ad+98 */
    background: rgb(37,141,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(22,102,173,1) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(22,102,173,1) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(22,102,173,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#1666ad',GradientType=0 ); /* IE6-9 */
}
.cell_block_school.error{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
.cell_block_school.waiting{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#96641e+1,a8560f+100 */
    background: rgb(150,100,30); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(150,100,30,1) 1%, rgba(168,86,15,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(150,100,30,1) 1%,rgba(168,86,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(150,100,30,1) 1%,rgba(168,86,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96641e', endColorstr='#a8560f',GradientType=0 ); /* IE6-9 */
}
.cell_block_user{
    display: inline-block;
    vertical-align: top;
    width: 45px;
    font-size: 10px;
    overflow: hidden;
    padding: 0px 5px;
    color:#fff;
    height:25px;
    line-height:25px;
    margin:2px;
    text-align: center;
    border-radius: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#874860+0,773338+100 */
    background: rgb(135,72,96); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(135,72,96,1) 0%, rgba(119,51,56,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(135,72,96,1) 0%,rgba(119,51,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(135,72,96,1) 0%,rgba(119,51,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874860', endColorstr='#773338',GradientType=0 ); /* IE6-9 */
}
.school_second_message{
    display: inline-block;
    vertical-align: top;
    height:20px;
    line-height: 20px;
    width:110px;
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
}
.school_row{
    position: relative;
    border-top:1px solid rgba(0,0,0,.1);
    border-bottom:1px solid rgba(0,0,0,.1);
    margin: 5px 0px;
    /*height:85px;*/
}
.school_row:hover{
    background: rgba(255,255,255,.5);
}

.school_row.takesnapshot{
    background:rgba(210,100,210,0.4);
    animation: fadeIn .5s infinite alternate;
}
.school_row.deleting{
    background:rgba(255,0,0,0.4);
    animation: fadeIn .5s infinite alternate;
}
.school_row.preparedeleting{
    background:rgba(255,0,0,0.2);
    animation: fadeIn .5s infinite alternate;
}
.school_row.initialupdate{
    background:rgba(0,150,200,0.4);
    animation: fadeIn .5s infinite alternate;
}
.school_row.initialupdatefinished{
    background:rgba(50,250,0,.5);
    animation: fadeIn .5s infinite alternate;
}
.school_row.deleted{
    background:rgba(255,0,0,0.5);
}
.school_row.updating_test{
    background:rgba(80,170,200,.2);
    animation: fadeIn .5s infinite alternate;
}
.school_row.updating_real{
    background:rgba(80,170,200,.4);
    animation: fadeIn .5s infinite alternate;
}
.school_row.cancelling{
    background:rgba(160,180,90,.4);
    animation: fadeIn .5s infinite alternate;
}
.school_row.ready{
    background:#D4EFDF;
}

.school_row.initial_error{
    background:rgba(240,170,0,.5);
}
.school_row.initial_success{
    background:rgba(50,250,0,.5);
}
.school_row.test_error{
    background:rgba(240,170,0,.1);
}
.school_row.test_success{
    background:rgba(50,250,0,.1);
}
.school_row.real_error{
    background:rgba(240,170,0,.3);
}
.school_row.real_success{
    /*background:rgba(50,250,0,.3);*/
}

.school_row .logs_button{

}
.school_row{

}

.corange{
    color:#E0B700;
}
.cgreen{
    color:#09BA00;
}
.cred{
    color:maroon;
}

@keyframes fadeIn { 
    from {  filter: brightness(140%) grayscale(50%); } 
}

.update_block{
    display: inline-block;
    vertical-align: top;
    margin:1px;
    width:95px;
    height:25px;
    padding:3px;
    line-height: 10px;
    color:rgba(255,255,255,.8);
    font-size: 9px;
    text-align: center;
    border-radius: 3px;
    background: #009966;
    user-select:none;
    overflow: hidden;
    padding-left:25px;
    text-align: left;
    position: relative;
}
.update_block input{
    width:20px;
    height:20px;
    position: absolute;
    top:0px;
    left:0px;
    pointer-events: none;
}
.update_block.failed{
    background: #861C1E;
}

.update_block:hover{
    transform: scale(1.1,1.1);
}
.update_block:active{
    transform: scale(1.05,1.05);
}