@charset "UTF-8";

/* Colors CSS */
#OutoftheBox a{color: #666;font-size: 12px;}
#OutoftheBox .entry.folder a{float:left;}

#OutoftheBox .list-container {border-color: #DDD;   background-color: #f9f9f9;}
#OutoftheBox .loading{background-color: rgba(249, 249, 249, 0.8);}

/* ---Header */
#OutoftheBox .nav-header{  border-color: #E4E4E4;  background: #DADADA;  margin-top: 10px;}
#OutoftheBox .nav-header a:hover,
#OutoftheBox .nextimages a:hover,
#OutoftheBox .column_names a:hover{color: #0e92c7;}
#OutoftheBox .nav-search.inuse{  color: #29ADE2;}
#OutoftheBox .column_names{  background-color: #F1F1EF; border-color: #E4E4E4;}

/* ---File/Pictures entries */
#OutoftheBox .entry.hasfocus, #OutoftheBox .entry.hasfocus a,
#OutoftheBox .entry.popupopen, #OutoftheBox .entry.popupopen a,
#OutoftheBox .entry.isselected, #OutoftheBox .entry.isselected a,
#OutoftheBox .entry.isdragged, #OutoftheBox .entry.isdragged a,
#OutoftheBox .entry:hover ,#OutoftheBox .entry:hover a{color: #FFF;}
#OutoftheBox .entry:hover, #OutoftheBox .entry.hasfocus, #OutoftheBox .entry.isdragged, #OutoftheBox .entry.popupopen  {  background-color: #555C5F;}
#OutoftheBox .entry.isselected { background-color: #0e92c7;}

/* ---Menus*/
#OutoftheBox .oftb-grid .entry_edit { background-color: #29ADE2}
#OutoftheBox .oftb-grid .entry.hasfocus .entry_edit,
#OutoftheBox .oftb-grid .entry.popupopen .entry_edit { background-color: #29ADE2}
#OutoftheBox .oftb-grid .entry.isselected .entry_edit { background-color: #0e92c7}
#OutoftheBox .gridgallery .entry_edit  { background-color: rgba(86, 86, 86, 0.5)}
#OutoftheBox .gridgallery .entry.hasfocus .entry_edit,
#OutoftheBox .gridgallery .entry.popupopen .entry_edit{ background-color: rgba(86, 86, 86, 0.5)}
#OutoftheBox .gridgallery .entry.isselected .entry_edit { background-color: rgba(86, 86, 86, 0.8)}
#OutoftheBox .gridgallery a.entry_edit_menu,
#OutoftheBox .gridgallery a.entry_description {color: #FFF;}

.OutoftheBox .gear-menu li >a:hover,
.OutoftheBox .download-zip-menu li >a:hover,
.OutoftheBox .oftb-dropdown-menu li > a:hover {
    background-color: #0e92c7;
    color: #FFF;
}
/* ---Upload rows */
#OutoftheBox .template-upload,
#OutoftheBox .template-download{
    border: 1px solid #EBEBEB;
    background-color: #EEE;
}

/* ---Drag & Drop */
#OutoftheBox .in{
    border-color: #81BDF1;
}

#OutoftheBox .hover {
    border-color: #337ab7;
}

/* End Color CSS */

.sign-box input[type="text"], .sign-box input[type="password"], .sign-box input[type="email"] {
    float: left;
    height: 35px;
    margin-bottom: 12px;
    width: 100%;
}
input[type="text"], input[type="password"], input[type="email"] {
    border: 1px solid #e5e6de;
    box-shadow: 0 1px 0 #e5e6de inset;
    box-sizing: border-box;
    color: #9b9b9b;
    font-size: 14px;
    padding: 0 10px;
}
/* Basic layout */
#OutoftheBox{
    font: 1.1em "Nanum Gothic", sans-serif;
    line-height: 1.6;
    color: #666;
    text-align: left;
    margin-bottom: 10px;
}

#OutoftheBox div,#OutoftheBox p, #OutoftheBox ul, #OutoftheBox ul {
    margin:0 auto;
    padding:0;
}
#OutoftheBox div, #OutoftheBox input{
    box-sizing:border-box;
    -moz-box-sizing: border-box;
}

#OutoftheBox a{
    text-decoration: none;
    border:0
}
#OutoftheBox a:hover{
    text-decoration: none;
}
.OutoftheBox.jsdisabled,
#OutoftheBox .jsdisabled{
    display: none;
}
#OutoftheBox-nojsmessage{
    font-style:italic;
}

#OutoftheBox .noaccess{
    text-align: center;
    min-height: initial!important;
}

/* Container */
.OutoftheBox{
    border: 2px dashed transparent;
}

#OutoftheBox .list-container{
    position: relative;
    padding: 0;
    z-index: 2;
}
#OutoftheBox .ajax-filelist{
    font-size: 100%;
    min-height: 32px;
    overflow: visible;
    padding: 10px 5px;
    min-height: 70px;
    box-shadow: inset 0px 0px 8px 0px #D9D9D3;
    -webkit-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
    -moz-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    background: #F9F9F9 center 65% no-repeat;
}

/* Loading Divs*/
#OutoftheBox .loading{
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    top: 75px;
    z-index: 1000;
    text-align: center;
    background-image: url(clouds/cloud_loading_128.gif);
    background-position: 50% 30px;
    background-repeat: no-repeat;
}
#OutoftheBox .loading.initialize{  background-image: url(clouds/cloud_system_128.png);}
#OutoftheBox .loading.upload{    background-image: url(clouds/cloud_upload_128.gif);  }
#OutoftheBox .loading.search{  background-image: url(clouds/cloud_inspect_128.png);}
#OutoftheBox .loading.error{  background-image: url(clouds/cloud_sad_128.png);}
#OutoftheBox .gridgallery img.preloading,
#OutoftheBox .oftb-grid .entry_thumbnail img.preloading{
    background: url(clouds/cloud_loading_64.gif) 50% 50% no-repeat;
}

/* Header */
#OutoftheBox .nav-header{
    min-height:38px;
    padding: 5px 15px;
    border-style:solid;
    border-width: 1px 1px 0px 1px;
    border-radius: 5px 5px 0 0

}
#OutoftheBox .nav-header a:hover,
#OutoftheBox .column_names a:hover{
    font-weight: bold;
}
#OutoftheBox .nav-title{
    margin-left: 26px;
    margin-right: 180px;
    margin-top: 3px;
    font-size: 14px;
    position: relative;
}

/* Header buttons */
#OutoftheBox .nav-home{
    float:left;
}

#OutoftheBox .nav-home i{
    font-size: 2.3em;
    cursor: pointer;
}
#OutoftheBox .download-zip i,
#OutoftheBox .nav-upload i,
#OutoftheBox .nav-refresh i,
#OutoftheBox .nav-layout i,
#OutoftheBox .nav-search i,
#OutoftheBox .nav-gear i{
    margin-top: 3px;
    font-size: 1.2em;
    margin-left: .5em;
    cursor: pointer;
}

#OutoftheBox .search-div{
    display: none;
}

#OutoftheBox .download-zip{
    position: relative;
    right:0px;
    float: right;
}

#OutoftheBox .zip-status{
    font-size: 80%;
}

#OutoftheBox .zip-status .zip-bytes{
    margin-left:10px;
    font-style: italic;
}

/* Files and folders*/
#OutoftheBox .files .entry{
    padding: 5px 10px 5px 10px;
    margin: 5px;
    clear: both;
    min-height: 35px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    overflow: visible;
    box-shadow: 0px 0px 8px 0px #D9D9D3;
    -webkit-box-shadow: 0px 0px 8px 0px #D9D9D3;
    -moz-box-shadow: 0px 0px 8px 0px #D9D9D3;
}
#OutoftheBox .files .column_names{
    clear: both;
    min-height: 30px;
    padding: 5px 16px 5px 20px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
}

#OutoftheBox .oftb-grid .layout-grid{
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
#OutoftheBox .oftb-grid .entry{
    padding: 5px 0px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    border-radius: 5px;
    margin: 5px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 8px 0px #D9D9D3;
    -webkit-box-shadow: 0px 0px 8px 0px #D9D9D3;
    -moz-box-shadow:    0px 0px 8px 0px #D9D9D3;
}
#OutoftheBox .entry:hover, #OutoftheBox .entry.hasfocus, #OutoftheBox .entry.isdragged, #OutoftheBox .entry.popupopen  {
    box-shadow: 2px 2px 4px #bbb;
    -webkit-box-shadow: 2px 2px 4px #bbb;
    -moz-box-shadow:    2px 2px 4px #bbb;
}

#OutoftheBox .oftb-grid .entry .entry_block{
    padding: 5px;
    width:200px;
}
#OutoftheBox .oftb-grid .entry_thumbnail{
    width: 100%;
    height: 120px;
    margin: 0 auto;
    position: relative;
    border: 1px solid transparent;
    overflow: hidden;
}
#OutoftheBox .oftb-grid .entry_thumbnail-view-bottom{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
#OutoftheBox .oftb-grid .entry_thumbnail-view-center{
    text-align: center;
    position: relative;
}
#OutoftheBox .oftb-grid .entry_thumbnail img{
    max-width: 100%;
    max-height: 100%;
    min-width: 100px;
    min-height: 100px;
    padding: 1px;
    vertical-align: top;
    transition: opacity .3s ease-in;
    -ms-interpolation-mode: bicubic;
    box-shadow: none;
}

#OutoftheBox .oftb-grid .entry.hasfocus .entry_link,
#OutoftheBox .oftb-grid .entry:hover .entry_link{
    font-weight: bold;
}

#OutoftheBox .oftb-list .entry_name{
    margin-left: 6px;
    margin-right: 5px;
    text-align: left;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 745px;
}
#OutoftheBox .oftb-list .entry_name.location_name{
    padding-left: 27px;
    /*padding-left: 15px;*/
    width: 150px;
}
.manage_team_div {
    float: right !important;
    text-align: right;
    width: 90px;
}
.share_div{
    float: right !important;
    text-align: right;
    width: 50px;
}
#OutoftheBox .entry_icon img, #OutoftheBox .icon.edit_name_icon{
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
    vertical-align: middle;
    width: 18px;
}
#OutoftheBox .oftb-grid .entry_name{
    line-height: 21px;
    text-align: center;
}

#OutoftheBox .oftb-grid .entry_name .entry-name-view{
    display: inline-block;
    max-width: 78%;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
}
#OutoftheBox .oftb-grid .entry_name .entry-name-view span,
#OutoftheBox .oftb-grid .entry_name .entry-name-view span strong{
    white-space: nowrap;
}

#OutoftheBox .entry_link {
    width: 350px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
#OutoftheBox .oftb-grid .entry_link{
    display: inline;
    width:100%;
}

#OutoftheBox .entry_size{
    float: right;
    font-size: 95%;
    width: 84px;
    text-align: right;
}

#OutoftheBox .entry:hover .entry_checkbox,
#OutoftheBox .entry.hasfocus .entry_checkbox,
#OutoftheBox .entry.popupopen .entry_checkbox,
#OutoftheBox .entry.isselected .entry_checkbox{
    display:inline-block; 
}

#OutoftheBox .oftb-list .entry_checkbox,
#OutoftheBox .oftb-list .entry_checkallbox{
    float:right;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    z-index: 10;
    margin-top: 3px;
}
#OutoftheBox .oftb-list .entry_checkallbox{
    width: 80px;
}
#OutoftheBox .oftb-list .entry_checkallbox input{
    margin-left: 7px;
    margin-top: 0;
}
#OutoftheBox .gridgallery .entry_checkbox,
#OutoftheBox .oftb-grid .entry_checkbox{
    top: 3px;
    margin-right: 5px;
    position: relative;
    display: none;
}
#OutoftheBox .gridgallery .entry_checkbox{
    left: 5px;
    top: 5px;
}
#OutoftheBox .entry_lastedit{
    font-size: 95%;
    min-width: 10%;
    width: 75px;
    text-align: left;
    float:right;
}

#OutoftheBox .oftb-grid .entry_description,
#OutoftheBox .gridgallery .entry_description{
    right: 28px;
    top: -3px;
    position: absolute;
    padding: 3px 5px;
}
#OutoftheBox .gridgallery .entry_description{
    top: -2px;
    right: 20px;
}
#OutoftheBox .description_textbox{
    display: none;
}

#OutoftheBox .entry_foundpath{
    font-size: 95%;
}

#OutoftheBox .no_results{
    background:url(clouds/cloud_status_128.png) center top no-repeat;
    padding-top: 120px;
    text-align: center;
    font-style: italic;
    height: 140px;
}

/* Column Sorting */
#OutoftheBox .column_names {
    font-size: 80% !important;
}
#OutoftheBox .files.oftb-grid .column_names {
    display:none;
}

#OutoftheBox .column_names .sortable{
    cursor: pointer;
}

#OutoftheBox .column_names .entry_name,
#OutoftheBox .column_names .entry_size,
#OutoftheBox .column_names .entry_lastedit{
    font-size: 100%;
}

#OutoftheBox .column_names .entry_size{
    margin-right: 15px;
}

#OutoftheBox .sort_icon{
    width: 21px;
    height: 4px;
    top: 3px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    left: 6px;
}
#OutoftheBox .column_names .desc .sort_icon{
    background-image:  url(images/desc.gif);
}
#OutoftheBox .column_names .asc .sort_icon{
    background-image:  url(images/asc.gif);
}

/* Search Form */
.OutoftheBox .search-remove{
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 18px;
    font-size: 140%;
}

.OutoftheBox .search-input{
    width: 200px;
    margin: 0 !important;
    background:white url(images/search.png) 5px center no-repeat;
    color:#666;
    border: 1px solid #d1d1d1;
    padding: 6px 25px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    font-size: 150%;
}
.OutoftheBox .search-div{
    margin: 10px;
}

/* Menus*/
#OutoftheBox .oftb-list .entry_edit_placheholder,
#OutoftheBox .oftb-list .entry_edit {
    float:right;
    margin-left: 10px;
    width: 30px;
    height: 13px;
    display: none;
}

#OutoftheBox .entry.hasfocus .entry_edit,
#OutoftheBox .entry.popupopen .entry_edit,
#OutoftheBox .gridgallery .entry.isselected .entry_edit{
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
}

#OutoftheBox .oftb-list .entry_edit_placheholder{
    display: block;
}

#OutoftheBox .oftb-grid .entry_edit,
#OutoftheBox .gridgallery .entry_edit {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 25px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}

#OutoftheBox .oftb-grid .hasfocus .entry_edit,
#OutoftheBox .gridgallery .hasfocus .entry_edit {
    transition: all .4s ease-in;
}

#OutoftheBox .oftb-list .popupopen .entry_edit,
#OutoftheBox .oftb-list .hasfocus .entry_edit{
    display: block;
}


#OutoftheBox .entry_edit_menu {
    cursor: pointer;
}
#OutoftheBox .oftb-list .entry_edit_menu {
    float:right;
    margin-top: 7px;
}
#OutoftheBox .oftb-grid .entry_edit_menu,
#OutoftheBox .gridgallery .entry_edit_menu {
    right: 9px;
    top: -3px;
    position: absolute;
    padding: 3px 5px;
}
#OutoftheBox .gridgallery .entry_edit_menu{
    right:0px;
    top: -2px;
}

.OutoftheBox .gear-menu,
.OutoftheBox .download-zip-menu,
.OutoftheBox .oftb-dropdown-menu{
    display: none;
    font-size: 140%;
}
.OutoftheBox .gear-menu ul,
.OutoftheBox .download-zip-menu ul,
.OutoftheBox .oftb-dropdown-menu ul{
    list-style: none;
    background: #FFF;
    overflow: hidden;
    padding: 4px 0;
    margin: 0;
    font-size: 60%;
}
.OutoftheBox .gear-menu li,
.OutoftheBox .download-zip-menu li,
.OutoftheBox .oftb-dropdown-menu li {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height: 18px;
}
.OutoftheBox .gear-menu li > a,
.OutoftheBox .download-zip-menu li >a,
.OutoftheBox .oftb-dropdown-menu li > a{
    display: block;
    color: #555;
    text-decoration: none;
    line-height: 18px;
    padding: 6px 10px;
    white-space: nowrap;
    width: 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.OutoftheBox .gear-menu li >a:hover,
.OutoftheBox .download-zip-menu li >a:hover,
.OutoftheBox .oftb-dropdown-menu li > a:hover {
    cursor: pointer;
}
.OutoftheBox .gear-menu  li i,
.OutoftheBox .download-zip-menu li i,
.OutoftheBox .oftb-dropdown-menu li i{
    width:35px;
}


/* FileUpload Form */
#OutoftheBox .fileuploadform{
    font-size: 90%;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #E4E4E4;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    background: #F9F9F9 center 65% no-repeat;
    position: relative;
    overflow: hidden;
}

#OutoftheBox .fileupload-list{
    min-height: 170px;
    padding: 10px;
    position: relative;
}

#OutoftheBox div.fileupload-drag-drop{
    position: absolute;
    height: 100%;  
    width: 100%;
    text-align: center;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */

}

#OutoftheBox .in div.fileupload-drag-drop{
    border-color: #81BDF1;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%); 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter:none; /* IE6-9 */
}

#OutoftheBox .hover div.fileupload-drag-drop{
    border-color: #337ab7;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%); 
}

#OutoftheBox div.fileupload-drag-drop div{
    position: absolute;
    top: 5%;
    width: 100%;
    font-size: 160%;
    font-weight: bold;
    color: #BBB;
}

#OutoftheBox .fileupload-browse-button{
    width: 100%;
    height: 100%;
    transform:none;
}

#OutoftheBox .fileupload-buttonbar{
    text-align: center;
    background-color: rgb(228, 228, 228);
    padding: 7px 0px;
    position: relative;
    overflow: hidden;
}

#OutoftheBox .fileupload-buttonbar-text{
    line-height: 1.2;
    margin-bottom: 10px;
    top: 3px;
    display: block;
    position: relative;
}

#OutoftheBox .fileupload-buttonbar .ui-button{
    float: none !important; /* overrule jQuery UI CSS */
}
#OutoftheBox .ui-button-text, #OutoftheBox .fileupload-browse-button{
    cursor: pointer;
}

#OutoftheBox .upload-btn-container{
    position:relative;
    display: inline-block;
    overflow: hidden
}

#OutoftheBox .upload-input-button{
    position: absolute;
    top: 0;
    right:0;
    margin: 0; 
    font-size: 2em;
    direction:ltr;
    cursor: pointer;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    display: block;
}

#OutoftheBox .template-row{
    display:none;
}

#OutoftheBox .template-upload,
#OutoftheBox .template-download{
    display:block;
    margin: 0 0 10px;
    padding:10px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px #D9D9D3;
    -webkit-box-shadow: 0px 0px 8px 0px #D9D9D3;
    -moz-box-shadow: 0px 0px 8px 0px #D9D9D3;
    border-radius: 5px;
}

#OutoftheBox .upload-thumbnail{
    float: left;
}

#OutoftheBox .upload-thumbnail img{
    border-radius: 10px;
    width: 48px;
    height:48px;
}

#OutoftheBox .upload-file-info{
    margin-left: 60px;
    margin-top:6px;
    min-height: 48px;
    position: relative;
}

#OutoftheBox .file-name{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#OutoftheBox .file-size{
    font-size: 80%;
    float: right;
    margin-left: 10px;
    margin-top: 1px;
}

#OutoftheBox .max-file-size{
    font-weight: bold;
}
#OutoftheBox .fileupload-info-container{
    width: 100%;
    font-size: 80%;
    text-align: center;
    margin: 5px 0;
}

#OutoftheBox .upload-status-container{
    text-transform: uppercase;
    font-size: 90%;
    font-weight: bold;
    margin-left: 15px;
    float: right;
}

#OutoftheBox .upload-status-container .queue{}
#OutoftheBox .upload-status-container .error{}
#OutoftheBox .upload-status-container .succes{}

#OutoftheBox .upload-error{
    text-decoration: underline;
    display: none;
}

#OutoftheBox .upload-progress{
    display: none;
    box-shadow: inset 0px 0px 8px 0px #D9D9D3;
    -webkit-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
    -moz-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
}

#OutoftheBox .upload-progress .progress{
    height: 10px;
    padding: 0px !important;
    background: none;
}

#OutoftheBox .upload-progress .ui-progressbar-value{
    height: 10px;
    border:0;
    background: none;
    background-color: #337ab7;
    box-shadow: inset 0px 0px 8px 0px #505050;;
    -webkit-box-shadow: inset 0px 0px 8px 0px #505050;;
    -moz-box-shadow: inset 0px 0px 8px 0px #505050;;

}

#OutoftheBox .template-upload .ui-icon,
#OutoftheBox .template-download .ui-icon{
    margin-left: 5px;
    margin-top: 1px;
}


/* OutoftheBox Gallery */
#OutoftheBox .image-collage{
    /*This is where you set the padding you want between the images*/
    padding:5px !important;
    margin:0 !important;
    border:0 !important;
    font-size: 100% !important;
    position: static;
    overflow: visible;
    opacity: 1;
    -ms-filter: 'alpha(opacity=0)';
}

#OutoftheBox .image-collage img{
    margin:0;
    padding:0;
    /*display:inline-block;*/
    vertical-align:bottom;
    opacity:1;
    max-width: none !important;
    border-radius: 0 !important;
    /*This is where you set the border you want for the image*/
    border:0px solid #FFF;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}


#OutoftheBox .image-container{
    /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
    opacity:1;
    -ms-filter: 'alpha(opacity=100)';
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float:left;
    overflow: visible !important;
}

#OutoftheBox .image-container.hidden,
#OutoftheBox .image-container img.hidden{
    display:none;
    opacity:0;
    -ms-filter: 'alpha(opacity=0)';
}

#OutoftheBox .image-container.entry{
    padding:0 !important;
}

#OutoftheBox .folder-thumb{
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
}

#OutoftheBox .image-folder{
    background-color: #808080;
}

#OutoftheBox .image-folder:hover{
    background-color: #808080 !important;
    cursor: pointer;
}

#OutoftheBox .image-folder img{
    background: none !important;
    z-index: 1;
    position: absolute;
}

#OutoftheBox .image-rollover{
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px  #000;
    box-shadow: 0px 0px 4px  #000;
}

#OutoftheBox .image-folder .folder-text {
    position: absolute;
    padding: 5px 0px 10px!important;
    bottom: 0;
    color: #FFF;
    background:url(images/folder-title-bg.png) repeat;
    font-size: 130%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

/* Buttons*/
#OutoftheBox .upload-btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#OutoftheBox .upload-btn.focus, #OutoftheBox .upload-btn:focus,#OutoftheBox .upload-btn:hover {
    color: #333;
    text-decoration: none;
}
#OutoftheBox .upload-btn.active, #OutoftheBox .upload-btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

#OutoftheBox .upload-btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
} 

#OutoftheBox .upload-btn-primary {
    color: #fff;
    background-color: #29ADE2;
    border-color: #2092BF;
}

#OutoftheBox .upload-btn-primary.active,
#OutoftheBox .upload-btn-primary.focus,
#OutoftheBox .upload-btn-primary:active,
#OutoftheBox .upload-btn-primary:focus,
#OutoftheBox .upload-btn-primary:hover {
    color: #fff;
    background-color: #0e92c7;
    border-color: #0D6487;
}

/* iLightbox  Iframe*/
.ilightbox-holder.OutoftheBox iframe,
.ilightbox-holder.OutoftheBox .ilightbox-image{
    background:none;
    z-index: 2;
    position: relative;
}
.ilightbox-holder.OutoftheBox div.ilightbox-container {
    background-color: #FFF;
} 

.ilightbox-holder.OutoftheBox .ilightbox-caption{
    background: rgba(78, 78, 78, 0.7) !important;
    text-shadow:none !important;
    font-size: 1em !important;
    color: #FFF !important;
}

.OutoftheBox .empty_iframe{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    height: 100%;
    background-image: url(images/iframearrow.png);
    background-position: 50% 30px;
    background-repeat: no-repeat;
    padding-top:0;
    background-color: #FFF;
    border-radius: 10px;
}

.OutoftheBox .empty_iframe h1{
    margin-top: 170px;
}
.OutoftheBox .empty_iframe span{
    display: block;
    /* position: relative; */
    padding: 0 20px;
    margin: 0 auto;
}

/*jQuery UI CSS overrule*/
.OutoftheBox .ui-widget-content,
.OutoftheBox .ui-dialog-titlebar{
    padding:5px !important;
}

.OutoftheBox .ui-dialog-titlebar-close{
    width: 20px !important;
    height: 20px !important;
}

#OutoftheBox .fileupload-list .ui-icon{
    float: right;
    margin-left: 5px;
    margin-top: 1px;
}

.ui-dialog.OutoftheBox button{
    float: right !important; /* overrule jQuery UI CSS */
}

.ui-front { 
    z-index:1000; /* The default is 100. !important overrides the default. */ 
} 
.ui-widget-overlay.ui-front { 
    z-index: 1000000 !important; 
}

.OutoftheBox .ui-droppable.entry {
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
}
.OutoftheBox .ui-droppable.entry.ui-state-hover{
    border:0;
    background: none;
    opacity: 0.5;
    -ms-filter: 'alpha(opacity=50)';
}
.OutoftheBox .ui-droppable.entry.ui-state-active{
    border:0;
    background: none;
    opacity: 0.9;
    -ms-filter: 'alpha(opacity=90)';
}

/* qTip custom CSS */
.OutoftheBox .qtip-content {
    padding: 0 !important;
    font: 1.1em "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
    line-height: 1.6;
    color: #666;
    text-align: left;
}

.oftb-mobile .qtip-default.OutoftheBox{
    max-width: 225px;
}

.qtip-default.OutoftheBox.description .qtip-content .description_title{
    display: block;
    color: #FFF;
    font-weight: bold;
    padding: 5px 40px 5px 5px;
    line-height: 1.4em;
    font-size: 90%;
}
.qtip-default.OutoftheBox.description .qtip-content .description_text{
    font-size: 70%;
    padding:5px;
    max-height: 150px;
    overflow-y: auto;
    color:#555;
}
.qtip-default.OutoftheBox.description .entry_edit_description{
    float: right;
    margin: 1px 6px 2px 6px;
}
.qtip-default.OutoftheBox.description .entry_edit_description a{
    color:#FFF;
    cursor:pointer;
}
.qtip-default.OutoftheBox.description .entry_edit_description a:hover{
    color:#444;
    text-decoration: none;
}

.qtip-default.OutoftheBox.description textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
    color:#555;
}
.qtip-default.OutoftheBox.description input[type="button"]{
    float: right;
    margin-top: 5px;
}

.qtip-default.OutoftheBox.description .ajaxprocess {
    float: right;
    margin: 3px 5px 0 0;
}
.qtip-default.OutoftheBox.description,
.qtip-default.OutoftheBox{
    -webkit-box-shadow: 2px 3px 10px #878787;
    -moz-box-shadow: 2px 3px 10px #878787;
    box-shadow: 2px 3px 10px #878787;
    border-radius: 5px;
    border: 5px solid #FFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.6;
}
.qtip-default.OutoftheBox.search {
    font-size: 70%;
}

.qtip-default.OutoftheBox.thumbnail .qtip-content{
    padding:5px !important;
}
.qtip-default.OutoftheBox.thumbnail,
.qtip-default.OutoftheBox{
    -webkit-box-shadow: 0px 0px 4px #bbb;
    -moz-box-shadow: 0px 0px 4px  #bbb;
    box-shadow: 0px 0px 4px  #bbb;
    border-radius: 3px;
}

.pagination_drop_down select {
    float: left;
    height: 35px;
    width: 65px;
    margin-top: 15px; 
}

.drop_down_label{
    float: left;
    margin-top: 23px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
}

#OutoftheBox .oftb-list .entry_checkbox.check_input{
    height: 25px;
    width: 25px;
    border: 1px solid #FFFCFC;
    border-radius: 50%;
    text-align: center;
    float: right;
    position: absolute;
    right: 2px;
    top: -1px;
    background-color: rgba(255,255,255,0.5);
}
#OutoftheBox .oftb-list .entry_checkbox.checked_input{
    background-image: url(images/SelectImagecheckmark.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
    height: 25px;
    width: 25px;
    float: right;
    background-color: rgba(255,255,255,0.5);
}
#OutoftheBox .oftb-list .entry_checkbox.check_input input,#OutoftheBox .oftb-list .entry_checkbox.checked_input input{
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
}
.tc-popup-in .pull-left, .tc-popup-in .pull-right {
    width: 47%;
    margin-bottom: 15px;
}
.ui-dialog{
    padding: 0em; 
}
.margin_left{
    margin-right: 35px;
}
/*.ui-dialog .ui-dialog-titlebar{
        background-color: #ABABAB;
}*/
.main_bg{
    background: url(../images/FlatZap_Login_Background.jpg) center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


}
.login_wrapper_home{
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto;
    width: 450px;
}
#login-widget .box-style {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.submit_btn{
    margin-bottom: 10px;
}
.login_header{
    margin-top: 10px !important;
}
.date_wise_title{
    padding: 5px 10px 5px 10px !important;
    margin: 10px 5px 5px 5px !important;
    clear: both;
    min-height: 35px;
    line-height: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px #D9D9D3;
    -webkit-box-shadow: 0px 0px 8px 0px #D9D9D3;
    -moz-box-shadow: 0px 0px 8px 0px #D9D9D3;
    background-color: #29ADE2;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
/* Small screens */
table.get_user_list {
    width: 100%;
}
table.get_user_list a {
    padding: 3px 4px;
    font-size: 12px;
}
.myselectcon, .myselectcon > span{width:100% !important;float:left;}
.myselectcon .select2-container--default .select2-selection--multiple{border: 1px solid #e5e6de !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #e4e4e4;
    background-image: -moz-linear-gradient(center top , #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    border: 1px solid #aaaaaa;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 5px 3px 6px !important;
    position: relative;
}
@media only screen and (max-width: 480px){
    .email_old {
        margin-top: 17px;
    }



    #OutoftheBox .nav-title {
        margin-left: 0;
        margin-right: 0;
        margin-top: 28px;
    }

    #OutoftheBox .column_names .entry_lastedit{
        display: none;
    }

    #OutoftheBox .entry_lastedit{
        clear:both;
        float:left;
        margin-left: 23px;
    }

    #OutoftheBox .upload-status-container {
        float:none;
        margin-left: 0;
    }

    #OutoftheBox .upload-btn-container {
        margin: 10px 0px;
    }

    #OutoftheBox .upload-progress,
    #OutoftheBox .upload-error {
        margin-top: 5px;
    }

    #middle-sec3{
        padding: 0px 10px !important;
    }
}

.ajax_loader {
    background: url("../images/spinner_squares_circle.gif") no-repeat center center transparent;
    width:100%;
    height:100%;
}
.blue-loader .ajax_loader {
    background: url("../images/ajax-loader_blue.gif") no-repeat center center transparent;
}
#OutoftheBox{
    margin: 0;
}

@media only screen and (min-width: 480px) and (max-width : 768px) {
    #OutoftheBox .column_names .entry_lastedit{
        display: none;
    }

    #OutoftheBox .entry_lastedit {
        clear:both;
        float:left;
        margin-left: 23px;
    }

    #OutoftheBox .upload-btn-container {
        margin: 10px 0px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    #OutoftheBox .loading,
    #OutoftheBox .jp-jplayer {
        background-image: url(clouds/cloud_loading_256.gif);
        background-size: 128px 128px;
    }
    #OutoftheBox .loading.initialize{
        background-image: url(clouds/cloud_system_256.png);
    }
    #OutoftheBox .loading.upload{
        background-image: url(clouds/cloud_upload_256.gif);
    }
    #OutoftheBox .loading.search{
        background-image: url(clouds/cloud_inspect_256.png);
    }
    #OutoftheBox .loading.error{
        background-image: url(clouds/cloud_sad_256.png);
    }
    #OutoftheBox .no_results{
        background-image:url(clouds/cloud_status_256.png);
        background-size: 128px 128px;
    }
    #OutoftheBox .gridgallery img.preloading,
    #OutoftheBox .oftb-grid .entry_thumbnail img.preloading{
        background-image: url(clouds/cloud_loading_128.gif);
        background-size: 64px 64px;
    }
    #OutoftheBox div.jp-playlist-loading{
        background-image:  url(clouds/cloud_loading_64.gif);
        background-size: 32px 32px;
    }

}


/* Touch screens - Detected by WordPres */
.oftb-mobile #OutoftheBox .entry_edit{
    display: block;
    background-color: transparent;
}
.oftb-mobile #OutoftheBox .gridgallery .entry_edit{
    background-color: rgba(86, 86, 86, 0.5);
}

.oftb-mobile #OutoftheBox .entry_checkbox{
    display: inline-block;
}

.oftb-mobile #OutoftheBox .files.oftb-list .entry{
    padding: 5px;
}
.oftb-mobile #OutoftheBox .files.oftb-list .column_names {
    padding: 0px 15px;
}
.oftb-mobile #OutoftheBox .column_names .entry_size {
    margin-right: 0;
}


/* Icons 16x16*/
#OutoftheBox .entry_icon{
    float: left;
    margin-top: 0px;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}

#OutoftheBox .entry_icon img, #OutoftheBox .icon{
    width: 22px;
    /*width: 26px;*/
    cursor: pointer;
}

/* Admin screen*/
#icon-OutoftheBox {
    background: transparent url( 'images/dropbox_logo_blue.png' ) no-repeat;
}
.adminfilebrowser #OutoftheBox .ajax-filelist {
    font-size: 100%;
}

/* CSS User-to-folder page */
#OutoftheBox-UserToFolder .oftb-user{
    float:left;
    margin: 0 20px 20px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #bbb;
    padding: 10px ;
    background: #DFDFDF;
}

#OutoftheBox-UserToFolder .oftb-user.guest{
    background: #7DC7E4;
}
#OutoftheBox-UserToFolder .oftb-avatar{
    float:left;
}

#OutoftheBox-UserToFolder .oftb-userinfo{

}
#OutoftheBox-UserToFolder .oftb-name{
    margin-left: 45px;
}

#OutoftheBox-UserToFolder .oftb-linkedto{
    font-style: italic;
    margin-left: 45px;
}

#OutoftheBox-UserToFolder .oftb-linkbutton,
#OutoftheBox-UserToFolder .oftb-unlinkbutton{
    margin-top:10px;
    margin-right: 3px;
}

#OutoftheBox .entry_linkto{
    text-align: center;
    display: none;
    float: right;
    z-index: 30;
}
#OutoftheBox .entry_linkto input{
    height: 22px;
    font-size: 12px;
    line-height: 20px;
}
#OutoftheBox .entry.hasfocus .entry_linkto,
#OutoftheBox .entry.isselected .entry_linkto {
    display:block;
}
.entry.folder:hover  .entry_edit{
    display: block !important; 
}
.entry_edit ul li{
    padding-bottom: 5px;

}
.entry_edit ul li:last-child{
    border-bottom: none;
}
#OutoftheBox .entry_edit ul li:hover a{
    background-color: #29ADE2 !important;
}
#OutoftheBox  .entry_edit ul li a{
    color:#000 !important;
    font-size: 15px;
}
#OutoftheBox .entry_edit .dropdown-menu{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    top: 30px;
    left: -127px;
}

#OutoftheBox .entry_edit ul li:hover a{
    color:#fff !important;
}
#OutoftheBox .entry_edit .dropdown-menu::before{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 0px;
    top: -9px;
}
.del_drop_down{
    float: right;
    right: 10px;
    left: inherit;
    padding: 5px 0 !important;
}
.del_drop_down.dropdown-menu::before{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 13px;
    top: -9px;
}
#OutoftheBox .del_drop_down a,#OutoftheBox .del_drop_down a:hover{
    font-size: 14px;
    font-weight: normal;
}
#OutoftheBox .del_drop_down a i {
    margin-right: 10px;
}
.dele_icon{
    margin-right: 0;
    padding: 0 8px;
}
.dele_icon i{ 
    font-size: 2.0em !important;
}
.image-container{
    position: relative;
}
.image-collage .edit_info{
    position: absolute;
    width: 100%;
    opacity: 0;
}
/*.image-container:hover  .edit_info{
    opacity: 1;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 11px !important;
}*/
.image-collage .edit_info i{
    color: #fff;
    margin-right: 5px;
}
#OutoftheBox .oftb-list  .edit_info .entry_checkbox{
    float: left;
}
#OutoftheBox  .edit_info ul.dropdown-menu{
    right: 4px;
    left: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 27px;
}
#OutoftheBox  .edit_info ul.dropdown-menu li a,#OutoftheBox  .edit_info ul.dropdown-menu li a i{
    color: #000;
    font-size: 12px;
}
#OutoftheBox  .edit_info ul.dropdown-menu::before{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 0px;
    top: -9px;
}
.del_drop_down .btn-default,.del_drop_down .btn-default:hover{
    background-color:transparent;
    border-color: transparent;
}
.del_drop_down .btn-default:hover{
    color: #0e92c7;
}
.ui-dialog-content  a:hover,.ui-dialog-content a:focus{
    color: #fff;
    text-decoration: none;
}
ul.pager-container li.active-pager, ul.pager-container li:hover,ul.pager-container li{
    background: #E6E6E6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: -moz-linear-gradient(top,  #E6E6E6 0%, #E6E6E6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E6E6), color-stop(100%,#E6E6E6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #E6E6E6 0%,#E6E6E6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #E6E6E6 0%,#E6E6E6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #E6E6E6 0%,#E6E6E6 100%); /* IE10+ */

    background: linear-gradient(to bottom,  #E6E6E6 0%,#E6E6E6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6E6', endColorstr='#E6E6E6',GradientType=0 ); /* IE6-8 */
    border-radius: 5px;
    border: solid 1px #BFBFBF;
}
ul.pager-container li.active-pager a,.ul.pager-container li a{
    color: #3BA3DB;
}
ul.pager-container li:hover a{
    color: #0e92c7 !important;
    text-decoration: none !important;

}
.image-collage .edit_info.select_all_checkbox{
    opacity: 1;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 11px !important;
}

/*ul.pager-container li{
        float:left;
        width:auto;
        background: #F9F9F9;  Old browsers 
 IE9 SVG, needs conditional override of 'filter' to 'none' 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNDM0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTMwMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #F9F9F9 0%, #F9F9F9 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#F9F9F9));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  #F9F9F9 0%,#F9F9F9 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  #F9F9F9 0%,#F9F9F9 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top,  #F9F9F9 0%,#F9F9F9 100%);  IE10+ 

        background: linear-gradient(to bottom,  #F9F9F9 0%,#F9F9F9 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#F9F9F9',GradientType=0 );  IE6-8 
        border:solid 1px #F9F9F9;
        padding:0px;
        margin:0px 5px;
}*/
.image-container{
    height: 160px !important;
    width: 160px !important;
}
.image-container img{
    width: 100% !important;
    height: 100% !important;
}
#OutoftheBox  .photo_gallery_checkbox{
    margin-left: 0.5em;
    margin-top: 4px;
}
#OutoftheBox  .photo_gallery_checkbox{
    color: #666666;
    font-size: 12px;
}
.photo_gallery_checkbox .checkbox input {
    margin-top: 2px;
}
.photo_gallery_checkbox .checkbox:hover{
    color: #0e92c7;
}
ul.pager-container li a{
    text-shadow: 0px 0px 0px rgba(0,0,0,0.45);
}
.post-video-overlay-lg {
    position: absolute;
    top:0;
    left:0;
    font-size: 55px;
    color: #E5E5E5;
    text-align: center;
    width: 100%;
    height: 100%;
}
.post-video-overlay-lg span {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.account_drop_down{
    float: left;
    right: 100px;
    left: inherit;
    padding: 5px 0 !important;
}
.account_drop_down.dropdown-menu::before{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    border-bottom: 10px solid #ccc;
    position: absolute;
    right: 0px;
    top: -9px;
}
.account_drop_down .btn-default,.account_drop_down .btn-default:hover{
    background-color:transparent;
    border-color: transparent;
}
.account_drop_down .btn-default:hover{ 
    color: #0e92c7;
}
.account_drop_down li{
    float: none !important;
}
.popup_select{
    width: 100%;
    float: left;
    height: 30px;
    margin-bottom: 6px;
    color: #9b9b9b;
    padding: 0px 10px;
    font-size: 14px;
    border: 1px solid #e5e6de;
    box-shadow: 0px 1px 0px #e5e6de inset;
    -moz-box-shadow: 0px 1px 0px #e5e6de inset;
    -webkit-box-shadow: 0px 1px 0px #e5e6de inset;
    -o-box-shadow: 0px 1px 0px #e5e6de inset;
    -ms-box-shadow: 0px 1px 0px #e5e6de inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


}
.popup_select2{
    width: 100%;
    float: left;
    height: 30px;
    margin-bottom: 6px;
    color: #9b9b9b;    
    font-size: 14px;
    border: 1px solid #e5e6de;
    box-shadow: 0px 1px 0px #e5e6de inset;
    -moz-box-shadow: 0px 1px 0px #e5e6de inset;
    -webkit-box-shadow: 0px 1px 0px #e5e6de inset;
    -o-box-shadow: 0px 1px 0px #e5e6de inset;
    -ms-box-shadow: 0px 1px 0px #e5e6de inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


}
.select2-container{
    display: inline-table;
}
.red{
    width: auto;
    float: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #f3f8fc;
    border: none;
    text-align: center;
    padding: 8px 15px;
    text-shadow: 0px -1px 0px #4a4646;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: red;
    border-radius: 5px;
}
.img_count{
    float: right !important;
    margin-right: 0;
    width: 120px;
    text-align: center  
}
.last_added{
    float: right !important;
    margin-right: 0;
    width: 88px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.float_left{
    float: left;
    margin-right: 30px;
}
.account-table tbody{
    font-size: 100%;
    min-height: 32px;
    overflow: visible;
    padding: 10px 5px;
    min-height: 70px;
    box-shadow: inset 0px 0px 8px 0px #D9D9D3;
    -webkit-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
    -moz-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    background: #F9F9F9 center 65% no-repeat
}
.account-table tbody tr{
    padding: 5px 10px 5px 10px;
    margin: 5px;
    clear: both;
    min-height: 35px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    overflow: visible;
    box-shadow: 0px 0px 8px 0px #D9D9D3;
    -webkit-box-shadow: 0px 0px 8px 0px #D9D9D3;
    -moz-box-shadow: 0px 0px 8px 0px #D9D9D3;
}
.admin-account-box table.account-table th{
    border: 1px solid #cccccc;
    color: #666666;
    border-color: #E4E4E4;
    background: #DADADA;
    margin-top: 10px;
}
table.account-table td{
    border-bottom: solid 1px #ccc;
    padding: 5px 10px 5px 10px;
    background: #f1f2ea;
    padding: 5px 10px 5px 10px;
    box-shadow: 0px 0px 8px 0px #D9D9D3; 
    -webkit-box-shadow: 0px 0px 9px 0px #D9D9D3;
    -moz-box-shadow: 0px 0px 8px 0px #D9D9D3;
}
.admin-account-box{
    margin-bottom: 10px !important;
}
.pagination_drop_down{
    float: left;
}
.pager-wrap{
    float: right;
    width: auto;
    margin-top: 20px !important;
}
.login_name{
    float: left; 
    margin-top: 5px;
}
.margin-top-15
{
    margin-top:15px;
}

#middle-sec3 {
    border-bottom: medium none;
}
ul.menu-top-logged li a, ul.menu-top-logged  {
    color: #fff !important;
}
.table_blog {
    display: block;
}
#frm_add_business_account .tc-popup-in{
    float: none;
}
.select_2{
    border-radius: 4px;
    width: 100%;
}
.input_all{
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #9b9b9b !important;
    height: 34px !important;
    opacity: 1 !important;
}
.select_2 ul{
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #9b9b9b !important;
    padding: 0 5px;
}
.select2 .select2-container .select2-container--default{
    width: 358px; 
}

@media  (max-width:940px){
    #middle-sec-in3{
        width: 100%;
    }

}
@media  (max-width:1023px){
    .main_bg{
        background-position: 66% center;
    }

}
@media  (max-width:640px){
    .login_wrapper_home{
        width: 100%;
    }
}


@media only screen and (max-width: 767px){
    /* #OutoftheBox .nav-home{
         clear: left;
     } */
    .admin_blog table.account-table th {
        font-size: 12px;
        padding: 4px 10px;
        line-height: 17px;
    }
    .tc-popup-in label {
        font-size: 12px;
    }
    #OutoftheBox .image-rollover {
        box-shadow: 0 0 4px #000;
        height: 100%;
        position: relative;
        width: 100%;
    }
    #top-sec > div {
        width: 100%;
    }
}

@media only screen and (max-width: 480px){
    h5.txt-alg {
        font-size: 17px !important;
        margin: 0;
        text-align: center;
    }
    #OutoftheBox .nav-title {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
}


@media only screen and (min-width: 768px) and (max-width : 991px){


    .entry_checkallbox > label {
        font-size: 11px;
    }



    #top-sec > div {
        width: 100%;
    }
}

@media only screen and (max-width: 936px){


    .admin-account-box {
        overflow-x: scroll;
    }
    .OutoftheBox.files.oftb-list {
        width: 936px;
    }
}
