/*/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// CaptchaImage() //////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////
/////////////// Small size ///////////////////////
////////////////////////////////////////////////*/

/*
     Captcha Container
*/
.box-sm
{
    width: 170px;
}

/*
    left box
*/
.left-sm
{
    display: table;
    border-radius: 10px;
    width: 65px;
    height: 65px;
    float: left;
}

/*
    right box ( answer box )
*/
.right-sm
{
    float: right;
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

/*
    Rows
*/
.row-sm
{
    display:table-row;
    width:auto;
    clear:both;
}

/*
    Columns
*/
.col-sm
{
    float: left;
    display:table-column;
    width: 25px;
    height: 25px;
    border-radius: 6px;
}

/*
    Image size inside items
*/
.image-size-sm
{
    width: 19px;
    height: 19px;
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
}

/*
    Image size inside items in opera browser
*/
.image-size-sm-opera
{
    width: 19px;
    height: 19px;
    margin-left: 3px;
    margin-top: 3px;
}

/*
    upper item in left
*/
.left-div1-sm
{
    margin-top: 4px;
    margin-left: 5px;
}

/*
    upper item in right
*/
.left-div2-sm
{
    margin-top: 4px;
    margin-left: 5px;
}

/*
    bottom item in left
*/
.left-div3-sm
{
    margin-left: 5px;
}

/*
    bottom item in right
*/
.left-div4-sm
{
    margin-left: 5px;
}

/*
    captcha title font size
*/
.font-size-msg-sm
{
    font-size: 10px;
}

/*
    Position of preloader for CaptchaColor() and CaptchaImage()
*/
.preloader-sm
{
    margin-left: 70px;
    margin-top: 65px;
}

/*
    position of the item that is placed in right box
*/
.img-answer-sm
{
    margin-top: 17px;
    margin-left: 17px;
}

/*////////////////////////////////////////////////
/////////////// Medium size //////////////////////
////////////////////////////////////////////////*/

/*
    Captcha Container
*/
.box-md
{
    width: 220px;
}

/*
     left box
*/
.left-md
{
    display:table;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    float: left;
}

/*
    right box
*/
.right-md
{
    float: right;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

/*
    Rows
*/
.row-md
{
    display:table-row;
    width:auto;
    clear:both;
}

/*
    Columns
*/
.col-md
{
    float:left;
    display:table-column;
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

/*
    Images size inside items
*/
.image-size-md
{
    width: 25px;
    height: 25px;
    margin-left: 4px;
    margin-top: 3px;
}

/*
    upper item in left
*/
.left-div1-md
{
    margin-top: 5px;
    margin-left: 6px;
}

/*
    upper item in right
*/
.left-div2-md
{
    margin-top: 5px;
    margin-left: 4px;
}

/*
    bottom item in left
*/
.left-div3-md
{
    margin-left: 6px;
}

/*
    bottom item in right
*/
.left-div4-md
{
    margin-left: 4px;
}

/*
    captcha title font size
*/
.font-size-msg-md
{
    font-size: 11px;
}

/*
    Position of preloader for CaptchaColor() and CaptchaImage()
*/
.preloader-md
{
    margin-left: 85px;
    margin-top: 80px;
}

/*
    position of the item that is placed in right box
*/
.img-answer-md
{
    margin-top: 23px;
    margin-left: 23px;
}

/*////////////////////////////////////////////////
/////////////// Large size ///////////////////////
////////////////////////////////////////////////*/

/*
    Captcha Container
*/
.box-lg
{
    width: 270px;
}

/*
	left box
*/
.left-lg
{
    display:table;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    float: left;
}

/*
	right box
*/
.right-lg
{
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

/*
	Rows
*/
.row-lg
{
    display:table-row;
    width:auto;
    clear:both;
}

/*
	Columns
*/
.col-lg
{
    float:left;
    display:table-column;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

/*
	Image size inside item
*/
.image-size-lg
{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
}

/*
	upper item in left
*/
.left-div1-lg
{
    margin-top: 6px;
    margin-left: 7px;
}

/*
	upper item in right
*/
.left-div2-lg
{
    margin-top: 6px;
    margin-left: 6px;
}

/*
	bottom item in left
*/
.left-div3-lg
{
    margin-left: 7px;
}

/*
	bottom item in right
*/
.left-div4-lg
{
    margin-left: 6px;
}

/*
    captcha title font size
*/
.font-size-msg-lg
{
    font-size: 12px;
}

/*
    Position of preloader for CaptchaColor() and CaptchaImage()
*/
.preloader-lg
{
    margin-left: 105px;
    margin-top: 100px;
}

/*
	position of the item that is placed in right box
*/
.img-answer-lg
{
    margin-top: 34px;
    margin-left: 34px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// CaptchaColor() //////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////
/////////////// Small size ///////////////////////
////////////////////////////////////////////////*/

/*
    Captcha Container
*/
.box-color-sm
{
    width: 180px;
}

/*
	left box
*/
.left-color-sm
{
    display:table;
    border-radius: 10px;
    width: 65px;
    height: 65px;
    float: left;
    padding: 1px;
}

/*
	left box for safari
*/
.left-color-sm-safari
{
    display:table;
    border-radius: 10px;
    width: 67px;
    height: 67px;
    float: left;
    padding: 1px;
}

/*
	right box
*/
.right-color-sm
{
    float: right;
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

/*
	Rows
*/
.row-color-sm
{
    display:table-row;
    width:auto;
    clear:both;
}

/*
	Columns
*/
.col-color-sm
{
    float:left;
    display:table-column;
    width: 25px;
    height: 25px;
    border-radius: 6px;
}

/*
	upper item in left
*/
.left-div1-color-sm
{
    margin-top: 4px;
    margin-left: 4px;
}

/*
	upper item in right
*/
.left-div2-color-sm
{
    margin-top: 4px;
    margin-left: 4px;
}

/*
	bottom item in left
*/
.left-div3-color-sm
{
    margin-left: 4px;
}

/*
	bottom item in right
*/
.left-div4-color-sm
{
    margin-left: 4px;
}

/*	
	position of the item that is placed in right box
*/
.img-answer-color-sm
{
    margin-top: 19px;
    margin-left: 19px;
}

/*////////////////////////////////////////////////
/////////////// Medium size ///////////////////////
////////////////////////////////////////////////*/

/*
    Captcha Container
*/
.box-color-md
{
    width: 220px;
}

/*
	left box
*/
.left-color-md
{
    display:table;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    float: left;
    padding: 1px;
}

/*
	left box in safari
*/
.left-color-md-safari
{
    display: table;
    border-radius: 10px;
    width: 82px;
    height: 82px;
    float: left;
    padding: 1px;
}
	
/*
	right box
*/
.right-color-md
{
    float: right;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

/*
	Rows
*/
.row-color-md
{
    display:table-row;
    width:auto;
    clear:both;
}

/*
	Columns
*/
.col-color-md
{
    float:left;
    display:table-column;
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

/*
	upper item in left
*/
.left-div1-color-md
{
    margin-top: 4px;
    margin-left: 4px;
}

/*
	upper item in right
*/
.left-div2-color-md
{
    margin-top: 4px;
    margin-left: 4px;
}

/*
	bottom item in left
*/
.left-div3-color-md
{
    margin-left: 4px;
}

/*
	bottom item in right
*/
.left-div4-color-md
{
    margin-left: 4px;
}

/*
    position of the item that is placed in right box
*/
.img-answer-color-md
{
    margin-top: 23px;
    margin-left: 23px;
}
/*////////////////////////////////////////////////
/////////////// Large size ///////////////////////
////////////////////////////////////////////////*/

/*
    Captcha Container
*/
.box-color-lg
{
    width: 270px;
}

/*
	left box
*/
.left-color-lg
{
    display:table;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    float: left;
    padding: 1px;
}

/*
	left box in safari
*/
.left-color-lg-safari
{
    display:table;
    border-radius: 10px;
    width: 102px;
    height: 102px;
    float: left;
    padding: 1px;
}

/*
	right box
*/
.right-color-lg
{
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

/*
	Rows
*/
.row-color-lg
{
    display:table-row;
    width:auto;
    clear:both;
}

/*
	Columns
*/
.col-color-lg
{
    float:left;
    display:table-column;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

/*
	Upper item in left
*/
.left-div1-color-lg
{
    margin-top: 3px;
    margin-left: 4px;
}

/*
	Upper item in right
*/
.left-div2-color-lg
{
    margin-top: 3px;
    margin-left: 8px;
}

/*
	bottom item in left
*/
.left-div3-color-lg
{
    margin-left: 4px;
    margin-top: 5px;
}

/*
	bottom item in right
*/
.left-div4-color-lg
{
    margin-left: 8px;
    margin-top: 5px;
}

/*
	position of the item that is placed in right box
*/
.img-answer-color-lg
{
    margin-top: 29px;
    margin-left: 30px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////// CaptchaBilliard() //////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////
/////////////// Small size ///////////////////////
////////////////////////////////////////////////*/

/*
    container
*/
.box-billiard-sm
{
    display: table;
    width: 430px;
    background-color: transparent;
}

/*
	black ( answer ) balls
*/
.right-ball-sm
{
    display: table-row;
}

/*
	columns
*/
.col-ball-sm
{
    float:left;
    display:table-column;
    width: 36px;
    height: 36px;
    background-color: transparent;
    margin-left: 3px;
    position: relative;
}

/*
    Position of preloader for CaptchaBilliard()
*/
.preloader-billiard-sm
{
    margin-left: 220px;
    margin-top: 25px;
}

/*
    Moving time duration of black balls
*/
.move-sm
{
    -moz-transition:all 1.5s ease;
    -webkit-transition:all 1.5s ease;
    -o-transition:all 1.5s ease;
    -ms-transition:all 1.5s ease;
    transition:all 1.5s ease;
}

/*
    Rotation of balls
*/
.move-sm:active
{
    -moz-transform:rotate(-360deg);
    -webkit-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
    -ms-transform:rotate(-360deg);
    transform:rotate(-360deg);
    margin-left: 159px;
}

/*
    Balls size
*/
.size-img-sm
{
    width: 36px;
    height: 36px;
}

/*
    Ball style when dropped in the hole
*/
.ball-in-holl-sm
{
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -30px;
    margin-top: 6px;
}

/*
    Ball style when dropped in the hole for chrome
*/
.ball-in-holl-sm-Chrome
{
    width: 25px;
    height: 25px;
    position: absolute;
    margin-bottom: 5px;
    margin-left: 6px;
}

/*
    the first black ball in right
*/
.ball-answer1-sm
{
    margin-left: 350px;
    margin-top: -36px;
    float:left;
    width: 36px;
    height: 36px;
    background-color: transparent;
    cursor: url("../assets/cue.png"),pointer;
}

/*
    black ball in the middle
*/
.ball-answer2-sm
{
    margin-left: 390px;
    margin-top: -36px;
    float:left;
    width: 36px;
    height: 36px;
    background-color: transparent;
    cursor: url("../assets/cue.png"),pointer;
}

/*
    the first black ball in left
*/
.ball-answer3-sm
{
    margin-left: 430px;
    margin-top: -36px;
    float:left;
    width: 36px;
    height: 36px;
    background-color: transparent;
    cursor: url("../assets/cue.png"),pointer;
}

/*////////////////////////////////////////////////
////////////////// Medium size ///////////////////
////////////////////////////////////////////////*/

/*
    Container
*/
.box-billiard-md
{
 display: table;
 width: 600px;
 background-color: transparent;
}

/*
	black ( answer ) balls	
*/
.right-ball-md
{
    display:table-row;
}

/*
	Columns
*/
.col-ball-md
{
    float:left;
    display:table-column;
    width: 44px;
    height: 44px;
    background-color: transparent;
    margin-left: 3px;
    position: relative;
}

/*
    Position of preloader for CaptchaBilliard()
*/
.preloader-billiard-md
{
    margin-left: 290px;
    margin-top: 45px;
}

/*
    Moving time duration of black balls
*/
.move-md
{
    -moz-transition:all 2s ease;
    -webkit-transition:all 2s ease;
    -o-transition:all 2s ease;
    -ms-transition:all 2s ease;
    transition:all 2s ease;
}

/*
	Black balls rotation
*/
.move-md:active
{
    -moz-transform:rotate(-360deg);
    -webkit-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
    -ms-transform:rotate(-360deg);
    transform:rotate(-360deg);
    margin-left: 192px;
}

/*
	balls size
*/
.size-img-md
{
    width: 44px;
    height: 44px;
}

/*
	Ball style when dropped in the hole
*/
.ball-in-holl-md
{
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -35px;
    margin-top: 10px;
}

/*
	Ball style when dropped in the hole for chrome
*/
.ball-in-holl-md-Chrome
{
    width: 25px;
    height: 25px;
    position: absolute;
    margin-bottom: 10px;
    margin-left: 10px;
}

/*
	the first black ball in right
*/
.ball-answer1-md
{
    margin-left: 500px;
    margin-top: -44px;
    float:left;
    width: 44px;
    height: 44px;
    background-color: transparent;
    cursor: url("../assets/cue.png"),pointer;
}

/*
	black ball in the middle
*/
.ball-answer2-md
{
    margin-left: 550px;
    margin-top: -44px;
    float:left;
    width: 44px;
    height: 44px;
    background-color: transparent;
    cursor: url("../assets/cue.png"),pointer;
}

/*
	the first black ball in left
*/
.ball-answer3-md
{
    margin-left: 600px;
    margin-top: -44px;
    float:left;
    width: 44px;
    height: 44px;
    background-color: transparent;
    cursor: url("../assets/cue.png"),pointer;
}

/*////////////////////////////////////////////////
/////////////// Large size ///////////////////////
////////////////////////////////////////////////*/

/*
    Container
*/
.box-billiard-lg
{
    display: table;
    width: 700px;
    background-color: transparent;
}

/*
	black balls
*/
.right-ball-lg
{
    display:table-row;
}

/*
	Columns
*/
.col-ball-lg
{
    float:left;
    display:table-column;
    width:50px;
    height: 50px;
    background-color: transparent;
    margin-left: 5px;
    position: relative;
}

/*
    Position of preloader for CaptchaBilliard()
*/
.preloader-billiard-lg
{
    margin-left: 290px;
    margin-top: 45px;
}

/*
    Moving time duration of black balls
*/
.move-lg
{
    -moz-transition:all 2s ease;
    -webkit-transition:all 2s ease;
    -o-transition:all 2s ease;
    -ms-transition:all 2s ease;
    transition:all 2s ease;
}

/*
	Balls rotation
*/
.move-lg:active
{
    -moz-transform:rotate(-360deg);
    -webkit-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
    -ms-transform:rotate(-360deg);
    transform:rotate(-360deg);
    margin-left: 226px;
}

/*
	balls size
*/
.size-img-lg
{
    width: 50px;
    height: 50px;
}

/*
	Ball style when dropped in the hole
*/
.ball-in-holl-lg
{
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -38px;
    margin-top: 13px;
}

/*
	Ball style when dropped in the hole for chrome
*/
.ball-in-holl-lg-Chrome
{
    width: 25px;
    height: 25px;
    position: absolute;
    margin-bottom: 12px;
    margin-left: 12px;
}

/*
	the first black ball in right	
*/
.ball-answer1-lg
{
    margin-left: 550px;
    margin-top: -50px;
    float:left;
    width:50px;
    height: 50px;
    background-color: transparent;
    cursor: url("../assets/cue.png"),pointer;
}

/*
	the black ball in the middle
*/
.ball-answer2-lg
{
    margin-left: 610px;
    margin-top: -50px;
    float:left;
    width:50px;
    height: 50px;
    background-color: transparent;
    cursor: url("../assets/cue.png"),pointer;
}

/*
	the first black ball in left
*/
.ball-answer3-lg
{
    margin-left: 670px;
    margin-top: -50px;
    float:left;
    width:50px;
    height: 50px;
    background-color: transparent;
    cursor: url("../assets/cue.png"),pointer;
}

/*/////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////// CaptchaLock() //////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*
    lock container
*/
.container-lock
{
    display: table;
    width: 305px;
    height: 54px;
    background-color: transparent;
    background-repeat: no-repeat;
}

/*
	Columns
*/
.col-lock
{
    float:left;
    display:table-column;
    width: 151px;
    height: 54px;
    background-color: transparent;
}

/*
    Style of switcher 1
*/
.switch-1
{
    width: 102px;
    height: 54px;
    background-color: transparent;
    left: 20px;
    cursor: pointer;
}

/*
    Style of switcher 2
*/
.switch-2
{
    width: 103px;
    height: 54px;
    background-color: transparent;
    left: -5px;
    margin-top: 1px;
    cursor: pointer;
}

/*
    Position of preloader for CaptchaLock()
*/
.style-preloader-lock
{
    margin-left: 130px;
    margin-top: 5px;
}