/* B.H. */


#test{
/*
	background : green ;
	color: yellow ;
*/
}

.braker{
	clear : both ;
}

#folders_wrapper {
  border: 2px solid #aaaaaa;
  border-radius: 5px;
  padding: 10px;
  width: 31%;
  float : right ;
  height: 480px ;
  overflow: scroll;
}

#folder_display_scroller {
  height: 420px;
  overflow: scroll;
}

#folder_display_wrapper{
  border: 2px solid #aaaaaa;
  border-radius: 5px;
  float: left;
  height: 100%;
  width: 65%;
}

#folder_display {
    padding: 10px;
	max-height: 420px;
	/* overflow: scroll; */
}

#messages_display {
  height: 420px;
  overflow: scroll;
  padding: 10px;
}

#parent_{
	border-right: 2px solid;
	margin-top: 27px;
}

.folderLine {
  /*
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
  border-radius: 4px;
  */
  margin-top: 10px;
  margin-right: 10px;
  padding: 4px;
  border-bottom: 1px solid #aaa;
}

.active{
	background : #bdf6f6 !important ;
}
.opened{
	/*border-right: 2px dashed #000 ; */
}

#location_desc {
  float: right;
  margin-left: 15px;
  max-width: 190px;
}

#folder_toolbar a {
  float: left;
  margin-left: 15px;
}

#paste_here {
  background: #4876ff none repeat scroll 0 0;
  border-radius: 7px;
  color: #fff;
  margin-top: -4px;
  padding: 4px 20px;
  text-decoration: none;
  float: left ;
  margin-left: 14px;
  cursor: pointer;
}

#paste_here:hover {
 	background: tomato;
	-webkit-transition: background 250ms ease;
-moz-transition: background 300ms ease;
-ms-transition: background 300ms ease;
-o-transition: background 300ms ease;
transition: background 300ms ease;
}

#paste_here_text {
  float: left;
  margin-right: 4px;
  margin-top: -2px;
}

#multy_select_buttons_wrapper {
  left: 0;
  position: fixed;
  width: 100px;
  z-index: 1000;
}

#multy_select_buttons_wrapper {
  left: 23px;
  position: fixed;
  width: 50px;
  z-index: 1000;
}

.multy_select_button {
  background: #4876ff none repeat scroll 0 0;
  border-radius: 100px;
  box-shadow: 0 2px 2px #000;
  color: #fff;
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
  margin-left: 14px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 20px;
}

/*
.multy_select_button{
  background: #4876ff none repeat scroll 0 0;
  border-radius: 7px;
  color: #fff;
  margin-top: -4px;
  padding: 4px 20px;
  text-decoration: none;
  float: left ;
  margin-left: 14px;
  cursor: pointer;
}
*/
.multy_select_button:hover {
 	background: tomato;
	-webkit-transition: background 250ms ease;
-moz-transition: background 300ms ease;
-ms-transition: background 300ms ease;
-o-transition: background 300ms ease;
transition: background 300ms ease;
}

.multy_select_text {
  background: #4876ff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 2px 2px #000;
  left: 60px;
  margin-top: -20px;
  min-width: 80px;
  padding: 2px 8px;
  position: absolute;
  display: none;
}

#multy_cancel_selection {
  line-height: 10px;
}

#multy_cancel_selection_text {
  line-height: 16px;
}
/*
.multy_select_text {
  float: left;
  margin-right: 4px;
  margin-top: -2px;
  display: none;
}
*/
.folderBlockWrapper {
  border-color: -moz-use-text-color -moz-use-text-color #aaa;
  border-style: none none solid;
  border-width: medium medium 1px;
  cursor: pointer;
  margin-bottom: 14px;
  padding: 4px;
}

.folderBlockWrapper:hover{
	background: #ddd ;
	-webkit-transition: background 500ms ease;
-moz-transition: background 500ms ease;
-ms-transition: background 500ms ease;
-o-transition: background 500ms ease;
transition: background 500ms ease;
 box-shadow : 0 0 2px 2px #bdf6f6
}

/* NOT SUPOSED TO BE HERE ! */
.ui-selected{
	background: #ddd ;
	-webkit-transition: background 500ms ease;
-moz-transition: background 500ms ease;
-ms-transition: background 500ms ease;
-o-transition: background 500ms ease;
transition: background 500ms ease;
 box-shadow : 0 0 2px 2px #bdf6f6
}


.fileBlockWrapper {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  /* padding: 5px; */
  cursor: pointer;
  display: flex;
}

.being_cut {
  box-shadow: 0 0 2px 2px #FF6347;
}

.being_pasted_in{
		background: #4876ff  ;
		-webkit-transition: background 500ms ease;
-moz-transition: background 300ms ease;
-ms-transition: background 300ms ease;
-o-transition: background 300ms ease;
transition: background 300ms ease;
 box-shadow : 0 0 0px 2px #ddd;
}

.error{
		background: tomato ;
		-webkit-transition: background 500ms ease;
-moz-transition: background 300ms ease;
-ms-transition: background 300ms ease;
-o-transition: background 300ms ease;
transition: background 300ms ease;
 box-shadow : 0 0 0px 2px #ddd;
}

.being_pasted_in_2{
		background: #fff !important  ;
		-webkit-transition: background 500ms ease;
-moz-transition: background 500ms ease;
-ms-transition: background 500ms ease;
-o-transition: background 500ms ease;
transition: background 500ms ease;
 box-shadow : 0 0 0px 2px #ddd;
}

.paste_message_wrap {
  color: #fff;
}

.paste_message_inner {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  width: 250px;
  position: relative;
}

.paste_message_inner span {
  position: absolute;
  right: 0;
  top: -14px;
}

.fileBlockWrapper:hover{
	background: #bdf6f6 ;
		-webkit-transition: background 500ms ease;
-moz-transition: background 500ms ease;
-ms-transition: background 500ms ease;
-o-transition: background 500ms ease;
transition: background 500ms ease;
 box-shadow : 0 0 2px 2px #ddd;
}

.folderBlock {
  
}



.fileName {
  direction: rtl;
  display: inline-block;
  float: none !important;
  min-width: 270px !important;
  overflow-x: hidden;
  white-space: nowrap;
}

.sub_message  a{
  color: tomato;
}

.sub_message  a:hover{
  text-decoration: none;
}

#dialog-new_extention {
  display: none;
}

#dialog-new_extention > span {
  float: right;
}

#dialog-music_on_hold_management {
  display: none;
}

#dialog-music_on_hold_management > span {
  float: right;
}

#dialog-play_call_to_extension {
  display: none;
}

#dialog-play_call_to_extension > span {
  float: right;
}

.dialog_new_extention_dialog_P > input {
  float: left;
  width: 280px;
}

.dialog_new_extention_dialog_P > select {
  float: left;
  width: 280px;
}

.dialog_new_extention_dialog_P {
  border-bottom: 1px solid #ccc;
  clear: both;
  display: block;
  padding-bottom: 12px;
}

#edit_extention {
  display: none;
}

.editExtType {
  color: #4876ff;
}

.dialog_main_massage.edit_extention_P > select {
  width: 320px;
}

.dialog_sub_massage.edit_extention_P > input {
  width: 315px;
}
/*
input#new_extention_name {
  width: 234px;
}

input#new_extention_description {
  width: 282px;
}
*/
.fileOptions {
  display: flex;
  /* margin-left: 0; */
  padding: 5px;
  /* text-align: left; */
  /* position: absolute; */
  /* left: 0; */
  float: left;
}
.extra-info-div {
  display: inline;
  /* margin-top: 35px; */
  padding: 5px;
  text-align: left;
  /* float: left; */
}

.button{
	color : #555 !important;
}

.show-option{
	color: #4876FF !important;
}
.button {
  border-radius: 4px;
  /* float: left; */
  margin: 4px;
}

/* originaly...
.folderBlock{
  
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
  
  margin: 10px;
  padding: 4px;
  background: #30dcef none repeat scroll 0 0;
  border-radius: 5px;
   float: right; 

}

.fileBlock{
 
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
   float: right;
  
  background: #cccccc ;
  margin: 2px;
  padding: 2px;
  border-radius: 5px;
 

}

.fileBlockWrapper {
  background: gray;	
  border: 1px solid #333;
  border-radius: 5px;
  float: right;
  margin: 10px;
  padding: 5px;
}


.fileName{
	background: #cccccc ;
	padding: 2px ;
	border-radius: 5px;
	direction: ltr;
}

.fileOptions {
  margin-top: 35px;
  padding: 5px;
  text-align: center;
}

.button {
  background: #bdf6f6 none repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 4px;
  margin: 4px;
  padding: 2px;
}
*/
.open_dir {
  /* background: #30dcef none repeat scroll 0 0; */
  border-radius: 5px;
  padding: 4px;
}

.file {
  background: #cccccc;
  border-radius: 5px;
  padding: 4px;
}

.location_display_wrapper{
	background: #cccccc url("../jquery-ui-css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% ;
	color: #555555;
	text-align: center;
	padding: 4px ;
	
	
}

.location_bar_link {
  display: inline-block;
}


#folder_toolbar {
  border-bottom: 2px solid #aaaaaa;
  padding: 4px;
  padding-bottom: 20px;
  text-align: center;
}

#file_upload_wrapper {
  display: none;
}





#defailtPlayer{
	display: none;
}


.jq_dialog {
  text-align: center;
}

/* costum right click */
#contextMenuContainer {
	display: none; 
	position: fixed; 
	/*
	border: 1px solid gray; 
	*/
	background: #bdf6f6 ; 
	border-radius: 7px;
	width:140px; 
	z-index: 100;
	box-shadow: 0 0 4px #333;
	padding: 4px;
	border: 5px solid #fff;
}

#contextMenuContainer > span {
  border-bottom: 1px solid;
  border-radius: 6px 6px 0 0;
  display: inline-flex;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

#contextMenuContainer #contextMenu {list-style: none; padding: 0px; font-size: 20px;}

#contextMenuContainer #contextMenu ul {
  margin-bottom: 20px;
}

#contextMenuContainer > ul {
  margin: 5px 0;
}

#contextMenuContainer #contextMenu li {
  cursor: pointer;
  font-size: 15px;
  padding: 3px 5px;
  text-align: right;
}

#contextMenuContainer #contextMenu li:hover{
	background: #fff   ;
	color : #4876ff ;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

/* play audio */

.palyer_wrapper {
  /* height: 65px; */
   text-align: center; 
  /* width: 100%; */
}

.audio_file_palyer {
  /* height: 22px; */
  /* width: 380px; */
  /* display: none; */
}

.stopAudio {
  color: tomato !important;
}

.button:hover{
	color: #4876ff  !important;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}


#pButton{
	height:60px; 
	width: 60px;
	border: none;
	background-size: 50% 50%;
	background-position: center;
}
.play{background: url('../images/play.png') no-repeat;}
.pause{background: url('../images/pause.png') no-repeat;}

/* menu */

.content
{
  	position: relative;
	  /* top: 30px; */
	  width: 250px;
	  margin: 0 auto;
	  display: inline-block;
}



/*
#admin
{
    background: #F8F8F8;
	  width: 240px;
	  height: 40px;
  	color: #888;
  	border: none;
	  border-radius: 3px;
	  padding: 0 0 0 10px;
  	font: bold 13px Helvetica, sans-serif;
  	text-transform: uppercase;
	  line-height: 40px;
	  cursor: default;
  	-webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  -o-user-select: none;
	  user-select: none;
  	margin-bottom: 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
*/

#admin {
  -moz-user-select: none;
  color: #888;
  text-transform: uppercase;
  width: 240px;
}

/*
#settings
{
	  position: absolute;
	  top: 0;
	  right: 0;
	 padding: 10px 14px 0 0; 
  	border: none;
  	outline: none;
	  color: #888;
	  font-size: 20px;
}
*/

#settings {
  border: medium none;
  color: #888;
  font-size: 16px;
  margin-right: -10px;
  outline: medium none;
  position: absolute;
  right: 0;
  top: 0;
}

#admin_text, #settings { cursor: pointer; }

#settings:hover { color: #555; }

#menu { display: none; position: absolute; margin-top: 10px;}

#menu a
{
	  display: block;
	  background: #bdf6f6 ;
	  width: 240px;
  	height: 40px;
	  padding: 0 0 0 10px;
	  font: bold 16px/40px "simple_clm3";
	  text-transform: uppercase;
	  text-decoration: none;
	  color: rgba(0, 0, 0, 0.4);
	  line-height: 40px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#menu a:nth-child(2)
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#menu a:last-child
{
  	border-bottom-left-radius: 3px;
	  border-bottom-right-radius: 3px;
}

#menu a:hover { color: #555; }

#menu a:hover > .fa { color: #555; }

#firstIcon, #secondIcon, #thirdIcon, #fourthIcon
{
  	position: absolute;
	  margin-top: 10px;
	  right: 0;
  	font-size: 20px;
	  color: rgba(0, 0, 0, 0.4);
	  opacity: 0.7;
}

#firstIcon { margin-right: 14px; }
#secondIcon { margin-right: 11px; }
#thirdIcon { margin-right: 11px; }
#fourthIcon { margin-right: 13px; }

#arrow
{
	  width: 0;
	  height: 0;
	  border-left: 7px solid transparent;
	  border-right: 7px solid transparent;
	  border-bottom: 9px solid #bdf6f6 ;
	  /* margin-left: 15px; */
	  margin-right: 115px;
}

#menu > a {
  float: none;
}

/***** ext.ini editing *****/

#extini_editor {
  margin-top: 10px;
}

.extini_editor_header {
    color: #000080; margin: 15px 0;
}

#extini_file_selector_wrapper {
}

#extini_editor_textarea {
  direction: ltr;
}

#extini_editor_footer {
  margin-top: 20px;
}

#upload_extini {
  background: #4876ff none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  padding: 4px 20px;
  text-decoration: none;
}

#upload_extini:hover {
 	background: tomato;
	-webkit-transition: background 250ms ease;
-moz-transition: background 300ms ease;
-ms-transition: background 300ms ease;
-o-transition: background 300ms ease;
transition: background 300ms ease;
}

#select_inifile {
  background: #4876ff none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  padding: 4px 20px;
  text-decoration: none;
}

.create_new_extini {
  direction: rtl !important;
  text-align: right !important;
}

#extini_editor_not_alowed {
  text-align: center;
}

#go_to_contract {
  background: #4876ff none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  padding: 4px 20px;
  text-decoration: none;
}

#go_to_contract:hover {
 	background: tomato;
	-webkit-transition: background 250ms ease;
-moz-transition: background 300ms ease;
-ms-transition: background 300ms ease;
-o-transition: background 300ms ease;
transition: background 300ms ease;
}
/*
#alert_message {
  background-color: #c4453c;
    background-image: -webkit-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.05) 25%,
                      hsla(0,0%,0%,.05) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.05) 75%,
                      hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0,0%,0%,.1);
    color: #f6f6f6;
    display: block;
    height: 40px;
    position: absolute;
    text-decoration: none;
    top: -45px;
    width: 100%;
  height: 50px;
  margin-right: -54px;
  position: fixed;
  top: 0;
  width: 100%;
  display: none ;
}
*/
#alert_message {
  background-color: #c4453c;
  background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0, 0%, 0%, 0.1) 25%, hsla(0, 0%, 0%, 0.1) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 0%, 0.1) 75%, hsla(0, 0%, 0%, 0.1));
  background-size: 20px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px 3px hsla(0, 0%, 0%, 0.3);
  color: #f6f6f6;
  display: none;
  height: 50px;
  left: 30%;
  margin-right: -54px;
  position: fixed;
  text-decoration: none;
  top: 45%;
  width: 500px;
}

#alert_message_text {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

#alert_message_close {
  float: right;
  font-size: 25px;
  margin-right: 20px;
  margin-top: 10px;
  color: #fff;
}

#forbiden_chars_message {
  color: tomato;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}